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.6017,-72.682)};var g_5f4dd531bd8c4e4b9d2889a292701772 = new google.maps.Geocoder();g_5f4dd531bd8c4e4b9d2889a292701772.geocode( { 'address': "4 Hammerhead Pl, Cromwell, CT 06416, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cromwell-CT-american-eagle-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cromwell-CT-american-eagle-financial-credit-union'), mapOptions);}document.getElementById('1d51a2fe').innerHTML += ' | View Map';var $l5f4dd531bd8c4e4b9d2889a292701772 = '

American Eagle Financial Credit Union

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