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.2495,-76.9693)};var g_791427014ac440583f48f02159b233e6 = new google.maps.Geocoder();g_791427014ac440583f48f02159b233e6.geocode( { 'address': "1732 E 3rd St, Williamsport, PA 17701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-fulton-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-fulton-bank'), mapOptions);}document.getElementById('2eb4a53c').innerHTML += ' | View Map';var $l791427014ac440583f48f02159b233e6 = '

Fulton Bank

Address: 1732 E 3rd St, Williamsport, PA 17701, USA
Phone: (570) 323-9433
';var m_791427014ac440583f48f02159b233e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank',});m_791427014ac440583f48f02159b233e6['infowindow'] = new google.maps.InfoWindow({content: $l791427014ac440583f48f02159b233e6});var infowindow = new google.maps.InfoWindow({content: $l791427014ac440583f48f02159b233e6});google.maps.event.addListener(m_791427014ac440583f48f02159b233e6, 'click', function() {infowindow.open(map,m_791427014ac440583f48f02159b233e6);});$marker.push(m_791427014ac440583f48f02159b233e6);}});}google.maps.event.addDomListener(window, 'load', initialize);