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.0728,-89.3793)};var g_95119c54e4be718b4e691e95b0265892 = new google.maps.Geocoder();g_95119c54e4be718b4e691e95b0265892.geocode( { 'address': "5910 Mineral Point Rd, Madison, WI 53705"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-cuna-mutual-insurance-society').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-cuna-mutual-insurance-society'), mapOptions);}document.getElementById('c1e6ad9b').innerHTML += ' | View Map';var $l95119c54e4be718b4e691e95b0265892 = '

Cuna Mutual Insurance Society

Address: 5910 Mineral Point Rd, Madison, WI 53705
Phone: (608) 238-5851
';var m_95119c54e4be718b4e691e95b0265892 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cuna Mutual Insurance Society',});m_95119c54e4be718b4e691e95b0265892['infowindow'] = new google.maps.InfoWindow({content: $l95119c54e4be718b4e691e95b0265892});var infowindow = new google.maps.InfoWindow({content: $l95119c54e4be718b4e691e95b0265892});google.maps.event.addListener(m_95119c54e4be718b4e691e95b0265892, 'click', function() {infowindow.open(map,m_95119c54e4be718b4e691e95b0265892);});$marker.push(m_95119c54e4be718b4e691e95b0265892);}});}google.maps.event.addDomListener(window, 'load', initialize);