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.2331,-77.0189)};var g_9b03c0d987da7aeaf1a3395d78b66f75 = new google.maps.Geocoder();g_9b03c0d987da7aeaf1a3395d78b66f75.geocode( { 'address': "120 W 4th St, Williamsport, PA 17701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-first-national-bank'), mapOptions);}document.getElementById('bf32e74d').innerHTML += ' | View Map';var $l9b03c0d987da7aeaf1a3395d78b66f75 = '

First National Bank

Address: 120 W 4th St, Williamsport, PA 17701, USA
Phone: (570) 323-3000
';var m_9b03c0d987da7aeaf1a3395d78b66f75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_9b03c0d987da7aeaf1a3395d78b66f75['infowindow'] = new google.maps.InfoWindow({content: $l9b03c0d987da7aeaf1a3395d78b66f75});var infowindow = new google.maps.InfoWindow({content: $l9b03c0d987da7aeaf1a3395d78b66f75});google.maps.event.addListener(m_9b03c0d987da7aeaf1a3395d78b66f75, 'click', function() {infowindow.open(map,m_9b03c0d987da7aeaf1a3395d78b66f75);});$marker.push(m_9b03c0d987da7aeaf1a3395d78b66f75);}});var g_145f753dfb01f558bbcb5d21fd809254 = new google.maps.Geocoder();g_145f753dfb01f558bbcb5d21fd809254.geocode( { 'address': "90 Maynard St, Williamsport, PA 17701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-first-national-bank'), mapOptions);}document.getElementById('de761158').innerHTML += ' | View Map';var $l145f753dfb01f558bbcb5d21fd809254 = '

First National Bank

Address: 90 Maynard St, Williamsport, PA 17701, USA
Phone: (570) 329-5600
';var m_145f753dfb01f558bbcb5d21fd809254 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_145f753dfb01f558bbcb5d21fd809254['infowindow'] = new google.maps.InfoWindow({content: $l145f753dfb01f558bbcb5d21fd809254});var infowindow = new google.maps.InfoWindow({content: $l145f753dfb01f558bbcb5d21fd809254});google.maps.event.addListener(m_145f753dfb01f558bbcb5d21fd809254, 'click', function() {infowindow.open(map,m_145f753dfb01f558bbcb5d21fd809254);});$marker.push(m_145f753dfb01f558bbcb5d21fd809254);}});}google.maps.event.addDomListener(window, 'load', initialize);