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.0614,-76.322)};var g_a40456018eed405429c088c358368438 = new google.maps.Geocoder();g_a40456018eed405429c088c358368438.geocode( { 'address': "1950 Old Philadelphia Pike, Lancaster, PA 17602"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-PA-susquehanna-bank-old-philadelphia-pike').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-PA-susquehanna-bank-old-philadelphia-pike'), mapOptions);}document.getElementById('60aac26d').innerHTML += ' | View Map';var $la40456018eed405429c088c358368438 = '

Susquehanna Bank Old Philadelphia Pike...

Address: 1950 Old Philadelphia Pike, Lancaster, PA 17602
Phone: (717) 290-7660
';var m_a40456018eed405429c088c358368438 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susquehanna Bank Old Philadelphia Pike...',});m_a40456018eed405429c088c358368438['infowindow'] = new google.maps.InfoWindow({content: $la40456018eed405429c088c358368438});var infowindow = new google.maps.InfoWindow({content: $la40456018eed405429c088c358368438});google.maps.event.addListener(m_a40456018eed405429c088c358368438, 'click', function() {infowindow.open(map,m_a40456018eed405429c088c358368438);});$marker.push(m_a40456018eed405429c088c358368438);}});}google.maps.event.addDomListener(window, 'load', initialize);