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.6861,-70.0759)};var g_a8f550269f12cdfac63a9f66e44192a0 = new google.maps.Geocoder();g_a8f550269f12cdfac63a9f66e44192a0.geocode( { 'address': "703 Main St, Harwich, MA 02645, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harwich-MA-nauset-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('harwich-MA-nauset-mortgage'), mapOptions);}document.getElementById('1a32f7c8').innerHTML += ' | View Map';var $la8f550269f12cdfac63a9f66e44192a0 = '

Nauset Mortgage

Address: 703 Main St, Harwich, MA 02645, USA
Phone: (508) 255-5503
';var m_a8f550269f12cdfac63a9f66e44192a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nauset Mortgage',});m_a8f550269f12cdfac63a9f66e44192a0['infowindow'] = new google.maps.InfoWindow({content: $la8f550269f12cdfac63a9f66e44192a0});var infowindow = new google.maps.InfoWindow({content: $la8f550269f12cdfac63a9f66e44192a0});google.maps.event.addListener(m_a8f550269f12cdfac63a9f66e44192a0, 'click', function() {infowindow.open(map,m_a8f550269f12cdfac63a9f66e44192a0);});$marker.push(m_a8f550269f12cdfac63a9f66e44192a0);}});}google.maps.event.addDomListener(window, 'load', initialize);