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.6712,-91.575)};var g_550a141f12de6341fba65b0ad0433500 = new google.maps.Geocoder();g_550a141f12de6341fba65b0ad0433500.geocode( { 'address': "704 2nd St, Coralville, IA 52241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coralville-IA-veridian-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('coralville-IA-veridian-credit-union'), mapOptions);}document.getElementById('8067eb5c').innerHTML += ' | View Map';var $l550a141f12de6341fba65b0ad0433500 = '

Veridian Credit Union

Address: 704 2nd St, Coralville, IA 52241, USA
Phone: (800) 235-3228
';var m_550a141f12de6341fba65b0ad0433500 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Veridian Credit Union',});m_550a141f12de6341fba65b0ad0433500['infowindow'] = new google.maps.InfoWindow({content: $l550a141f12de6341fba65b0ad0433500});var infowindow = new google.maps.InfoWindow({content: $l550a141f12de6341fba65b0ad0433500});google.maps.event.addListener(m_550a141f12de6341fba65b0ad0433500, 'click', function() {infowindow.open(map,m_550a141f12de6341fba65b0ad0433500);});$marker.push(m_550a141f12de6341fba65b0ad0433500);}});}google.maps.event.addDomListener(window, 'load', initialize);