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.5065,-72.0947)};var g_6fe1d5f89f87f8a9552e8f74ea81adc9 = new google.maps.Geocoder();g_6fe1d5f89f87f8a9552e8f74ea81adc9.geocode( { 'address': "401 Thames River Pl # 104, Norwich, CT 06360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwich-CT-connecticut-state-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('norwich-CT-connecticut-state-employees-cu'), mapOptions);}document.getElementById('90cc98d6').innerHTML += ' | View Map';var $l6fe1d5f89f87f8a9552e8f74ea81adc9 = '

Connecticut State Employees Cu

Address: 401 Thames River Pl # 104, Norwich, CT 06360, USA
Phone: (860) 889-7378
';var m_6fe1d5f89f87f8a9552e8f74ea81adc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Connecticut State Employees Cu',});m_6fe1d5f89f87f8a9552e8f74ea81adc9['infowindow'] = new google.maps.InfoWindow({content: $l6fe1d5f89f87f8a9552e8f74ea81adc9});var infowindow = new google.maps.InfoWindow({content: $l6fe1d5f89f87f8a9552e8f74ea81adc9});google.maps.event.addListener(m_6fe1d5f89f87f8a9552e8f74ea81adc9, 'click', function() {infowindow.open(map,m_6fe1d5f89f87f8a9552e8f74ea81adc9);});$marker.push(m_6fe1d5f89f87f8a9552e8f74ea81adc9);}});}google.maps.event.addDomListener(window, 'load', initialize);