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.6308,-94.5695)};var g_a9e1eb3005373eb179f14d11170649b3 = new google.maps.Geocoder();g_a9e1eb3005373eb179f14d11170649b3.geocode( { 'address': "140 5th St, Albany, MN 56307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-MN-stearns-insurance-services').style.display = '';map = new google.maps.Map(document.getElementById('albany-MN-stearns-insurance-services'), mapOptions);}document.getElementById('dc551cf3').innerHTML += ' | View Map';var $la9e1eb3005373eb179f14d11170649b3 = '

Stearns Insurance Services

Address: 140 5th St, Albany, MN 56307, USA
Phone: (320) 845-4020
';var m_a9e1eb3005373eb179f14d11170649b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stearns Insurance Services',});m_a9e1eb3005373eb179f14d11170649b3['infowindow'] = new google.maps.InfoWindow({content: $la9e1eb3005373eb179f14d11170649b3});var infowindow = new google.maps.InfoWindow({content: $la9e1eb3005373eb179f14d11170649b3});google.maps.event.addListener(m_a9e1eb3005373eb179f14d11170649b3, 'click', function() {infowindow.open(map,m_a9e1eb3005373eb179f14d11170649b3);});$marker.push(m_a9e1eb3005373eb179f14d11170649b3);}});}google.maps.event.addDomListener(window, 'load', initialize);