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.0076,-91.0979)};var g_f106a5c18a411f80688a80690c8a0a71 = new google.maps.Geocoder();g_f106a5c18a411f80688a80690c8a0a71.geocode( { 'address': "105 Main St, Mediapolis, IA 52637"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mediapolis-IA-two-rivers-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('mediapolis-IA-two-rivers-bank-trust'), mapOptions);}document.getElementById('19d57506').innerHTML += ' | View Map';var $lf106a5c18a411f80688a80690c8a0a71 = '

Two Rivers Bank & Trust

Address: 105 Main St, Mediapolis, IA 52637
Phone: (319) 394-9620
';var m_f106a5c18a411f80688a80690c8a0a71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Two Rivers Bank & Trust',});m_f106a5c18a411f80688a80690c8a0a71['infowindow'] = new google.maps.InfoWindow({content: $lf106a5c18a411f80688a80690c8a0a71});var infowindow = new google.maps.InfoWindow({content: $lf106a5c18a411f80688a80690c8a0a71});google.maps.event.addListener(m_f106a5c18a411f80688a80690c8a0a71, 'click', function() {infowindow.open(map,m_f106a5c18a411f80688a80690c8a0a71);});$marker.push(m_f106a5c18a411f80688a80690c8a0a71);}});}google.maps.event.addDomListener(window, 'load', initialize);