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(42.0003,-91.6681)};var g_4466282b99f9ef3614bd670387dcac60 = new google.maps.Geocoder();g_4466282b99f9ef3614bd670387dcac60.geocode( { 'address': "1030 Sierra Dr NE, Cedar Rapids, IA 52402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-rapids-IA-community-1st-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cedar-rapids-IA-community-1st-credit-union'), mapOptions);}document.getElementById('4b01fa2d').innerHTML += ' | View Map';var $l4466282b99f9ef3614bd670387dcac60 = '

Community 1st Credit Union

Address: 1030 Sierra Dr NE, Cedar Rapids, IA 52402, USA
Phone: (319) 363-9689
';var m_4466282b99f9ef3614bd670387dcac60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community 1st Credit Union',});m_4466282b99f9ef3614bd670387dcac60['infowindow'] = new google.maps.InfoWindow({content: $l4466282b99f9ef3614bd670387dcac60});var infowindow = new google.maps.InfoWindow({content: $l4466282b99f9ef3614bd670387dcac60});google.maps.event.addListener(m_4466282b99f9ef3614bd670387dcac60, 'click', function() {infowindow.open(map,m_4466282b99f9ef3614bd670387dcac60);});$marker.push(m_4466282b99f9ef3614bd670387dcac60);}});}google.maps.event.addDomListener(window, 'load', initialize);