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.3336,-76.4239)};var g_72b6cd68eaf531e6e5c1b5fe41717a92 = new google.maps.Geocoder();g_72b6cd68eaf531e6e5c1b5fe41717a92.geocode( { 'address': "197 Rocherty Rd, Lebanon, PA 17042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lebanon-PA-susquehanna-bank').style.display = '';map = new google.maps.Map(document.getElementById('lebanon-PA-susquehanna-bank'), mapOptions);}document.getElementById('e3ce5f3d').innerHTML += ' | View Map';var $l72b6cd68eaf531e6e5c1b5fe41717a92 = '

Susquehanna Bank

Address: 197 Rocherty Rd, Lebanon, PA 17042
Phone: (717) 272-1845
';var m_72b6cd68eaf531e6e5c1b5fe41717a92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susquehanna Bank',});m_72b6cd68eaf531e6e5c1b5fe41717a92['infowindow'] = new google.maps.InfoWindow({content: $l72b6cd68eaf531e6e5c1b5fe41717a92});var infowindow = new google.maps.InfoWindow({content: $l72b6cd68eaf531e6e5c1b5fe41717a92});google.maps.event.addListener(m_72b6cd68eaf531e6e5c1b5fe41717a92, 'click', function() {infowindow.open(map,m_72b6cd68eaf531e6e5c1b5fe41717a92);});$marker.push(m_72b6cd68eaf531e6e5c1b5fe41717a92);}});}google.maps.event.addDomListener(window, 'load', initialize);