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.5257,-72.0746)};var g_20cd421e4c773c60887e45b476a3304f = new google.maps.Geocoder();g_20cd421e4c773c60887e45b476a3304f.geocode( { 'address': "66 Franklin St, Norwich, CT 06360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwich-CT-norwich-community-development-corporation-ncdc').style.display = '';map = new google.maps.Map(document.getElementById('norwich-CT-norwich-community-development-corporation-ncdc'), mapOptions);}document.getElementById('8ab62761').innerHTML += ' | View Map';var $l20cd421e4c773c60887e45b476a3304f = '

Norwich Community Development Corporation (NCDC)

Address: 66 Franklin St, Norwich, CT 06360, USA
Phone: (860) 887-6964
';var m_20cd421e4c773c60887e45b476a3304f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Norwich Community Development Corporation (NCDC)',});m_20cd421e4c773c60887e45b476a3304f['infowindow'] = new google.maps.InfoWindow({content: $l20cd421e4c773c60887e45b476a3304f});var infowindow = new google.maps.InfoWindow({content: $l20cd421e4c773c60887e45b476a3304f});google.maps.event.addListener(m_20cd421e4c773c60887e45b476a3304f, 'click', function() {infowindow.open(map,m_20cd421e4c773c60887e45b476a3304f);});$marker.push(m_20cd421e4c773c60887e45b476a3304f);}});}google.maps.event.addDomListener(window, 'load', initialize);