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.4678,-80.0957)};var g_914d3209065b41749413501a779d1cd6 = new google.maps.Geocoder();g_914d3209065b41749413501a779d1cd6.geocode( { 'address': "1811 McKees Rocks Rd, McKees Rocks, PA 15136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckees-rocks-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('mckees-rocks-PA-northwest-bank'), mapOptions);}document.getElementById('dbd35d56').innerHTML += ' | View Map';var $l914d3209065b41749413501a779d1cd6 = '

Northwest Bank

Address: 1811 McKees Rocks Rd, McKees Rocks, PA 15136, USA
Phone: (412) 331-4422
';var m_914d3209065b41749413501a779d1cd6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_914d3209065b41749413501a779d1cd6['infowindow'] = new google.maps.InfoWindow({content: $l914d3209065b41749413501a779d1cd6});var infowindow = new google.maps.InfoWindow({content: $l914d3209065b41749413501a779d1cd6});google.maps.event.addListener(m_914d3209065b41749413501a779d1cd6, 'click', function() {infowindow.open(map,m_914d3209065b41749413501a779d1cd6);});$marker.push(m_914d3209065b41749413501a779d1cd6);}});}google.maps.event.addDomListener(window, 'load', initialize);