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.6802,-91.5777)};var g_6f29d567ac91ae1926b1a02796e79155 = new google.maps.Geocoder();g_6f29d567ac91ae1926b1a02796e79155.geocode( { 'address': "1151 2nd St, Coralville, IA 52241"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coralville-IA-university-of-iowa-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('coralville-IA-university-of-iowa-community-credit-union'), mapOptions);}document.getElementById('c9a498c6').innerHTML += ' | View Map';var $l6f29d567ac91ae1926b1a02796e79155 = '

University of Iowa Community Credit Union

Address: 1151 2nd St, Coralville, IA 52241
Phone: (319) 339-1000
';var m_6f29d567ac91ae1926b1a02796e79155 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University of Iowa Community Credit Union',});m_6f29d567ac91ae1926b1a02796e79155['infowindow'] = new google.maps.InfoWindow({content: $l6f29d567ac91ae1926b1a02796e79155});var infowindow = new google.maps.InfoWindow({content: $l6f29d567ac91ae1926b1a02796e79155});google.maps.event.addListener(m_6f29d567ac91ae1926b1a02796e79155, 'click', function() {infowindow.open(map,m_6f29d567ac91ae1926b1a02796e79155);});$marker.push(m_6f29d567ac91ae1926b1a02796e79155);}});}google.maps.event.addDomListener(window, 'load', initialize);