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.4964,-78.0128)};var g_3006f79b7d80484a131d211bf44966af = new google.maps.Geocoder();g_3006f79b7d80484a131d211bf44966af.geocode( { 'address': "100 Fairgrounds Rd, Huntingdon, PA 16652"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntingdon-PA-northwest-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntingdon-PA-northwest-savings-bank'), mapOptions);}document.getElementById('1ffd9b80').innerHTML += ' | View Map';var $l3006f79b7d80484a131d211bf44966af = '

Northwest Savings Bank

Address: 100 Fairgrounds Rd, Huntingdon, PA 16652
Phone: (814) 643-8720
';var m_3006f79b7d80484a131d211bf44966af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Savings Bank',});m_3006f79b7d80484a131d211bf44966af['infowindow'] = new google.maps.InfoWindow({content: $l3006f79b7d80484a131d211bf44966af});var infowindow = new google.maps.InfoWindow({content: $l3006f79b7d80484a131d211bf44966af});google.maps.event.addListener(m_3006f79b7d80484a131d211bf44966af, 'click', function() {infowindow.open(map,m_3006f79b7d80484a131d211bf44966af);});$marker.push(m_3006f79b7d80484a131d211bf44966af);}});}google.maps.event.addDomListener(window, 'load', initialize);