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.1254,-71.069)};var g_1b5875cea07446966ee0f675383d7913 = new google.maps.Geocoder();g_1b5875cea07446966ee0f675383d7913.geocode( { 'address': "37 Dykeman Way, Stoughton, MA 02072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoughton-MA-gold-crafters-exchange').style.display = '';map = new google.maps.Map(document.getElementById('stoughton-MA-gold-crafters-exchange'), mapOptions);}document.getElementById('e7840c64').innerHTML += ' | View Map';var $l1b5875cea07446966ee0f675383d7913 = '

Gold Crafters Exchange

Address: 37 Dykeman Way, Stoughton, MA 02072, USA
Phone: (781) 344-5510
';var m_1b5875cea07446966ee0f675383d7913 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Crafters Exchange',});m_1b5875cea07446966ee0f675383d7913['infowindow'] = new google.maps.InfoWindow({content: $l1b5875cea07446966ee0f675383d7913});var infowindow = new google.maps.InfoWindow({content: $l1b5875cea07446966ee0f675383d7913});google.maps.event.addListener(m_1b5875cea07446966ee0f675383d7913, 'click', function() {infowindow.open(map,m_1b5875cea07446966ee0f675383d7913);});$marker.push(m_1b5875cea07446966ee0f675383d7913);}});}google.maps.event.addDomListener(window, 'load', initialize);