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.0332,-80.1838)};var g_862a03068a546b5406592e25a4da5e47 = new google.maps.Geocoder();g_862a03068a546b5406592e25a4da5e47.geocode( { 'address': "3999 Sheridan St #200, Hollywood, FL 33021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollywood-FL-florida-first-financial-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('hollywood-FL-florida-first-financial-mortgage'), mapOptions);}document.getElementById('a4672337').innerHTML += ' | View Map';var $l862a03068a546b5406592e25a4da5e47 = '

Florida First Financial Mortgage

Address: 3999 Sheridan St #200, Hollywood, FL 33021, USA
Phone: (305) 676-4663
';var m_862a03068a546b5406592e25a4da5e47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida First Financial Mortgage',});m_862a03068a546b5406592e25a4da5e47['infowindow'] = new google.maps.InfoWindow({content: $l862a03068a546b5406592e25a4da5e47});var infowindow = new google.maps.InfoWindow({content: $l862a03068a546b5406592e25a4da5e47});google.maps.event.addListener(m_862a03068a546b5406592e25a4da5e47, 'click', function() {infowindow.open(map,m_862a03068a546b5406592e25a4da5e47);});$marker.push(m_862a03068a546b5406592e25a4da5e47);}});}google.maps.event.addDomListener(window, 'load', initialize);