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(42.0724,-90.8204)};var g_228bfb32141506d508528d1cf15dc6e7 = new google.maps.Geocoder();g_228bfb32141506d508528d1cf15dc6e7.geocode( { 'address': "4726 50th Ave, Baldwin, IA 52207"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-IA-ohnward-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-IA-ohnward-bank-trust'), mapOptions);}document.getElementById('43841fa3').innerHTML += ' | View Map';var $l228bfb32141506d508528d1cf15dc6e7 = '

Ohnward Bank & Trust

Address: 4726 50th Ave, Baldwin, IA 52207
Phone: (563) 673-5711
';var m_228bfb32141506d508528d1cf15dc6e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohnward Bank & Trust',});m_228bfb32141506d508528d1cf15dc6e7['infowindow'] = new google.maps.InfoWindow({content: $l228bfb32141506d508528d1cf15dc6e7});var infowindow = new google.maps.InfoWindow({content: $l228bfb32141506d508528d1cf15dc6e7});google.maps.event.addListener(m_228bfb32141506d508528d1cf15dc6e7, 'click', function() {infowindow.open(map,m_228bfb32141506d508528d1cf15dc6e7);});$marker.push(m_228bfb32141506d508528d1cf15dc6e7);}});}google.maps.event.addDomListener(window, 'load', initialize);