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.1646,-93.0365)};var g_8539a4d8102c6973027dde75fbd110d8 = new google.maps.Geocoder();g_8539a4d8102c6973027dde75fbd110d8.geocode( { 'address': "7111 21st Ave N, Centerville, MN 55038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centerville-MN-midwestone-bank').style.display = '';map = new google.maps.Map(document.getElementById('centerville-MN-midwestone-bank'), mapOptions);}document.getElementById('950ed833').innerHTML += ' | View Map';var $l8539a4d8102c6973027dde75fbd110d8 = '

MidWestOne Bank

Address: 7111 21st Ave N, Centerville, MN 55038, USA
Phone: (651) 762-9440
';var m_8539a4d8102c6973027dde75fbd110d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidWestOne Bank',});m_8539a4d8102c6973027dde75fbd110d8['infowindow'] = new google.maps.InfoWindow({content: $l8539a4d8102c6973027dde75fbd110d8});var infowindow = new google.maps.InfoWindow({content: $l8539a4d8102c6973027dde75fbd110d8});google.maps.event.addListener(m_8539a4d8102c6973027dde75fbd110d8, 'click', function() {infowindow.open(map,m_8539a4d8102c6973027dde75fbd110d8);});$marker.push(m_8539a4d8102c6973027dde75fbd110d8);}});}google.maps.event.addDomListener(window, 'load', initialize);