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.3673,-80.1098)};var g_17b9b5a5509b9ad0392229677004a75e = new google.maps.Geocoder();g_17b9b5a5509b9ad0392229677004a75e.geocode( { 'address': "1025 Washington Pike, Bridgeville, PA 15017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeville-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('bridgeville-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('71b09218').innerHTML += ' | View Map';var $l17b9b5a5509b9ad0392229677004a75e = '

Citizens Bank Supermarket Branch

Address: 1025 Washington Pike, Bridgeville, PA 15017, USA
Phone: (412) 221-2013
';var m_17b9b5a5509b9ad0392229677004a75e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_17b9b5a5509b9ad0392229677004a75e['infowindow'] = new google.maps.InfoWindow({content: $l17b9b5a5509b9ad0392229677004a75e});var infowindow = new google.maps.InfoWindow({content: $l17b9b5a5509b9ad0392229677004a75e});google.maps.event.addListener(m_17b9b5a5509b9ad0392229677004a75e, 'click', function() {infowindow.open(map,m_17b9b5a5509b9ad0392229677004a75e);});$marker.push(m_17b9b5a5509b9ad0392229677004a75e);}});}google.maps.event.addDomListener(window, 'load', initialize);