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.3962,-72.8564)};var g_d92e92099590eef5ed5ff308a135882c = new google.maps.Geocoder();g_d92e92099590eef5ed5ff308a135882c.geocode( { 'address': "127 Washington Ave, North Haven, CT 06473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-connecticut-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-connecticut-federal-credit-union'), mapOptions);}document.getElementById('2f1f2e06').innerHTML += ' | View Map';var $ld92e92099590eef5ed5ff308a135882c = '

Connecticut Federal Credit Union

Address: 127 Washington Ave, North Haven, CT 06473, USA
Phone: (203) 239-0346
';var m_d92e92099590eef5ed5ff308a135882c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Connecticut Federal Credit Union',});m_d92e92099590eef5ed5ff308a135882c['infowindow'] = new google.maps.InfoWindow({content: $ld92e92099590eef5ed5ff308a135882c});var infowindow = new google.maps.InfoWindow({content: $ld92e92099590eef5ed5ff308a135882c});google.maps.event.addListener(m_d92e92099590eef5ed5ff308a135882c, 'click', function() {infowindow.open(map,m_d92e92099590eef5ed5ff308a135882c);});$marker.push(m_d92e92099590eef5ed5ff308a135882c);}});}google.maps.event.addDomListener(window, 'load', initialize);