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.6995,-73.2102)};var g_4cba584b27cdd317c5ff1e15aaa9722e = new google.maps.Geocoder();g_4cba584b27cdd317c5ff1e15aaa9722e.geocode( { 'address': "296 Main St, Williamstown, MA 01267"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamstown-MA-mountainone-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamstown-MA-mountainone-bank'), mapOptions);}document.getElementById('33a78f91').innerHTML += ' | View Map';var $l4cba584b27cdd317c5ff1e15aaa9722e = '

Mountainone Bank

Address: 296 Main St, Williamstown, MA 01267
Phone: (413) 458-8119
';var m_4cba584b27cdd317c5ff1e15aaa9722e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountainone Bank',});m_4cba584b27cdd317c5ff1e15aaa9722e['infowindow'] = new google.maps.InfoWindow({content: $l4cba584b27cdd317c5ff1e15aaa9722e});var infowindow = new google.maps.InfoWindow({content: $l4cba584b27cdd317c5ff1e15aaa9722e});google.maps.event.addListener(m_4cba584b27cdd317c5ff1e15aaa9722e, 'click', function() {infowindow.open(map,m_4cba584b27cdd317c5ff1e15aaa9722e);});$marker.push(m_4cba584b27cdd317c5ff1e15aaa9722e);}});}google.maps.event.addDomListener(window, 'load', initialize);