var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(26.2524,-80.2007)};var g_8750fe4b77c1bfd30a227637c5b482e4 = new google.maps.Geocoder();g_8750fe4b77c1bfd30a227637c5b482e4.geocode( { 'address': "1982 N State Rd 7, Margate, FL 33063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('margate-FL-we-florida-financial').style.display = '';map = new google.maps.Map(document.getElementById('margate-FL-we-florida-financial'), mapOptions);}document.getElementById('c4843723').innerHTML += ' | View Map';var $l8750fe4b77c1bfd30a227637c5b482e4 = '

We Florida Financial

Address: 1982 N State Rd 7, Margate, FL 33063, USA
Phone: (954) 745-2400
';var m_8750fe4b77c1bfd30a227637c5b482e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'We Florida Financial',});m_8750fe4b77c1bfd30a227637c5b482e4['infowindow'] = new google.maps.InfoWindow({content: $l8750fe4b77c1bfd30a227637c5b482e4});var infowindow = new google.maps.InfoWindow({content: $l8750fe4b77c1bfd30a227637c5b482e4});google.maps.event.addListener(m_8750fe4b77c1bfd30a227637c5b482e4, 'click', function() {infowindow.open(map,m_8750fe4b77c1bfd30a227637c5b482e4);});$marker.push(m_8750fe4b77c1bfd30a227637c5b482e4);}});}google.maps.event.addDomListener(window, 'load', initialize);