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.9748,-91.6609)};var g_99b3ba1c2bd0cc0964f6c5c8f3d3d623 = new google.maps.Geocoder();g_99b3ba1c2bd0cc0964f6c5c8f3d3d623.geocode( { 'address': "501 4th Ave SE, Cedar Rapids, IA 52401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-rapids-IA-dupaco-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cedar-rapids-IA-dupaco-community-credit-union'), mapOptions);}document.getElementById('3bb5ce03').innerHTML += ' | View Map';var $l99b3ba1c2bd0cc0964f6c5c8f3d3d623 = '

Dupaco Community Credit Union

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