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.2674,-77.0351)};var g_5d0d5594d24f0f955548f0fc0ff83d10 = new google.maps.Geocoder();g_5d0d5594d24f0f955548f0fc0ff83d10.geocode( { 'address': "329 Pine St, Williamsport, PA 17701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-williamsport-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-williamsport-national-bank'), mapOptions);}document.getElementById('79afe1fd').innerHTML += ' | View Map';var $l5d0d5594d24f0f955548f0fc0ff83d10 = '

Williamsport National Bank

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