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.5749,-90.8883)};var g_578a676b4f1ca45f2d612ea7242be7d9 = new google.maps.Geocoder();g_578a676b4f1ca45f2d612ea7242be7d9.geocode( { 'address': "204 Fairlane Dr, Viroqua, WI 54665, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('viroqua-WI-mark-anderson-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('viroqua-WI-mark-anderson-insurance-agency'), mapOptions);}document.getElementById('7b6b4438').innerHTML += ' | View Map';var $l578a676b4f1ca45f2d612ea7242be7d9 = '

Mark Anderson Insurance Agency

Address: 204 Fairlane Dr, Viroqua, WI 54665, USA
Phone: (608) 637-7084
';var m_578a676b4f1ca45f2d612ea7242be7d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mark Anderson Insurance Agency',});m_578a676b4f1ca45f2d612ea7242be7d9['infowindow'] = new google.maps.InfoWindow({content: $l578a676b4f1ca45f2d612ea7242be7d9});var infowindow = new google.maps.InfoWindow({content: $l578a676b4f1ca45f2d612ea7242be7d9});google.maps.event.addListener(m_578a676b4f1ca45f2d612ea7242be7d9, 'click', function() {infowindow.open(map,m_578a676b4f1ca45f2d612ea7242be7d9);});$marker.push(m_578a676b4f1ca45f2d612ea7242be7d9);}});}google.maps.event.addDomListener(window, 'load', initialize);