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.6209,-70.645)};var g_ea3fb9221bc639881aaea8d796515fad = new google.maps.Geocoder();g_ea3fb9221bc639881aaea8d796515fad.geocode( { 'address': "85 Eastern Ave, Gloucester, MA 01930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gloucester-MA-ne-moves-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('gloucester-MA-ne-moves-mortgage'), mapOptions);}document.getElementById('48c2f80f').innerHTML += ' | View Map';var $lea3fb9221bc639881aaea8d796515fad = '

NE Moves Mortgage

Address: 85 Eastern Ave, Gloucester, MA 01930, USA
Phone: (978) 281-1036
';var m_ea3fb9221bc639881aaea8d796515fad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NE Moves Mortgage',});m_ea3fb9221bc639881aaea8d796515fad['infowindow'] = new google.maps.InfoWindow({content: $lea3fb9221bc639881aaea8d796515fad});var infowindow = new google.maps.InfoWindow({content: $lea3fb9221bc639881aaea8d796515fad});google.maps.event.addListener(m_ea3fb9221bc639881aaea8d796515fad, 'click', function() {infowindow.open(map,m_ea3fb9221bc639881aaea8d796515fad);});$marker.push(m_ea3fb9221bc639881aaea8d796515fad);}});}google.maps.event.addDomListener(window, 'load', initialize);