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.5377,-79.9652)};var g_175e39d53d283ae2a3b0b591aff25fcc = new google.maps.Geocoder();g_175e39d53d283ae2a3b0b591aff25fcc.geocode( { 'address': "1671 Butler Plank Rd, Glenshaw, PA 15116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenshaw-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('glenshaw-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('eb017041').innerHTML += ' | View Map';var $l175e39d53d283ae2a3b0b591aff25fcc = '

Citizens Bank Supermarket Branch

Address: 1671 Butler Plank Rd, Glenshaw, PA 15116, USA
Phone: (412) 487-8918
';var m_175e39d53d283ae2a3b0b591aff25fcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_175e39d53d283ae2a3b0b591aff25fcc['infowindow'] = new google.maps.InfoWindow({content: $l175e39d53d283ae2a3b0b591aff25fcc});var infowindow = new google.maps.InfoWindow({content: $l175e39d53d283ae2a3b0b591aff25fcc});google.maps.event.addListener(m_175e39d53d283ae2a3b0b591aff25fcc, 'click', function() {infowindow.open(map,m_175e39d53d283ae2a3b0b591aff25fcc);});$marker.push(m_175e39d53d283ae2a3b0b591aff25fcc);}});}google.maps.event.addDomListener(window, 'load', initialize);