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.194,-76.1992)};var g_5db7748153be4704f5efa05b54b936d8 = new google.maps.Geocoder();g_5db7748153be4704f5efa05b54b936d8.geocode( { 'address': "1300 W Main St, Ephrata, PA 17522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ephrata-PA-susquehanna-bank---lincoln-office').style.display = '';map = new google.maps.Map(document.getElementById('ephrata-PA-susquehanna-bank---lincoln-office'), mapOptions);}document.getElementById('d31fc9cf').innerHTML += ' | View Map';var $l5db7748153be4704f5efa05b54b936d8 = '

Susquehanna Bank - Lincoln Office

Address: 1300 W Main St, Ephrata, PA 17522, USA
Phone: (717) 733-7933
';var m_5db7748153be4704f5efa05b54b936d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susquehanna Bank - Lincoln Office',});m_5db7748153be4704f5efa05b54b936d8['infowindow'] = new google.maps.InfoWindow({content: $l5db7748153be4704f5efa05b54b936d8});var infowindow = new google.maps.InfoWindow({content: $l5db7748153be4704f5efa05b54b936d8});google.maps.event.addListener(m_5db7748153be4704f5efa05b54b936d8, 'click', function() {infowindow.open(map,m_5db7748153be4704f5efa05b54b936d8);});$marker.push(m_5db7748153be4704f5efa05b54b936d8);}});}google.maps.event.addDomListener(window, 'load', initialize);