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

New Haven County Credit Union Inc

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