Contact Us

jQuery(document).ready(function($) {
// the div that will contain the map
var mapdiv = jQuery(“#responsive_map_861049410”);
// markers should be clustered?
var clustering = “no”;
// Create the map in the div
mapdiv.gMapResp({
maptype: google.maps.MapTypeId.ROADMAP,
log: false,
zoom: 15,
markers: [{
address: ‘110 Talbot St W Blenheim, ON N0P 1A0’,
key: ‘1’,html:’110 Talbot St W Blenheim, ON N0P 1A0′,
popup: false,
flat: true,
icon: {
image: ‘https://stage.mclauchlinwellnessclinic.com/wp-content/plugins/responsive-maps-plugin/includes/icons/red.png’
}}],
panControl: false,
zoomControl: false,
draggable: true,
scrollwheel: false,
mapTypeControl: false,
scaleControl: false,
streetViewControl: false,
overviewMapControl: true,
styles: [{“stylers”:[{“featureType”:”all”}]}],
latitude: null,
longitude: null,
onComplete: function() {
var gmap = mapdiv.data(‘gmap’).gmap;
if (clustering.length != 0 && clustering == “yes”) {
var markerCluster = new MarkerClusterer(gmap, mapdiv.data(‘gmap’).markers, {imagePath: ‘https://stage.mclauchlinwellnessclinic.com/wp-content/plugins/responsive-maps-plugin/includes/img/m’});
}
}
});
gmap = mapdiv.data(‘gmap’).gmap;
resmap_fixDisplayInTabs(mapdiv, false);
});
// If the refresh parameter is set to true, resize the map when window is resized
window.onresize = function() {
jQuery(‘.responsive-map’).each(function(i, obj) {
data = jQuery(this).data(‘gmap’);
if (data) {
var gmap = data.gmap;
google.maps.event.trigger(gmap, ‘resize’);
jQuery(this).gMapResp(‘fixAfterResize’);
}
});
};

McLauchlin Wellness Clinic

110 Talbot St WBlenheim, ON N0P 1A0

Phone: 519.676.3311Fax: 519.676.3316Email: mwcreception@gmail.com

E-Mail Us

Name*Phone*Email*Message*
jQuery(document).bind(‘gform_post_render’, function(event, formId, currentPage){if(formId == 2) {} } );jQuery(document).bind(‘gform_post_conditional_logic’, function(event, formId, fields, isInit){} ); jQuery(document).ready(function(){jQuery(document).trigger(‘gform_post_render’, [2, 1]) } );