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(39.8811,-75.3045)};var g_1e3f5c7224c234a243cfc8b8234d7d21 = new google.maps.Geocoder();g_1e3f5c7224c234a243cfc8b8234d7d21.geocode( { 'address': "401 Lincoln Ave, Prospect Park, PA 19076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prospect-park-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('prospect-park-PA-citizens-bank'), mapOptions);}document.getElementById('72f78640').innerHTML += ' | View Map';var $l1e3f5c7224c234a243cfc8b8234d7d21 = '

Citizens Bank

Address: 401 Lincoln Ave, Prospect Park, PA 19076, USA
Phone:
';var m_1e3f5c7224c234a243cfc8b8234d7d21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_1e3f5c7224c234a243cfc8b8234d7d21['infowindow'] = new google.maps.InfoWindow({content: $l1e3f5c7224c234a243cfc8b8234d7d21});var infowindow = new google.maps.InfoWindow({content: $l1e3f5c7224c234a243cfc8b8234d7d21});google.maps.event.addListener(m_1e3f5c7224c234a243cfc8b8234d7d21, 'click', function() {infowindow.open(map,m_1e3f5c7224c234a243cfc8b8234d7d21);});$marker.push(m_1e3f5c7224c234a243cfc8b8234d7d21);}});}google.maps.event.addDomListener(window, 'load', initialize);