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(40.1316,-74.9226)};var g_cf41c580461162d60d1ac382bb76c677 = new google.maps.Geocoder();g_cf41c580461162d60d1ac382bb76c677.geocode( { 'address': "2301 Bristol Rd, Bensalem, PA 19020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bensalem-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('bensalem-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('41191919').innerHTML += ' | View Map';var $lcf41c580461162d60d1ac382bb76c677 = '

Citizens Bank Supermarket Branch

Address: 2301 Bristol Rd, Bensalem, PA 19020, USA
Phone: (215) 891-1301
';var m_cf41c580461162d60d1ac382bb76c677 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_cf41c580461162d60d1ac382bb76c677['infowindow'] = new google.maps.InfoWindow({content: $lcf41c580461162d60d1ac382bb76c677});var infowindow = new google.maps.InfoWindow({content: $lcf41c580461162d60d1ac382bb76c677});google.maps.event.addListener(m_cf41c580461162d60d1ac382bb76c677, 'click', function() {infowindow.open(map,m_cf41c580461162d60d1ac382bb76c677);});$marker.push(m_cf41c580461162d60d1ac382bb76c677);}});}google.maps.event.addDomListener(window, 'load', initialize);