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.2416,-75.1295)};var g_e70981fd305170c41a5632b2a24bbcaa = new google.maps.Geocoder();g_e70981fd305170c41a5632b2a24bbcaa.geocode( { 'address': "1111 Easton Rd, Warrington, PA 18976"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warrington-PA-susquehanna-bank').style.display = '';map = new google.maps.Map(document.getElementById('warrington-PA-susquehanna-bank'), mapOptions);}document.getElementById('9c26047a').innerHTML += ' | View Map';var $le70981fd305170c41a5632b2a24bbcaa = '

Susquehanna Bank

Address: 1111 Easton Rd, Warrington, PA 18976
Phone: (215) 343-8777
';var m_e70981fd305170c41a5632b2a24bbcaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susquehanna Bank',});m_e70981fd305170c41a5632b2a24bbcaa['infowindow'] = new google.maps.InfoWindow({content: $le70981fd305170c41a5632b2a24bbcaa});var infowindow = new google.maps.InfoWindow({content: $le70981fd305170c41a5632b2a24bbcaa});google.maps.event.addListener(m_e70981fd305170c41a5632b2a24bbcaa, 'click', function() {infowindow.open(map,m_e70981fd305170c41a5632b2a24bbcaa);});$marker.push(m_e70981fd305170c41a5632b2a24bbcaa);}});}google.maps.event.addDomListener(window, 'load', initialize);