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(43.6347,-91.4967)};var g_ff8fe091d867cca47f3cbbcfb69ab4c2 = new google.maps.Geocoder();g_ff8fe091d867cca47f3cbbcfb69ab4c2.geocode( { 'address': "111 E Main St, Caledonia, MN 55921, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caledonia-MN-klug-insurance-agency-llc').style.display = '';map = new google.maps.Map(document.getElementById('caledonia-MN-klug-insurance-agency-llc'), mapOptions);}document.getElementById('e147fefc').innerHTML += ' | View Map';var $lff8fe091d867cca47f3cbbcfb69ab4c2 = '

Klug Insurance Agency, LLC

Address: 111 E Main St, Caledonia, MN 55921, USA
Phone: (507) 725-9316
';var m_ff8fe091d867cca47f3cbbcfb69ab4c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Klug Insurance Agency, LLC',});m_ff8fe091d867cca47f3cbbcfb69ab4c2['infowindow'] = new google.maps.InfoWindow({content: $lff8fe091d867cca47f3cbbcfb69ab4c2});var infowindow = new google.maps.InfoWindow({content: $lff8fe091d867cca47f3cbbcfb69ab4c2});google.maps.event.addListener(m_ff8fe091d867cca47f3cbbcfb69ab4c2, 'click', function() {infowindow.open(map,m_ff8fe091d867cca47f3cbbcfb69ab4c2);});$marker.push(m_ff8fe091d867cca47f3cbbcfb69ab4c2);}});}google.maps.event.addDomListener(window, 'load', initialize);