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(46.67,-96.3916)};var g_fc7f5c2a1d9bb153ef02b7be6d545f0b = new google.maps.Geocoder();g_fc7f5c2a1d9bb153ef02b7be6d545f0b.geocode( { 'address': "215 Front St S, Barnesville, MN 56514"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barnesville-MN-midwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('barnesville-MN-midwest-bank'), mapOptions);}document.getElementById('cae30d19').innerHTML += ' | View Map';var $lfc7f5c2a1d9bb153ef02b7be6d545f0b = '

Midwest Bank

Address: 215 Front St S, Barnesville, MN 56514
Phone: (218) 354-2704
';var m_fc7f5c2a1d9bb153ef02b7be6d545f0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Bank',});m_fc7f5c2a1d9bb153ef02b7be6d545f0b['infowindow'] = new google.maps.InfoWindow({content: $lfc7f5c2a1d9bb153ef02b7be6d545f0b});var infowindow = new google.maps.InfoWindow({content: $lfc7f5c2a1d9bb153ef02b7be6d545f0b});google.maps.event.addListener(m_fc7f5c2a1d9bb153ef02b7be6d545f0b, 'click', function() {infowindow.open(map,m_fc7f5c2a1d9bb153ef02b7be6d545f0b);});$marker.push(m_fc7f5c2a1d9bb153ef02b7be6d545f0b);}});}google.maps.event.addDomListener(window, 'load', initialize);