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.6823,-91.596)};var g_d9955166fbdbc60ca80f1b36d38601d4 = new google.maps.Geocoder();g_d9955166fbdbc60ca80f1b36d38601d4.geocode( { 'address': "800 22nd Ave, Coralville, IA 52241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coralville-IA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('coralville-IA-bank-of-the-west'), mapOptions);}document.getElementById('fcc8af2c').innerHTML += ' | View Map';var $ld9955166fbdbc60ca80f1b36d38601d4 = '

Bank of the West

Address: 800 22nd Ave, Coralville, IA 52241, USA
Phone: (319) 354-6960
';var m_d9955166fbdbc60ca80f1b36d38601d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_d9955166fbdbc60ca80f1b36d38601d4['infowindow'] = new google.maps.InfoWindow({content: $ld9955166fbdbc60ca80f1b36d38601d4});var infowindow = new google.maps.InfoWindow({content: $ld9955166fbdbc60ca80f1b36d38601d4});google.maps.event.addListener(m_d9955166fbdbc60ca80f1b36d38601d4, 'click', function() {infowindow.open(map,m_d9955166fbdbc60ca80f1b36d38601d4);});$marker.push(m_d9955166fbdbc60ca80f1b36d38601d4);}});}google.maps.event.addDomListener(window, 'load', initialize);