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.531,-73.0856)};var g_fa1ad471b1986f700bf71c81047b25bf = new google.maps.Geocoder();g_fa1ad471b1986f700bf71c81047b25bf.geocode( { 'address': "773 Straits Turnpike, Middlebury, CT 06762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middlebury-CT-waterbury-ct-teachers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('middlebury-CT-waterbury-ct-teachers-federal-credit-union'), mapOptions);}document.getElementById('668ec61d').innerHTML += ' | View Map';var $lfa1ad471b1986f700bf71c81047b25bf = '

Waterbury CT Teachers Federal Credit Union

Address: 773 Straits Turnpike, Middlebury, CT 06762, USA
Phone: (203) 758-9500
';var m_fa1ad471b1986f700bf71c81047b25bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Waterbury CT Teachers Federal Credit Union',});m_fa1ad471b1986f700bf71c81047b25bf['infowindow'] = new google.maps.InfoWindow({content: $lfa1ad471b1986f700bf71c81047b25bf});var infowindow = new google.maps.InfoWindow({content: $lfa1ad471b1986f700bf71c81047b25bf});google.maps.event.addListener(m_fa1ad471b1986f700bf71c81047b25bf, 'click', function() {infowindow.open(map,m_fa1ad471b1986f700bf71c81047b25bf);});$marker.push(m_fa1ad471b1986f700bf71c81047b25bf);}});}google.maps.event.addDomListener(window, 'load', initialize);