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(44.9848,-93.2702)};var g_08773868fc2ca44833e1a3fa1932f727 = new google.maps.Geocoder();g_08773868fc2ca44833e1a3fa1932f727.geocode( { 'address': "80 S 8th St, Minneapolis, MN 55402"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-first-state-bank-of-sauk-center').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-first-state-bank-of-sauk-center'), mapOptions);}document.getElementById('109ffd91').innerHTML += ' | View Map';var $l08773868fc2ca44833e1a3fa1932f727 = '

First State Bank Of Sauk Center

Address: 80 S 8th St, Minneapolis, MN 55402
Phone: (612) 367-4043
';var m_08773868fc2ca44833e1a3fa1932f727 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Of Sauk Center',});m_08773868fc2ca44833e1a3fa1932f727['infowindow'] = new google.maps.InfoWindow({content: $l08773868fc2ca44833e1a3fa1932f727});var infowindow = new google.maps.InfoWindow({content: $l08773868fc2ca44833e1a3fa1932f727});google.maps.event.addListener(m_08773868fc2ca44833e1a3fa1932f727, 'click', function() {infowindow.open(map,m_08773868fc2ca44833e1a3fa1932f727);});$marker.push(m_08773868fc2ca44833e1a3fa1932f727);}});}google.maps.event.addDomListener(window, 'load', initialize);