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.7075,-91.6003)};var g_c657b75912c069db37a557d7a8a10fa0 = new google.maps.Geocoder();g_c657b75912c069db37a557d7a8a10fa0.geocode( { 'address': "2400 Oakdale Blvd, Coralville, IA 52241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coralville-IA-uiccu-atm').style.display = '';map = new google.maps.Map(document.getElementById('coralville-IA-uiccu-atm'), mapOptions);}document.getElementById('713436dc').innerHTML += ' | View Map';var $lc657b75912c069db37a557d7a8a10fa0 = '

UICCU ATM

Address: 2400 Oakdale Blvd, Coralville, IA 52241, USA
Phone:
';var m_c657b75912c069db37a557d7a8a10fa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UICCU ATM',});m_c657b75912c069db37a557d7a8a10fa0['infowindow'] = new google.maps.InfoWindow({content: $lc657b75912c069db37a557d7a8a10fa0});var infowindow = new google.maps.InfoWindow({content: $lc657b75912c069db37a557d7a8a10fa0});google.maps.event.addListener(m_c657b75912c069db37a557d7a8a10fa0, 'click', function() {infowindow.open(map,m_c657b75912c069db37a557d7a8a10fa0);});$marker.push(m_c657b75912c069db37a557d7a8a10fa0);}});}google.maps.event.addDomListener(window, 'load', initialize);