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_c16d2428710b99841b60455fad7561b2 = new google.maps.Geocoder();g_c16d2428710b99841b60455fad7561b2.geocode( { 'address': "423 Penn St, Huntingdon, PA 16652"}, 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('1db8063c').innerHTML += ' | View Map';var $lc16d2428710b99841b60455fad7561b2 = '

Huntingdon Savings Bank

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