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.1267,-94.527)};var g_58ae3b6ad98d3e3e4ba2b404c9142e0f = new google.maps.Geocoder();g_58ae3b6ad98d3e3e4ba2b404c9142e0f.geocode( { 'address': "501 N Sibley Ave, Litchfield, MN 55355"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('litchfield-MN-mid-country-bank').style.display = '';map = new google.maps.Map(document.getElementById('litchfield-MN-mid-country-bank'), mapOptions);}document.getElementById('9af552f9').innerHTML += ' | View Map';var $l58ae3b6ad98d3e3e4ba2b404c9142e0f = '

Mid Country Bank

Address: 501 N Sibley Ave, Litchfield, MN 55355
Phone: (320) 693-2861
';var m_58ae3b6ad98d3e3e4ba2b404c9142e0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid Country Bank',});m_58ae3b6ad98d3e3e4ba2b404c9142e0f['infowindow'] = new google.maps.InfoWindow({content: $l58ae3b6ad98d3e3e4ba2b404c9142e0f});var infowindow = new google.maps.InfoWindow({content: $l58ae3b6ad98d3e3e4ba2b404c9142e0f});google.maps.event.addListener(m_58ae3b6ad98d3e3e4ba2b404c9142e0f, 'click', function() {infowindow.open(map,m_58ae3b6ad98d3e3e4ba2b404c9142e0f);});$marker.push(m_58ae3b6ad98d3e3e4ba2b404c9142e0f);}});}google.maps.event.addDomListener(window, 'load', initialize);