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.711,-73.2005)};var g_4454c173913228442592c45ff1051793 = new google.maps.Geocoder();g_4454c173913228442592c45ff1051793.geocode( { 'address': "795 Main St, Williamstown, MA 01267, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamstown-MA-mountainone-investments').style.display = '';map = new google.maps.Map(document.getElementById('williamstown-MA-mountainone-investments'), mapOptions);}document.getElementById('e45576ce').innerHTML += ' | View Map';var $l4454c173913228442592c45ff1051793 = '

MountainOne Investments

Address: 795 Main St, Williamstown, MA 01267, USA
Phone: (413) 663-2343
';var m_4454c173913228442592c45ff1051793 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MountainOne Investments',});m_4454c173913228442592c45ff1051793['infowindow'] = new google.maps.InfoWindow({content: $l4454c173913228442592c45ff1051793});var infowindow = new google.maps.InfoWindow({content: $l4454c173913228442592c45ff1051793});google.maps.event.addListener(m_4454c173913228442592c45ff1051793, 'click', function() {infowindow.open(map,m_4454c173913228442592c45ff1051793);});$marker.push(m_4454c173913228442592c45ff1051793);}});}google.maps.event.addDomListener(window, 'load', initialize);