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.6061,-72.5585)};var g_17a4ebd225a16e221c2c4478a0876170 = new google.maps.Geocoder();g_17a4ebd225a16e221c2c4478a0876170.geocode( { 'address': "177 Avenue A, Turners Falls, MA 01376, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montague-MA-equity-trust').style.display = '';map = new google.maps.Map(document.getElementById('montague-MA-equity-trust'), mapOptions);}document.getElementById('8b845b0c').innerHTML += ' | View Map';var $l17a4ebd225a16e221c2c4478a0876170 = '

Equity Trust

Address: 177 Avenue A, Turners Falls, MA 01376, USA
Phone: (413) 863-9038
';var m_17a4ebd225a16e221c2c4478a0876170 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equity Trust',});m_17a4ebd225a16e221c2c4478a0876170['infowindow'] = new google.maps.InfoWindow({content: $l17a4ebd225a16e221c2c4478a0876170});var infowindow = new google.maps.InfoWindow({content: $l17a4ebd225a16e221c2c4478a0876170});google.maps.event.addListener(m_17a4ebd225a16e221c2c4478a0876170, 'click', function() {infowindow.open(map,m_17a4ebd225a16e221c2c4478a0876170);});$marker.push(m_17a4ebd225a16e221c2c4478a0876170);}});}google.maps.event.addDomListener(window, 'load', initialize);