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(41.4045,-75.4066)};var g_e626e6c269451eb8d66f7a5f49473d3d = new google.maps.Geocoder();g_e626e6c269451eb8d66f7a5f49473d3d.geocode( { 'address': "559 PA-590, Hamlin, PA 18427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamlin-PA-the-honesdale-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hamlin-PA-the-honesdale-national-bank'), mapOptions);}document.getElementById('fbefaf87').innerHTML += ' | View Map';var $le626e6c269451eb8d66f7a5f49473d3d = '

The Honesdale National Bank

Address: 559 PA-590, Hamlin, PA 18427, USA
Phone: (570) 689-1922
';var m_e626e6c269451eb8d66f7a5f49473d3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Honesdale National Bank',});m_e626e6c269451eb8d66f7a5f49473d3d['infowindow'] = new google.maps.InfoWindow({content: $le626e6c269451eb8d66f7a5f49473d3d});var infowindow = new google.maps.InfoWindow({content: $le626e6c269451eb8d66f7a5f49473d3d});google.maps.event.addListener(m_e626e6c269451eb8d66f7a5f49473d3d, 'click', function() {infowindow.open(map,m_e626e6c269451eb8d66f7a5f49473d3d);});$marker.push(m_e626e6c269451eb8d66f7a5f49473d3d);}});}google.maps.event.addDomListener(window, 'load', initialize);