Sitemap
Visit Us
Our goal is for you to leave our office with a memorable and enjoyable experience, which is why our welcoming and compassionate staff will do everything they can to make you feel right at home.
$(document).ready(function() { $('a').each(function() { var href = $(this).attr('href'); if (href && href.match(/\(\d{3}\)\s-\s\d{3}\s\d{4}/)) { // Extract the digits from the phone number and reformat it var phoneNumber = href.replace(/\D+/g, ''); // Remove non-digit characters var formattedPhoneNumber = '+1' + phoneNumber; $(this).attr('href', 'tel:' + formattedPhoneNumber); } }); });
Our goal is for you to leave our office with a memorable and enjoyable experience, which is why our welcoming and compassionate staff will do everything they can to make you feel right at home.