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.3892,-93.7328)};var g_945fa4a99b10850108f2ea7062fcad43 = new google.maps.Geocoder();g_945fa4a99b10850108f2ea7062fcad43.geocode( { 'address': "22 S Lexington Ave, Le Center, MN 56057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('le-center-MN-house-of-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('le-center-MN-house-of-insurance-agency-inc'), mapOptions);}document.getElementById('b16154b6').innerHTML += ' | View Map';var $l945fa4a99b10850108f2ea7062fcad43 = '

House of Insurance Agency, Inc.

Address: 22 S Lexington Ave, Le Center, MN 56057, USA
Phone: (507) 357-2221
';var m_945fa4a99b10850108f2ea7062fcad43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'House of Insurance Agency, Inc.',});m_945fa4a99b10850108f2ea7062fcad43['infowindow'] = new google.maps.InfoWindow({content: $l945fa4a99b10850108f2ea7062fcad43});var infowindow = new google.maps.InfoWindow({content: $l945fa4a99b10850108f2ea7062fcad43});google.maps.event.addListener(m_945fa4a99b10850108f2ea7062fcad43, 'click', function() {infowindow.open(map,m_945fa4a99b10850108f2ea7062fcad43);});$marker.push(m_945fa4a99b10850108f2ea7062fcad43);}});}google.maps.event.addDomListener(window, 'load', initialize);