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.0486,-78.6442)};var g_b55b1e5d638b9568d38abb426975d91c = new google.maps.Geocoder();g_b55b1e5d638b9568d38abb426975d91c.geocode( { 'address': "3732 Pitt St, Schellsburg, PA 15559, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schellsburg-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('schellsburg-PA-first-national-bank'), mapOptions);}document.getElementById('a7f6bb4c').innerHTML += ' | View Map';var $lb55b1e5d638b9568d38abb426975d91c = '

First National Bank

Address: 3732 Pitt St, Schellsburg, PA 15559, USA
Phone: (814) 733-2213
';var m_b55b1e5d638b9568d38abb426975d91c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_b55b1e5d638b9568d38abb426975d91c['infowindow'] = new google.maps.InfoWindow({content: $lb55b1e5d638b9568d38abb426975d91c});var infowindow = new google.maps.InfoWindow({content: $lb55b1e5d638b9568d38abb426975d91c});google.maps.event.addListener(m_b55b1e5d638b9568d38abb426975d91c, 'click', function() {infowindow.open(map,m_b55b1e5d638b9568d38abb426975d91c);});$marker.push(m_b55b1e5d638b9568d38abb426975d91c);}});}google.maps.event.addDomListener(window, 'load', initialize);