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_a7f0f550578261d8a0507e6972d5925c = new google.maps.Geocoder();g_a7f0f550578261d8a0507e6972d5925c.geocode( { 'address': "805 22nd Ave, Coralville, IA 52241"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coralville-IA-two-rivers-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('coralville-IA-two-rivers-bank-trust'), mapOptions);}document.getElementById('d0177c75').innerHTML += ' | View Map';var $la7f0f550578261d8a0507e6972d5925c = '

Two Rivers Bank & Trust

Address: 805 22nd Ave, Coralville, IA 52241
Phone: (319) 358-3520
';var m_a7f0f550578261d8a0507e6972d5925c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Two Rivers Bank & Trust',});m_a7f0f550578261d8a0507e6972d5925c['infowindow'] = new google.maps.InfoWindow({content: $la7f0f550578261d8a0507e6972d5925c});var infowindow = new google.maps.InfoWindow({content: $la7f0f550578261d8a0507e6972d5925c});google.maps.event.addListener(m_a7f0f550578261d8a0507e6972d5925c, 'click', function() {infowindow.open(map,m_a7f0f550578261d8a0507e6972d5925c);});$marker.push(m_a7f0f550578261d8a0507e6972d5925c);}});}google.maps.event.addDomListener(window, 'load', initialize);