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.9027,-75.9931)};var g_10cc200f177fa091572739c851e38a46 = new google.maps.Geocoder();g_10cc200f177fa091572739c851e38a46.geocode( { 'address': "25 N Kennedy Dr, McAdoo, PA 18237, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcadoo-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mcadoo-PA-first-national-bank'), mapOptions);}document.getElementById('e06b6146').innerHTML += ' | View Map';var $l10cc200f177fa091572739c851e38a46 = '

First National Bank

Address: 25 N Kennedy Dr, McAdoo, PA 18237, USA
Phone: (570) 929-2270
';var m_10cc200f177fa091572739c851e38a46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_10cc200f177fa091572739c851e38a46['infowindow'] = new google.maps.InfoWindow({content: $l10cc200f177fa091572739c851e38a46});var infowindow = new google.maps.InfoWindow({content: $l10cc200f177fa091572739c851e38a46});google.maps.event.addListener(m_10cc200f177fa091572739c851e38a46, 'click', function() {infowindow.open(map,m_10cc200f177fa091572739c851e38a46);});$marker.push(m_10cc200f177fa091572739c851e38a46);}});}google.maps.event.addDomListener(window, 'load', initialize);