Directory Only — This site does not provide medical or health advice.
Listings contain publicly available business information. Always consult a qualified dental professional for
any health-related concerns.
General dentistry spans six core services, from checkups to root canals. Cambridge Family Dentistry sits inside Suite 301 on Wichita’s north side, a single location that anchors the strip between Webb and Hillside. Root canals, crowns, and regular examinations all happen under one policy-free roof. Whether you need a cleaning or a more involved treatment, day-to-day care stays predictable.
Further down N Webb Road, a beige-brick low-rise houses the clinic above the ground-floor tenant directory. Inspections and simple extractions share the same second-floor suite, keeping follow-ups efficient without shuffling between sites. The address—2020 N Webb Rd Ste 301, Wichita, KS 67206—places it two light-rail stops from 21st Street and a straight shot from Maize Road. Expect X-rays and fillings combined during the same visit, a minor convenience for major discomforts.
Lose the needle-in-a-haystack hunt by downloading local transit apps for the 302 line; it drops right in front of the building. Call ahead to avoid run-of-the-mill wait times because the operator doubles as a scheduler at *(316) 687-2110. Implants and veneers also factor into their catalog, blending everyday and cosmetic needs under one roof.
Once you close the calendar invite, pull up 0) {
var day = item.substring(0, idx).trim();
var hrs = item.substring(idx + 1).trim();
hoursObj[day] = hrs;
}
});
} else if (typeof rawData.hours === 'object') {
hoursObj = rawData.hours;
}
}
var dayOrder = ['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'];
var html = '';
dayOrder.forEach(function(day) {
var hours = '';
Object.keys(hoursObj).forEach(function(k) {
if (k.toLowerCase() === day.toLowerCase()) hours = hoursObj[k];
});
if (!hours) return;
// Clean up unicode characters
hours = hours.replace(/\u202f/g,' ').replace(/\u2009/g,' ');
var isClosed = hours.toLowerCase().indexOf('closed') !== -1;
html += '
' + day + '' + hours + '
';
});
if (html) el.innerHTML = html;
else el.closest('.detail-sidebar').style.display = 'none';
})();
// Lazy load Google Maps
var mapContainer = document.querySelector('.maps-container');
if (mapContainer) {
var mapIframe = mapContainer.querySelector('iframe');
if (mapIframe && 'IntersectionObserver' in window) {
var observer = new IntersectionObserver(function(entries) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
if (mapIframe.dataset.src) {
mapIframe.src = mapIframe.dataset.src;
mapIframe.removeAttribute('data-src');
}
observer.unobserve(mapContainer);
}
});
}, {rootMargin: '200px'});
observer.observe(mapContainer);
} else if (mapIframe && mapIframe.dataset.src) {
mapIframe.src = mapIframe.dataset.src;
}
}
// Similar clinics scroll buttons
var scrollContainer = document.getElementById('similarScroll');
var leftBtn = document.getElementById('scrollLeft');
var rightBtn = document.getElementById('scrollRight');
if (scrollContainer && leftBtn && rightBtn) {
leftBtn.addEventListener('click', function() {
scrollContainer.scrollBy({left: -240, behavior: 'smooth'});
});
rightBtn.addEventListener('click', function() {
scrollContainer.scrollBy({left: 240, behavior: 'smooth'});
});
}
🍪 We use cookies for ads and analytics to improve your experience.
Learn more