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(41.9432,-71.434)};var g_5e28c76067c92f70d80fa1f8d25ee76e = new google.maps.Geocoder();g_5e28c76067c92f70d80fa1f8d25ee76e.geocode( { 'address': "1725 Mendon Road, Cumberland, RI 02864, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-RI-ne-moves-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-RI-ne-moves-mortgage'), mapOptions);}document.getElementById('a38cd4df').innerHTML += ' | View Map';var $l5e28c76067c92f70d80fa1f8d25ee76e = '

NE Moves Mortgage

Address: 1725 Mendon Road, Cumberland, RI 02864, USA
Phone: (401) 334-9187
';var m_5e28c76067c92f70d80fa1f8d25ee76e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NE Moves Mortgage',});m_5e28c76067c92f70d80fa1f8d25ee76e['infowindow'] = new google.maps.InfoWindow({content: $l5e28c76067c92f70d80fa1f8d25ee76e});var infowindow = new google.maps.InfoWindow({content: $l5e28c76067c92f70d80fa1f8d25ee76e});google.maps.event.addListener(m_5e28c76067c92f70d80fa1f8d25ee76e, 'click', function() {infowindow.open(map,m_5e28c76067c92f70d80fa1f8d25ee76e);});$marker.push(m_5e28c76067c92f70d80fa1f8d25ee76e);}});}google.maps.event.addDomListener(window, 'load', initialize);