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.781,-72.5245)};var g_74720b076b7a8fc656052e1cbc013ebc = new google.maps.Geocoder();g_74720b076b7a8fc656052e1cbc013ebc.geocode( { 'address': "48 Haynes St, Manchester, CT 06040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-CT-community-healthcare-cu').style.display = '';map = new google.maps.Map(document.getElementById('manchester-CT-community-healthcare-cu'), mapOptions);}document.getElementById('7b9c9ceb').innerHTML += ' | View Map';var $l74720b076b7a8fc656052e1cbc013ebc = '

Community Healthcare CU

Address: 48 Haynes St, Manchester, CT 06040, USA
Phone: (860) 643-3420
';var m_74720b076b7a8fc656052e1cbc013ebc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Healthcare CU',});m_74720b076b7a8fc656052e1cbc013ebc['infowindow'] = new google.maps.InfoWindow({content: $l74720b076b7a8fc656052e1cbc013ebc});var infowindow = new google.maps.InfoWindow({content: $l74720b076b7a8fc656052e1cbc013ebc});google.maps.event.addListener(m_74720b076b7a8fc656052e1cbc013ebc, 'click', function() {infowindow.open(map,m_74720b076b7a8fc656052e1cbc013ebc);});$marker.push(m_74720b076b7a8fc656052e1cbc013ebc);}});}google.maps.event.addDomListener(window, 'load', initialize);