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.0355,-91.706)};var g_52f567614a900ad127dc800b26318803 = new google.maps.Geocoder();g_52f567614a900ad127dc800b26318803.geocode( { 'address': "405 S Blairsferry Crossing, Hiawatha, IA 52233, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hiawatha-IA-university-of-iowa-community-credit-union-uiccu').style.display = '';map = new google.maps.Map(document.getElementById('hiawatha-IA-university-of-iowa-community-credit-union-uiccu'), mapOptions);}document.getElementById('d880bd0d').innerHTML += ' | View Map';var $l52f567614a900ad127dc800b26318803 = '

University of Iowa Community Credit Union (UICCU)

Address: 405 S Blairsferry Crossing, Hiawatha, IA 52233, USA
Phone: (319) 339-1000
';var m_52f567614a900ad127dc800b26318803 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University of Iowa Community Credit Union (UICCU)',});m_52f567614a900ad127dc800b26318803['infowindow'] = new google.maps.InfoWindow({content: $l52f567614a900ad127dc800b26318803});var infowindow = new google.maps.InfoWindow({content: $l52f567614a900ad127dc800b26318803});google.maps.event.addListener(m_52f567614a900ad127dc800b26318803, 'click', function() {infowindow.open(map,m_52f567614a900ad127dc800b26318803);});$marker.push(m_52f567614a900ad127dc800b26318803);}});}google.maps.event.addDomListener(window, 'load', initialize);