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(42.023,-70.6832)};var g_e236349718f452c818a391de4262639f = new google.maps.Geocoder();g_e236349718f452c818a391de4262639f.geocode( { 'address': "15 Depot St, Duxbury, MA 02332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duxbury-MA-ne-moves-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('duxbury-MA-ne-moves-mortgage-llc'), mapOptions);}document.getElementById('926ce3d9').innerHTML += ' | View Map';var $le236349718f452c818a391de4262639f = '

NE Moves Mortgage Llc

Address: 15 Depot St, Duxbury, MA 02332, USA
Phone: (781) 934-1371
';var m_e236349718f452c818a391de4262639f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NE Moves Mortgage Llc',});m_e236349718f452c818a391de4262639f['infowindow'] = new google.maps.InfoWindow({content: $le236349718f452c818a391de4262639f});var infowindow = new google.maps.InfoWindow({content: $le236349718f452c818a391de4262639f});google.maps.event.addListener(m_e236349718f452c818a391de4262639f, 'click', function() {infowindow.open(map,m_e236349718f452c818a391de4262639f);});$marker.push(m_e236349718f452c818a391de4262639f);}});}google.maps.event.addDomListener(window, 'load', initialize);