var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/southoakdental.com","hash_tracking":"false","v4_id":"G-3SLZ82CGFS"};
var breeze_prefetch = {"local_url":"https:\/\/southoakdental.com","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};
var dataLayer_content = {"visitorEmail":"","visitorEmailHash":"","visitorUsername":"","visitorIP":"2001:4860:7:704::f9","pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"Abi"};
dataLayer.push( dataLayer_content );
function monsterinsights_forms_record_impression(event) {
monsterinsights_add_bloom_forms_ids();
var monsterinsights_forms = document.getElementsByTagName("form");
var monsterinsights_forms_i;
for (monsterinsights_forms_i = 0; monsterinsights_forms_i < monsterinsights_forms.length; monsterinsights_forms_i++) {
var monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute("id");
var skip_conversion = false;
/* Check to see if it's contact form 7 if the id isn't set */
if (!monsterinsights_form_id) {
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].parentElement.getAttribute("id");
if (monsterinsights_form_id && monsterinsights_form_id.lastIndexOf('wpcf7-f', 0) === 0) {
/* If so, let's grab that and set it to be the form's ID*/
var tokens = monsterinsights_form_id.split('-').slice(0, 2);
var result = tokens.join('-');
monsterinsights_forms[monsterinsights_forms_i].setAttribute("id", result);/* Now we can do just what we did above */
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute("id");
} else {
monsterinsights_form_id = false;
}
}/* Check if it's Ninja Forms & id isn't set. */
if (!monsterinsights_form_id && monsterinsights_forms[monsterinsights_forms_i].parentElement.className.indexOf('nf-form-layout') >= 0) {
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].parentElement.parentElement.parentElement.getAttribute('id');
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('nf-form-', 0)) {
/* If so, let's grab that and set it to be the form's ID*/
tokens = monsterinsights_form_id.split('-').slice(0, 3);
result = tokens.join('-');
monsterinsights_forms[monsterinsights_forms_i].setAttribute('id', result);
/* Now we can do just what we did above */
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute('id');
skip_conversion = true;
}
}if (monsterinsights_form_id && monsterinsights_form_id !== 'commentform' && monsterinsights_form_id !== 'adminbar-search') {
__gtagTracker('event', 'impression', {
event_category: 'form',
event_label: monsterinsights_form_id,
value: 1,
non_interaction: true
});/* If a WPForms Form, we can use custom tracking */
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('wpforms-form-', 0)) {
continue;
}/* Formiddable Forms, use custom tracking */
if (monsterinsights_forms_has_class(monsterinsights_forms[monsterinsights_forms_i], 'frm-show-form')) {
continue;
}/* If a Gravity Form, we can use custom tracking */
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('gform_', 0)) {
continue;
}/* If Ninja forms, we use custom conversion tracking */
if (skip_conversion) {
continue;
}var custom_conversion_mi_forms = false;
if (custom_conversion_mi_forms) {
continue;
}if (window.jQuery) {
(function (form_id) {
jQuery(document).ready(function () {
jQuery('#' + form_id).on('submit', monsterinsights_forms_record_conversion);
});
})(monsterinsights_form_id);
} else {
var __gaFormsTrackerWindow = window;
if (__gaFormsTrackerWindow.addEventListener) {
document.getElementById(monsterinsights_form_id).addEventListener("submit", monsterinsights_forms_record_conversion, false);
} else {
if (__gaFormsTrackerWindow.attachEvent) {
document.getElementById(monsterinsights_form_id).attachEvent("onsubmit", monsterinsights_forms_record_conversion);
}
}
}} else {
continue;
}
}
}function monsterinsights_forms_has_class(element, className) {
return (' ' + element.className + ' ').indexOf(' ' + className + ' ') > -1;
}function monsterinsights_forms_record_conversion(event) {
var monsterinsights_form_conversion_id = event.target.id;
var monsterinsights_form_action = event.target.getAttribute("miforms-action");
if (monsterinsights_form_conversion_id && !monsterinsights_form_action) {
document.getElementById(monsterinsights_form_conversion_id).setAttribute("miforms-action", "submitted");
__gtagTracker('event', 'conversion', {
event_category: 'form',
event_label: monsterinsights_form_conversion_id,
value: 1,
});
}
}/* Attach the events to all clicks in the document after page and GA has loaded */
function monsterinsights_forms_load() {
if (typeof (__gtagTracker) !== 'undefined' && __gtagTracker) {
var __gtagFormsTrackerWindow = window;
if (__gtagFormsTrackerWindow.addEventListener) {
__gtagFormsTrackerWindow.addEventListener("load", monsterinsights_forms_record_impression, false);
} else {
if (__gtagFormsTrackerWindow.attachEvent) {
__gtagFormsTrackerWindow.attachEvent("onload", monsterinsights_forms_record_impression);
}
}
} else {
setTimeout(monsterinsights_forms_load, 200);
}
}/* Custom Ninja Forms impression tracking */
if (window.jQuery) {
jQuery(document).on('nfFormReady', function (e, layoutView) {
var label = layoutView.el;
label = label.substring(1, label.length);
label = label.split('-').slice(0, 3).join('-');
__gtagTracker('event', 'impression', {
event_category: 'form',
event_label: label,
value: 1,
non_interaction: true
});
});
}/* Custom Bloom Form tracker */
function monsterinsights_add_bloom_forms_ids() {
var bloom_forms = document.querySelectorAll('.et_bloom_form_content form');
if (bloom_forms.length > 0) {
for (var i = 0; i < bloom_forms.length; i++) {
if ('' === bloom_forms[i].id) {
var form_parent_root = monsterinsights_find_parent_with_class(bloom_forms[i], 'et_bloom_optin');
if (form_parent_root) {
var classes = form_parent_root.className.split(' ');
for (var j = 0; j < classes.length; ++j) {
if (0 === classes[j].indexOf('et_bloom_optin')) {
bloom_forms[i].id = classes[j];
}
}
}
}
}
}
}function monsterinsights_find_parent_with_class(element, className) {
if (element.parentNode && '' !== className) {
if (element.parentNode.className.indexOf(className) >= 0) {
return element.parentNode;
} else {
return monsterinsights_find_parent_with_class(element.parentNode, className);
}
}
return false;
}monsterinsights_forms_load();
The South Oak Dental clinic offers a wide range of dental services to meet your dental needs. Our Oakville dentists and dental professionals are passionate about your oral health and prioritize preventative dental care, taking advantage of technological advancements whenever possible. Education is a key element of maintaining good oral health, so we provide individualized guidance. We offer restorative and emergency dentistry services, since dental concerns can happen to anyone at any time. Whether you are coming in for a routine checkup and cleaning, a restorative treatment, or are interested in cosmetic dental procedures, we will help, with friendly, non-judgmental service.
We welcome patients of all ages, and are happy to help with your children’s dentistry needs. We are pleased to offer a wide range of services, prioritizing preventive care where possible, but providing restorative, emergency, orthodontic, and cosmetic procedures.
SECURE YOUR ONLINE APPOINTMENT AT OUR OAKVILLE DENTAL CLINIC TODAY!
New Patient? Meet Your Trusted Oakville Dentist Today!
Play Video
DR.TARAN SIDIURA
Dr. Sidiura is certified in Invisalign, minimal sedation and CBCT radiographs. He is a strong believer in lifelong learning and is always eager to expand his knowledge and skills with continuing education to provide his patients with the best care. He enjoys all aspects of general dentistry and working with patients of all ages. Dr. Sidiura firmly believes in providing comprehensive care and understands the importance of open dialogue to help patients achieve their oral health goals.
Secure Your Online Appointment At Our
Dental Clinic In Oakville Today!
Easily book your appointment online. Our dentist in Oakville is conveniently located in Bronte Village, and we are accepting new patients. We can coordinate with your dental insurance provider, and confirm what dental care coverage you are eligible for.
If you require emergency care, call us directly, and we will try to schedule an appointment with our dentist as soon as possible.
Our Oakville, Ontario dental clinic is conveniently located at Bronte Road and Lakeshore Road, in The Village at Bronte Harbour. Free underground parking is available.
Welcome to the Smile Gallery at South Oak Dental! Whether you’re considering cosmetic dentistry, restorative work, or orthodontic solutions, our Smile Gallery is a testament to what’s possible.
South Oak Dental is AMAZING!I am someone who is TERRIFIED of the dentist. After getting a cleaning and requiring a filling at South Oak Dental I am no longer afraid to go to the dentist. I can actually say I have had an enjoyable experience going to the dentist.The staff is amazing and super friendly. They care about what you have to say and will adjust you care plan according to you and your needs. They are also great at taking the time to explain everything to you. I never felt rushed.I will definitely be recommending them to everyone!
After a very comfortable 30 year relationship with a dentist in Toronto I chose Dr.Sidiura and his team after moving to Oakville. I found them to be very thorough, friendly and professional.I would highly recommend them to anyone. Myrna Taylor.
Very friendly staff and Dr Sidiura is very kind and is always willing to answer questions and go over details/info. They were flexible with me when there was a last minute change at my original appointment time
Dr. Sidiura and his team were Awesome! They were friendly and kind with me and my sons. My dental hygienist Emily was very knowledgeable and kind. She answered all of my questions and she was very delicate in her procedure. Racquel on the front desk was super friendly, she walked us through the X-ray and explained all the process in details.Dr. Sidiura was friendly and very knowledgeable. He explained everything that he was doing. He was fast plus precise when he was treating my cavities.The design and decoration of the office space is beautiful, bright, very modern and clean. I will for sure be going back for all of my dental needs. I will definitely be referring my family and friends to Dr. Sidiura and his team.
Dr. Sidiura and his team were fantastic! They were kind from the second I opened the door and walked in. My dental hygienist was very knowledgeable and friendly. She answered all of my questions and she explained in detail everything she was doing. When Dr. Sidiura came in he was friendly and very knowledgeable; he immediately pointed out something that can be a more serious issue in the future that he will be repairing. He explained in detail what the issue was, how it came to be and the treatment for it. The design and decoration of the office space is beautiful, and very modern. If it wasn’t for all of the equipment and machines you would forget you were at the dentist. I am very pleased with how my first visit went and I will definitely be going back for all of my dental needs. I will definitely be referring my family and friends to Dr. Sidiura and his team.
Dr Sidiura offers an amazing wealth of knowledge, my treatment was seamless and his manner was comforting.Staff is friendly and eager to help you. My hygiene appointment also went very well. The hygienist is absolutely wonderful explaining everything in detail. Great Family Practice!!!! Highly recommended!
CONTACT US NOW
At South Oak Dental, your smile and oral health are our top priority. Whether you’re looking for routine dental care, cosmetic enhancements, or a consultation for a specialized procedure, our team is here to assist. Contact us today to schedule an appointment and take the first step towards achieving your healthiest smile. Call us, fill out our online form, or visit our clinic. Don’t wait, reach out now and let us help you maintain great oral health!
South Oak Dental offers a comprehensive range of dental services in Oakville. These include general dentistry for routine checkups, cosmetic dental services like teeth whitening and veneers, restorative dental procedures, and pediatric dentistry for children. Our dental clinic in Oakville also provides emergency dental care to address urgent needs quickly.
Yes, our Oakville dental clinic welcomes new patients. Whether you are looking for a dentist in Oakville for general family dentistry or need emergency dental services, we are here to help. Contact us to schedule an appointment and experience the quality of care our team provides.
Dental emergencies can happen unexpectedly. If you experience severe pain, a broken tooth, or swelling, call our emergency dentist in Oakville immediately. Our team is trained to handle dental emergencies and will provide prompt and effective care to resolve your issue.
Yes, we specialize in children’s dentistry and provide a welcoming environment for kids. Our pediatric dentistry team focuses on making every visit positive and comfortable. We recommend scheduling regular dental visits for children to maintain good dental health and build healthy habits.
Our experienced dentists prioritize patient care and strive to provide the best dental treatment for every patient. We use advanced dental technology and follow best practices to ensure the highest quality of care. Whether you need cosmetic dental services or general family dentistry, our Oakville dental office is committed to meeting your needs.
Our cosmetic dental services include teeth whitening, veneers, and other treatments to improve your smile. Our cosmetic dentist in Oakville works closely with patients to create personalized solutions that enhance both appearance and confidence.
Booking a dental visit at our Oakville family dental office is easy. Call our clinic or use our online form to schedule your appointment. Let us know if you need general dentistry, emergency dental care, or specific dental procedures, and we will help you find a convenient time.
Regular dental care in Oakville is essential for maintaining oral health. Routine dental visits help prevent problems like cavities and gum disease while ensuring early treatment of potential issues. Our dental team emphasizes preventive care to keep your smile healthy and bright.
document.addEventListener("DOMContentLoaded", function() {
// Select all the social icons
var socialIcons = document.querySelectorAll('.et_pb_social_media_follow .et_pb_social_network_link a.icon');// Iterate over each social icon
socialIcons.forEach(function(icon) {
// Check if the href attribute is missing or empty
if (!icon.getAttribute('href') || icon.getAttribute('href').trim() === '') {
// Hide the parent element
icon.closest('.et_pb_social_network_link').style.display = 'none';
}
});
});
/* MonsterInsights Scroll Tracking */
if ( typeof(jQuery) !== 'undefined' ) {
jQuery( document ).ready(function(){
function monsterinsights_scroll_tracking_load() {
if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) {
(function(factory) {
factory(jQuery);
}(function($) {/* Scroll Depth */
"use strict";
var defaults = {
percentage: true
};var $window = $(window),
cache = [],
scrollEventBound = false,
lastPixelDepth = 0;/*
* Plugin
*/$.scrollDepth = function(options) {var startTime = +new Date();options = $.extend({}, defaults, options);/*
* Functions
*/function sendEvent(action, label, scrollDistance, timing) {
if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) {
return;
}
var paramName = action.toLowerCase();
var fieldsArray = {
send_to: 'G-3SLZ82CGFS',
non_interaction: true
};
fieldsArray[paramName] = label;if (arguments.length > 3) {
fieldsArray.scroll_timing = timing
MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
} else {
MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
}
}function calculateMarks(docHeight) {
return {
'25%' : parseInt(docHeight * 0.25, 10),
'50%' : parseInt(docHeight * 0.50, 10),
'75%' : parseInt(docHeight * 0.75, 10),
/* Cushion to trigger 100% event in iOS */
'100%': docHeight - 5
};
}function checkMarks(marks, scrollDistance, timing) {
/* Check each active mark */
$.each(marks, function(key, val) {
if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) {
sendEvent('Percentage', key, scrollDistance, timing);
cache.push(key);
}
});
}function rounded(scrollDistance) {
/* Returns String */
return (Math.floor(scrollDistance/250) * 250).toString();
}function init() {
bindScrollDepth();
}/*
* Public Methods
*//* Reset Scroll Depth with the originally initialized options */
$.scrollDepth.reset = function() {
cache = [];
lastPixelDepth = 0;
$window.off('scroll.scrollDepth');
bindScrollDepth();
};/* Add DOM elements to be tracked */
$.scrollDepth.addElements = function(elems) {if (typeof elems == "undefined" || !$.isArray(elems)) {
return;
}$.merge(options.elements, elems);/* If scroll event has been unbound from window, rebind */
if (!scrollEventBound) {
bindScrollDepth();
}};/* Remove DOM elements currently tracked */
$.scrollDepth.removeElements = function(elems) {if (typeof elems == "undefined" || !$.isArray(elems)) {
return;
}$.each(elems, function(index, elem) {var inElementsArray = $.inArray(elem, options.elements);
var inCacheArray = $.inArray(elem, cache);if (inElementsArray != -1) {
options.elements.splice(inElementsArray, 1);
}if (inCacheArray != -1) {
cache.splice(inCacheArray, 1);
}});};/*
* Throttle function borrowed from:
* Underscore.js 1.5.2
* http://underscorejs.org
* (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Underscore may be freely distributed under the MIT license.
*/function throttle(func, wait) {
var context, args, result;
var timeout = null;
var previous = 0;
var later = function() {
previous = new Date;
timeout = null;
result = func.apply(context, args);
};
return function() {
var now = new Date;
if (!previous) previous = now;
var remaining = wait - (now - previous);
context = this;
args = arguments;
if (remaining <= 0) {
clearTimeout(timeout);
timeout = null;
previous = now;
result = func.apply(context, args);
} else if (!timeout) {
timeout = setTimeout(later, remaining);
}
return result;
};
}/*
* Scroll Event
*/function bindScrollDepth() {scrollEventBound = true;$window.on('scroll.scrollDepth', throttle(function() {
/*
* We calculate document and window height on each scroll event to
* account for dynamic DOM changes.
*/var docHeight = $(document).height(),
winHeight = window.innerHeight ? window.innerHeight : $window.height(),
scrollDistance = $window.scrollTop() + winHeight,/* Recalculate percentage marks */
marks = calculateMarks(docHeight),/* Timing */
timing = +new Date - startTime;checkMarks(marks, scrollDistance, timing);
}, 500));}init();
};/* UMD export */
return $.scrollDepth;}));jQuery.scrollDepth();
} else {
setTimeout(monsterinsights_scroll_tracking_load, 200);
}
}
monsterinsights_scroll_tracking_load();
});
}
/* End MonsterInsights Scroll Tracking */
var wpilFrontend = {"ajaxUrl":"\/wp-admin\/admin-ajax.php","postId":"2683","postType":"post","openInternalInNewTab":"0","openExternalInNewTab":"1","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
/* Hide/show the content when button is click */
jQuery('.e-flex').each(function(){
var btn_read_more = jQuery(this).find('.btn-read-more');
btn_read_more.off('click').on('click', function(){
var editor = jQuery(this).closest('.e-flex').find('.elementor-widget-text-editor');
var iconList = jQuery(this).closest('.e-flex').find('.elementor-widget-icon-list');
editor.toggleClass('show');
iconList.toggleClass('show');
});
});