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.1031,-78.9542)};var g_82c2a16965d58587e3a4bb8a65750d08 = new google.maps.Geocoder();g_82c2a16965d58587e3a4bb8a65750d08.geocode( { 'address': "100 E Main St, Stoystown, PA 15563, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoystown-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('stoystown-PA-first-national-bank'), mapOptions);}document.getElementById('fda02ea5').innerHTML += ' | View Map';var $l82c2a16965d58587e3a4bb8a65750d08 = '

First National Bank

Address: 100 E Main St, Stoystown, PA 15563, USA
Phone: (814) 893-5496
';var m_82c2a16965d58587e3a4bb8a65750d08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_82c2a16965d58587e3a4bb8a65750d08['infowindow'] = new google.maps.InfoWindow({content: $l82c2a16965d58587e3a4bb8a65750d08});var infowindow = new google.maps.InfoWindow({content: $l82c2a16965d58587e3a4bb8a65750d08});google.maps.event.addListener(m_82c2a16965d58587e3a4bb8a65750d08, 'click', function() {infowindow.open(map,m_82c2a16965d58587e3a4bb8a65750d08);});$marker.push(m_82c2a16965d58587e3a4bb8a65750d08);}});}google.maps.event.addDomListener(window, 'load', initialize);