Buick GMC

Zubor Buick GMC

14000 Telegraph RdTaylor, MI 48180 Get directions
  • Sales:(734) 939-0285
  • Service:(734) 939-0290
Contact Us
By providing my contact information below, I consent that GM and/or a GM dealer can contact me with GM and/or GM dealer offers and product information.
* Indicates required field
What can we do to help you?
Message
Vehicle of Interest
How can we get in touch with you?
Contact Information
 

Zubor Buick GMC | Taylor Buick and GMC dealer | New and used car dealer, Taylor, MI | Homepage

}, source:'Nexteppe' }, { eventName:'com.cobaltgroup.ws.view.page', handler:function(eventName, publisherData, subscriberData) { if(isProductionSite()){ var axel = Math.random()+""; var a = axel*10000000000000; var flIframe = document.createElement("IFRAME"); flIframe.setAttribute("src","http://fls.doubleclick.net/activityi;src=2209222;type=indiv684;cat=indvd345;ord=1;num=" + a + "?"); flIframe.setAttribute("frameborder","0"); flIframe.style.width = 1 + "px"; flIframe.style.height = 1 + "px"; flIframe.style.display = 'none'; jQuery("body").append(flIframe); } function isProductionSite(){ var subType = ContextManager.getSubType(); var isProdSubType = ((subType == "WEB") || (subType == "INVENTORY")); if (ContextManager.isProd() && ContextManager.isLive() && isProdSubType) { return true; } return false; } }, source:'Floodlight' }, { eventName:'com.cobaltgroup.ws.view.page', handler:function(eventName, publisherData, subscriberData) { var caoSel1 = "contactatonce.com/getagentstatusimage"; var caoSel2 = "contactatonce.com/images/Dropin/BlackInstantMessageButton"; jQuery("img[src*='" + caoSel1 + "'],img[src*='" + caoSel2 + "']").parent().bind("click", function(e){ EventManager.publish({ eventName:'com.cobaltgroup.ws.action.click.exitLink', publisherData:{ pageLabel: "contactAtOnce", linkRef: this } }); }); }, source:'ContactAtOnce' }, { eventName:'com.cobaltgroup.ws.view.conversion', handler:function(eventName, publisherData, subscriberData) { var url = String(window.location), promoName = '', pubData = (publisherData) ? publisherData : {}; if(url.search("promoName=") != -1){ var promoPageName=url.split("&formName=")[1].split("&")[0]; var begProName = url.indexOf('promoName=') + 10; url = url.substring(begProName,url.length); var endProName = url.indexOf('&'); if(endProName == -1){endProName = url.length} promoName = url.substring(0,endProName); if (promoPageName=="QuickQuoteForm") {promoPageName="AboutSpecials";} pubData = { pageLayout : promoPageName.toLowerCase().split("_d")[0]+'_thankyoupage', pageName : promoPageName, leadId : ContextManager.getLeadId(), pageLabel : promoName }; } var cobaltTag = new CobaltPixelTag(pubData); cobaltTag.writePixelTag(); }, source:'Cobalt' }, { eventName:'com.cobaltgroup.ws.ModelOverview.trims.view', handler:function(eventName, publisherData, subscriberData) { var TRIMSTAB_MODELDETAILS = 'trimstab_modeldetails' ,trim = publisherData.trim || ""; (new CobaltPixelTag({ pageLayout : TRIMSTAB_MODELDETAILS ,pageName : TRIMSTAB_MODELDETAILS ,pageLabel : TRIMSTAB_MODELDETAILS ,'cs:i:v' : publisherData.make + ':' + publisherData.model + ':' +trim ,paramSet : ['cs:i:v'] })).writePixelTag(); }, source:'Cobalt' }, { eventName:'com.cobaltgroup.ws.action.open.widget', handler:function(eventName, publisherData, subscriberData) { var cobaltTag = new CobaltPixelTag({ pageName: publisherData.pageName, pageLayout: publisherData.pageLayout, pageLabel: publisherData.pageLabel, queryString: publisherData.queryString }); cobaltTag.writePixelTag(); }, source:'Cobalt' }, { eventName:'com.cobaltgroup.ws.action.click.exitLink', handler:function(eventName, publisherData, subscriberData) { var pubData = (publisherData) ? publisherData : {}; var evTarget = (pubData.linkRef) ? pubData.linkRef : {}; var linkId = (pubData.pageLabel) ? pubData.pageLabel : "exitLink"; s.linkTrackVars='prop14,events'; s.linkTrackEvents='event11'; s.prop14 = linkId; s.events='event11'; var linkName = ContextManager.getWebId() + ":" + linkId; s.tl(evTarget,'o',linkName); }, source:'Omniture' }, { eventName:'com.cobaltgroup.ws.view.page', handler:function(eventName, publisherData, subscriberData) { var cobaltTag = new CobaltPixelTag(); cobaltTag.writePixelTag(); }, source:'Cobalt' } ]); jQuery(document).ready(function(){ var browserversion = parseInt(jQuery.browser.version, 10), pageBody = jQuery("body"), src, imgPageBackgroundFallback; if(jQuery.browser.msie && browserversion < 9) { imgPageBackgroundFallback = jQuery("img.pageBackgroundFallback"); jQuery("body").addClass("is-ie"+browserversion); src = imgPageBackgroundFallback.css("background-image"); src = src.replace('url("','').replace('")',''); imgPageBackgroundFallback.attr("src", src); } }); function contactUsInit() { // } jQuery(document).ready(function() { jQuery('table[width=550]').attr('width',''); //get rid of that 550 table! Cobalt.Website.Form.API.registerForm("form_contactUs", {action: "https://motorplacedealersecureforms.com/leadSubmission.do?webId=gmps-zubor&locale=en_US&version=LIVE&originalDomain=http%3A%2F%2Fwww.zubor.com%2F&provider="}); }); jQuery(document).ready(function() { // use an event namespace to allow a specific "unbind" jQuery("textarea.default_text").bind("focus.defaultText", function() { jQuery(this).val(""); jQuery(this).removeClass("default_text"); jQuery(this).unbind("focus.defaultText"); }); }); Cobalt.Website.Form.API.registerElements({ "contact_subject": { rules: "" } ,"customer:comments": { rules: "isValidMaxCommentLength" } }); Cobalt.Website.Form.API.registerElements({ "vehicle_of_interest": { rules: "required" } ,"vehicle:buy:year": { rules: "" } ,"vehicle:buy:make": { rules: "" } ,"vehicle:buy:model": { rules: "" } }); /* IE HACK to handle select box width */ /* Since we limit the width here, IE will not show the full option text if that text goes beyond width */ if (jQuery.browser.msie) { function IESelectWidthFixer(id){ this.$el = jQuery('#'+id); this.focused=false; thisobj = this; this.bindings={ mouseover: function(){thisobj.releaseWidth();} ,mouseout: function(){thisobj.fixWidth();} }; this.$el.bind("mouseover", thisobj.bindings.mouseover); this.$el.bind("mouseout", thisobj.bindings.mouseout); this.$el.bind("focus", function() { thisobj.focused=true; thisobj.releaseWidth(); thisobj.$el.unbind('mouseout', thisobj.bindings.mouseout); }); this.$el.bind("blur", function(e) { //if(e.type=='change' && thisobj.focused) return; thisobj.focused=false; thisobj.fixWidth(); thisobj.$el.bind('mouseout', thisobj.bindings.mouseout); }); } IESelectWidthFixer.prototype = { normalCSS: 'form_select_widthFix' ,fixedWidthCSS: 'form_select' ,fixWidth: function() { this.$el.addClass(this.fixedWidthCSS).removeClass(this.normalCSS); } ,releaseWidth: function() { this.$el.addClass(this.normalCSS).removeClass(this.fixedWidthCSS); } } jQuery(document).ready(function(){ var obj = new IESelectWidthFixer('web_id'); }); } Cobalt.Website.Form.API.registerElements({ "contact:name:first": { rules: "isValidMaxLength,required" } ,"contact:name:last": { rules: "isValidMaxLength,required" } ,"contact:email": { rules: "isValidMaxEmailLength,isEmail,required" } ,"preferred_contact": { rules: "" } ,"contact:phone:phone:evening": { rules: "isNumericPhoneFax" } ,"contact:phone:phone:day": { rules: "isNumericPhoneFax,required" } ,"contact:phone:cellphone": { rules: "isNumericPhoneFax" } ,"contact:phone:fax": { rules: "isNumericPhoneFax" } ,"contact:address:home:street": { rules: "isAddress,required" } ,"contact:address:home:city": { rules: "isCity,required" } ,"contact:address:home:regioncode": { rules: "required" } ,"contact:address:home:postalcode": { rules: "isZip,required" } });