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.5689,-75.2541)};var g_3260849bb45ab6d0e086cc4619d5b72d = new google.maps.Geocoder();g_3260849bb45ab6d0e086cc4619d5b72d.geocode( { 'address': "416 Main St C, Honesdale, PA 18431, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honesdale-PA-summit-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('honesdale-PA-summit-home-mortgage'), mapOptions);}document.getElementById('898f74f4').innerHTML += ' | View Map';var $l3260849bb45ab6d0e086cc4619d5b72d = '

Summit Home Mortgage

Address: 416 Main St C, Honesdale, PA 18431, USA
Phone: (570) 253-7340
';var m_3260849bb45ab6d0e086cc4619d5b72d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Home Mortgage',});m_3260849bb45ab6d0e086cc4619d5b72d['infowindow'] = new google.maps.InfoWindow({content: $l3260849bb45ab6d0e086cc4619d5b72d});var infowindow = new google.maps.InfoWindow({content: $l3260849bb45ab6d0e086cc4619d5b72d});google.maps.event.addListener(m_3260849bb45ab6d0e086cc4619d5b72d, 'click', function() {infowindow.open(map,m_3260849bb45ab6d0e086cc4619d5b72d);});$marker.push(m_3260849bb45ab6d0e086cc4619d5b72d);}});}google.maps.event.addDomListener(window, 'load', initialize);