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.371,-79.785)};var g_b9be0191ed55c92c1b8085508c632852 = new google.maps.Geocoder();g_b9be0191ed55c92c1b8085508c632852.geocode( { 'address': "1701 Lincoln Hwy, North Versailles, PA 15137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-versailles-PA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('north-versailles-PA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('2d211039').innerHTML += ' | View Map';var $lb9be0191ed55c92c1b8085508c632852 = '

Citizens Bank Supermarket Branch

Address: 1701 Lincoln Hwy, North Versailles, PA 15137, USA
Phone: (412) 816-2102
';var m_b9be0191ed55c92c1b8085508c632852 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_b9be0191ed55c92c1b8085508c632852['infowindow'] = new google.maps.InfoWindow({content: $lb9be0191ed55c92c1b8085508c632852});var infowindow = new google.maps.InfoWindow({content: $lb9be0191ed55c92c1b8085508c632852});google.maps.event.addListener(m_b9be0191ed55c92c1b8085508c632852, 'click', function() {infowindow.open(map,m_b9be0191ed55c92c1b8085508c632852);});$marker.push(m_b9be0191ed55c92c1b8085508c632852);}});}google.maps.event.addDomListener(window, 'load', initialize);