CALL (833) 255-6906

Appointments Available Today Or At Your Earliest Convenience

Fill Out the Form Below and We'll Get Back to you ASAP!

We are sorry, we do not accept
Medi-Cal, Denti-Cal, or HMO

Your Dentist in Santa Barbara, CA

See Me Smile Dental is the dentist you can trust for you and your family! We offer flexible appointment times so we can work with your schedule, not the other way around. Our amazing staff, lead by Dr. Omid Barkhordar, loves working with patients of all ages and will take the time to create a customized treatment plan for your needs. We know you will feel right at home in our comfortable, state-of-the-art environment.

With a full range of dental services, including teeth cleaning, dental implants, root canals, veneers, and more, we are sure to have the solution that gives you the smile you deserve. Give us a call at (833) 255-6906 and see why we are the premier dentist in Santa Barbara!

Omid Barkhordar, DDS

Our Santa Barbara Dentist

Why Choose Us?

Dr. Omid Barkhordar, DDS, has dedicated his career to helping patients achieve beautiful and healthy smiles. He has an outstanding reputation in the Santa Barbara and neighboring communities for high-quality and innovative dental treatments and exceptional patient care. Dr. Barkhordar loves working with patients of all ages, and he provides outstanding dental care at a price that all families can afford. You can trust Dr. Barkhordar to work with you and help you attain the stunning smile of your dreams!

Our Technology and Experience

  • We practice in a modern dentist office
  • We use 3D imaging for precise placement
  • We have a CT scanner on-site for convenience

We'll Help Restore Your Smile and Confidence

  • We offer a variety of sedation options to ensure complete comfort
  • Customized treatment plans just for you
  • Flexible appointment times

We Work With You

  • Financing and payment plans available
  • We accept many insurance plans
  • We’ll make sure you are completely satisfied with the look and feel of your smile

Testimonials

$(document).ready(function () { var delay = 2000; $('.btn-default').click(function (e) { e.preventDefault(); var name = $('#name').val(); if (name == '') { $('.message_box').html( 'Please Enter Your Name' ); $('#name').focus(); return false; } name = stripslashes(name); name = santize(name); var email = $('#email').val(); if (email == '') { $('.message_box').html( 'Please Enter Your Email Address' ); $('#email').focus(); return false; } if ($("#email").val() != '') { if (!isValidEmailAddress($("#email").val())) { $('.message_box').html( 'Please Provide A Valid Email Address' ); $('#email').focus(); return false; } } var phone = $('#phone').val(); if (phone == '') { $('.message_box').html( 'Please Enter Your Phone Number' ); $('#phone').focus(); return false; } if ($("#phone").val() != '') { if (!isValidPhoneNumber($("#phone").val())) { $('.message_box').html( 'Please Provide A Valid Phone Number' ); $('#phone').focus(); return false; } } var response = $('#message').val(); //var prefDate = $('#datepicker').val(); var prefDate = $('#prefDate').val(); var pathname = window.location.pathname; if (pathname == "/") { pathname = "Home"; } else { pathname = pathname.replace('/', ''); pathname = pathname.replace('/', ''); pathname = pathname.replace('-', ' '); pathname = pathname.replace('-', ' '); pathname = pathname.replace('-', ' '); pathname = pathname.replace('-', ' '); pathname = pathname.replace('-', ' '); pathname = pathname.replace('-', ' '); pathname = pathname.replace('-', ' '); pathname = pathname.replace('-', ' '); } window.uetq = window.uetq || []; window.uetq.push("event", "Submit", { event_category: "ContactForm"}); $.ajax ({ type: "POST", url: "/shared/ajax.php", data: "name=" + name + "&email=" + email + "&phone=" + phone + "&prefDate=" + prefDate + "&pathname=" + pathname + "&response=" + response, beforeSend: function () { $('.message_box').html( '' ); $('.btn-default').fadeOut(); }, success: function (data) { setTimeout(function () { $('.message_box').html(data); }, delay); } }); }); }); //Email validation Function function isValidEmailAddress(emailAddress) { var pattern = /^([a-z\d!#$%&'*+\-\/=?^_`{|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+(\.[a-z\d!#$%&'*+\-\/=?^_`{|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+)*|"((([ \t]*\r\n)?[ \t]+)?([\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|\\[\x01-\x09\x0b\x0c\x0d-\x7f\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))*(([ \t]*\r\n)?[ \t]+)?")@(([a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|[a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF][a-z\d\-._~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]*[a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])\.)+([a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|[a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF][a-z\d\-._~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]*[a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])\.?$/i; return pattern.test(emailAddress); }; function isValidPhoneNumber(phoneNumber) { var pattern = new RegExp(/^\+?(\d[\d\-\+\(\) ]{5,}\d$)/); return pattern.test(phoneNumber); }; function santize(text) { var map = { '&': '&', '<': '<', '>': '>', '"': '"', "'": ''' }; return text.replace(/[&<>"']/g, function (m) { return map[m]; }); }; function stripslashes(str) { str = str.replace(/\\/gi, ""); //REMOVES EVERY SLASH str = str.replace(/\//g, ""); //REMOVES EVERY SLASH return str; } function stripslashes(str) { str = str.replace(/\\/gi, "-"); //REMOVES EVERY SLASH str = str.replace(/\//g, "-"); //REMOVES EVERY SLASH return str; }