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.4226,-73.4203)};var g_7b93e5f6737b062ac280b16064851446 = new google.maps.Geocoder();g_7b93e5f6737b062ac280b16064851446.geocode( { 'address': "110 Federal Rd, Danbury, CT 06811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-waterbury-ct-teachers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-waterbury-ct-teachers-federal-credit-union'), mapOptions);}document.getElementById('051a51d3').innerHTML += ' | View Map';var $l7b93e5f6737b062ac280b16064851446 = '

Waterbury CT Teachers Federal Credit Union

Address: 110 Federal Rd, Danbury, CT 06811, USA
Phone: (203) 791-1117
';var m_7b93e5f6737b062ac280b16064851446 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Waterbury CT Teachers Federal Credit Union',});m_7b93e5f6737b062ac280b16064851446['infowindow'] = new google.maps.InfoWindow({content: $l7b93e5f6737b062ac280b16064851446});var infowindow = new google.maps.InfoWindow({content: $l7b93e5f6737b062ac280b16064851446});google.maps.event.addListener(m_7b93e5f6737b062ac280b16064851446, 'click', function() {infowindow.open(map,m_7b93e5f6737b062ac280b16064851446);});$marker.push(m_7b93e5f6737b062ac280b16064851446);}});}google.maps.event.addDomListener(window, 'load', initialize);