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.2247,-71.2224)};var g_eecd2755d73701aa057cd2a32bd7b1e2 = new google.maps.Geocoder();g_eecd2755d73701aa057cd2a32bd7b1e2.geocode( { 'address': "692 High St, Westwood, MA 02090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westwood-MA-ne-moves-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('westwood-MA-ne-moves-mortgage'), mapOptions);}document.getElementById('5f682869').innerHTML += ' | View Map';var $leecd2755d73701aa057cd2a32bd7b1e2 = '

NE Moves Mortgage

Address: 692 High St, Westwood, MA 02090, USA
Phone: (781) 326-2184
';var m_eecd2755d73701aa057cd2a32bd7b1e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NE Moves Mortgage',});m_eecd2755d73701aa057cd2a32bd7b1e2['infowindow'] = new google.maps.InfoWindow({content: $leecd2755d73701aa057cd2a32bd7b1e2});var infowindow = new google.maps.InfoWindow({content: $leecd2755d73701aa057cd2a32bd7b1e2});google.maps.event.addListener(m_eecd2755d73701aa057cd2a32bd7b1e2, 'click', function() {infowindow.open(map,m_eecd2755d73701aa057cd2a32bd7b1e2);});$marker.push(m_eecd2755d73701aa057cd2a32bd7b1e2);}});}google.maps.event.addDomListener(window, 'load', initialize);