Save Time At Your Next Appointment. Download Our New Patient Forms!
For your convenience, we have included our patient forms online as PDF files. Please download and complete your patient forms prior to your first visit. If you have questions about our patient forms, please do not hesitate in contacting us for assistance.
jQuery(document).ready(function() {
setTimeout(function() {
var markerHTML = "McKenzie Orthodontics #110, 142 McKenzie Towne Link SE Calgary, AB T2Z 1H1 ";
var $marker = jQuery("
"+markerHTML+"
");
var markerAddress = "#110, 142 McKenzie Towne Link SE Calgary, AB T2Z 1H1 ";
var args = {
zoom: 'fit',
maxZoom: 16,
markers: [
{
html: $marker.html(),
popup: true
}
]
};
args.markers[0].latitude = "50.9146325";
args.markers[0].longitude = "-113.95652619999998";
jQuery('#cpm-map').gMap(args);
}, 700);
});