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.5556,-73.4173)};var g_398024cb5e21d749d728926a28b19d00 = new google.maps.Geocoder();g_398024cb5e21d749d728926a28b19d00.geocode( { 'address': "145 Danbury Rd, New Milford, CT 06776, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-milford-CT-community-credit-union-of-new-milford-inc').style.display = '';map = new google.maps.Map(document.getElementById('new-milford-CT-community-credit-union-of-new-milford-inc'), mapOptions);}document.getElementById('65ec8644').innerHTML += ' | View Map';var $l398024cb5e21d749d728926a28b19d00 = '

Community Credit Union of New Milford, Inc.

Address: 145 Danbury Rd, New Milford, CT 06776, USA
Phone: (860) 210-0777
';var m_398024cb5e21d749d728926a28b19d00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Credit Union of New Milford, Inc.',});m_398024cb5e21d749d728926a28b19d00['infowindow'] = new google.maps.InfoWindow({content: $l398024cb5e21d749d728926a28b19d00});var infowindow = new google.maps.InfoWindow({content: $l398024cb5e21d749d728926a28b19d00});google.maps.event.addListener(m_398024cb5e21d749d728926a28b19d00, 'click', function() {infowindow.open(map,m_398024cb5e21d749d728926a28b19d00);});$marker.push(m_398024cb5e21d749d728926a28b19d00);}});}google.maps.event.addDomListener(window, 'load', initialize);