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.2082,-73.1349)};var g_81ca53803cc1e6a563dd779074017d36 = new google.maps.Geocoder();g_81ca53803cc1e6a563dd779074017d36.geocode( { 'address': "2900 Main St, STE 3D, Stratford, CT 06614"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratford-CT-housatonic-teachers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stratford-CT-housatonic-teachers-federal-credit-union'), mapOptions);}document.getElementById('2c0d067a').innerHTML += ' | View Map';var $l81ca53803cc1e6a563dd779074017d36 = '

Housatonic Teachers Federal Credit Union

Address: 2900 Main St, STE 3D, Stratford, CT 06614
Phone: (203) 378-7503
';var m_81ca53803cc1e6a563dd779074017d36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Housatonic Teachers Federal Credit Union',});m_81ca53803cc1e6a563dd779074017d36['infowindow'] = new google.maps.InfoWindow({content: $l81ca53803cc1e6a563dd779074017d36});var infowindow = new google.maps.InfoWindow({content: $l81ca53803cc1e6a563dd779074017d36});google.maps.event.addListener(m_81ca53803cc1e6a563dd779074017d36, 'click', function() {infowindow.open(map,m_81ca53803cc1e6a563dd779074017d36);});$marker.push(m_81ca53803cc1e6a563dd779074017d36);}});}google.maps.event.addDomListener(window, 'load', initialize);