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.7734,-76.9648)};var g_7e9414ac88caaa960094f524b2268f31 = new google.maps.Geocoder();g_7e9414ac88caaa960094f524b2268f31.geocode( { 'address': "1255 N Susquehanna Trl, Hummels Wharf, PA 17831"}, 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('7a9a6383').innerHTML += ' | View Map';var $l7e9414ac88caaa960094f524b2268f31 = '

Swineford National Bank

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