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.4245,-79.662)};var g_deea76c5506a52efc1b585d1b0b53afa = new google.maps.Geocoder();g_deea76c5506a52efc1b585d1b0b53afa.geocode( { 'address': "4810 Old William Penn Hwy, Export, PA 15632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('export-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('export-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('fea955fc').innerHTML += ' | View Map';var $ldeea76c5506a52efc1b585d1b0b53afa = '

Citizens Bank Supermarket Branch

Address: 4810 Old William Penn Hwy, Export, PA 15632, USA
Phone: (724) 733-7111
';var m_deea76c5506a52efc1b585d1b0b53afa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_deea76c5506a52efc1b585d1b0b53afa['infowindow'] = new google.maps.InfoWindow({content: $ldeea76c5506a52efc1b585d1b0b53afa});var infowindow = new google.maps.InfoWindow({content: $ldeea76c5506a52efc1b585d1b0b53afa});google.maps.event.addListener(m_deea76c5506a52efc1b585d1b0b53afa, 'click', function() {infowindow.open(map,m_deea76c5506a52efc1b585d1b0b53afa);});$marker.push(m_deea76c5506a52efc1b585d1b0b53afa);}});}google.maps.event.addDomListener(window, 'load', initialize);