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.4102,-72.8422)};var g_72afaa5ec9ae03edea662cbdc7a87c6d = new google.maps.Geocoder();g_72afaa5ec9ae03edea662cbdc7a87c6d.geocode( { 'address': "412 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-connex-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-connex-credit-union'), mapOptions);}document.getElementById('ee680a8d').innerHTML += ' | View Map';var $l72afaa5ec9ae03edea662cbdc7a87c6d = '

Connex Credit Union

Address: 412 Washington Ave, North Haven, CT 06473, USA
Phone: (800) 278-6466
';var m_72afaa5ec9ae03edea662cbdc7a87c6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Connex Credit Union',});m_72afaa5ec9ae03edea662cbdc7a87c6d['infowindow'] = new google.maps.InfoWindow({content: $l72afaa5ec9ae03edea662cbdc7a87c6d});var infowindow = new google.maps.InfoWindow({content: $l72afaa5ec9ae03edea662cbdc7a87c6d});google.maps.event.addListener(m_72afaa5ec9ae03edea662cbdc7a87c6d, 'click', function() {infowindow.open(map,m_72afaa5ec9ae03edea662cbdc7a87c6d);});$marker.push(m_72afaa5ec9ae03edea662cbdc7a87c6d);}});}google.maps.event.addDomListener(window, 'load', initialize);