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.1249,-71.1092)};var g_0c4d2507437b59833b44f6367c6222c0 = new google.maps.Geocoder();g_0c4d2507437b59833b44f6367c6222c0.geocode( { 'address': "14 Page Ter, Stoughton, MA 02072"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoughton-MA-trust-one-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('stoughton-MA-trust-one-mortgage'), mapOptions);}document.getElementById('5482f47b').innerHTML += ' | View Map';var $l0c4d2507437b59833b44f6367c6222c0 = '

Trust One Mortgage

Address: 14 Page Ter, Stoughton, MA 02072
Phone: (781) 318-8660
';var m_0c4d2507437b59833b44f6367c6222c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trust One Mortgage',});m_0c4d2507437b59833b44f6367c6222c0['infowindow'] = new google.maps.InfoWindow({content: $l0c4d2507437b59833b44f6367c6222c0});var infowindow = new google.maps.InfoWindow({content: $l0c4d2507437b59833b44f6367c6222c0});google.maps.event.addListener(m_0c4d2507437b59833b44f6367c6222c0, 'click', function() {infowindow.open(map,m_0c4d2507437b59833b44f6367c6222c0);});$marker.push(m_0c4d2507437b59833b44f6367c6222c0);}});}google.maps.event.addDomListener(window, 'load', initialize);