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.6938,-71.1379)};var g_08b4378d313d6ff49266f710b0833e55 = new google.maps.Geocoder();g_08b4378d313d6ff49266f710b0833e55.geocode( { 'address': "1107 Pleasant St, Fall River, MA 02723, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fall-river-MA-accutrust-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('fall-river-MA-accutrust-mortgage-inc'), mapOptions);}document.getElementById('54ec06ff').innerHTML += ' | View Map';var $l08b4378d313d6ff49266f710b0833e55 = '

Accutrust Mortgage Inc

Address: 1107 Pleasant St, Fall River, MA 02723, USA
Phone: (508) 646-6650
';var m_08b4378d313d6ff49266f710b0833e55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Accutrust Mortgage Inc',});m_08b4378d313d6ff49266f710b0833e55['infowindow'] = new google.maps.InfoWindow({content: $l08b4378d313d6ff49266f710b0833e55});var infowindow = new google.maps.InfoWindow({content: $l08b4378d313d6ff49266f710b0833e55});google.maps.event.addListener(m_08b4378d313d6ff49266f710b0833e55, 'click', function() {infowindow.open(map,m_08b4378d313d6ff49266f710b0833e55);});$marker.push(m_08b4378d313d6ff49266f710b0833e55);}});}google.maps.event.addDomListener(window, 'load', initialize);