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(41.7147,-72.217)};var g_90599c8fdd2f6e7a03ad173e2f535751 = new google.maps.Geocoder();g_90599c8fdd2f6e7a03ad173e2f535751.geocode( { 'address': "High St, Willimantic, CT 06226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windham-CT-northeast-ct-economic-alliance-inc').style.display = '';map = new google.maps.Map(document.getElementById('windham-CT-northeast-ct-economic-alliance-inc'), mapOptions);}document.getElementById('732f4b1d').innerHTML += ' | View Map';var $l90599c8fdd2f6e7a03ad173e2f535751 = '

Northeast CT Economic Alliance, Inc.

Address: High St, Willimantic, CT 06226, USA
Phone: (860) 465-5141
';var m_90599c8fdd2f6e7a03ad173e2f535751 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast CT Economic Alliance, Inc.',});m_90599c8fdd2f6e7a03ad173e2f535751['infowindow'] = new google.maps.InfoWindow({content: $l90599c8fdd2f6e7a03ad173e2f535751});var infowindow = new google.maps.InfoWindow({content: $l90599c8fdd2f6e7a03ad173e2f535751});google.maps.event.addListener(m_90599c8fdd2f6e7a03ad173e2f535751, 'click', function() {infowindow.open(map,m_90599c8fdd2f6e7a03ad173e2f535751);});$marker.push(m_90599c8fdd2f6e7a03ad173e2f535751);}});}google.maps.event.addDomListener(window, 'load', initialize);