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.8575,-90.1856)};var g_7f8131fe85a2bcb8e0edaf7698956fb4 = new google.maps.Geocoder();g_7f8131fe85a2bcb8e0edaf7698956fb4.geocode( { 'address': "1200 N 2nd St, Clinton, IA 52732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-IA-aegis-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('clinton-IA-aegis-credit-union'), mapOptions);}document.getElementById('e94d0f16').innerHTML += ' | View Map';var $l7f8131fe85a2bcb8e0edaf7698956fb4 = '

Aegis Credit Union

Address: 1200 N 2nd St, Clinton, IA 52732, USA
Phone: (563) 242-0531
';var m_7f8131fe85a2bcb8e0edaf7698956fb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aegis Credit Union',});m_7f8131fe85a2bcb8e0edaf7698956fb4['infowindow'] = new google.maps.InfoWindow({content: $l7f8131fe85a2bcb8e0edaf7698956fb4});var infowindow = new google.maps.InfoWindow({content: $l7f8131fe85a2bcb8e0edaf7698956fb4});google.maps.event.addListener(m_7f8131fe85a2bcb8e0edaf7698956fb4, 'click', function() {infowindow.open(map,m_7f8131fe85a2bcb8e0edaf7698956fb4);});$marker.push(m_7f8131fe85a2bcb8e0edaf7698956fb4);}});}google.maps.event.addDomListener(window, 'load', initialize);