- スキャンID:
- 89555b31-c9dd-4443-bf9c-852b62dc3f6f終了
- 送信済みURL:
- https://floridacollections.net/リダイレクト済み
- レポート終了日:
リンク · 4件検出
ページから特定された発信リンク
リンク | テキスト |
---|---|
https://goo.gl/maps/zseUnM6vogofrMV3A | 11900 Biscayne BLVD, #502, Miami, FL 33181Get Directions |
http://www.columbialist.com/ | |
http://www.avvo.com/attorneys/33181-fl-noam-cohen-963099.html | |
https://lawyers.justia.com/lawyer/noam-jay-cohen-541133 |
JavaScript変数 · 57件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
0 | object |
1 | object |
2 | object |
3 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
jQuery111306746988543565058 | object |
コンソールログメッセージ · 2件検出
Webコンソールにログ記録されたメッセージ
規模 | 分類 | ログ |
---|---|---|
log | other |
|
log | other |
|
HTML
未加工のHTMLページ本文
<!DOCTYPE html><!--[if lt IE 7]>
<html class="ie6 oldie"> <![endif]--><!--[if IE 7]>
<html class="ie ie7" lang="en-US">
<![endif]--><!--[if IE 8]>
<html class="ie ie8" lang="en-US">
<![endif]--><!--[if !(IE 7) | !(IE 8) ]><!--><html lang="en-US" class="pum-open pum-open-overlay-disabled pum-open-fixed"><!--<![endif]--><!--[if gt IE 8]><!--><!--<![endif]--><head><meta http-equiv="origin-trial" content="A/kargTFyk8MR5ueravczef/wIlTkbVk1qXQesp39nV+xNECPdLBVeYffxrM8TmZT6RArWGQVCJ0LRivD7glcAUAAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZzIiLCJleHBpcnkiOjE3NDIzNDIzOTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="google-site-verification" content="_CukHvwHQf2DEusGtF0WoFe40W8g-0nyHzhVTjejHDU">
<!--[if lt IE 9]>
<script src="https://www.floridacollections.net/wp-content/themes/floridacollections/js/html5.js"></script>
<![endif]-->
<link href="https://www.floridacollections.net/wp-content/themes/floridacollections/css/font-awesome.css" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bitter:400,400i,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://www.floridacollections.net/wp-content/themes/floridacollections/style.css" type="text/css">
<link rel="stylesheet" href="https://www.floridacollections.net/wp-content/themes/floridacollections/css/responsive.css" type="text/css">
<script type="text/javascript" async="" charset="utf-8" src="https://www.gstatic.com/recaptcha/releases/-ZG7BC9TxCVEbzIO2m429usb/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-gaZtYaI7oJHEOo1YO6VuoCE4iZ5fMV9mYHP0BHf+r2ttABnpWWCIkgI6ItNW4ZdO"></script><script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-S3R2MZDCRC&l=dataLayer&cx=c&gtm=457e4bc0h1za200"></script><script src="https://www.floridacollections.net/wp-content/themes/floridacollections/js/jquery-1.11.3.min.js"></script>
<script src="https://www.floridacollections.net/wp-content/themes/floridacollections/js/jquery-scrolltofixed-min.js"></script>
<script>
$(document).ready(function() {
// grab the initial top offset of the navigation
var stickyNavTop = $('.nav').offset().top;
// our function that decides weather the navigation bar should have "fixed" css position or not.
var stickyNav = function(){
var scrollTop = $(window).scrollTop(); // our current vertical position from the top
// if we've scrolled more than the navigation, change its position to fixed to stick to top,
// otherwise change it back to relative
if (scrollTop > stickyNavTop) {
$('.nav').addClass('sticky');
} else {
$('.nav').removeClass('sticky');
}
};
stickyNav();
// and run it again every time you scroll
$(window).scroll(function() {
stickyNav();
});
});
</script>
<script>
// DOM ready
$(function() {
// Create the dropdown base
$("<select />").appendTo("nav");
// Create default option "Go to..."
$("<option />", {
"selected": "selected",
"value" : "",
"text" : "Go to..."
}).appendTo("nav select");
// Populate dropdown with menu items
$("nav a").each(function() {
var el = $(this);
$("<option />", {
"value" : el.attr("href"),
"text" : el.text()
}).appendTo("nav select");
});
// To make dropdown actually work
$("nav select").change(function() {
window.location = $(this).find("option:selected").val();
});
});
</script>
<script src="https://www.floridacollections.net/wp-content/themes/floridacollections/js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider4").responsiveSlides({
auto: true,
pager: false,
nav: true,
speed: 900,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<script src="https://www.floridacollections.net/wp-content/themes/floridacollections/js/bootstrap.js"></script>
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<!-- This site is optimized with the Yoast SEO plugin v22.9 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Personal Debt Collection Attorney - The Law Offices of Noam J. Cohen, P.A.</title>
<meta name="description" content="Noam J. Cohen is one of the top lawyers for personal debt collection in Florida. He is an attorney providing legal services in a professionally competent manner.">
<link rel="canonical" href="https://www.floridacollections.net/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Personal Debt Collection Attorney - The Law Offices of Noam J. Cohen, P.A.">
<meta property="og:description" content="Noam J. Cohen is one of the top lawyers for personal debt collection in Florida. He is an attorney providing legal services in a professionally competent manner.">
<meta property="og:url" content="https://www.floridacollections.net/">
<meta property="og:site_name" content="The Law Offices of Noam J. Cohen, P.A.">
<meta property="article:modified_time" content="2024-07-23T13:05:05+00:00">
<meta name="twitter:card" content="summary_large_image">
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.floridacollections.net/","url":"https://www.floridacollections.net/","name":"Personal Debt Collection Attorney - The Law Offices of Noam J. Cohen, P.A.","isPartOf":{"@id":"https://www.floridacollections.net/#website"},"about":{"@id":"https://www.floridacollections.net/#organization"},"datePublished":"2021-02-16T08:54:24+00:00","dateModified":"2024-07-23T13:05:05+00:00","description":"Noam J. Cohen is one of the top lawyers for personal debt collection in Florida. He is an attorney providing legal services in a professionally competent manner.","breadcrumb":{"@id":"https://www.floridacollections.net/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.floridacollections.net/"]}]},{"@type":"BreadcrumbList","@id":"https://www.floridacollections.net/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.floridacollections.net/#website","url":"https://www.floridacollections.net/","name":"The Law Offices of Noam J. Cohen, P.A.","description":"Florida Collection Attorneys","publisher":{"@id":"https://www.floridacollections.net/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.floridacollections.net/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.floridacollections.net/#organization","name":"The Law Offices of Noam J. Cohen, P.A.","url":"https://www.floridacollections.net/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.floridacollections.net/#/schema/logo/image/","url":"https://www.floridacollections.net/wp-content/uploads/2022/09/logo.png","contentUrl":"https://www.floridacollections.net/wp-content/uploads/2022/09/logo.png","width":571,"height":147,"caption":"The Law Offices of Noam J. Cohen, P.A."},"image":{"@id":"https://www.floridacollections.net/#/schema/logo/image/"}}]}</script>
<!-- / Yoast SEO plugin. -->
<link rel="alternate" type="application/rss+xml" title="The Law Offices of Noam J. Cohen, P.A. » Feed" href="https://www.floridacollections.net/feed/">
<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.floridacollections.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.2"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id="wp-emoji-styles-inline-css" type="text/css">
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel="stylesheet" id="wp-block-library-css" href="https://www.floridacollections.net/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2" type="text/css" media="all">
<style id="classic-theme-styles-inline-css" type="text/css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css" type="text/css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel="stylesheet" id="contact-form-7-css" href="https://www.floridacollections.net/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.6" type="text/css" media="all">
<link rel="stylesheet" id="wpa-css-css" href="https://www.floridacollections.net/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.2.01" type="text/css" media="all">
<link rel="stylesheet" id="wpos-font-awesome-css" href="https://www.floridacollections.net/wp-content/plugins/wp-testimonial-with-widget/assets/css/font-awesome.min.css?ver=3.5" type="text/css" media="all">
<link rel="stylesheet" id="wpos-slick-style-css" href="https://www.floridacollections.net/wp-content/plugins/wp-testimonial-with-widget/assets/css/slick.css?ver=3.5" type="text/css" media="all">
<link rel="stylesheet" id="wtwp-public-css-css" href="https://www.floridacollections.net/wp-content/plugins/wp-testimonial-with-widget/assets/css/wtwp-public.css?ver=3.5" type="text/css" media="all">
<link rel="stylesheet" id="wp-pagenavi-css" href="https://www.floridacollections.net/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70" type="text/css" media="all">
<link rel="stylesheet" id="popup-maker-site-css" href="https://www.floridacollections.net/wp-content/plugins/popup-maker/assets/css/pum-site.min.css?ver=1.19.0" type="text/css" media="all">
<style id="popup-maker-site-inline-css" type="text/css">
/* Popup Google Fonts */
@import url('//fonts.googleapis.com/css?family=Montserrat:100');
/* Popup Theme 146: Default Theme */
.pum-theme-146, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) }
.pum-theme-146 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) }
.pum-theme-146 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px }
.pum-theme-146 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit }
.pum-theme-146 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) }
/* Popup Theme 147: Light Box */
.pum-theme-147, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) }
.pum-theme-147 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) }
.pum-theme-147 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px }
.pum-theme-147 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 }
.pum-theme-147 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) }
/* Popup Theme 148: Enterprise Blue */
.pum-theme-148, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) }
.pum-theme-148 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) }
.pum-theme-148 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px }
.pum-theme-148 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 }
.pum-theme-148 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) }
/* Popup Theme 149: Hello Box */
.pum-theme-149, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) }
.pum-theme-149 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) }
.pum-theme-149 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px }
.pum-theme-149 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 }
.pum-theme-149 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) }
/* Popup Theme 150: Cutting Edge */
.pum-theme-150, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) }
.pum-theme-150 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) }
.pum-theme-150 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px }
.pum-theme-150 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 }
.pum-theme-150 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) }
/* Popup Theme 151: Framed Border */
.pum-theme-151, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) }
.pum-theme-151 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) }
.pum-theme-151 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px }
.pum-theme-151 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 }
.pum-theme-151 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) }
/* Popup Theme 152: Floating Bar - Soft Blue */
.pum-theme-152, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) }
.pum-theme-152 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) }
.pum-theme-152 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px }
.pum-theme-152 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 }
.pum-theme-152 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) }
/* Popup Theme 153: Content Only - For use with page builders or block editor */
.pum-theme-153, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) }
.pum-theme-153 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) }
.pum-theme-153 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px }
.pum-theme-153 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 }
.pum-theme-153 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) }
#pum-697 {z-index: 1999999999}
#pum-696 {z-index: 1999999999}
#pum-644 {z-index: 1999999999}
#pum-643 {z-index: 1999999999}
#pum-155 {z-index: 1999999999}
#pum-154 {z-index: 1999999999}
</style>
<script type="text/javascript" src="https://www.floridacollections.net/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://www.floridacollections.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<link rel="https://api.w.org/" href="https://www.floridacollections.net/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://www.floridacollections.net/wp-json/wp/v2/pages/2"><link rel="shortlink" href="https://www.floridacollections.net/">
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.floridacollections.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.floridacollections.net%2F">
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.floridacollections.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.floridacollections.net%2F&format=xml">
<meta name="cdp-version" content="1.4.7"><meta name="google-site-verification" content="hppvTplJXYpC0HBXF5VQpZRfYoycLy4h_05svoLAgIw">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-170296078-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-170296078-3');
</script><link rel="icon" href="https://www.floridacollections.net/wp-content/uploads/2024/07/cropped-logo-florida-32x32.png" sizes="32x32">
<link rel="icon" href="https://www.floridacollections.net/wp-content/uploads/2024/07/cropped-logo-florida-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://www.floridacollections.net/wp-content/uploads/2024/07/cropped-logo-florida-180x180.png">
<meta name="msapplication-TileImage" content="https://www.floridacollections.net/wp-content/uploads/2024/07/cropped-logo-florida-270x270.png">
<style type="text/css" id="wp-custom-css">
.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 280px;
right: 20px;
display: none;
z-index: 99999;
text-indent: -9999px;
background: url(https://www.floridacollections.net/wp-content/uploads/2024/07/scrolluparrow-23.webp) no-repeat;
}
.copyrights a{color: #fff} </style>
<script src="https://www.floridacollections.net/wp-includes/js/wp-emoji-release.min.js?ver=6.6.2" defer=""></script></head>
<body class="home page-template page-template-home-page-template page-template-home-page-template-php page page-id-2 single-author singular">
<div class="user-tools">
<div class="wrapper">
<div class="row">
<div class="box-70"><div class="box-paddingS">
<ul class="toplinks">
<li><a href="https://goo.gl/maps/zseUnM6vogofrMV3A"><i class="fa fa-map-marker"></i> <span class="desktop">11900 Biscayne BLVD, #502, Miami, FL 33181</span><span class="mobile">Get Directions</span></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope"></i> <span class="desktop">[email protected]</span><span class="mobile">Email Us</span></a></li>
<li><a href="tel:(305)-341-3545"><i class="fa fa-phone"></i> (305) 341-3545</a></li>
</ul>
</div></div>
<div class="box-30"><div class="box-paddingS">
<ul class="toplinks">
<li><a href=""><i class="fa fa-facebook"></i> <span class="desktop">Facebook</span></a></li>
<li><a href=""><i class="fa fa-twitter"></i> <span class="desktop">Twitter</span></a></li>
<li><a href=""><i class="fa fa-linkedin"></i> <span class="desktop">Linkedin</span></a></li>
<li><a href=""><i class="fa fa-youtube"></i> <span class="desktop">YouTube</span></a></li>
</ul>
</div></div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
</div>
<header id="header" class="nav">
<div class="wrapper">
<div class="logo"><a href="https://www.floridacollections.net/"><img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/logo.png" alt="The Law Offices of Noam J. Cohen, P.A."></a></div>
<div class="head-col align-right">
<div id="topmenu">
<nav id="topnav" class="moduletable_dropdown">
<div class="menu-header"><ul id="menu-main-menu" class="menu"><li id="menu-item-8" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-8"><a href="https://www.floridacollections.net/" aria-current="page">Home</a></li>
<li id="menu-item-91" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-91"><a href="https://www.floridacollections.net/attorney-bio/">Attorney Bio</a></li>
<li id="menu-item-90" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-90"><a href="https://www.floridacollections.net/services/">Services</a>
<ul class="sub-menu">
<li id="menu-item-117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-117"><a href="https://www.floridacollections.net/breach-of-contract/">Breach of Contract</a></li>
<li id="menu-item-118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-118"><a href="https://www.floridacollections.net/collection-of-services-rendered/">Collection of Services Rendered</a></li>
<li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119"><a href="https://www.floridacollections.net/credit-card-debt/">Credit Card Debt Litigation</a></li>
<li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120"><a href="https://www.floridacollections.net/dealing-with-goods-sold-delivered-complaints/">Goods Sold & Delivered & Services Rendered</a></li>
<li id="menu-item-121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-121"><a href="https://www.floridacollections.net/dealing-with-returned-checks/">Returned Checks “NSF” Checks</a></li>
<li id="menu-item-122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122"><a href="https://www.floridacollections.net/efficient-money-lent-collection-service/">Efficient Money Lent Collection Service</a></li>
<li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123"><a href="https://www.floridacollections.net/florida-collections-law-firm-for-advocacy-in-promissory-note-litigation/">Florida Collections Law Firm – Promissory Note Litigation</a></li>
<li id="menu-item-124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-124"><a href="https://www.floridacollections.net/florida-mechanics-lien-filing-service/">Florida Mechanic’s Lien Filing</a>
<ul class="sub-menu">
<li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-126"><a href="https://www.floridacollections.net/florida-mechanics-lien-filing-service/50-state-national-mechanics-lien-filing-service/">50 State National Mechanic’s Lien Filing Services</a></li>
<li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125"><a href="https://www.floridacollections.net/florida-mechanics-lien-filing-service/florida-lawsuit-to-foreclose-a-mechanics-lien/">Florida Lawsuit To Foreclose A Mechanic’s Lien</a></li>
</ul>
</li>
<li id="menu-item-127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127"><a href="https://www.floridacollections.net/garnishment-of-both-bank-accounts-and-wages/">Garnishment of both Bank Accounts and Wages</a></li>
</ul>
</li>
<li id="menu-item-89" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89"><a href="https://www.floridacollections.net/firm-vs-agency/">Firm Vs. Agency</a></li>
<li id="menu-item-86" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86"><a href="https://www.floridacollections.net/judgments/">Judgments</a></li>
<li id="menu-item-85" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-85"><a href="https://www.floridacollections.net/demand-letter/">Demand Letter</a></li>
<li id="menu-item-61" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61"><a href="https://www.floridacollections.net/contact/">Contact</a></li>
</ul></div> <div class="clear"></div>
<select><option selected="selected" value="">Go to...</option><option value="https://www.floridacollections.net/">Home</option><option value="https://www.floridacollections.net/attorney-bio/">Attorney Bio</option><option value="https://www.floridacollections.net/services/">Services</option><option value="https://www.floridacollections.net/breach-of-contract/">Breach of Contract</option><option value="https://www.floridacollections.net/collection-of-services-rendered/">Collection of Services Rendered</option><option value="https://www.floridacollections.net/credit-card-debt/">Credit Card Debt Litigation</option><option value="https://www.floridacollections.net/dealing-with-goods-sold-delivered-complaints/">Goods Sold & Delivered & Services Rendered</option><option value="https://www.floridacollections.net/dealing-with-returned-checks/">Returned Checks “NSF” Checks</option><option value="https://www.floridacollections.net/efficient-money-lent-collection-service/">Efficient Money Lent Collection Service</option><option value="https://www.floridacollections.net/florida-collections-law-firm-for-advocacy-in-promissory-note-litigation/">Florida Collections Law Firm – Promissory Note Litigation</option><option value="https://www.floridacollections.net/florida-mechanics-lien-filing-service/">Florida Mechanic’s Lien Filing</option><option value="https://www.floridacollections.net/florida-mechanics-lien-filing-service/50-state-national-mechanics-lien-filing-service/">50 State National Mechanic’s Lien Filing Services</option><option value="https://www.floridacollections.net/florida-mechanics-lien-filing-service/florida-lawsuit-to-foreclose-a-mechanics-lien/">Florida Lawsuit To Foreclose A Mechanic’s Lien</option><option value="https://www.floridacollections.net/garnishment-of-both-bank-accounts-and-wages/">Garnishment of both Bank Accounts and Wages</option><option value="https://www.floridacollections.net/firm-vs-agency/">Firm Vs. Agency</option><option value="https://www.floridacollections.net/judgments/">Judgments</option><option value="https://www.floridacollections.net/demand-letter/">Demand Letter</option><option value="https://www.floridacollections.net/contact/">Contact</option></select></nav>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
</header>
<section id="home">
<div id="headerImage">
<div class="sliderContainer">
<div class="callbacks_container">
<ul class="rslides callbacks callbacks1" id="slider4">
<li id="callbacks1_s0" class="callbacks1_on" style="display: block; float: left; position: relative; opacity: 1; z-index: 2; transition: opacity 900ms ease-in-out 0s;"><img src="https://www.floridacollections.net/wp-content/uploads/2021/02/slide-1.jpg" class="img-responsive" alt="Florida Collection Attorneys">
<div class="header-img-overlay">
<div class="ban_caption">
<div class="slide-caption-inner">
<h3>Florida's Premier Collections & Commercial Litigation Law Firm </h3>
<a href="/contact/" class="slider-more">FREE CONSULATION</a> </div>
</div>
</div>
</li>
<li id="callbacks1_s1" style="float: none; position: absolute; opacity: 0; z-index: 1; display: list-item; transition: opacity 900ms ease-in-out 0s;" class=""><img src="https://www.floridacollections.net/wp-content/uploads/2024/07/slide-3.webp" class="img-responsive" alt="Florida Collection Lawyer">
<div class="header-img-overlay">
<div class="ban_caption">
<div class="slide-caption-inner">
<h3>Florida's Premier Collections & Commercial Litigation Law Firm </h3>
<a href="/contact/" class="slider-more">FREE CONSULATION</a> </div>
</div>
</div>
</li>
</ul><a href="#" class="callbacks_nav callbacks1_nav prev">Previous</a><a href="#" class="callbacks_nav callbacks1_nav next">Next</a>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
</section>
<section id="welcome">
<div class="wrapper">
<div class="row">
<div class="box-50"><div class="box-padding">
<h1 class="section-title">Florida Collection Attorneys</h1>
<div class="clearH"></div>
<p><strong>The Law Offices of NOAM J. COHEN, P.A.</strong>, is a fully insured and bonded commercial litigation and collections law firm licensed in the State of Florida and concentrates its practice in the areas of commercial and retail collections throughout the state. We are a <strong><em>Florida collection law firm</em></strong> dedicated to collecting outstanding debts and accounts receivable in a prompt and professional manner. <strong>Every case is important to us and therefore receives personal attention from our Florida collection attorneys</strong>. Excellent service and Florida collection attorney accessibility are key to our success.</p>
<p>Our <em>collection law firm</em> is equipped with specialized collection software and we utilize the most advanced skip-tracing techniques that enable us to quickly locate debtors and their assets. We generally work on a 1/3 contingency basis, which means that, “<strong>WE ONLY GET PAID WHEN WE COLLECT FOR YOU</strong>.” Reporting to our clients the status of their cases is important to us. Our Florida collection lawyers are always available to update you on the progress of your legal collection matter.</p></div></div>
<div class="box-50"><div class="box-padding">
<h3>WHEN IT COMES TO COLLECTIONS, WE ARE AGGRESSIVE AND PERSISTENT.</h3>
<p>Being a <a href="https://www.floridacollections.net/florida-collection-attorneys/">Florida collection attorney</a> and collections law firm, we do not have to resort to sending threatening and/or intimidating letters to the debtors. Oftentimes, as a direct result of our legal demand letters, we are able to resolve the matter with the debtor in an amicable fashion without the necessity of filing suit. This is because debtors are more responsive and receptive to correspondence from <em>collection attorneys</em>. However, if the debtor persists in their refusal to pay the outstanding debt, we file suit and take the debtor to court. The ability to file a lawsuit and to obtain a judgment on your behalf distinguishes our firm from the ordinary collection agencies that are not legally empowered to initiate a lawsuit.</p>
<p>Moreover, not only do we have the ability to file suit and obtain a judgment, we also have the ability to enforce and collect our judgments through a variety of legal remedies such as garnishment of debtors’ wages and bank accounts as well as levying (seizing) of assets. However, as the <strong><em>professional collection lawyers</em></strong>, we are flexible in our collection strategy and will tailor the aggressiveness of our collection efforts to the instructions of our clients.</p></div></div>
<div class="clear"></div>
</div>
</div>
</section>
<section id="mission">
<div class="wrapper">
<div class="row flex-item">
<div class="box-50"><div class="box-padding">
<img src="https://www.floridacollections.net/wp-content/uploads/2021/03/our-Mission.png" alt="Mission Statement" width="569" height="190" class="alignnone size-full img-responsive"></div></div>
<div class="box-50"><div class="box-padding">
<h3>Mission Statement:</h3>
<p>Our law firm is totally dedicated and committed to collecting your outstanding debts and accounts receivable in a prompt, proficient, and professionally ethical manner.</p>
<div class="clear"></div>
<p class="signature">NOAM J. COHEN, ESQ. </p>
<h6 class="orange uppercase">FOUNDER & SENIOR ATTORNEY</h6> </div></div>
<div class="clear"></div>
</div>
</div>
</section>
<section id="services"><div class="service-overlay">
<div class="wrapper">
<div class="center"><h3 class="section-title">Attorney Collection Services In Florida</h3></div>
<div class="clearH"></div>
<div class="row">
<div class="box-30"><div class="box-padding">
<img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/service-img01.jpg" alt="Attorney Collection Services In Florida " class="img-responsive"></div></div>
<div class="box-40"><div class="box-padding"><div class="box-paddingS"><div class="box-paddingS">
<h4>Attorney Collection Services In Florida </h4>
<p>The Law Offices of Noam J. Cohen, P.A. utilizes aggressive collection strategies if the situation is warranted. As a premier Florida collections law firm, we work in an ethical manner while making best efforts to ensure the optimal outcome. We do not need to threaten or intimidate debtors. Rather, we resort to using friendly approaches to make debtors understand the situation and settle their financial obligations. We provide prompt and professional attorney collection services in Florida, all performed in the highest ethical manner.</p>
<div class="center"><a href="tel:(305)-341-3545" class="readmore">Call Now (305) 341-3545</a></div> </div></div></div></div>
<div class="box-30"><div class="box-padding">
<p>The following are some of the types of matters that we handle:</p>
<ul class="service-list"><li>Breach of Contract</li>
<li>Breach of Lease</li>
<li>Promissory Notes</li>
<li>Money Lent</li>
<li>Goods Sold and Delivered</li>
<li>Services Rendered</li>
<li>Credit Card Debt</li>
<li>Purchased Credit Card Debt</li>
<li>Returned ("NSF") Checks</li>
<li>Medical Bills</li>
<li>Automobile Levies</li>
<li>Garnishment of Both Bank Accounts and Wages</li>
<li>Filing of Mechanic’s Liens</li>
<li>Lien Foreclosure law suits</li>
<li>Student Loan Debt</li>
<li>Collection of Florida Judgments </li>
<li>Domestication of Judgments </li>
</ul></div></div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div></div>
</section>
<section id="serviceareas"><div class="wrapper">
<div class="row">
<h3 class="section-title center">Areas Of Legal Practice</h3>
<div class="box-25"><div class="box-padding">
<div class="service-box">
<a href=""><img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/service-img-1.jpg" alt="Civil Litigation" class="img-responsive"></a>
<div class="service-text"><h4>Civil Litigation</h4></div>
</div>
</div></div>
<div class="box-25"><div class="box-padding">
<div class="service-box">
<a href=""><img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/service-img-3.jpg" alt="Commercial Litigation" class="img-responsive"></a>
<div class="service-text"><h4>Commercial Litigation</h4></div>
</div>
</div></div>
<div class="box-25"><div class="box-padding">
<div class="service-box">
<a href=""><img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/service-img-6.jpg" alt="Collections" class="img-responsive"></a>
<div class="service-text"><h4>Collections</h4></div>
</div>
</div></div>
<div class="box-25"><div class="box-padding">
<div class="service-box">
<a href=""><img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/service-img-7.jpg" alt="Consumer Debt" class="img-responsive"></a>
<div class="service-text"><h4>Consumer Debt</h4></div></div>
</div></div>
<div class="clear"></div>
<div class="clearH"></div>
<h4 class="center"><strong class="orange">Call <i class="fa fa-phone"></i> (305) 341-3545</strong> for FREE Consultation</h4></div>
</div></section>
<section id="whychoose">
<div class="wrapper">
<div class="box-33"><div class="box-padding"><div class="box-paddingR">
<div class="center"><div class="inline imgborder"><img src="/wp-content/uploads/2024/07/florida-map.webp" alt="florida" width="1300" height="1300" class="alignnone size-full wp-image-589">
<!--<img src="https://www.floridacollections.net/wp-content/uploads/2021/04/florida-map.png" alt="We cover entire state of Florida" width="850" height="740" class="alignnone size-full wp-image-575" />-->
</div></div>
<div class="clearH"></div>
<div class="clear"></div>
</div></div></div>
<div class="box-33"><div class="box-padding">
<h3>We litigate on the following:</h3>
<ul class="list"><li>Credit Card Debt</li>
<li>Brach Of Contract</li>
<li>Breach Of Promissory Note</li>
<li>Breach Of Lease</li>
<li>Goods Solds</li>
<li>Services Rendered</li>
<li>Student Loans</li>
<li>Medical Bills</li>
<li>Auto Finance Contracts</li>
<li>“NSF” Check</li></ul>
</div></div>
<div class="box-33"><div class="box-padding"><div class="box-paddingL">
<h3>Collection of Judgments:</h3>
<ul class="list">
<li>Bank Garnishments</li>
<li>Wage Garnishments</li>
<li>Levy of Vehicles</li>
<li>Levy of Boats</li></ul>
</div></div></div>
<div class="clear"></div>
</div>
</section>
<section id="testimonial"><div class="testimonial-overlay">
<div class="wrapper">
<h3 class="section-title center">The Stories of Success</h3>
<div class="clearH"></div>
<div class="wtwp-testimonials-slider-wrp wptww-clearfix " data-conf="{"slides_column":"3","slides_scroll":1,"dots":"false","arrows":"true","autoplay":"true","autoplay_interval":3000,"rtl":"false","speed":300,"adaptive_height":"false"}">
<div id="wptww-testimonials-slidelist-1" class="wptww-testimonials-slidelist design-1 slick-initialized slick-slider"><button type="button" data-role="none" class="slick-prev slick-arrow" aria-label="Previous" role="button" style="">Previous</button>
<div aria-live="polite" class="slick-list draggable"><div class="slick-track" style="opacity: 1; width: 5304px; transform: translate3d(-1020px, 0px, 0px);" role="listbox"><div class="wptww-quote slick-slide slick-cloned" style="width: 204px;" data-slick-index="-3" id="" aria-hidden="true" tabindex="-1">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>National Advance Group</h4>
<div class="wptww-testimonials-text">
<p>
<em> Mr. Cohen is very competent, organized and a wonderful council. I highly recommend him.
</em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
National Advance Group </div>
</div><div class="wptww-quote slick-slide slick-cloned" style="width: 204px;" data-slick-index="-2" id="" aria-hidden="true" tabindex="-1">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Anatomy Physical Therapy & Orthotics Miami Beach</h4>
<div class="wptww-testimonials-text">
<p>
<em> Noam is great! It's very tough finding the right attorney in Miami... With Noam YOU'RE IN THE RIGHT PLACE! He's persistent and creative and worked tirelessly to recover funds I thought were lost forever. Thank you! </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Anatomy Physical Therapy & Orthotics Miami Beach </div>
</div><div class="wptww-quote slick-slide slick-cloned" style="width: 204px;" data-slick-index="-1" id="" aria-hidden="true" tabindex="-1">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Kristina Rind</h4>
<div class="wptww-testimonials-text">
<p>
<em> Outstanding service - even better results! </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Kristina Rind </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="0" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide00">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>David Safran</h4>
<div class="wptww-testimonials-text">
<p>
<em> We had a won a small claims court ruling but could not collect the monies owed to us. We hired Mr Cohen and he treated us as a valued client and work very hard for us until we had the proper outcome. I hope you never need his services but if you do he and his office are outstanding </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
David Safran </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="1" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide01">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Rami Shahmram</h4>
<div class="wptww-testimonials-text">
<p>
<em> It was a pleasure working with Mr. Cohen and his firm. Always very responsive and overall just did a great job. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Rami Shahmram </div>
</div><div class="wptww-quote slick-slide slick-current slick-active" style="width: 204px;" data-slick-index="2" aria-hidden="false" tabindex="-1" role="option" aria-describedby="slick-slide02">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Manuel Santos Santos</h4>
<div class="wptww-testimonials-text">
<p>
<em> Noam has a consistent method of securing payments, and hence this is a trustable source when you need help. You need to be patient and trust Noam's approach. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Manuel Santos Santos </div>
</div><div class="wptww-quote slick-slide slick-active" style="width: 204px;" data-slick-index="3" aria-hidden="false" tabindex="-1" role="option" aria-describedby="slick-slide03">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Rumble Media</h4>
<div class="wptww-testimonials-text">
<p>
<em> Noam is excellent to work with and best in class! </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Rumble Media </div>
</div><div class="wptww-quote slick-slide slick-active" style="width: 204px;" data-slick-index="4" aria-hidden="false" tabindex="-1" role="option" aria-describedby="slick-slide04">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Esteban Aristizabal</h4>
<div class="wptww-testimonials-text">
<p>
<em> Excellent experience with Mr. Cohen. He helped me a lot on collecting a personal debt. Very professional, responsive and easy to work. Helped me a lot during the process with the right way to do it. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Esteban Aristizabal </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="5" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide05">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Inon Tzarom</h4>
<div class="wptww-testimonials-text">
<p>
<em> experienced and knowledgeable. Always available. Great service. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Inon Tzarom </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="6" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide06">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Sam Bena</h4>
<div class="wptww-testimonials-text">
<p>
<em> Whenever you have a issue collecting debt...Attorney Noam Cohen is the right person to help you out. Mr. Cohen gives you honest legal advice and he is very fair on attorney's fees. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Sam Bena </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="7" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide07">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Adrian Gamez</h4>
<div class="wptww-testimonials-text">
<p>
<em> I highly recommend Noam and his legal team. He is prompt to answer all emails. Him and his legal team moves fast and efficiently to recover what is right fully owed. Professional collection services! Perfect 5 Stars!!!! </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Adrian Gamez </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="8" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide08">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Kim Upson-Bradwell</h4>
<div class="wptww-testimonials-text">
<p>
<em> I had to use the services of Attorney Noam Cohen to get monies that were due to me on a defaulted promissory note. Attorney Cohen went after the person and company that refused to pay me. I obtained 100% of the default. Attorney Cohen is responsive, kind, but no nonsense when it comes to pushing hard to get you your money!!!! </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Kim Upson-Bradwell </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="9" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide09">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Paul Schaeffer</h4>
<div class="wptww-testimonials-text">
<p>
<em> Noam was extremely helpful, efficient, and dogged in recovering the debt. He's who you want to get your job done. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Paul Schaeffer </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="10" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide010">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>StarLite Pyro</h4>
<div class="wptww-testimonials-text">
<p>
<em> We are in Canada and hired Noam's firm to collect on an outstanding debt in Florida. I honestly didn't think we would ever see a penny, but Noam managed to get us our money. I would have no hesitations whatsoever recommending Noam and his firm. Outstanding service and amazing results! We simply can't thank him enough. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
StarLite Pyro </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="11" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide011">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Jersey George</h4>
<div class="wptww-testimonials-text">
<p>
<em> Go NOWHERE else. Noam and his law firm handled my collection case with professionalism and diligence. They made it effortless and the results could not have been better. Thank you Noam and staff for your expert assistance! </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Jersey George </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="12" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide012">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Humberto Fernandez</h4>
<div class="wptww-testimonials-text">
<p>
<em> I have used Mr. Cohen in different matters and he has demonstrated to be an excellent attorney. His demand letter has been so effective, that full payment was received within 24 hours. I would not hesitate to contact him again. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Humberto Fernandez </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="13" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide013">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Alex Perez</h4>
<div class="wptww-testimonials-text">
<p>
<em> Excellent attorney, personally took care of my company's collection needs. Would not hesitate to recommend to family and friends. I am very satisfied with his legal expertise. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Alex Perez </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="14" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide014">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Elazar Orbach</h4>
<div class="wptww-testimonials-text">
<p>
<em> excellent firm, great attorney, very professional, knowledgeable and competent, great service, highly recommended! </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Elazar Orbach </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="15" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide015">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Jason Saka</h4>
<div class="wptww-testimonials-text">
<p>
<em> Noam is a great attorney. He has been doing collections for my company for over 10 years and has always been able to help me collect. I would definitely recommend </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Jason Saka </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="16" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide016">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Brandon Hrabe</h4>
<div class="wptww-testimonials-text">
<p>
<em> Noam has been a great asset for me in Florida. He is knowledgeable, prompt, organized and always available to discuss any questions I have. I highly recommend Noam and his firm! </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Brandon Hrabe </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="17" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide017">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>National Advance Group</h4>
<div class="wptww-testimonials-text">
<p>
<em> Mr. Cohen is very competent, organized and a wonderful council. I highly recommend him.
</em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
National Advance Group </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="18" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide018">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Anatomy Physical Therapy & Orthotics Miami Beach</h4>
<div class="wptww-testimonials-text">
<p>
<em> Noam is great! It's very tough finding the right attorney in Miami... With Noam YOU'RE IN THE RIGHT PLACE! He's persistent and creative and worked tirelessly to recover funds I thought were lost forever. Thank you! </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Anatomy Physical Therapy & Orthotics Miami Beach </div>
</div><div class="wptww-quote slick-slide" style="width: 204px;" data-slick-index="19" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide019">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Kristina Rind</h4>
<div class="wptww-testimonials-text">
<p>
<em> Outstanding service - even better results! </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Kristina Rind </div>
</div><div class="wptww-quote slick-slide slick-cloned" style="width: 204px;" data-slick-index="20" id="" aria-hidden="true" tabindex="-1">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>David Safran</h4>
<div class="wptww-testimonials-text">
<p>
<em> We had a won a small claims court ruling but could not collect the monies owed to us. We hired Mr Cohen and he treated us as a valued client and work very hard for us until we had the proper outcome. I hope you never need his services but if you do he and his office are outstanding </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
David Safran </div>
</div><div class="wptww-quote slick-slide slick-cloned" style="width: 204px;" data-slick-index="21" id="" aria-hidden="true" tabindex="-1">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Rami Shahmram</h4>
<div class="wptww-testimonials-text">
<p>
<em> It was a pleasure working with Mr. Cohen and his firm. Always very responsive and overall just did a great job. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Rami Shahmram </div>
</div><div class="wptww-quote slick-slide slick-cloned" style="width: 204px;" data-slick-index="22" id="" aria-hidden="true" tabindex="-1">
<div class="wptww-testimonial-left">
<div class="wptww-avtar-image"></div>
</div>
<div class="wptww-testimonial-content">
<i class="fa fa-quote-left"></i>
<h4>Manuel Santos Santos</h4>
<div class="wptww-testimonials-text">
<p>
<em> Noam has a consistent method of securing payments, and hence this is a trustable source when you need help. You need to be patient and trust Noam's approach. </em> </p>
</div>
</div>
<div class="wptww-testimonial-client">
Manuel Santos Santos </div>
</div></div></div><button type="button" data-role="none" class="slick-next slick-arrow" aria-label="Next" role="button" style="">Next</button></div>
</div>
<!-- <div id="customer-reviews" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
</div>
</div>-->
<div class="clear"></div>
</div></div>
</section>
<section id="partners"><div class="wrapper">
<div class="wrap center">
<h3 class="section-title">Associations & Law Lists</h3>
<p>We look forward to being of service to you and welcoming you as a client. The Law Offices of NOAM J. COHEN, P.A. is affiliated with and a proud member of the following Associations and Law Lists:</p> </div>
<ul><li><img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/narca.png" alt="narca"></li><li><a target="_blank" href="http://www.columbialist.com/"><img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/columbia-law-list.png" alt="columbia law list"></a></li><li><a target="_blank" href=""><img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/forwarders.png" alt="forwarders"></a></li><li><a target="_blank" href="http://www.avvo.com/attorneys/33181-fl-noam-cohen-963099.html"><img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/Avvo-Logo.png" alt="Avvo"></a></li><li><a target="_blank" href="https://lawyers.justia.com/lawyer/noam-jay-cohen-541133"><img src="https://www.floridacollections.net/wp-content/themes/floridacollections/images/justia.png" alt="justia"></a></li></ul></div></section>
<footer id="footer">
<div class="footer_info">
<div class="wrapper">
<div class="row">
<div class="box-33"><div class="box-padding">
<div class="footer_top_item footer_call">
<div class="widget-title">CALL US TODAY!</div>
<div class="textwidget">
<a href="tel:(305)-341-3545"><strong>(305) 341-3545 </strong></a>
</div></div>
</div></div>
<div class="box-33"><div class="box-padding">
<div class="footer_top_item footer_email">
<div class="widget-title">SEND US A MESSAGE</div>
<div class="textwidget">
<a href="mailto:[email protected]"><strong>[email protected]</strong></a>
</div> </div>
</div></div>
<div class="box-33"><div class="box-padding">
<div class="footer_top_item footer_address">
<div class="widget-title"></div>
<div class="textwidget">
<a href=""><strong>11900 Biscayne BLVD, #502<br> Miami, FL 33181</strong></a>
</div></div>
</div></div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="footer-overlay">
<div class="wrapper">
<div class="row">
<div class="box-50">
<div class="box-padding"><div class="box-paddingR">
<!--<h3 class="white">When It Comes To Collections,<br> We Are Aggressive And Persistent.</h3>-->
<!--<div class="clearH">
<div class="sub-line"></div></div>-->
<div class="textwidget"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3589.494820738353!2d-80.16731278497655!3d25.886099183580484!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b272cd446b7f%3A0xf2cde4e00dca6f77!2s11900%20Biscayne%20Blvd%20STE%20502%2C%20North%20Miami%2C%20FL%2033181%2C%20USA!5e0!3m2!1sen!2sin!4v1666269864213!5m2!1sen!2sin" height="300" style="border:0;width:100%;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<!--<p>Being a Florida collection attorney and collections law firm, we do not have to resort to sending threatening and/or intimidating letters to the debtors. Oftentimes, as a direct result of our legal demand letters, we are able to resolve the matter with the debtor in an amicable fashion without the necessity of filing suit. This is because debtors are more responsive and receptive to correspondence from attorneys. However, if the debtor persists in his refusal to pay the outstanding debt, we file suit and take the debtor to court. The ability to file a lawsuit and to obtain a judgment on your behalf distinguishes our firm from the ordinary collection agencies that are not legally empowered to initiate a lawsuit.</p>
<p>Moreover, not only do we have the ability to file suit and obtain a judgment, we also have the ability to enforce and collect our judgments through a variety of legal remedies such as garnishment of debtors’ wages and bank accounts as well as levying (seizing) of assets. However, we are flexible in our collection strategy and will tailor the aggressiveness of our collection efforts to the instructions of our clients.</p>-->
</div>
</div></div></div>
<div class="box-50">
<div class="box-padding"><div class="box-paddingL">
<div class="footer_contact_form">
<h3 class="white">NEW Claim Submission </h3>
<div class="clearHH"><div class="sub-line"></div></div>
<div class="wpcf7 js" id="wpcf7-f5-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/#wpcf7-f5-o1" method="post" class="wpcf7-form init" aria-label="Contact form" enctype="multipart/form-data" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="5">
<input type="hidden" name="_wpcf7_version" value="5.9.6">
<input type="hidden" name="_wpcf7_locale" value="en_US">
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f5-o1">
<input type="hidden" name="_wpcf7_container_post" value="0">
<input type="hidden" name="_wpcf7_posted_data_hash" value="">
<input type="hidden" name="_wpcf7_recaptcha_response" value="03AFcWeA62e4y6n_5KFNEAtbsf2o9SCOujyJBXaBjj6X6jqn1yWbNb-vMspr2_F6Ys34SfGz8pImX2nHTT7hGg-xlU0F1X6LmV2rmyEnjAvpw-WrI-Sq7sMmQNZHZUbdc7JsAON1_ksAY4wQ8spKLHIUbEWkCUHoy1fR-3Yv5U3SckbhAw27prH6r9fRpFlRdr7gnwHzCLI4CDRPQVa1DCIvITYZjNgz36fUGGmy4IxdoyxlV6l9eQZy-OoJNLmyF2l3svMPZYUZsVSaE9elXN5J4s-Pzxbn2whVXsagTQR9XUKlNhzIPuepR-v4GsGjcOBodkMje0oK-myrWRrts3fbdiSmiEyuHTJhjJ5JG447x557fdny6PGgW6nSp0abiFwI68BDxg-n0K-qhCD9yBrndsgZiHoOxrTW0PP1Dx8KxyQkAVHgNf7y0ObErkbW1zIeOBEWFPbIw8KjM8FajuHdtnfQHaU2Ik_yH5pJjVjeVfO3Jh3iUPM8Cps-nF1FSOg7R42VNZV7k1HjxwHnHwn86ejE_Rt6a77FOYCDpxXkjrybM8QHo-VzLpLIq7RMrEv5JKPrMJar_Hz8-5ouclRYs_MkQXFwrGMt86d4-ogppdxuPZA41iYo3f8LxBA2Vc52Tz8kf6HePKLJ3Vn7vTgU0BrvnINjazjwMjQXLrEktZwcpVkNBDSyaEkpR0O9nk0bCWoH5NQsfldRQh6WQa-Y1C0qMxh45MfPGvE2EgUZ57TSAVrui3c4M_Fidb5OxWBU1d56xvAWLNHM59DCMqjRClgAHLu0Ehs3NimFYD9_CDtlR6FcH1AzWee-R4Lo-saQbzfKyi2tbsDztTlGi9bC5IOGATSGXcQQoi-Pr3A6DmIPBAw_H8j0Hp7PNDfzQ1v3W5x0lMQLQv2OfGJmiohHl3O79_QN0-ZfLO2vTAJscbQ-Xc7dzW_K4xmdZog6-8UVAgaAF-PnTkVf2sq0u__JDn9yaTFLeAax92m5hWYxVVof8axATumV5-bDOCofpYdeTJC4OtJXBi4dZIg1gbBg6nvaYPdThUBnP1xKzTe4jcJ65UanvnTDsl8LR2HWU5oHb4PH2YnKbkyzfwEc9B3nJzoEODwErokXZJz0P-Z4XRcE_UU_2Kiw12P0558ASTo53-GvSTlosoGmTV36mDm5Ed1J2uAslHb65oYkJ0xJK6BU4qOY5gFMUudMZgc360ZM9JglN4mUbECKxGoAg_F5k8N0kBKGASd_tiNskmy_cEfAxfkQIUWx0Qj0uWHYSbHP5wpu4YvuVp4sQWcsVpzoFx-dpSIB1D9OHWLyfdQlgSDCtSfN77rDiHuqURA28suDdEoS2BbJriW6rNM33M3mQfm-bw499S5E4k551J3TnUkUW1k_7iHC3Eq-UvfMf0zgsR88i5Zt_lREVS3bhSp1ePM80ZoxF7w-TxUDSZoyhsLobIBU1AqC2ZROJJuv4gl2mfV8bzTMAWJwlB35q-k23sy1Hegw9FcLo9-A-1IKbectquD37Bg6_VBR7TDSbYTPCQSX3WDH-BXaSB9lM7WCsVirG09qOa8AFz5TlZHn_rwhIwdsMBp_XXZAPtCDJfJ2MlE4IJuZY5NgLgZdsN0DSrwWSMMqzMn7noQJxXbHmX96CbI5tMXfM0Ma-MA7sJzYhGrkQy5ENPBKxcWEj-Rmhl5qxYjkASGu51bRj5YYVR6M79Ahd5yh2TYkOPpqzKZmGVxmpIJdTiAqBvPs7XZ4zG4xdD3lPBN0r-FAJvhKHICx1761tAlHeJMHuveOxEea8CPI2b4gymiNbHytkK1J7v4k5EU3_LuuaytxudUNArOld32Gp7N32gUZim8IsyYITbBDAuQCQIMsjnyThIkfZhXG4YXzM13enn2bxrEQ81FwQuj7jW2UzcaW-N9OnDuwkzmywHOqbg2f2ybZjzjb_nKTUdax09-1CA8eWf91wkkYAhqLxql40YC94CdFQGKWt2LR8AkZXOKlqkUkDnogr1GihvGmtFKr96USIcSiLTvZ6lbMyaZMc-LV_7cr7FAfL0hA2Lj2XDl0a-GUmZj6I2esBB8j1H8JIlgp6W0nKXEPKWmwnNBNY1aTEWUTvBwnBGHg_P_ejdWvICRMeoMW7lfUAqHaIYpsWOYWc2ctAB60N-bHQ7-b3etsYP25RU6t_zfpakM8ZVyN8EtQd9vIwQ-AgWmlEmWg">
</div>
<div>
<div class="row">
<div class="box-50">
<div class="box-paddingS">
<p><span class="wpcf7-form-control-wrap" data-name="names"><input size="40" maxlength="80" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input-box" aria-required="true" aria-invalid="false" placeholder="Name Of Client" value="" type="text" name="names"></span>
</p>
</div>
</div>
<div class="box-50">
<div class="box-paddingS">
<p><span class="wpcf7-form-control-wrap" data-name="emails"><input size="40" maxlength="80" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email input-box" aria-required="true" aria-invalid="false" placeholder="Client Email" value="" type="email" name="emails"></span>
</p>
</div>
</div>
<div class="clear">
</div>
<div class="box-50">
<div class="box-paddingS">
<p><span class="wpcf7-form-control-wrap" data-name="nameofdebtor"><input size="40" maxlength="80" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input-box" aria-required="true" aria-invalid="false" placeholder="Name of Debtor" value="" type="text" name="nameofdebtor"></span>
</p>
</div>
</div>
<div class="box-50">
<div class="box-paddingS">
<p><span class="wpcf7-form-control-wrap" data-name="addressofdebtor"><input size="40" maxlength="80" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input-box" aria-required="true" aria-invalid="false" placeholder="Address Of Debtor" value="" type="text" name="addressofdebtor"></span>
</p>
</div>
</div>
<div class="clear">
</div>
</div>
<div class="row">
<div class="box-50">
<div class="box-paddingS">
<p><span class="wpcf7-form-control-wrap" data-name="principalofdebt"><input size="40" maxlength="80" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input-box" aria-required="true" aria-invalid="false" placeholder="Principal Amount of Debt" value="" type="text" name="principalofdebt"></span>
</p>
</div>
</div>
<div class="box-50">
<div class="box-paddingS">
<p><span class="wpcf7-form-control-wrap" data-name="address"><input size="40" maxlength="80" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input-box" aria-required="true" aria-invalid="false" placeholder="Address Of Client" value="" type="text" name="address"></span>
</p>
</div>
</div>
<div class="clear">
</div>
</div>
<div class="row">
<div class="box-50">
<div class="box-paddingS">
<p><span class="wpcf7-form-control-wrap" data-name="Pdfinvoice"><input size="40" class="wpcf7-form-control wpcf7-file small" accept="audio/*,video/*,image/*" aria-invalid="false" type="file" name="Pdfinvoice"></span>
</p>
</div>
</div>
<div class="box-50">
<div class="box-paddingS">
<p><input class="wpcf7-form-control wpcf7-submit has-spinner submit" type="submit" value="Submit Request"><span class="wpcf7-spinner"></span>
</p>
</div>
</div>
<div class="clear">
</div>
</div>
<div class="box-100">
</div>
</div><p style="display: none !important;" class="akismet-fields-container" data-prefix="_wpcf7_ak_"><label>Δ<textarea name="_wpcf7_ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="_wpcf7_ak_js" value="1731944845553"><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p><input type="hidden" class="wpcf7-pum" value="{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}"><div class="wpcf7-response-output" aria-hidden="true"></div>
<div id="altEmail_container" class="altEmail_container"><label for="alt_s">Alternative:</label><input type="text" id="alt_s" name="alt_s"></div><span class="wpa_hidden_field" style="display:none;height:0;width:0;"><label>WPA <input type="text" name="nbuxar3899" value="660665"></label></span></form>
</div>
<div class="clear"></div>
</div>
</div></div></div>
<div class="clear"></div>
</div>
<div class="footer-menu">
<ul class="fmenu">
<li><a href="https://www.floridacollections.net/attorney-bio/">Attorney Bio</a></li>
<li><a href="https://www.floridacollections.net/services/">Services</a></li>
<li><a href="https://www.floridacollections.net/firm-vs-agency/">Firm Vs. Agency</a></li>
<li><a href="https://www.floridacollections.net/technology/">Technology</a></li>
<li><a href="https://www.floridacollections.net/judgments/">Judgments</a></li>
<li><a href="https://www.floridacollections.net/demand-letter/">Demand Letter</a></li>
<li><a href="https://www.floridacollections.net/online-placement/">Online Placement</a></li> <li><a href="https://www.floridacollections.net/contact/">Contact</a></li>
</ul>
</div>
<div class="box-padding center copyrights">
Copyright © 2005-2024 <a href="/">The Law Offices of Noam J. Cohen, P.A</a>. All Rights Reserved
<div class="clearH"></div>
<div class="socialmedia">
<ul class="icons">
<li><a class="fa fa-facebook" href="" title="Facebook"><span></span></a></li>
<li><a class="fa fa-twitter" href="" title="Twitter"><span></span></a></li>
<li><a class="fa fa-instagram" href="" title="Instagram"><span></span></a></li>
<li><a class="fa fa-linkedin" href="" title="Linkedin"><span></span></a></li>
<li><a class="fa fa-youtube" href="" title="Youtube"><span></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- HFCM by 99 Robots - Snippet # 1: -->
<!-- d2778550760bef0071d4427c5b55cc19 -->
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 2: -->
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 3: Back to Top -->
<a href="#" class="scrollup" style="display: inline;">Scroll</a>
<script>
jQuery(document).ready(function () {
jQuery(window).scroll(function () {
if (jQuery(this).scrollTop() > 100) {
jQuery('.scrollup').fadeIn();
} else {
jQuery('.scrollup').fadeOut();
}
});
jQuery('.scrollup').click(function () {
jQuery('html, body').animate({
scrollTop: 0
}, 600);
return false;
});
});
</script>
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 4: Schema Code -->
<script type="application/ld+json">
{ "@context": "https://schema.org/", "@type": "WebSite", "name": "The Law Offices of Noam J. Cohen, P.A.", "url": "https://www.floridacollections.net/", "description": "Noam J. Cohen is one of the top lawyers for personal debt collection in Florida. He is an
attorney providing legal services in a professionally competent manner.", "image": "https://www.floridacollections.net/wp-content/themes/floridacollections/images/logo.png", "inLanguage": "en-US"
}
</script>
<!-- /end HFCM by 99 Robots -->
<div id="pum-155" class="pum pum-overlay pum-theme-146 pum-theme-default-theme popmake-overlay pum-overlay-disabled auto_open click_open pum-active" data-popmake="{"id":155,"slug":"video-lawyer-popup","theme_id":146,"cookies":[{"event":"on_popup_close","settings":{"name":"pum-155","key":"","session":false,"path":"1","time":"1 month"}}],"triggers":[{"type":"auto_open","settings":{"cookie_name":"","delay":"0"}},{"type":"click_open","settings":{"extra_selectors":"","cookie_name":null}}],"mobile_disabled":null,"tablet_disabled":null,"meta":{"display":{"stackable":"1","overlay_disabled":"1","scrollable_content":false,"disable_reposition":false,"size":"custom","responsive_min_width":"0px","responsive_min_width_unit":false,"responsive_max_width":"100px","responsive_max_width_unit":false,"custom_width":"300px","custom_width_unit":false,"custom_height":"260px","custom_height_unit":false,"custom_height_auto":"1","location":"right bottom","position_from_trigger":false,"position_top":"100","position_left":"10","position_bottom":"10","position_right":"10","position_fixed":"1","animation_type":"slide","animation_speed":"350","animation_origin":"bottom","overlay_zindex":false,"zindex":"1999999999"},"close":{"text":"","button_delay":"0","overlay_click":false,"esc_press":false,"f4_press":false},"click_open":[]}}" role="dialog" aria-modal="true" style="opacity: 1; display: block;">
<div id="popmake-155" class="pum-container popmake theme-146 size-custom pum-position-fixed active fixed custom-position" style="width: 300px; height: auto; top: 250px; left: 480px;">
<div class="pum-content popmake-content" tabindex="0">
<p><iframe src="https://player.vimeo.com/video/298838775?autoplay=1" width="280" height="205" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe></p>
</div>
<button type="button" class="pum-close popmake-close" aria-label="Close">
CLOSE </button>
</div>
</div>
<script type="text/javascript" src="https://www.floridacollections.net/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.9.6" id="swv-js"></script>
<script type="text/javascript" id="contact-form-7-js-extra">
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/www.floridacollections.net\/wp-json\/","namespace":"contact-form-7\/v1"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.floridacollections.net/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.9.6" id="contact-form-7-js"></script>
<script type="text/javascript" src="https://www.floridacollections.net/wp-content/plugins/honeypot/includes/js/wpa.js?ver=2.2.01" id="wpascript-js"></script>
<script type="text/javascript" id="wpascript-js-after">
/* <![CDATA[ */
wpa_field_info = {"wpa_field_name":"nbuxar3899","wpa_field_value":660665,"wpa_add_test":"no"}
/* ]]> */
</script>
<script type="text/javascript" src="https://www.floridacollections.net/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script type="text/javascript" id="popup-maker-site-js-extra">
/* <![CDATA[ */
var pum_vars = {"version":"1.19.0","pm_dir_url":"https:\/\/www.floridacollections.net\/wp-content\/plugins\/popup-maker\/","ajaxurl":"https:\/\/www.floridacollections.net\/wp-admin\/admin-ajax.php","restapi":"https:\/\/www.floridacollections.net\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"146","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"cookie_domain":"","analytics_route":"analytics","analytics_api":"https:\/\/www.floridacollections.net\/wp-json\/pum\/v1"};
var pum_sub_vars = {"ajaxurl":"https:\/\/www.floridacollections.net\/wp-admin\/admin-ajax.php","message_position":"top"};
var pum_popups = {"pum-155":{"triggers":[{"type":"auto_open","settings":{"cookie_name":"","delay":"0"}}],"cookies":[{"event":"on_popup_close","settings":{"name":"pum-155","key":"","session":false,"path":"1","time":"1 month"}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"146","size":"custom","responsive_min_width":"0px","responsive_max_width":"100px","custom_width":"300px","custom_height_auto":true,"custom_height":"260px","scrollable_content":false,"animation_type":"slide","animation_speed":"350","animation_origin":"bottom","open_sound":"none","custom_sound":"","location":"right bottom","position_top":"100","position_bottom":"10","position_left":"10","position_right":"10","position_from_trigger":false,"position_fixed":true,"overlay_disabled":true,"stackable":true,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme","id":155,"slug":"video-lawyer-popup"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.floridacollections.net/wp-content/plugins/popup-maker/assets/js/site.min.js?defer&ver=1.19.0" id="popup-maker-site-js"></script>
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LebTTopAAAAAKn4cgJ_WctKvkT0obaUpwILlb4P&ver=3.0" id="google-recaptcha-js"></script>
<script type="text/javascript" src="https://www.floridacollections.net/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="text/javascript" id="wpcf7-recaptcha-js-extra">
/* <![CDATA[ */
var wpcf7_recaptcha = {"sitekey":"6LebTTopAAAAAKn4cgJ_WctKvkT0obaUpwILlb4P","actions":{"homepage":"homepage","contactform":"contactform"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.floridacollections.net/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.9.6" id="wpcf7-recaptcha-js"></script>
<script type="text/javascript" src="https://www.floridacollections.net/wp-content/plugins/wp-testimonial-with-widget/assets/js/slick.min.js?ver=3.5" id="wpos-slick-jquery-js"></script>
<script type="text/javascript" id="wtwp-public-script-js-extra">
/* <![CDATA[ */
var Wtwp = {"is_rtl":"0","is_avada":"0","elementor_preview":"0"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.floridacollections.net/wp-content/plugins/wp-testimonial-with-widget/assets/js/wtwp-public.js?ver=3.5" id="wtwp-public-script-js"></script>
<div><div class="grecaptcha-badge" data-style="bottomright" style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;"><div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-sa2itdbc1q98" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LebTTopAAAAAKn4cgJ_WctKvkT0obaUpwILlb4P&co=aHR0cHM6Ly93d3cuZmxvcmlkYWNvbGxlY3Rpb25zLm5ldDo0NDM.&hl=en&v=-ZG7BC9TxCVEbzIO2m429usb&size=invisible&cb=vfy13boe5ijm"></iframe></div><div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-100000" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div></body></html>