Dry Needling

Dry Needling is a technique used to treat trigger point pain and myofascial pain. The Dry Needling process is repeated 2-4 times a week until maximum improvement is seen. Then a maintenance regimen is often prescribed to prevent a recurrence. Maintenance may be as little as 1-2 times per month.

Dry Needling can often result in a complete absence of symptoms, even in severe pain conditions that have been present for years. Dry Needling Therapy is most effective when paired with Acupuncture Therapy simultaneously.

Reduce Chronic Pain & Feel Great!

Dry Needling's positive effects when treating trigger point pain and other chronic pain conditions is well documented. When nothing else seems to work, give dry needling a try.

(function() { function getUTMs() { var p = new URLSearchParams(window.location.search); return { source: p.get('utm_source') || '', medium: p.get('utm_medium') || '', campaign: p.get('utm_campaign') || '', gclid: p.get('gclid') || '' }; } function saveOrLoadUTMs() { var u = getUTMs(); var hasData = u.source || u.medium || u.campaign || u.gclid; if (hasData) { sessionStorage.setItem('ssa_utms', JSON.stringify(u)); return u; } var saved = sessionStorage.getItem('ssa_utms'); return saved ? JSON.parse(saved) : u; } function fillFields(u) { var map = { 'utm-source': u.source, 'utm-medium': u.medium, 'utm-campaign': u.campaign, 'field-gclid': u.gclid }; for (var name in map) { if (!map[name]) continue; var el = document.querySelector('input[name="' + name + '"]'); if (el && el.value === '') { el.value = map[name]; el.dispatchEvent(new Event('input', { bubbles: true })); el.dispatchEvent(new Event('change', { bubbles: true })); } } } var utms = saveOrLoadUTMs(); var observer = new MutationObserver(function() { fillFields(utms); }); observer.observe(document.body, { childList: true, subtree: true }); setTimeout(function() { observer.disconnect(); }, 30000); fillFields(utms); })();