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.978,-91.6624)};var g_53e4c8d2e4f31e50c500286ce6fe8aa3 = new google.maps.Geocoder();g_53e4c8d2e4f31e50c500286ce6fe8aa3.geocode( { 'address': "501 4th Ave SE, Cedar Rapids, IA 52401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-rapids-IA-iowa-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cedar-rapids-IA-iowa-community-credit-union'), mapOptions);}document.getElementById('75b3529a').innerHTML += ' | View Map';var $l53e4c8d2e4f31e50c500286ce6fe8aa3 = '

Iowa Community Credit Union

Address: 501 4th Ave SE, Cedar Rapids, IA 52401, USA
Phone: (319) 364-0291
';var m_53e4c8d2e4f31e50c500286ce6fe8aa3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iowa Community Credit Union',});m_53e4c8d2e4f31e50c500286ce6fe8aa3['infowindow'] = new google.maps.InfoWindow({content: $l53e4c8d2e4f31e50c500286ce6fe8aa3});var infowindow = new google.maps.InfoWindow({content: $l53e4c8d2e4f31e50c500286ce6fe8aa3});google.maps.event.addListener(m_53e4c8d2e4f31e50c500286ce6fe8aa3, 'click', function() {infowindow.open(map,m_53e4c8d2e4f31e50c500286ce6fe8aa3);});$marker.push(m_53e4c8d2e4f31e50c500286ce6fe8aa3);}});}google.maps.event.addDomListener(window, 'load', initialize);