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.71,-72.8051)};var g_2af56872e9cc6fe20d0858bd712f716b = new google.maps.Geocoder();g_2af56872e9cc6fe20d0858bd712f716b.geocode( { 'address': "4 Farm Springs Rd, Farmington, CT 06032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-CT-american-eagle-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('farmington-CT-american-eagle-financial-credit-union'), mapOptions);}document.getElementById('7c4bb5e3').innerHTML += ' | View Map';var $l2af56872e9cc6fe20d0858bd712f716b = '

American Eagle Financial Credit Union

Address: 4 Farm Springs Rd, Farmington, CT 06032, USA
Phone: (860) 568-2020
';var m_2af56872e9cc6fe20d0858bd712f716b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Eagle Financial Credit Union',});m_2af56872e9cc6fe20d0858bd712f716b['infowindow'] = new google.maps.InfoWindow({content: $l2af56872e9cc6fe20d0858bd712f716b});var infowindow = new google.maps.InfoWindow({content: $l2af56872e9cc6fe20d0858bd712f716b});google.maps.event.addListener(m_2af56872e9cc6fe20d0858bd712f716b, 'click', function() {infowindow.open(map,m_2af56872e9cc6fe20d0858bd712f716b);});$marker.push(m_2af56872e9cc6fe20d0858bd712f716b);}});}google.maps.event.addDomListener(window, 'load', initialize);