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.2165,-78.2474)};var g_ff14b9a7960d028402ffd8b3a73b30fc = new google.maps.Geocoder();g_ff14b9a7960d028402ffd8b3a73b30fc.geocode( { 'address': "911 Church St, Saxton, PA 16678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saxton-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('saxton-PA-first-national-bank'), mapOptions);}document.getElementById('86f52bdc').innerHTML += ' | View Map';var $lff14b9a7960d028402ffd8b3a73b30fc = '

First National Bank

Address: 911 Church St, Saxton, PA 16678, USA
Phone: (814) 635-2031
';var m_ff14b9a7960d028402ffd8b3a73b30fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_ff14b9a7960d028402ffd8b3a73b30fc['infowindow'] = new google.maps.InfoWindow({content: $lff14b9a7960d028402ffd8b3a73b30fc});var infowindow = new google.maps.InfoWindow({content: $lff14b9a7960d028402ffd8b3a73b30fc});google.maps.event.addListener(m_ff14b9a7960d028402ffd8b3a73b30fc, 'click', function() {infowindow.open(map,m_ff14b9a7960d028402ffd8b3a73b30fc);});$marker.push(m_ff14b9a7960d028402ffd8b3a73b30fc);}});}google.maps.event.addDomListener(window, 'load', initialize);