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.5848,-72.5765)};var g_a006c5c497ac22bc39a5698420ddb004 = new google.maps.Geocoder();g_a006c5c497ac22bc39a5698420ddb004.geocode( { 'address': "384 Montague City Rd, Turners Falls, MA 01376, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montague-MA-powerdowndebt-inc').style.display = '';map = new google.maps.Map(document.getElementById('montague-MA-powerdowndebt-inc'), mapOptions);}document.getElementById('fe1d8975').innerHTML += ' | View Map';var $la006c5c497ac22bc39a5698420ddb004 = '

Powerdowndebt Inc

Address: 384 Montague City Rd, Turners Falls, MA 01376, USA
Phone: (413) 774-5555
';var m_a006c5c497ac22bc39a5698420ddb004 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Powerdowndebt Inc',});m_a006c5c497ac22bc39a5698420ddb004['infowindow'] = new google.maps.InfoWindow({content: $la006c5c497ac22bc39a5698420ddb004});var infowindow = new google.maps.InfoWindow({content: $la006c5c497ac22bc39a5698420ddb004});google.maps.event.addListener(m_a006c5c497ac22bc39a5698420ddb004, 'click', function() {infowindow.open(map,m_a006c5c497ac22bc39a5698420ddb004);});$marker.push(m_a006c5c497ac22bc39a5698420ddb004);}});}google.maps.event.addDomListener(window, 'load', initialize);