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.4497,-73.2519)};var g_020ee89fb2a8e6e230c4f82262d7a9b0 = new google.maps.Geocoder();g_020ee89fb2a8e6e230c4f82262d7a9b0.geocode( { 'address': "70 Allen St #205, Pittsfield, MA 01201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsfield-MA-pittsfield-economic-revitalization-corporation').style.display = '';map = new google.maps.Map(document.getElementById('pittsfield-MA-pittsfield-economic-revitalization-corporation'), mapOptions);}document.getElementById('6caddf67').innerHTML += ' | View Map';var $l020ee89fb2a8e6e230c4f82262d7a9b0 = '

Pittsfield Economic Revitalization Corporation

Address: 70 Allen St #205, Pittsfield, MA 01201, USA
Phone: (413) 499-9371
';var m_020ee89fb2a8e6e230c4f82262d7a9b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pittsfield Economic Revitalization Corporation',});m_020ee89fb2a8e6e230c4f82262d7a9b0['infowindow'] = new google.maps.InfoWindow({content: $l020ee89fb2a8e6e230c4f82262d7a9b0});var infowindow = new google.maps.InfoWindow({content: $l020ee89fb2a8e6e230c4f82262d7a9b0});google.maps.event.addListener(m_020ee89fb2a8e6e230c4f82262d7a9b0, 'click', function() {infowindow.open(map,m_020ee89fb2a8e6e230c4f82262d7a9b0);});$marker.push(m_020ee89fb2a8e6e230c4f82262d7a9b0);}});}google.maps.event.addDomListener(window, 'load', initialize);