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.32,-79.6872)};var g_6e9ce073689a017600597a3c83f437a8 = new google.maps.Geocoder();g_6e9ce073689a017600597a3c83f437a8.geocode( { 'address': "8901 Old Rte 30, Irwin, PA 15642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irwin-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('irwin-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('ecf9e4ca').innerHTML += ' | View Map';var $l6e9ce073689a017600597a3c83f437a8 = '

Citizens Bank Supermarket Branch

Address: 8901 Old Rte 30, Irwin, PA 15642, USA
Phone: (724) 864-1618
';var m_6e9ce073689a017600597a3c83f437a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_6e9ce073689a017600597a3c83f437a8['infowindow'] = new google.maps.InfoWindow({content: $l6e9ce073689a017600597a3c83f437a8});var infowindow = new google.maps.InfoWindow({content: $l6e9ce073689a017600597a3c83f437a8});google.maps.event.addListener(m_6e9ce073689a017600597a3c83f437a8, 'click', function() {infowindow.open(map,m_6e9ce073689a017600597a3c83f437a8);});$marker.push(m_6e9ce073689a017600597a3c83f437a8);}});}google.maps.event.addDomListener(window, 'load', initialize);