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_a136b3db552c0597fdd3b2b54ed5868b = new google.maps.Geocoder();g_a136b3db552c0597fdd3b2b54ed5868b.geocode( { 'address': "310 Lakewood Dr, Stoughton, MA 02072"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoughton-MA-unigloble-capital-trust').style.display = '';map = new google.maps.Map(document.getElementById('stoughton-MA-unigloble-capital-trust'), mapOptions);}document.getElementById('3629331b').innerHTML += ' | View Map';var $la136b3db552c0597fdd3b2b54ed5868b = '

Unigloble Capital Trust

Address: 310 Lakewood Dr, Stoughton, MA 02072
Phone: (781) 341-1401
';var m_a136b3db552c0597fdd3b2b54ed5868b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unigloble Capital Trust',});m_a136b3db552c0597fdd3b2b54ed5868b['infowindow'] = new google.maps.InfoWindow({content: $la136b3db552c0597fdd3b2b54ed5868b});var infowindow = new google.maps.InfoWindow({content: $la136b3db552c0597fdd3b2b54ed5868b});google.maps.event.addListener(m_a136b3db552c0597fdd3b2b54ed5868b, 'click', function() {infowindow.open(map,m_a136b3db552c0597fdd3b2b54ed5868b);});$marker.push(m_a136b3db552c0597fdd3b2b54ed5868b);}});}google.maps.event.addDomListener(window, 'load', initialize);