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.3573,-72.873)};var g_2159a00d7462769b41ff7ac69fd3bc4c = new google.maps.Geocoder();g_2159a00d7462769b41ff7ac69fd3bc4c.geocode( { 'address': "450 Universal Dr, North Haven, CT 06473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-new-haven-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-new-haven-county-credit-union'), mapOptions);}document.getElementById('eb58f92d').innerHTML += ' | View Map';var $l2159a00d7462769b41ff7ac69fd3bc4c = '

New Haven County Credit Union

Address: 450 Universal Dr, North Haven, CT 06473, USA
Phone: (203) 234-8773
';var m_2159a00d7462769b41ff7ac69fd3bc4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Haven County Credit Union',});m_2159a00d7462769b41ff7ac69fd3bc4c['infowindow'] = new google.maps.InfoWindow({content: $l2159a00d7462769b41ff7ac69fd3bc4c});var infowindow = new google.maps.InfoWindow({content: $l2159a00d7462769b41ff7ac69fd3bc4c});google.maps.event.addListener(m_2159a00d7462769b41ff7ac69fd3bc4c, 'click', function() {infowindow.open(map,m_2159a00d7462769b41ff7ac69fd3bc4c);});$marker.push(m_2159a00d7462769b41ff7ac69fd3bc4c);}});}google.maps.event.addDomListener(window, 'load', initialize);