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.2895,-80.0962)};var g_60181648463be4e4ee7a41b6187d15d0 = new google.maps.Geocoder();g_60181648463be4e4ee7a41b6187d15d0.geocode( { 'address': "4701 N Federal Hwy #330, Pompano Beach, FL 33064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pompano-beach-FL-elite-financial').style.display = '';map = new google.maps.Map(document.getElementById('pompano-beach-FL-elite-financial'), mapOptions);}document.getElementById('bb798673').innerHTML += ' | View Map';var $l60181648463be4e4ee7a41b6187d15d0 = '

Elite Financial

Address: 4701 N Federal Hwy #330, Pompano Beach, FL 33064, USA
Phone: (954) 537-7775
';var m_60181648463be4e4ee7a41b6187d15d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elite Financial',});m_60181648463be4e4ee7a41b6187d15d0['infowindow'] = new google.maps.InfoWindow({content: $l60181648463be4e4ee7a41b6187d15d0});var infowindow = new google.maps.InfoWindow({content: $l60181648463be4e4ee7a41b6187d15d0});google.maps.event.addListener(m_60181648463be4e4ee7a41b6187d15d0, 'click', function() {infowindow.open(map,m_60181648463be4e4ee7a41b6187d15d0);});$marker.push(m_60181648463be4e4ee7a41b6187d15d0);}});}google.maps.event.addDomListener(window, 'load', initialize);