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.8124,-79.5495)};var g_896b690b9566f53a875e03a3a324c091 = new google.maps.Geocoder();g_896b690b9566f53a875e03a3a324c091.geocode( { 'address': "22 Franklin Village Mall, Kittanning, PA 16201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kittanning-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('kittanning-PA-northwest-bank'), mapOptions);}document.getElementById('c2aef8d6').innerHTML += ' | View Map';var $l896b690b9566f53a875e03a3a324c091 = '

Northwest Bank

Address: 22 Franklin Village Mall, Kittanning, PA 16201, USA
Phone: (724) 543-9133
';var m_896b690b9566f53a875e03a3a324c091 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_896b690b9566f53a875e03a3a324c091['infowindow'] = new google.maps.InfoWindow({content: $l896b690b9566f53a875e03a3a324c091});var infowindow = new google.maps.InfoWindow({content: $l896b690b9566f53a875e03a3a324c091});google.maps.event.addListener(m_896b690b9566f53a875e03a3a324c091, 'click', function() {infowindow.open(map,m_896b690b9566f53a875e03a3a324c091);});$marker.push(m_896b690b9566f53a875e03a3a324c091);}});}google.maps.event.addDomListener(window, 'load', initialize);