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.1203,-80.1295)};var g_995d0c3c60cb43295031f6c55ae4236a = new google.maps.Geocoder();g_995d0c3c60cb43295031f6c55ae4236a.geocode( { 'address': "6750 N Andrews Ave, Fort Lauderdale, FL 33309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-new-penn-financial').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-new-penn-financial'), mapOptions);}document.getElementById('2e750850').innerHTML += ' | View Map';var $l995d0c3c60cb43295031f6c55ae4236a = '

New Penn Financial

Address: 6750 N Andrews Ave, Fort Lauderdale, FL 33309
Phone: (954) 858-8284
';var m_995d0c3c60cb43295031f6c55ae4236a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Penn Financial',});m_995d0c3c60cb43295031f6c55ae4236a['infowindow'] = new google.maps.InfoWindow({content: $l995d0c3c60cb43295031f6c55ae4236a});var infowindow = new google.maps.InfoWindow({content: $l995d0c3c60cb43295031f6c55ae4236a});google.maps.event.addListener(m_995d0c3c60cb43295031f6c55ae4236a, 'click', function() {infowindow.open(map,m_995d0c3c60cb43295031f6c55ae4236a);});$marker.push(m_995d0c3c60cb43295031f6c55ae4236a);}});}google.maps.event.addDomListener(window, 'load', initialize);