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.0592,-92.8076)};var g_bf96bfac056034dba4fd8ec23986949d = new google.maps.Geocoder();g_bf96bfac056034dba4fd8ec23986949d.geocode( { 'address': "350 Main St N, Stillwater, MN 55082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stillwater-MN-midcountry-insurance').style.display = '';map = new google.maps.Map(document.getElementById('stillwater-MN-midcountry-insurance'), mapOptions);}document.getElementById('6eb39774').innerHTML += ' | View Map';var $lbf96bfac056034dba4fd8ec23986949d = '

MidCountry Insurance

Address: 350 Main St N, Stillwater, MN 55082, USA
Phone: (651) 275-4649
';var m_bf96bfac056034dba4fd8ec23986949d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidCountry Insurance',});m_bf96bfac056034dba4fd8ec23986949d['infowindow'] = new google.maps.InfoWindow({content: $lbf96bfac056034dba4fd8ec23986949d});var infowindow = new google.maps.InfoWindow({content: $lbf96bfac056034dba4fd8ec23986949d});google.maps.event.addListener(m_bf96bfac056034dba4fd8ec23986949d, 'click', function() {infowindow.open(map,m_bf96bfac056034dba4fd8ec23986949d);});$marker.push(m_bf96bfac056034dba4fd8ec23986949d);}});}google.maps.event.addDomListener(window, 'load', initialize);