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.9861,-75.1971)};var g_f892cc901546f2cd3c1a3ff8aa8449bf = new google.maps.Geocoder();g_f892cc901546f2cd3c1a3ff8aa8449bf.geocode( { 'address': "806 Monroe St, Stroudsburg, PA 18360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stroudsburg-PA-residential-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('stroudsburg-PA-residential-home-mortgage'), mapOptions);}document.getElementById('84fbb70a').innerHTML += ' | View Map';var $lf892cc901546f2cd3c1a3ff8aa8449bf = '

Residential Home Mortgage

Address: 806 Monroe St, Stroudsburg, PA 18360, USA
Phone: (570) 421-4040
';var m_f892cc901546f2cd3c1a3ff8aa8449bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Residential Home Mortgage',});m_f892cc901546f2cd3c1a3ff8aa8449bf['infowindow'] = new google.maps.InfoWindow({content: $lf892cc901546f2cd3c1a3ff8aa8449bf});var infowindow = new google.maps.InfoWindow({content: $lf892cc901546f2cd3c1a3ff8aa8449bf});google.maps.event.addListener(m_f892cc901546f2cd3c1a3ff8aa8449bf, 'click', function() {infowindow.open(map,m_f892cc901546f2cd3c1a3ff8aa8449bf);});$marker.push(m_f892cc901546f2cd3c1a3ff8aa8449bf);}});}google.maps.event.addDomListener(window, 'load', initialize);