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.2576,-71.8224)};var g_0c7b1090ffea3729caec8552098a34ee = new google.maps.Geocoder();g_0c7b1090ffea3729caec8552098a34ee.geocode( { 'address': "395 Park Ave, Worcester, MA 01610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('worcester-MA-bayon-goldsmith-and-loans').style.display = '';map = new google.maps.Map(document.getElementById('worcester-MA-bayon-goldsmith-and-loans'), mapOptions);}document.getElementById('949ab465').innerHTML += ' | View Map';var $l0c7b1090ffea3729caec8552098a34ee = '

Bayon Goldsmith and Loans

Address: 395 Park Ave, Worcester, MA 01610, USA
Phone: (508) 798-4653
';var m_0c7b1090ffea3729caec8552098a34ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bayon Goldsmith and Loans',});m_0c7b1090ffea3729caec8552098a34ee['infowindow'] = new google.maps.InfoWindow({content: $l0c7b1090ffea3729caec8552098a34ee});var infowindow = new google.maps.InfoWindow({content: $l0c7b1090ffea3729caec8552098a34ee});google.maps.event.addListener(m_0c7b1090ffea3729caec8552098a34ee, 'click', function() {infowindow.open(map,m_0c7b1090ffea3729caec8552098a34ee);});$marker.push(m_0c7b1090ffea3729caec8552098a34ee);}});}google.maps.event.addDomListener(window, 'load', initialize);