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.289,-72.6773)};var g_6f3e24662182e125fc58299809ee6a67 = new google.maps.Geocoder();g_6f3e24662182e125fc58299809ee6a67.geocode( { 'address': "849 Boston Post Rd, Guilford, CT 06437, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guilford-CT-connex-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('guilford-CT-connex-credit-union'), mapOptions);}document.getElementById('cf01af75').innerHTML += ' | View Map';var $l6f3e24662182e125fc58299809ee6a67 = '

Connex Credit Union

Address: 849 Boston Post Rd, Guilford, CT 06437, USA
Phone: (800) 278-6466
';var m_6f3e24662182e125fc58299809ee6a67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Connex Credit Union',});m_6f3e24662182e125fc58299809ee6a67['infowindow'] = new google.maps.InfoWindow({content: $l6f3e24662182e125fc58299809ee6a67});var infowindow = new google.maps.InfoWindow({content: $l6f3e24662182e125fc58299809ee6a67});google.maps.event.addListener(m_6f3e24662182e125fc58299809ee6a67, 'click', function() {infowindow.open(map,m_6f3e24662182e125fc58299809ee6a67);});$marker.push(m_6f3e24662182e125fc58299809ee6a67);}});}google.maps.event.addDomListener(window, 'load', initialize);