.

Click here to go to our home page.

Return to last location.

Mavis Stouffer Park

Located at the end of Stouffer Street, off of N. Manley Road.

Volleyball courts at Stouffer Park.

Gazebo at Stouffer Park.
Text to picture above.Gazebo and volleyball courts are located in the lower area near the river. Text to picture above.The gazebo is available for anyone to use, but it can also be rented for special events. (Rental for this gazebo is available for Ripon residents and Ripon businesses only.) Contact Sarah at 599-2108.

Clarence Smit Museum.

Ball fields at Stouffer Park.
Text to picture above.The Clarence Smit Museum is located in the center of Stouffer Park.

Clarence Smit was the City Administrator at the time the park was created.

Text to picture above.This is a view of the upper ball fields. The museum can be seen in the distance.
^up^

History of Mavis Stouffer Park

In, 1981, the project was originally known as the Ripona - Manley Park. The City used the 1980 Park Bond Act funds to purchase the original 11 1/2 acres from Westley and Mavis Stouffer for $40,000. The land had been appraised in 1979 for $107,200. The original park was largely developed through the work of a long list of volunteers, and their donations of money and materials.

Over the years, the City has continued to purchase adjoining land until the park reached its present size of just under 28 acres.

^up^
'); OpenWindow.document.close(); } function FindPic() { TotalFound = 0; SearchString = document.SuzyForm.SearchWord.value; SearchString = SearchString.toLowerCase(); WriteResults = window.open("clear.html","resultwindow","height=300, width=300, toolbar=0, status=0, menubar=0, resizable=1, scrollbars=1"); WriteResults.document.open(); WriteResults.document.write('
' + 'You searched for:
' + SearchString + '
Results:
'); for (loop=0; loop < PicVar ; loop++) { Keyword = SuzyArray[loop].TxtVal; Keyword = Keyword.toLowerCase(); URL = SuzyArray[loop].PicVal; title = SuzyArray[loop].TitVal; title = title.toLowerCase(); SearchResult = Keyword.indexOf(SearchString); SearchResult2 = title.indexOf(SearchString); if (SearchResult != "-1" || SearchResult2 != "-1") { last = current; WriteResults.document.write('
' + title + ''); TotalFound++; } } WriteResults.document.write('

Returned ' + TotalFound + ' results.'); WriteResults.document.close(); if(javascript_version > 1.0) { //delay a bit here because IE4 encounters errors //when trying to focus a recently opened window setTimeout('WriteResults.focus();',250); } } // -->