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.4848,-78.0116)};var g_68c26935d45bf7340b70c481e2578906 = new google.maps.Geocoder();g_68c26935d45bf7340b70c481e2578906.geocode( { 'address': "423 Penn St, Huntingdon, PA 16652, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntingdon-PA-huntingdon-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntingdon-PA-huntingdon-savings-bank'), mapOptions);}document.getElementById('70b4ef13').innerHTML += ' | View Map';var $l68c26935d45bf7340b70c481e2578906 = '

Huntingdon Savings Bank

Address: 423 Penn St, Huntingdon, PA 16652, USA
Phone: (814) 643-0544
';var m_68c26935d45bf7340b70c481e2578906 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntingdon Savings Bank',});m_68c26935d45bf7340b70c481e2578906['infowindow'] = new google.maps.InfoWindow({content: $l68c26935d45bf7340b70c481e2578906});var infowindow = new google.maps.InfoWindow({content: $l68c26935d45bf7340b70c481e2578906});google.maps.event.addListener(m_68c26935d45bf7340b70c481e2578906, 'click', function() {infowindow.open(map,m_68c26935d45bf7340b70c481e2578906);});$marker.push(m_68c26935d45bf7340b70c481e2578906);}});}google.maps.event.addDomListener(window, 'load', initialize);