
CCHS
CCHS
Virtual visits only: All School Based Centers
x
All locations are open normal business hours.
x
1
Due to the boil advisory, the dental department will only see patients in case of an emergency.
x
Telehealth (Virtual) appointments are available. Please call (901)842-3160
x
All medical, dental, and pharmacy locations are CLOSED for in-person services on Feb. 17-19.
x
FREE COVID-19 vaccines to adults (18+). Text “vaccine” to 91999 to pre-register.
SIGN UP NOW
x
Christ Community to open appointment-only COVID-19 test site.
Learn More
x
7
We have been providing high quality healthcare services to our communities, regardless of income for over 25 years.
About Us →
Find a Location in Your Zip Code
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
or See All Locations →
We provide complete healthcare services to support your physical, mental and spiritual health.
Get vaccinated, Memphis!
COVID-19 Vaccines
Text “Vaccine” to 91999 to schedule your appointment to be vaccinated!
Sign up→ 15){ map.setZoom(15); } for (i = 0; i < markers1.length; i++) { addMarker(markers1[i]); } var bounds = new google.maps.LatLngBounds(); for (var i = 0; i < markers1.length; i++) { bounds.extend(new google.maps.LatLng(markers1[i][2], markers1[i][3])); } map.fitBounds(bounds); } /** * Function to add marker to map */ function addMarker(marker) { var category = marker[4]; var title = marker[1]; var pos = new google.maps.LatLng(marker[2], marker[3]); var content = marker[1]; var link = marker[5] marker1 = new google.maps.Marker({ title: title, position: pos, category: category, map: map, link: link }); gmarkers1.push(marker1); // Marker click listener google.maps.event.addListener(marker1, 'click', (function (marker1, content) { return function () { content += ' View Hours' infowindow.setContent(content); infowindow.open(map, marker1); map.panTo(this.getPosition()); map.setZoom(15); } })(marker1, content)); } /** * Function to filter markers by category */ filterMarkers = function (category) { let url = `https://maps.googleapis.com/maps/api/geocode/json?address=${category}&key=AIzaSyBt4ZsNuqsHm6bgAwrl_rmQSnQvaRs6GHs`; let inArea = []; for (i = 0; i < markers1.length; i++) { marker = gmarkers1[i]; // If is same category or category not picked if (marker.category == category || category.length === 0) { inArea = []; marker.setVisible(true); map.panTo(marker.getPosition()); } // If not exact match find within 10 mile radius else if (marker.category !== category) { $.getJSON(url, function( {results} ) { const loc = results[0].geometry.location; const center = new google.maps.LatLng(loc.lat, loc.lng); gmarkers1.forEach(function(marker, i) { let latLng = new google.maps.LatLng(markers1[i][2], markers1[i][3]); if (google.maps.geometry.spherical.computeDistanceBetween(latLng, center) = 5) { filterMarkers(zipCode); } else { filterMarkers(""); map.setZoom(8); $('.msg-no-locations').fadeOut(); } }); // var formButton = document.querySelector(".form-button"); // formButton.addEventListener("click", function(e) { // e.preventDefault(); // var zipCode = zipInput.value // if (zipCode.length >= 5) { // filterMarkers(zipCode) // } else { // filterMarkers(“”) // } // }); $(document).ready(function() { $(window).keydown(function(event){ if(event.keyCode == 13) { event.preventDefault(); return false; } }); }); ]]>
Source