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.9488,-79.7644)};var g_ebd58b8a3f1d72f4206201da62fb1204 = new google.maps.Geocoder();g_ebd58b8a3f1d72f4206201da62fb1204.geocode( { 'address': "101 S Main St, Chicora, PA 16025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicora-PA-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('chicora-PA-huntington-national-bank'), mapOptions);}document.getElementById('8c57c62c').innerHTML += ' | View Map';var $lebd58b8a3f1d72f4206201da62fb1204 = '

Huntington National Bank

Address: 101 S Main St, Chicora, PA 16025
Phone: (724) 445-3400
';var m_ebd58b8a3f1d72f4206201da62fb1204 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_ebd58b8a3f1d72f4206201da62fb1204['infowindow'] = new google.maps.InfoWindow({content: $lebd58b8a3f1d72f4206201da62fb1204});var infowindow = new google.maps.InfoWindow({content: $lebd58b8a3f1d72f4206201da62fb1204});google.maps.event.addListener(m_ebd58b8a3f1d72f4206201da62fb1204, 'click', function() {infowindow.open(map,m_ebd58b8a3f1d72f4206201da62fb1204);});$marker.push(m_ebd58b8a3f1d72f4206201da62fb1204);}});}google.maps.event.addDomListener(window, 'load', initialize);