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(45.3221,-92.7046)};var g_05aff8031d1c560fa0ea6a675cc89448 = new google.maps.Geocoder();g_05aff8031d1c560fa0ea6a675cc89448.geocode( { 'address': "304 N Cascade St, Osceola, WI 54020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('osceola-WI-midwestone-bank').style.display = '';map = new google.maps.Map(document.getElementById('osceola-WI-midwestone-bank'), mapOptions);}document.getElementById('ba33c0db').innerHTML += ' | View Map';var $l05aff8031d1c560fa0ea6a675cc89448 = '

MidWestOne Bank

Address: 304 N Cascade St, Osceola, WI 54020, USA
Phone: (715) 294-2183
';var m_05aff8031d1c560fa0ea6a675cc89448 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidWestOne Bank',});m_05aff8031d1c560fa0ea6a675cc89448['infowindow'] = new google.maps.InfoWindow({content: $l05aff8031d1c560fa0ea6a675cc89448});var infowindow = new google.maps.InfoWindow({content: $l05aff8031d1c560fa0ea6a675cc89448});google.maps.event.addListener(m_05aff8031d1c560fa0ea6a675cc89448, 'click', function() {infowindow.open(map,m_05aff8031d1c560fa0ea6a675cc89448);});$marker.push(m_05aff8031d1c560fa0ea6a675cc89448);}});}google.maps.event.addDomListener(window, 'load', initialize);