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.1508,-71.1494)};var g_4607d59dfdb94c404b1bc22055f11b4c = new google.maps.Geocoder();g_4607d59dfdb94c404b1bc22055f11b4c.geocode( { 'address': "6 Washington St, Canton, MA 02021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MA-ne-moves-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('canton-MA-ne-moves-mortgage'), mapOptions);}document.getElementById('0bfed410').innerHTML += ' | View Map';var $l4607d59dfdb94c404b1bc22055f11b4c = '

NE Moves Mortgage

Address: 6 Washington St, Canton, MA 02021, USA
Phone: (781) 821-0258
';var m_4607d59dfdb94c404b1bc22055f11b4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NE Moves Mortgage',});m_4607d59dfdb94c404b1bc22055f11b4c['infowindow'] = new google.maps.InfoWindow({content: $l4607d59dfdb94c404b1bc22055f11b4c});var infowindow = new google.maps.InfoWindow({content: $l4607d59dfdb94c404b1bc22055f11b4c});google.maps.event.addListener(m_4607d59dfdb94c404b1bc22055f11b4c, 'click', function() {infowindow.open(map,m_4607d59dfdb94c404b1bc22055f11b4c);});$marker.push(m_4607d59dfdb94c404b1bc22055f11b4c);}});}google.maps.event.addDomListener(window, 'load', initialize);