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.2698,-71.0675)};var g_75d138db348423ceefe73a9b104f85b8 = new google.maps.Geocoder();g_75d138db348423ceefe73a9b104f85b8.geocode( { 'address': "60 Adams St, Milton, MA 02186, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milton-MA-ne-moves-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('milton-MA-ne-moves-mortgage'), mapOptions);}document.getElementById('4ad70223').innerHTML += ' | View Map';var $l75d138db348423ceefe73a9b104f85b8 = '

NE Moves Mortgage

Address: 60 Adams St, Milton, MA 02186, USA
Phone: (617) 296-0132
';var m_75d138db348423ceefe73a9b104f85b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NE Moves Mortgage',});m_75d138db348423ceefe73a9b104f85b8['infowindow'] = new google.maps.InfoWindow({content: $l75d138db348423ceefe73a9b104f85b8});var infowindow = new google.maps.InfoWindow({content: $l75d138db348423ceefe73a9b104f85b8});google.maps.event.addListener(m_75d138db348423ceefe73a9b104f85b8, 'click', function() {infowindow.open(map,m_75d138db348423ceefe73a9b104f85b8);});$marker.push(m_75d138db348423ceefe73a9b104f85b8);}});}google.maps.event.addDomListener(window, 'load', initialize);