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.4054,-73.4556)};var g_ab8867645b0ef41d278102c85b55f782 = new google.maps.Geocoder();g_ab8867645b0ef41d278102c85b55f782.geocode( { 'address': "24 Rowan St, Danbury, CT 06811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-waterbury-ct-teachers-fcu').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-waterbury-ct-teachers-fcu'), mapOptions);}document.getElementById('ea53c7be').innerHTML += ' | View Map';var $lab8867645b0ef41d278102c85b55f782 = '

Waterbury CT Teachers FCU

Address: 24 Rowan St, Danbury, CT 06811, USA
Phone: (203) 791-1117
';var m_ab8867645b0ef41d278102c85b55f782 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Waterbury CT Teachers FCU',});m_ab8867645b0ef41d278102c85b55f782['infowindow'] = new google.maps.InfoWindow({content: $lab8867645b0ef41d278102c85b55f782});var infowindow = new google.maps.InfoWindow({content: $lab8867645b0ef41d278102c85b55f782});google.maps.event.addListener(m_ab8867645b0ef41d278102c85b55f782, 'click', function() {infowindow.open(map,m_ab8867645b0ef41d278102c85b55f782);});$marker.push(m_ab8867645b0ef41d278102c85b55f782);}});}google.maps.event.addDomListener(window, 'load', initialize);