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(41.0836,-76.8625)};var g_a9d4a0a256f5e6ae0452039e3493f22c = new google.maps.Geocoder();g_a9d4a0a256f5e6ae0452039e3493f22c.geocode( { 'address': "300 Main St, Watsontown, PA 17777, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watsontown-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('watsontown-PA-first-national-bank'), mapOptions);}document.getElementById('d079ff20').innerHTML += ' | View Map';var $la9d4a0a256f5e6ae0452039e3493f22c = '

First National Bank

Address: 300 Main St, Watsontown, PA 17777, USA
Phone: (570) 538-2586
';var m_a9d4a0a256f5e6ae0452039e3493f22c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_a9d4a0a256f5e6ae0452039e3493f22c['infowindow'] = new google.maps.InfoWindow({content: $la9d4a0a256f5e6ae0452039e3493f22c});var infowindow = new google.maps.InfoWindow({content: $la9d4a0a256f5e6ae0452039e3493f22c});google.maps.event.addListener(m_a9d4a0a256f5e6ae0452039e3493f22c, 'click', function() {infowindow.open(map,m_a9d4a0a256f5e6ae0452039e3493f22c);});$marker.push(m_a9d4a0a256f5e6ae0452039e3493f22c);}});}google.maps.event.addDomListener(window, 'load', initialize);