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.8274,-76.8442)};var g_be45d0c4cc021e8815dda23cb25d6735 = new google.maps.Geocoder();g_be45d0c4cc021e8815dda23cb25d6735.geocode( { 'address': "1255 N Susquehanna Trail, Hummels Wharf, PA 17831, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hummels-wharf-PA-swineford-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hummels-wharf-PA-swineford-national-bank'), mapOptions);}document.getElementById('cb81405a').innerHTML += ' | View Map';var $lbe45d0c4cc021e8815dda23cb25d6735 = '

Swineford National Bank

Address: 1255 N Susquehanna Trail, Hummels Wharf, PA 17831, USA
Phone: (570) 743-7786
';var m_be45d0c4cc021e8815dda23cb25d6735 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Swineford National Bank',});m_be45d0c4cc021e8815dda23cb25d6735['infowindow'] = new google.maps.InfoWindow({content: $lbe45d0c4cc021e8815dda23cb25d6735});var infowindow = new google.maps.InfoWindow({content: $lbe45d0c4cc021e8815dda23cb25d6735});google.maps.event.addListener(m_be45d0c4cc021e8815dda23cb25d6735, 'click', function() {infowindow.open(map,m_be45d0c4cc021e8815dda23cb25d6735);});$marker.push(m_be45d0c4cc021e8815dda23cb25d6735);}});}google.maps.event.addDomListener(window, 'load', initialize);