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.5012,-70.8552)};var g_d30f709005f8e2f244b2fd85c3274260 = new google.maps.Geocoder();g_d30f709005f8e2f244b2fd85c3274260.geocode( { 'address': "2 Atlantic Ave, Marblehead, MA 01945, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marblehead-MA-ne-moves-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('marblehead-MA-ne-moves-mortgage'), mapOptions);}document.getElementById('c42992e5').innerHTML += ' | View Map';var $ld30f709005f8e2f244b2fd85c3274260 = '

NE Moves Mortgage

Address: 2 Atlantic Ave, Marblehead, MA 01945, USA
Phone: (781) 631-0931
';var m_d30f709005f8e2f244b2fd85c3274260 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NE Moves Mortgage',});m_d30f709005f8e2f244b2fd85c3274260['infowindow'] = new google.maps.InfoWindow({content: $ld30f709005f8e2f244b2fd85c3274260});var infowindow = new google.maps.InfoWindow({content: $ld30f709005f8e2f244b2fd85c3274260});google.maps.event.addListener(m_d30f709005f8e2f244b2fd85c3274260, 'click', function() {infowindow.open(map,m_d30f709005f8e2f244b2fd85c3274260);});$marker.push(m_d30f709005f8e2f244b2fd85c3274260);}});}google.maps.event.addDomListener(window, 'load', initialize);