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_26e3dcb90aa10011db5b660c463f325f = new google.maps.Geocoder();g_26e3dcb90aa10011db5b660c463f325f.geocode( { 'address': "100 Kenna Dr, North Haven, CT 06473"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-ge-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-ge-credit-union'), mapOptions);}document.getElementById('c5a8b1f0').innerHTML += ' | View Map';var $l26e3dcb90aa10011db5b660c463f325f = '

GE Credit Union

Address: 100 Kenna Dr, North Haven, CT 06473
Phone: 2032393197Corporate2
';var m_26e3dcb90aa10011db5b660c463f325f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GE Credit Union',});m_26e3dcb90aa10011db5b660c463f325f['infowindow'] = new google.maps.InfoWindow({content: $l26e3dcb90aa10011db5b660c463f325f});var infowindow = new google.maps.InfoWindow({content: $l26e3dcb90aa10011db5b660c463f325f});google.maps.event.addListener(m_26e3dcb90aa10011db5b660c463f325f, 'click', function() {infowindow.open(map,m_26e3dcb90aa10011db5b660c463f325f);});$marker.push(m_26e3dcb90aa10011db5b660c463f325f);}});}google.maps.event.addDomListener(window, 'load', initialize);