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.3628,-71.3619)};var g_3ac51b8826cc34186991df5143f66abd = new google.maps.Geocoder();g_3ac51b8826cc34186991df5143f66abd.geocode( { 'address': "241 Boston Post Rd #5, Wayland, MA 01778, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayland-MA-metrowest-precious-metals-llc').style.display = '';map = new google.maps.Map(document.getElementById('wayland-MA-metrowest-precious-metals-llc'), mapOptions);}document.getElementById('9c6cd0a1').innerHTML += ' | View Map';var $l3ac51b8826cc34186991df5143f66abd = '

MetroWest Precious Metals, LLC

Address: 241 Boston Post Rd #5, Wayland, MA 01778, USA
Phone: (508) 276-1568
';var m_3ac51b8826cc34186991df5143f66abd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MetroWest Precious Metals, LLC',});m_3ac51b8826cc34186991df5143f66abd['infowindow'] = new google.maps.InfoWindow({content: $l3ac51b8826cc34186991df5143f66abd});var infowindow = new google.maps.InfoWindow({content: $l3ac51b8826cc34186991df5143f66abd});google.maps.event.addListener(m_3ac51b8826cc34186991df5143f66abd, 'click', function() {infowindow.open(map,m_3ac51b8826cc34186991df5143f66abd);});$marker.push(m_3ac51b8826cc34186991df5143f66abd);}});}google.maps.event.addDomListener(window, 'load', initialize);