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.7463,-77.218)};var g_bf56a1b37b94243486b2034f8479c475 = new google.maps.Geocoder();g_bf56a1b37b94243486b2034f8479c475.geocode( { 'address': "19680 US-522, Beaver Springs, PA 17812, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaver-springs-PA-swineford-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('beaver-springs-PA-swineford-national-bank'), mapOptions);}document.getElementById('f70f65ec').innerHTML += ' | View Map';var $lbf56a1b37b94243486b2034f8479c475 = '

Swineford National Bank

Address: 19680 US-522, Beaver Springs, PA 17812, USA
Phone: (570) 658-4700
';var m_bf56a1b37b94243486b2034f8479c475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Swineford National Bank',});m_bf56a1b37b94243486b2034f8479c475['infowindow'] = new google.maps.InfoWindow({content: $lbf56a1b37b94243486b2034f8479c475});var infowindow = new google.maps.InfoWindow({content: $lbf56a1b37b94243486b2034f8479c475});google.maps.event.addListener(m_bf56a1b37b94243486b2034f8479c475, 'click', function() {infowindow.open(map,m_bf56a1b37b94243486b2034f8479c475);});$marker.push(m_bf56a1b37b94243486b2034f8479c475);}});}google.maps.event.addDomListener(window, 'load', initialize);