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.2409,-70.8028)};var g_d6d3600c54b28a11508053ff110c6b31 = new google.maps.Geocoder();g_d6d3600c54b28a11508053ff110c6b31.geocode( { 'address': "11 S Main St, Cohasset, MA 02025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cohasset-MA-ne-moves-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('cohasset-MA-ne-moves-mortgage'), mapOptions);}document.getElementById('b39cd601').innerHTML += ' | View Map';var $ld6d3600c54b28a11508053ff110c6b31 = '

NE Moves Mortgage

Address: 11 S Main St, Cohasset, MA 02025, USA
Phone: (781) 383-6542
';var m_d6d3600c54b28a11508053ff110c6b31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NE Moves Mortgage',});m_d6d3600c54b28a11508053ff110c6b31['infowindow'] = new google.maps.InfoWindow({content: $ld6d3600c54b28a11508053ff110c6b31});var infowindow = new google.maps.InfoWindow({content: $ld6d3600c54b28a11508053ff110c6b31});google.maps.event.addListener(m_d6d3600c54b28a11508053ff110c6b31, 'click', function() {infowindow.open(map,m_d6d3600c54b28a11508053ff110c6b31);});$marker.push(m_d6d3600c54b28a11508053ff110c6b31);}});}google.maps.event.addDomListener(window, 'load', initialize);