91³Ô¹ÏÍø

Watch CBS News

East Bay woman's nonprofit uses pickleball to help battle Parkinson's disease

An East Bay woman is using the sport of pickleball to help find a cure for Parkinson's disease.

About one million people in the U.S. are living with Parkinson's disease, and every six minutes, someone is newly diagnosed, according to the Parkinson's Foundation.

At first, Nancy Munson played pickleball just for fun as her husband, Larry, found other ways of staying active while living with Parkinson's disease.

"Exercise was key - it can help slow down the progression of this disease," said Munson, who retired to become her husband's full-time care partner several years ago.

But she wanted to do more to raise awareness about Parkinson's. 

She found her answer on a webinar of The Michael J. Fox Foundation for Parkinson's Research. It was about the power of women in philanthropy, and advised people to take action on something they were passionate about.

"I'm passionate about bringing awareness to this disease to the community," Munson said. "And second of all, I love playing pickleball. It's so much fun, and it's a great sport, and I love it. And ding! Pickleball 4 Parkinson's!" 

She served up a tournament where she and Larry lived at Rossmoor, an active community in Walnut Creek for people aged 55 and over. The tournament and her nonprofit, called Pickleball 4 Parkinson's, raise money for The Michael J. Fox Foundation.

Steering committee member Lu de Silva jumped in as one of the first to volunteer.

"Nancy's leadership? She inspires, she has the energy, she will go out and talk to people without hesitation," de Silva said.

And the community responded with overwhelming support. The first pickleball tournament in 2023 drew hundreds of people and raised $52,000 - more than triple its goal.

The annual tournament continued to grow and exceed expectations, with $83,000 raised in 2024 and $116,000 in 2025.

In all, Pickleball 4 Parkinson's has raised more than a quarter-million dollars to cure a disease that's touched many lives.

"You have no idea how many people know somebody with Parkinson's - a relative, a loved one, a roommate in college," Munson said.

Even as his health deteriorated over the years, from problems with balance to difficulty swallowing, Larry Munson cheered Nancy on until he passed away in the fall of 2025.

"I felt honored being his caregiver," Munson said. "I learned a lot - I learned the importance of being patient and being understanding."

Larry's spirit still drives the team, which is gearing up for the 2026 Pickleball 4 Parkinson's tournament on June 1st.

Terry Cater, who lives with PD, has supported Pickleball 4 Parkinson's from the start, admiring Larry's hope and perseverance and Nancy's determination.

"It's really a love story," Cater said. "He was sick, and she was bound and determined to not just sit on the sidelines but to also do something about it."

Parkinson's research is seeing advances, including biomarkers for early detection. The Michael J. Fox Foundation says Munson's contribution is making a difference.

"We continue to be inspired by the passion and creativity of incredible Team Fox members, like Nancy," said Stephanie Paddock, vice president, community fundraising and events at The Michael J. Fox Foundation. "Nancy joined this mission out of love for her late husband, and she is driven to continue this work in the hope of a cure for other families impacted by this disease. Parkinson's research is having a remarkable moment - accelerating at lightning speed. This scientific momentum is made possible through individuals like Nancy who do all they can to help us bring an end to Parkinson's for good."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });