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.7417,-72.1774)};var g_1cc0956026771d53e55a6beccddabe85 = new google.maps.Geocoder();g_1cc0956026771d53e55a6beccddabe85.geocode( { 'address': "361 Boston Post Rd #1, North Windham, CT 06256, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windham-CT-northeast-family-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('windham-CT-northeast-family-federal-cu'), mapOptions);}document.getElementById('2d37a4a4').innerHTML += ' | View Map';var $l1cc0956026771d53e55a6beccddabe85 = '

Northeast Family Federal CU

Address: 361 Boston Post Rd #1, North Windham, CT 06256, USA
Phone: (860) 456-8469
';var m_1cc0956026771d53e55a6beccddabe85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Family Federal CU',});m_1cc0956026771d53e55a6beccddabe85['infowindow'] = new google.maps.InfoWindow({content: $l1cc0956026771d53e55a6beccddabe85});var infowindow = new google.maps.InfoWindow({content: $l1cc0956026771d53e55a6beccddabe85});google.maps.event.addListener(m_1cc0956026771d53e55a6beccddabe85, 'click', function() {infowindow.open(map,m_1cc0956026771d53e55a6beccddabe85);});$marker.push(m_1cc0956026771d53e55a6beccddabe85);}});}google.maps.event.addDomListener(window, 'load', initialize);