{"id":9821,"date":"2024-10-09T18:08:55","date_gmt":"2024-10-09T18:08:55","guid":{"rendered":"https:\/\/devlinkserver.com\/contemporaryhome\/?page_id=9821"},"modified":"2025-07-02T19:15:11","modified_gmt":"2025-07-02T19:15:11","slug":"book-appointment","status":"publish","type":"page","link":"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/","title":{"rendered":"Book Appointment"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9821\" class=\"elementor elementor-9821\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3d8f92f5 e-flex e-con-boxed e-con e-parent\" data-id=\"3d8f92f5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-688c3f9d elementor-widget elementor-widget-heading\" data-id=\"688c3f9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Book Appointment<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5a3a91cd e-flex e-con-boxed e-con e-parent\" data-id=\"5a3a91cd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-59e94ef e-con-full e-flex e-con e-child\" data-id=\"59e94ef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-513350c6 elementor-widget elementor-widget-image\" data-id=\"513350c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"480\" height=\"320\" src=\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/i.webp\" class=\"attachment-full size-full wp-image-11026\" alt=\"\" srcset=\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/i.webp 480w, https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/i-300x200.webp 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-52b34887 e-con-full e-flex e-con e-child\" data-id=\"52b34887\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b0ea14 elementor-widget elementor-widget-heading\" data-id=\"4b0ea14\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Fill out the form and get an appointment within 48 hours!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2278f946 elementor-widget elementor-widget-html\" data-id=\"2278f946\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n    <script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    var form = document.querySelector('.elementor-form');\n    if (form) {\n        console.log('Form found');\n\n        \/\/ Select input fields by their names\n        var nameInput = form.querySelector('input[name=\"form_fields[name]\"]');\n        var phoneInput = form.querySelector('input[name=\"form_fields[phone]\"]');\n        var submitButton = form.querySelector('button[type=\"submit\"]');\n\n        if (nameInput && phoneInput && submitButton) {\n            console.log('Name, Phone input, and submit button found');\n\n            \/\/ Create error message elements\n            var nameErrorMessage = createErrorMessage('Please enter valid input.');\n            var phoneErrorMessage = createErrorMessage('Please enter valid input.');\n\n            \/\/ Insert error messages after the inputs\n            nameInput.parentNode.insertBefore(nameErrorMessage, nameInput.nextSibling);\n            phoneInput.parentNode.insertBefore(phoneErrorMessage, phoneInput.nextSibling);\n\n            form.addEventListener('submit', function(event) {\n                var isNameValid = isValidName(nameInput.value);\n                var isPhoneValid = isValidPhone(phoneInput.value);\n\n                if (!isNameValid || !isPhoneValid) {\n                    event.preventDefault();\n                    if (!isNameValid) {\n                        alert('Please enter only alphabets and spaces in the name field.');\n                        nameInput.classList.add('invalid-field');\n                        nameErrorMessage.style.display = 'block';\n                    }\n                    if (!isPhoneValid) {\n                        alert('Please enter only numbers in the phone field.');\n                        phoneInput.classList.add('invalid-field');\n                        phoneErrorMessage.style.display = 'block';\n                    }\n                    submitButton.disabled = true;\n                    console.log('Form submission prevented');\n                } else {\n                    console.log('Form submission allowed');\n                }\n            });\n\n            nameInput.addEventListener('input', function() {\n                if (isValidName(nameInput.value)) {\n                    nameInput.classList.remove('invalid-field');\n                    nameErrorMessage.style.display = 'none';\n                    submitButton.disabled = !isValidPhone(phoneInput.value);\n                } else {\n                    nameInput.classList.add('invalid-field');\n                    nameErrorMessage.style.display = 'block';\n                    submitButton.disabled = true;\n                }\n            });\n\n            phoneInput.addEventListener('input', function() {\n                if (isValidPhone(phoneInput.value)) {\n                    phoneInput.classList.remove('invalid-field');\n                    phoneErrorMessage.style.display = 'none';\n                    submitButton.disabled = !isValidName(nameInput.value);\n                } else {\n                    phoneInput.classList.add('invalid-field');\n                    phoneErrorMessage.style.display = 'block';\n                    submitButton.disabled = true;\n                }\n            });\n\n        } else {\n            console.error('Input fields or submit button not found');\n        }\n    } else {\n        console.error('Form not found');\n    }\n\n    function createErrorMessage(message) {\n        var errorMessage = document.createElement('div');\n        errorMessage.style.color = 'red';\n        \n        errorMessage.style.display = 'none';\n        errorMessage.textContent = message;\n        return errorMessage;\n    }\n\n    function isValidName(name) {\n        return \/^[a-zA-Z\\s]+$\/.test(name); \/\/ Allow alphabets and spaces\n    }\n\n    function isValidPhone(phone) {\n        return \/^[0-9]+$\/.test(phone); \/\/ Allow only numbers\n    }\n});\n<\/script>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10e6741d elementor-button-align-start elementor-widget elementor-widget-form\" data-id=\"10e6741d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"9821\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"10e6741d\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Book Appointment - Contemporary Care Centers\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"9821\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-md-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-md-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phone elementor-col-100 elementor-md-100 elementor-field-required\">\n\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[phone]\" id=\"form-field-phone\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Phone*\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm elementor-animation-bob\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-1d7d1967 e-flex e-con-boxed e-con e-parent\" data-id=\"1d7d1967\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-7366e0d9 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"7366e0d9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6edd55cb e-con-full e-flex e-con e-child\" data-id=\"6edd55cb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31be6b77 elementor-widget elementor-widget-text-editor\" data-id=\"31be6b77\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Testimonials<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76b58287 elementor-widget elementor-widget-heading\" data-id=\"76b58287\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Patients Reviews<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3220579b e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"3220579b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-11314b5b e-con-full e-flex e-con e-child\" data-id=\"11314b5b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5710232f elementor-widget elementor-widget-shortcode\" data-id=\"5710232f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><pre class=\"ti-widget\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-plugin-version=\"13.2.7\" data-layout-id=\"5\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"275\" data-css-version=\"2\" data-reply-by-locale=\"Owner's reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer ti-footer-grid source-Google\"> <div class=\"ti-fade-container\"> <div class=\"ti-rating-text\"> <strong class=\"ti-rating ti-rating-large\"> EXCELLENT <\/strong> <\/div> <span class=\"ti-stars star-lg\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/h.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">Based on <strong>585 reviews<\/strong><\/span> <\/div> <div class=\"ti-large-logo\"> <div class=\"ti-v-center\"> <trustindex-image class=\"ti-logo-fb\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/logo.svg\" width=\"150\" height=\"25\" loading=\"lazy\" alt=\"Google\"><\/trustindex-image> <\/div> <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1750982400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJflTiidBuInTHusEehH-bo9poM13qwWZV_EkyNgEyc_qq05Q=w40-h40-c-rp-mo-ba2-br100\" alt=\"Mo K profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mo K <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/e.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Lauren\u2019s great. I\u2019ve had Chronic Fatigue Syndrome\/ME for over 30 yrs, and she\u2019s been able to help me when I needed it most.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1750809600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXnw808EQvMHVvo3DDZaLl6My_DjCZPSIWc3tGIf1h9FOqWwvA2=w40-h40-c-rp-mo-ba2-br100\" alt=\"Bonnie Jame profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Bonnie Jame <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->A great experience from start to finish. From Betty who made my initial appointment to Erin McCann, PA-C, MPAS, to the people who have checked me in - everyone has been extremely caring and professional.  Erin really listened, asked  great questions and got me on the meds I needed that day. She\u2019s very easy to talk to and makes sure she understands what you\u2019re trying to say. I can\u2019t recommend Erin enough and I can\u2019t think of anything I would want to change in the whole process.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1750377600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIMxETp-DQIKY51QGdJYmMfOR10j0UAHVzby6f8bDknsWlQDA=w40-h40-c-rp-mo-br100\" alt=\"Sharon Abramson profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sharon Abramson <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Lauren Castaldi is the best.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1750291200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVFnHBtNUvo0UXJI2Gp5WqskpMxxP084sRof9dOPqtCVtpdheQ=w40-h40-c-rp-mo-br100\" alt=\"Sara Karakula profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sara Karakula <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/e.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Spoke with Dr Ammerman at our 10:00 appt&amp; discussed the increase I\u2019m comfortable with of Effexor. Talked about oral surgery for two implants on Friday. I have a full arch implant and two need to be re-done because of car accident on 3\/23. We made another appt in 2 weeks.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1749686400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUoj3Ysd-80pZXWg_MmtOp1n8d_ELHaf7mr3s7-v1xrviz1OQow=w40-h40-c-rp-mo-br100\" alt=\"Susan Pacheco profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Susan Pacheco <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->The employees at Contemporary Care are so caring and kind. I was very nervous when I started there but they made me feel so comfortable. They are very professional. Shout out to Kathy and Erin.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/trustindex-google-widget.css?1770033688\"><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69ec0bd8 elementor-align-right ver elementor-widget elementor-widget-button\" data-id=\"69ec0bd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.google.com\/maps\/place\/Contemporary+Care\/@41.4084117,-73.4395423,17z\/data=!4m16!1m9!3m8!1s0x89e7ff38c3acbd15:0xce8a08e08cf50a7b!2sContemporary+Care!8m2!3d41.4084117!4d-73.4395423!9m1!1b1!16s%2Fg%2F1tlc92t5!3m5!1s0x89e7ff38c3acbd15:0xce8a08e08cf50a7b!8m2!3d41.4084117!4d-73.4395423!16s%2Fg%2F1tlc92t5?entry=ttu&#038;g_ep=EgoyMDI1MDMwNC4wIKXMDSoJLDEwMjExNDU1SAFQAw%3D%3D\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\"><rect y=\"0.730957\" width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"><\/rect><path d=\"M20 13.3561V20.1061C20 20.2718 19.9342 20.4308 19.8169 20.548C19.6997 20.6652 19.5408 20.7311 19.375 20.7311C19.2092 20.7311 19.0503 20.6652 18.9331 20.548C18.8159 20.4308 18.75 20.2718 18.75 20.1061V14.865L13.0669 20.548C12.9497 20.6652 12.7908 20.7311 12.625 20.7311C12.4592 20.7311 12.3003 20.6652 12.1831 20.548C12.0658 20.4308 12 20.2718 12 20.1061C12 19.9403 12.0658 19.7813 12.1831 19.6641L17.8661 13.9811H12.625C12.4593 13.9811 12.3003 13.9152 12.1831 13.798C12.0659 13.6808 12 13.5218 12 13.3561C12 13.1903 12.0659 13.0313 12.1831 12.9141C12.3003 12.7969 12.4593 12.7311 12.625 12.7311H19.375C19.5408 12.7311 19.6997 12.7969 19.8169 12.9141C19.9342 13.0313 20 13.1903 20 13.3561Z\" fill=\"#5F259F\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-15e7763d e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"15e7763d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7171747d elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"7171747d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;522a8fc&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;a23f7ff&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;2c804b3&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;79193e9&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;94ecb45&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\">\n\t\t\t\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-e3ca76c e-con-full e-flex e-con e-child\" data-id=\"e3ca76c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-49fe78d0 e-con-full e-flex e-con e-child\" data-id=\"49fe78d0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-645e5cce elementor-widget elementor-widget-image\" data-id=\"645e5cce\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"74\" height=\"74\" src=\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/Frame-1948754803.png\" class=\"attachment-full size-full wp-image-11043\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3bfea1b9 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3bfea1b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>I have been with contemporary health for years now. Jen is phenomenal, understanding and caring. I feel comfortable and trust I\u2019m getting the best care. I just had my first session with Marlyna and will continue to see her. I felt a connection and look forward to seeing her next week! I think this will be a very positive experience!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-47a67a99 e-con-full e-flex e-con e-child\" data-id=\"47a67a99\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-303dc752 elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"303dc752\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Jesica Harris,<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a148312 elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"2a148312\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>USA<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\">\n\t\t\t\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-30583277 e-con-full e-flex e-con e-child\" data-id=\"30583277\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-55d7d927 e-con-full e-flex e-con e-child\" data-id=\"55d7d927\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-92d05a9 elementor-widget elementor-widget-image\" data-id=\"92d05a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"74\" height=\"74\" src=\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/Frame-1948754803.png\" class=\"attachment-full size-full wp-image-11043\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e1784c4 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3e1784c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>I have been with contemporary health for years now. Jen is phenomenal, understanding and caring. I feel comfortable and trust I\u2019m getting the best care. I just had my first session with Marlyna and will continue to see her. I felt a connection and look forward to seeing her next week! I think this will be a very positive experience!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-737c54d8 e-con-full e-flex e-con e-child\" data-id=\"737c54d8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-65e7717b elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"65e7717b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Jesica Harris,<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34e7260b elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"34e7260b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>USA<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\">\n\t\t\t\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-7ee9281a e-con-full e-flex e-con e-child\" data-id=\"7ee9281a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-75370db7 e-con-full e-flex e-con e-child\" data-id=\"75370db7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6bff07a1 elementor-widget elementor-widget-image\" data-id=\"6bff07a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"74\" height=\"74\" src=\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/Frame-1948754803.png\" class=\"attachment-full size-full wp-image-11043\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61f055fe elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"61f055fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>I have been with contemporary health for years now. Jen is phenomenal, understanding and caring. I feel comfortable and trust I\u2019m getting the best care. I just had my first session with Marlyna and will continue to see her. I felt a connection and look forward to seeing her next week! I think this will be a very positive experience!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3196ca74 e-con-full e-flex e-con e-child\" data-id=\"3196ca74\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-334c5018 elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"334c5018\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Jesica Harris,<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66415673 elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"66415673\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>USA<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\">\n\t\t\t\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-58ec3ea9 e-con-full e-flex e-con e-child\" data-id=\"58ec3ea9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-209409f5 e-con-full e-flex e-con e-child\" data-id=\"209409f5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5bdb0dd2 elementor-widget elementor-widget-image\" data-id=\"5bdb0dd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"74\" height=\"74\" src=\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/Frame-1948754803.png\" class=\"attachment-full size-full wp-image-11043\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1112eba9 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"1112eba9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>I have been with contemporary health for years now. Jen is phenomenal, understanding and caring. I feel comfortable and trust I\u2019m getting the best care. I just had my first session with Marlyna and will continue to see her. I felt a connection and look forward to seeing her next week! I think this will be a very positive experience!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3034c77d e-con-full e-flex e-con e-child\" data-id=\"3034c77d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-563b67c4 elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"563b67c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Jesica Harris,<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6545242d elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"6545242d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>USA<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\">\n\t\t\t\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-44d9c634 e-con-full e-flex e-con e-child\" data-id=\"44d9c634\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-50435288 e-con-full e-flex e-con e-child\" data-id=\"50435288\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40d818b7 elementor-widget elementor-widget-image\" data-id=\"40d818b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"74\" height=\"74\" src=\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/Frame-1948754803.png\" class=\"attachment-full size-full wp-image-11043\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-298e228b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"298e228b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>I have been with contemporary health for years now. Jen is phenomenal, understanding and caring. I feel comfortable and trust I\u2019m getting the best care. I just had my first session with Marlyna and will continue to see her. I felt a connection and look forward to seeing her next week! I think this will be a very positive experience!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-c8521dd e-con-full e-flex e-con e-child\" data-id=\"c8521dd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c877a90 elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"7c877a90\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Jesica Harris,<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-285192bb elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"285192bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>USA<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Book Appointment Fill out the form and get an appointment within 48 hours! Testimonials Our Patients Reviews View More I have been with contemporary health for years now. Jen is phenomenal, understanding and caring. I feel comfortable and trust I\u2019m getting the best care. I just had my first session with Marlyna and will continue [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"two_page_speed":[],"footnotes":""},"class_list":["post-9821","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.9 (Yoast SEO v25.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Book Appointment - Contemporary Care Centers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Book Appointment\" \/>\n<meta property=\"og:description\" content=\"Book Appointment Fill out the form and get an appointment within 48 hours! Testimonials Our Patients Reviews View More I have been with contemporary health for years now. Jen is phenomenal, understanding and caring. I feel comfortable and trust I\u2019m getting the best care. I just had my first session with Marlyna and will continue [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/\" \/>\n<meta property=\"og:site_name\" content=\"Contemporary Care Centers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/m.facebook.com\/contemporarycarecenters\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-02T19:15:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/04\/i.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@cc_psychiatry\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/\",\"url\":\"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/\",\"name\":\"Book Appointment - Contemporary Care Centers\",\"isPartOf\":{\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/i.webp\",\"datePublished\":\"2024-10-09T18:08:55+00:00\",\"dateModified\":\"2025-07-02T19:15:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/#primaryimage\",\"url\":\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/i.webp\",\"contentUrl\":\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/i.webp\",\"width\":480,\"height\":320},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/devlinkserver.com\/contemporaryhome\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Book Appointment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/#website\",\"url\":\"https:\/\/devlinkserver.com\/contemporaryhome\/\",\"name\":\"Contemporary Care Centers\",\"description\":\"Mental Health Services &amp; Best Adults Psychiatrists in Connecticut\",\"publisher\":{\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/devlinkserver.com\/contemporaryhome\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/#organization\",\"name\":\"Contemporary Care Centers\",\"url\":\"https:\/\/devlinkserver.com\/contemporaryhome\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2024\/08\/mobile-logo.webp\",\"contentUrl\":\"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2024\/08\/mobile-logo.webp\",\"width\":340,\"height\":80,\"caption\":\"Contemporary Care Centers\"},\"image\":{\"@id\":\"https:\/\/devlinkserver.com\/contemporaryhome\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/m.facebook.com\/contemporarycarecenters\/\",\"https:\/\/x.com\/cc_psychiatry\",\"https:\/\/www.instagram.com\/contemporarycare\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Book Appointment - Contemporary Care Centers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/","og_locale":"en_US","og_type":"article","og_title":"Book Appointment","og_description":"Book Appointment Fill out the form and get an appointment within 48 hours! Testimonials Our Patients Reviews View More I have been with contemporary health for years now. Jen is phenomenal, understanding and caring. I feel comfortable and trust I\u2019m getting the best care. I just had my first session with Marlyna and will continue [&hellip;]","og_url":"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/","og_site_name":"Contemporary Care Centers","article_publisher":"https:\/\/m.facebook.com\/contemporarycarecenters\/","article_modified_time":"2025-07-02T19:15:11+00:00","og_image":[{"url":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/04\/i.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@cc_psychiatry","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/","url":"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/","name":"Book Appointment - Contemporary Care Centers","isPartOf":{"@id":"https:\/\/devlinkserver.com\/contemporaryhome\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/#primaryimage"},"image":{"@id":"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/#primaryimage"},"thumbnailUrl":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/i.webp","datePublished":"2024-10-09T18:08:55+00:00","dateModified":"2025-07-02T19:15:11+00:00","breadcrumb":{"@id":"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/#primaryimage","url":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/i.webp","contentUrl":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2025\/07\/i.webp","width":480,"height":320},{"@type":"BreadcrumbList","@id":"https:\/\/devlinkserver.com\/contemporaryhome\/book-appointment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devlinkserver.com\/contemporaryhome\/"},{"@type":"ListItem","position":2,"name":"Book Appointment"}]},{"@type":"WebSite","@id":"https:\/\/devlinkserver.com\/contemporaryhome\/#website","url":"https:\/\/devlinkserver.com\/contemporaryhome\/","name":"Contemporary Care Centers","description":"Mental Health Services &amp; Best Adults Psychiatrists in Connecticut","publisher":{"@id":"https:\/\/devlinkserver.com\/contemporaryhome\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devlinkserver.com\/contemporaryhome\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/devlinkserver.com\/contemporaryhome\/#organization","name":"Contemporary Care Centers","url":"https:\/\/devlinkserver.com\/contemporaryhome\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/devlinkserver.com\/contemporaryhome\/#\/schema\/logo\/image\/","url":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2024\/08\/mobile-logo.webp","contentUrl":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-content\/uploads\/2024\/08\/mobile-logo.webp","width":340,"height":80,"caption":"Contemporary Care Centers"},"image":{"@id":"https:\/\/devlinkserver.com\/contemporaryhome\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/m.facebook.com\/contemporarycarecenters\/","https:\/\/x.com\/cc_psychiatry","https:\/\/www.instagram.com\/contemporarycare\/"]}]}},"_links":{"self":[{"href":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-json\/wp\/v2\/pages\/9821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-json\/wp\/v2\/comments?post=9821"}],"version-history":[{"count":46,"href":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-json\/wp\/v2\/pages\/9821\/revisions"}],"predecessor-version":[{"id":14579,"href":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-json\/wp\/v2\/pages\/9821\/revisions\/14579"}],"wp:attachment":[{"href":"https:\/\/devlinkserver.com\/contemporaryhome\/wp-json\/wp\/v2\/media?parent=9821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}