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.332,-78.7356)};var g_59c54dd9224cf1c5931c0bed93d13252 = new google.maps.Geocoder();g_59c54dd9224cf1c5931c0bed93d13252.geocode( { 'address': "367 Locust St, Sidman, PA 15955"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sidman-PA-1st-summit-bank').style.display = '';map = new google.maps.Map(document.getElementById('sidman-PA-1st-summit-bank'), mapOptions);}document.getElementById('a5362ff7').innerHTML += ' | View Map';var $l59c54dd9224cf1c5931c0bed93d13252 = '

1st Summit Bank

Address: 367 Locust St, Sidman, PA 15955
Phone: (814) 487-4205
';var m_59c54dd9224cf1c5931c0bed93d13252 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Summit Bank',});m_59c54dd9224cf1c5931c0bed93d13252['infowindow'] = new google.maps.InfoWindow({content: $l59c54dd9224cf1c5931c0bed93d13252});var infowindow = new google.maps.InfoWindow({content: $l59c54dd9224cf1c5931c0bed93d13252});google.maps.event.addListener(m_59c54dd9224cf1c5931c0bed93d13252, 'click', function() {infowindow.open(map,m_59c54dd9224cf1c5931c0bed93d13252);});$marker.push(m_59c54dd9224cf1c5931c0bed93d13252);}});}google.maps.event.addDomListener(window, 'load', initialize);