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.7763,-80.3783)};var g_0e639653c10d1353dfbc8e4a14df280e = new google.maps.Geocoder();g_0e639653c10d1353dfbc8e4a14df280e.geocode( { 'address': "2650 Constitution Blvd, Beaver Falls, PA 15010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaver-falls-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('beaver-falls-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('dbd082cf').innerHTML += ' | View Map';var $l0e639653c10d1353dfbc8e4a14df280e = '

Citizens Bank Supermarket Branch

Address: 2650 Constitution Blvd, Beaver Falls, PA 15010, USA
Phone: (724) 891-4120
';var m_0e639653c10d1353dfbc8e4a14df280e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_0e639653c10d1353dfbc8e4a14df280e['infowindow'] = new google.maps.InfoWindow({content: $l0e639653c10d1353dfbc8e4a14df280e});var infowindow = new google.maps.InfoWindow({content: $l0e639653c10d1353dfbc8e4a14df280e});google.maps.event.addListener(m_0e639653c10d1353dfbc8e4a14df280e, 'click', function() {infowindow.open(map,m_0e639653c10d1353dfbc8e4a14df280e);});$marker.push(m_0e639653c10d1353dfbc8e4a14df280e);}});}google.maps.event.addDomListener(window, 'load', initialize);