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.2402,-77.002)};var g_dc617e4d8b88332a3151d00f481170fb = new google.maps.Geocoder();g_dc617e4d8b88332a3151d00f481170fb.geocode( { 'address': "33 W 3rd St #6, Williamsport, PA 17701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-sovereign-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-sovereign-bank'), mapOptions);}document.getElementById('ffb5d38f').innerHTML += ' | View Map';var $ldc617e4d8b88332a3151d00f481170fb = '

Sovereign Bank

Address: 33 W 3rd St #6, Williamsport, PA 17701, USA
Phone: (570) 329-4501
';var m_dc617e4d8b88332a3151d00f481170fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign Bank',});m_dc617e4d8b88332a3151d00f481170fb['infowindow'] = new google.maps.InfoWindow({content: $ldc617e4d8b88332a3151d00f481170fb});var infowindow = new google.maps.InfoWindow({content: $ldc617e4d8b88332a3151d00f481170fb});google.maps.event.addListener(m_dc617e4d8b88332a3151d00f481170fb, 'click', function() {infowindow.open(map,m_dc617e4d8b88332a3151d00f481170fb);});$marker.push(m_dc617e4d8b88332a3151d00f481170fb);}});}google.maps.event.addDomListener(window, 'load', initialize);