301 http code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 http code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: jbf2.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <html lang="en-US" class="view-consumer"> <head> <title> Johnson Brothers Ford | New and Used Ford Vehicle Dealership in Temple, TX </title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="x-dns-prefetch-control" content="on"> <meta name="description" content="Johnson Brothers Ford in Temple holds a large inventory of new and used vehicles. At our dealership we serve our Belton, Killeen, and Temple, TX customers. Drop by to learn more."> <meta property="og:title" content="Johnson Brothers Ford | New and Used Ford Vehicle Dealership in Temple, TX"> <meta property="og:type" content="Website"> <meta property="og:description" content="Johnson Brothers Ford in Temple holds a large inventory of new and used vehicles. At our dealership we serve our Belton, Killeen, and Temple, TX customers. Drop by to learn more."> <meta property="og:url" content="https://www.johnsonbrosford.com/"> <meta name="keywords" content="Johnson Brothers Ford, Temple, TX car dealer, Ford, Bronco, Bronco Sport, E-Series Cutaway, E-Series Stripped Chassis, E-Transit Cargo Van, E-Transit Chassis, E-Transit Cutaway, Edge, Escape, Expedition, Expedition Max, Explorer, F-150, F-150 Lightning, F-53 Motorhome Stripped Chassis, F-59 Commercial Stripped Chassis, Maverick, Mustang, Mustang Mach-E, Ranger, Super Duty F-250 SRW, Super Duty F-350 DRW, Super Duty F-350 SRW, Super Duty F-450 DRW, Super Duty F-550 DRW, Super Duty F-600 DRW, Transit Cargo Van, Transit Chassis, Transit Cutaway, Transit Passenger Wagon, Certified used cars, Temple new car dealer, Temple used car dealer, Trade in value"> <meta name="google-site-verification" content="nWZRp_yFZriUONSFyxoXjWw9ljU7rpBuxM1R_Fjl_hk"> <meta name="google-site-verification" content="GMgX--y5yIfnTD2KoFZQOm0H5waeeLMl-E-CFX1cB1g"> <link rel="dns-prefetch" href="//media.assets.sincrod.com"> <link rel="dns-prefetch" href="//inv.assets.sincrod.com"> <link rel="dns-prefetch" href="//traffic.prod.cobaltgroup.com"> <link rel="dns-prefetch" href="//wsassets.sincrod.com"> <link rel="canonical" href="https://www.johnsonbrosford.com/"> <script> window.consumerEagerCtx = JSON.parse('{"owners":["cblt-ms-product","cblt-ms-root-en-us","cblt-ms-ford","ford-johnson-bros"],"version":"a8ab143291628e0b742ee94b8c660ef1e3b715078b3061dd04e0b4d34879d88d","blockComponentCtx":{"quicklink":{"enabled":true,"prefetch":["/VehicleSearchResults","/VehicleSearchResults?search=new","/VehicleSearchResults?search=used"]},"speculationRules":{"enabled":true,"rules":{"prerender":[{"where":{"href_matches":"/VehicleDetails/.*"},"eagerness":"conservative"},{"where":{"selector_matches":"header a"},"eagerness":"conservative"},{"where":{"href_matches":"/VehicleSearchResults"},"eagerness":"moderate"}]}},"webVitals":{"enabled":true,"handlers":{"hydra":{"enabled":true,"propMap":{"INP":{"debug_target":"metric.attribution.eventTarget","debug_type":"metric.attribution.eventType","debug_time":"metric.attribution.eventTime","debug_load_state":"metric.attribution.loadState","debug_event_startTime":"metric.attribution.eventEntry.startTime","debug_event_processingStart":"metric.attribution.eventEntry.processingStart","debug_event_processingEnd":"metric.attribution.eventEntry.processingEnd"},"CLS":{"debug_target":"metric.attribution.largestShiftTarget","debug_delta":"metric.attribution.largestShiftValue","debug_time":"metric.attribution.largestShiftTime"}}},"ga":{"enabled":false,"maxEventPerSession":2,"metrics":{"LCP":{"enabled":true,"conditions":{"and":[{"<":[{"var":"matric.value"},100]},{"in":[{"var":"event.name"},["ansira_perf_pageview"]]}]},"propMap":{"lcp_element":"metric.attribution.element","lcp_msec":"metric.value"}},"CLS":{"enabled":true,"conditions":{"and":[{"<":[{"var":"matric.value"},0.1]},{"in":[{"var":"event.name"},["ansira_perf_pageview","ansira_perf_event"]]}]},"propMap":{"cls_element":"metric.attribution.largestShiftTarget","cls_delta":"metric.delta"}},"INP":{"enabled":true,"conditions":{"and":[{"<":[{"var":"matric.value"},100]},{"in":[{"var":"event.name"},["ansira_perf_pageview","ansira_perf_event"]]}]},"propMap":{"inp_element":"metric.attribution.eventTarget","inp_msec":"metric.value"}}}}}},"stopScrollOnInit":false,"useProxyForDocumentAddEventListener":true,"viewTransition":{"enabled":true,"exludeSafari":true},"useLoadCompleteEventProxy":true,"useProxyForBodyAddEventListener":true}}'.replace(/\"/g, "\"")); </script> <script type="text/javascript">(function(){ ConsumerEagerUtil = {}; ConsumerEagerUtil.isLoadEventFired = false; window.addEventListener("load", function(){ ConsumerEagerUtil.isLoadEventFired = true; }); ConsumerEagerUtil.isHydraRequest = function(){ return window.location.pathname.indexOf("route/base-view/consumer") > -1; } ConsumerEagerUtil.parseResponse = function(response){ if(ConsumerEagerUtil.isHydraRequest()){ return JSON.parse(response); } if(typeof response === "string") { var marker = window.useCustomTetraBlockTag ? "consumer-eager-block" : "body"; var startIndex = response.indexOf("<" + marker + ">"); var endIndex = response.indexOf("</" + marker + ">", startIndex); var blockStr = (response).substring(startIndex + ("<" + marker + ">").length, endIndex); try{ return JSON.parse(blockStr.trim()); } catch (e) { console.error("Failed to parse block response: ", e); return {}; } } else { return response; } }; ConsumerEagerUtil.fetch = function(url, cb){ var self = this; url = this.negateSiteFront(url); this._xhrCache = this._xhrCache || {}; this._xhrCache[url] = this._xhrCache[url] || { callbacks: []}; if(this._xhrCache[url].data){ cb(this._xhrCache[url].data); }else{ if(cb){ this._xhrCache[url].callbacks.push(cb); } } if(!this._xhrCache[url].called){ this._xhrCache[url].called = true; var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function() { if (xhr.readyState === 4){ var res = xhr.responseText || "{}"; res = ConsumerEagerUtil.parseResponse(res); self._xhrCache[url].data = res; for(var i = 0; i < self._xhrCache[url].callbacks.length; i++){ var callback = self._xhrCache[url].callbacks[i]; callback(res); } } } xhr.open('GET', url); xhr.send(); } }; ConsumerEagerUtil.negateSiteFront = function(url) { var urlParts = url.split("?"); var query = urlParts[1]; if(query) { var parts = query.split("&"); var queryParts = []; for(var i = 0; i < parts.length; i++){ var part = parts[i]; if(part.indexOf("siteFront=") === -1 && part.indexOf("use.hydra.entry.test=") === -1 && part.indexOf("use.hydra.page.route=")){ queryParts.push(part); } } queryParts.push("siteFront=false"); query = queryParts.join("&"); } else { query = "siteFront=false"; } return urlParts[0] + "?" + query; } ConsumerEagerUtil.getIdFromBlockUri = function(uri){ var marker = uri.indexOf("?") + 1; var query = uri.substr(marker, uri.length); var queryObj = JSON.parse('{"' + query.replace(/&/g, '\",\"').replace(/=/g, '\":\"') + '"}'); return queryObj.id; }; ConsumerEagerUtil.convertToDom = function(htmlString) { var div = document.createElement('div'); div.innerHTML = htmlString.trim(); return div.childNodes; }; ConsumerEagerUtil.activateDirectives = function(ids){ ids = ids ||[]; if(ids.length){ ids.forEach(function(id){ var blockNode = document.getElementById("card-" + id); Co.directive.activate(blockNode); }); }else{ Co.directive.onReady.activated = true; Co.directive.activate(); } }; ConsumerEagerUtil.fireLoadEvent = function(){ function dispatch(){ window.dispatchEvent(new CustomEvent("load-complete")); window.loadCompleted = true; } if (ConsumerEagerUtil.isLoadEventFired) { dispatch(); }else{ window.addEventListener("load", dispatch); } }; ConsumerEagerUtil.removeBodyPlaceholderClasses = function(clz) { document.body.classList.remove(clz); } ConsumerEagerUtil.replaceById = function(id, html){ id = decodeURIComponent(id); var previousNode = document.getElementById("card-" + id); var isReplaced = false; if(previousNode) { var newNodes = ConsumerEagerUtil.convertToDom(html); for(var i = 0; i < newNodes.length; i++){ var node = newNodes[i]; if(node.id === previousNode.id){ node.classList.add("block-lazy-loaded"); previousNode.parentNode.replaceChild(node, previousNode); isReplaced = true; break; } } } return isReplaced; }; ConsumerEagerUtil.replaceByNodeType = function(id, html){ id = decodeURIComponent(id); var previousNode = document.getElementById("card-" + id); var isReplaced = false; if(previousNode) { var newNodes = ConsumerEagerUtil.convertToDom(html); for(var i = 0; i < newNodes.length; i++){ var node = newNodes[i]; if(node.nodeType === 1){ node.classList.add("block-lazy-loaded"); previousNode.parentNode.replaceChild(node, previousNode); isReplaced = true; break; } } } return isReplaced; }; ConsumerEagerUtil.appendByTag = function(tag, html){ var els = document.getElementsByTagName(tag); if(els && els[0]){ var el = els[0]; var newNodes = ConsumerEagerUtil.convertToDom(html); for(var i = 0; i < newNodes.length; i++){ var node = newNodes[i]; el.appendChild(node); } } }; ConsumerEagerUtil.scollToTopOnReload = function() { if(window.scrollTo){ if (history.scrollRestoration) { history.scrollRestoration = 'manual'; } window.addEventListener("beforeunload", function(){ window.scrollTo(0, 0); }); } }; ConsumerEagerUtil.deferDirectiveActivation = function() { var loadComplete = false; var deferred = []; function fireDeferredActivation(){ var fn; while(fn = deferred.shift()){ fn(); } }; window.addEventListener('load-complete', function(event) { loadComplete = true; fireDeferredActivation(); }); window.document.addEventListener('DOMContentLoaded', function(event){ if(Co && Co.directive){ var original = Co.directive.activate; Co.directive.activate = function(){ var args = arguments; if(!loadComplete){ deferred.push(function(){ original.apply(Co.directive, args); }); }else{ original.apply(Co.directive, args); } }; } }); }; ConsumerEagerUtil.delayDirectiveActivation = function(time) { function delay(){ if(Co && Co.directive){ var original = Co.directive.activate; Co.directive.activate = function(){ var args = arguments; setTimeout(function(){ original.apply(Co.directive, args); }, time); }; } } window.document.addEventListener('DOMContentLoaded', delay); }; ConsumerEagerUtil.skipDirectiveActivation = function(){ window.document.addEventListener('DOMContentLoaded', ConsumerEagerUtil.noopOnDirectiveActivation); }; ConsumerEagerUtil.noopOnDirectiveActivation = function(){ if(Co && Co.directive){ Co.directive.activate = function(){ }; } } ConsumerEagerUtil.isDocumentReady = function(){ return (this.getDocumentState() === "interactive") || (this.getDocumentState() === "complete"); }; ConsumerEagerUtil.getDocumentState = function(){ return document.readyState; } ConsumerEagerUtil.get = function(obj, path){ var parts = path.split("."); var root = obj; for(var i = 0; i < parts.length; i++){ var part = parts[i]; if(root && root[part]){ root = root[part]; }else{ root = undefined; } }; return root; }; ConsumerEagerUtil.registerStats = function(handler, statsType, statsName, value){ var url = "/route/base-clientStats/" + handler; url += "?statsType=" + statsType; url += "&statsName=" + statsName; if(value){ url += "&value=" + value; } this.fetch(url) } function ConsumerEager(context){ this.lazyBlocksIds = context.lazyBlocksIds; this.lazyId = context.lazyId; this.lazyBlockQuery = context.lazyBlockQuery; this.skipActivate = context.skipActivate; this.fetchOnInit = context.fetchOnInit; this.deferDirectiveActivation = context.deferDirectiveActivation; this.enableProgressiveHydration = context.enableProgressiveHydration; this.deferProgressiveHydration = context.deferProgressiveHydration; this.useLoadCompleteEvent = context.useLoadCompleteEvent; this.blockUri = this.getBlockUri(); this.lazyBlockUrl = this.getLazyBlockUrl(this.blockUri); this.renderBlocksIndependently = context.renderBlocksIndependently; this.loadLazyBlocksScripts = context.loadLazyBlocksScripts; this.disableScrollToTop = context.disableScrollToTop || false; this.useCustomTetraBlockTag = context.useCustomTetraBlockTag || false; this.skipLazyBlocks = context.skipLazyBlocks || false; this.delayDirectiveActivate = context.delayDirectiveActivate || false; this.renderedIds = []; this.failedIds = []; this.addStyleClasses = context.addStyleClasses || false; this.styleClasses = context.styleClasses || ""; this.enableNodeTypeReplacement = context.enableNodeTypeReplacement || false; this.skipLoadCompleteEvent = context.skipLoadCompleteEvent || false; this.init(); } ConsumerEager.prototype.getBlockUri = function(lazyBlocksIds){ var lazyBlocksIds = lazyBlocksIds || this.lazyBlocksIds; return encodeURIComponent("view/consumerBlock?id=" + lazyBlocksIds.join(",") + "&lazyId=" + this.lazyId + "&fields=html,head,scripts,autofillTokens,styleClasses" ); } ConsumerEager.prototype.getLazyBlockUrl = function(blockUri){ var httpurl = this.getCurrentLocation(); var appender = httpurl.indexOf("?") > -1 ? "&" : "?"; httpurl = httpurl + appender + this.lazyBlockQuery + "&blockUri=" + blockUri; return httpurl; }; ConsumerEager.prototype.getCurrentLocation = function(){ return window.location.pathname + window.location.search; }; ConsumerEager.prototype.init = function(){ if(this.fetchOnInit && !this.renderBlocksIndependently){ this.fetchLazyBlocks(); } if(this.fetchOnInit && this.renderBlocksIndependently){ this.warmComponents(); } if(!this.disableScrollToTop){ ConsumerEagerUtil.scollToTopOnReload(); } if(!this.skipActivate && this.deferDirectiveActivation){ ConsumerEagerUtil.deferDirectiveActivation(); } if(this.skipActivate){ ConsumerEagerUtil.skipDirectiveActivation(); }; if(this.useLoadCompleteEvent){ window.useLoadCompleteEvent = this.useLoadCompleteEvent; } if(this.useCustomTetraBlockTag) { window.useCustomTetraBlockTag = this.useCustomTetraBlockTag; } if(this.delayDirectiveActivate){ this.delayDirectiveActivate = parseInt(this.delayDirectiveActivate); ConsumerEagerUtil.delayDirectiveActivation(this.delayDirectiveActivate); } }; ConsumerEager.prototype.fetchLazyBlocks = function(callback){ if(this.lazyBlocksIds.length === 0) { return; } var self = this; ConsumerEagerUtil.fetch(this.lazyBlockUrl, function(data){ window.lazyBlocks = data; self.fireEvent("Lazy-Blocks-Fetched"); if(callback){ callback.apply(undefined, arguments); } }); }; ConsumerEager.prototype.fireEvent = function(_event){ window._CE_EVENTS = window._CE_EVENTS || {}; if(!window._CE_EVENTS[_event]){ window._CE_EVENTS[_event] = true; var event = new CustomEvent(_event); window.dispatchEvent(event); } } ConsumerEager.prototype.warmComponents = function(){ for(var i = 0; i < this.lazyBlocksIds.length; i++){ var blockId = this.lazyBlocksIds[i]; var blockUri = this.getBlockUri([blockId]); var lazyBlockUrl = this.getLazyBlockUrl(blockUri); ConsumerEagerUtil.fetch(lazyBlockUrl); }; } ConsumerEager.prototype.loadLazyBlocks = function(){ var self = this; if(this.skipLazyBlocks || (this.lazyBlocksIds.length === 0)){ self.afterRender(); return; } if(this.enableProgressiveHydration && !this.deferProgressiveHydration){ this.startProgressiveHydration(); }else if(this.renderBlocksIndependently){ this.fetchLazyBlocksIndependenly(); }else{ function render(data){ self.render(data); self.afterRender(); } return this.fetchLazyBlocks(render); } }; ConsumerEager.prototype.fetchLazyBlocksIndependenly = function(){ var self = this; var count = this.lazyBlocksIds.length; for(var i = 0; i < this.lazyBlocksIds.length; i++){ var blockId = this.lazyBlocksIds[i]; var blockUri = this.getBlockUri([blockId]); var lazyBlockUrl = this.getLazyBlockUrl(blockUri); function render(data){ count--; self.render(data); if(count === 0){ self.afterRender(); } } ConsumerEagerUtil.fetch(lazyBlockUrl, render); } }; ConsumerEager.prototype.render = function(data){ data = data || {}; var self = this; self.applyStyleClasses(data); Object.keys(data).forEach(function(uri) { if(uri === "html") { Object.keys(data.html).forEach(function(blockUri) { self.execRender(blockUri, data.html); }); } else if(uri !== "scripts" && uri !== "autofillTokens" && uri !== "styleClasses"){ self.execRender(uri, data) } }); }; ConsumerEager.prototype.execRender = function(uri, data) { var block = data[uri]; this.renderBlock(uri, block); }; ConsumerEager.prototype.afterRender = function(){ var self = this; var obj = window.document; var callLazyLoadComplete = ConsumerEagerUtil.isDocumentReady(); var event = "DOMContentLoaded"; if(this.loadLazyBlocksScripts && !(this.skipLazyBlocks || this.lazyBlocksIds.length === 0)){ callLazyLoadComplete = window._CE_EVENTS["Lazy-Blocks-Scripts-Loaded"]; event = "Lazy-Blocks-Scripts-Loaded"; obj = window; } if(callLazyLoadComplete){ self.onLazyLoadComplete(); }else{ obj.addEventListener(event, function(){ self.onLazyLoadComplete(); }); } }; ConsumerEager.prototype.renderBlock = function(uri, block){ if(uri === "head"){ ConsumerEagerUtil.appendByTag(uri, block); }else{ var id = ConsumerEagerUtil.getIdFromBlockUri(uri); var isReplaced = ConsumerEagerUtil.replaceById(id, block); if(this.enableNodeTypeReplacement && !isReplaced){ isReplaced = ConsumerEagerUtil.replaceByNodeType(id, block); } if(!isReplaced || !block){ this.failedIds.push(id); } this.renderedIds.push(id); } }; ConsumerEager.prototype.onLazyLoadComplete = function(){ if(this.failedIds.length){ ConsumerEagerUtil.registerStats("count", "request.consumerEagerLazyClient", "clientFailure", 1); } ConsumerEagerUtil.removeBodyPlaceholderClasses("sitefront-pass1"); if(!this.skipActivate){ ConsumerEagerUtil.activateDirectives(this.renderedIds); } if(!this.skipLoadCompleteEvent){ ConsumerEagerUtil.fireLoadEvent(); } if(this.enableProgressiveHydration && this.deferProgressiveHydration){ this.startLazyHydrations(); } }; ConsumerEager.prototype.fetchBlockData = function(id, callback, params){ var self = this; var blockUri = "view/consumerBlock?id=" + id + "&lazyId=" + this.lazyId + "&fields=html,head,scripts,autofillTokens,styleClasses"; var encodedBlockUri = encodeURIComponent(blockUri); function fetchCallback(res){ if(res){ res = res.html[blockUri] || res.html[encodedBlockUri] || res.html["view/consumerBlock?id=" + encodeURIComponent(id) + "&lazyId=" + self.lazyId + "&fields=html,head,scripts,autofillTokens,styleClasses"]; } callback(res); } var url = this.getLazyBlockUrl(encodedBlockUri); var query = []; params = params || {}; Object.keys(params).forEach(function(key){ query.push(key + "=" + params[key]); }); if(query.length){ url += "&" + query.join("&"); } ConsumerEagerUtil.fetch(url, fetchCallback); }; ConsumerEager.prototype.startProgressiveHydration = function(){ var self = this; window.addEventListener("load", function(){ self.startLazyHydrations(); }); }; ConsumerEager.prototype.startLazyHydrations = function() { for(var i = 0; i < this.lazyBlocksIds.length; i++){ this.attachProgressiveHydrationDirective(this.lazyBlocksIds[i]); } }; ConsumerEager.prototype.attachProgressiveHydrationDirective = function(id){ new Hydration(id); }; ConsumerEager.prototype.applyStyleClasses = function(data) { if(!this.addStyleClasses) { return; } var styleClasses = data.styleClasses || ""; styleClasses = this.styleClasses + " " + styleClasses; var styleCLassesList = styleClasses.trim().split(/\s+/); styleCLassesList = styleCLassesList.filter(function(val, index, self) { return self.indexOf(val) === index; }); document.body.classList.add.apply(document.body.classList, styleCLassesList); }; var ctx = JSON.parse('{"lazyBlockQuery":"handler=deferredBlockHandler&use.hydra.deferred.blocks=true&blockCacheType=consumer-eager-lazy","skipActivate":false,"fetchOnInit":true,"deferDirectiveActivation":false,"useLoadCompleteEvent":true,"enableProgressiveHydration":false,"deferProgressiveHydration":false,"renderBlocksIndependently":false,"loadLazyBlocksScripts":true,"disableScrollToTop":true,"useCustomTetraBlockTag":false,"skipLazyBlocks":false,"delayDirectiveActivate":false,"addStyleClasses":true,"styleClasses":"sitefront-pass1 dcw-design-ford-distinctly button-shape button-shape-full-curve button-width-auto img-height-width-enabled ford-antenna","enableNodeTypeReplacement":true,"skipLoadCompleteEvent":false,"lazyBlocksIds":[]}'.replace(/\"/g, "\"")); window.consumerEager = new ConsumerEager(ctx); })();</script> <!----> <!----> <!----> <!----> <!----> <!----> <!----> <!----> <!----> <!----> <link if="content.resourceHint" repeat="content.resourceHint.preConnectWithoutCrossorigin" rel="preconnect" href="//inv.assets.sincrod.com"/> <link if="content.resourceHint" repeat="content.resourceHint.preConnectWithoutCrossorigin" rel="preconnect" href="//wsassets.sincrod.com"/> <link if="content.resourceHint" repeat="content.resourceHint.preConnectWithoutCrossorigin" rel="preconnect" href="//traffic.prod.cobaltgroup.com"/> <link if="content.resourceHint" repeat="content.resourceHint.preConnectWithoutCrossorigin" rel="preconnect" href="//www.googletagmanager.com"/> <link if="content.resourceHint" repeat="content.resourceHint.preConnectWithoutCrossorigin" rel="preconnect" href="//assets.adobedtm.com"/> <link if="content.resourceHint" repeat="content.resourceHint.preConnectWithCrossorigin" rel="preconnect" href="//media.assets.sincrod.com" crossorigin="anonymous"/> <link if="content.resourceHint" repeat="content.resourceHint.dnsPrefetch" rel="dns-prefetch" href="//cdnjs.cloudflare.com"/> <link if="content.resourceHint" repeat="content.resourceHint.dnsPrefetch" rel="dns-prefetch" href="//fonts.googleapis.com"/> <link if="content.resourceHint" repeat="content.resourceHint.dnsPrefetch" rel="dns-prefetch" href="//fonts.gstatic.com"/> <link if="content.favicon[0].media.primaryImages[0].url" rel="icon" href="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/dealership/7fa68de339c34de4b2a30e47a378b6c3.jpg" type="image/gif" sizes="32x32"/> <!----><!-- This will prevent browser making automatic favicon request --> <link if="content.favicon[0].media.primaryImages[0].url" rel="apple-touch-icon" sizes="76x76" href="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/dealership/7fa68de339c34de4b2a30e47a378b6c3.jpg"/> <link if="content.favicon[0].media.primaryImages[0].url" rel="apple-touch-icon" sizes="120x120" href="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/dealership/7fa68de339c34de4b2a30e47a378b6c3.jpg"/> <link if="content.favicon[0].media.primaryImages[0].url" rel="apple-touch-icon" sizes="152x152" href="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/dealership/7fa68de339c34de4b2a30e47a378b6c3.jpg"/> <!----> <link if="content.resourceHint.franchiseLogoUrl" rel="preload" href="https://media.assets.sincrod.com/hydra-graph/hydra-graph-docker-1.0.29807/vendor/hydra-base/client/assets/logos/webp/Ford.webp" as="image"/> <link if="content.resourceHint.logoUrl" rel="preload" href="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/3913b057-932f-4ede-be56-f8702132363f/progressive-2.0/dead028e7ba64642a4e9b847b7feb6b6_x480.png" as="image"/> <!--link tags for font src start--> <link repeat="fontSrcLinkTagWoff2" rel="preload" as="font" type="font/woff2" href="https://media.assets.sincrod.com/agency/release/agency-web-fonts/fonts/Antenna-Regular.woff2" crossorigin="anonymous"/> <link repeat="fontSrcLinkTagWoff2" rel="preload" as="font" type="font/woff2" href="https://media.assets.sincrod.com/agency/release/agency-web-fonts/fonts/FordAntenna-Medium.woff2" crossorigin="anonymous"/> <link repeat="fontSrcLinkTagWoff2" rel="preload" as="font" type="font/woff2" href="//media.assets.sincrod.com/agency/release/agency-web-fonts/fonts/BaseFontIcons-IcomoonSubset.woff2" crossorigin="anonymous"/> <link repeat="fontSrcLinkTagWoff2" rel="preload" as="font" type="font/woff2" href="//media.assets.sincrod.com/agency/release/agency-web-fonts/fonts/BaseFontIcons-FontAwesomeSubset.woff2" crossorigin="anonymous"/> <link repeat="fontSrcLinkTagWoff2" rel="preload" as="font" type="font/woff2" href="//media.assets.sincrod.com/agency/release/agency-web-fonts/fonts/BaseFontIcons-AutomotiveWebsiteIcons.woff2" crossorigin="anonymous"/> <link repeat="fontSrcLinkTagWoff" rel="preload" as="font" type="font/woff" href="https://media.assets.sincrod.com/agency/release/agency-web-fonts/fonts/Antenna-Bold.woff" crossorigin="anonymous"/> <link repeat="fontSrcLinkTagWoff" rel="preload" as="font" type="font/woff" href="https://media.assets.sincrod.com/agency/release/agency-web-fonts/fonts/FordAntennaCond-Regular.woff" crossorigin="anonymous"/> <link repeat="fontSrcLinkTagWoff" rel="preload" as="font" type="font/woff" href="//media.assets.sincrod.com/agency/release/agency-web-fonts/fonts/BaseFontIcons-Icomoon.woff" crossorigin="anonymous"/> <link repeat="fontStyleLinkTag" rel="preload stylesheet" as="style" href="https://media.assets.sincrod.com/agency/release/agency-web-fonts/Antenna/Antenna-Regular.css"/> <link repeat="fontStyleLinkTag" rel="preload stylesheet" as="style" href="https://media.assets.sincrod.com/agency/release/agency-web-fonts/Antenna/FordAntenna-Medium.css"/> <link repeat="fontStyleLinkTag" rel="preload stylesheet" as="style" href="https://media.assets.sincrod.com/agency/release/agency-web-fonts/Antenna/Antenna-Bold.css"/> <link repeat="fontStyleLinkTag" rel="preload stylesheet" as="style" href="https://media.assets.sincrod.com/agency/release/agency-web-fonts/Antenna/FordAntennaCond-Regular.css"/> <!--link tags for font src end--> <meta if="content.socialMedia.imageUrl" property="og:image" content="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/3913b057-932f-4ede-be56-f8702132363f/dead028e7ba64642a4e9b847b7feb6b6.png"/> <meta if="content.socialMedia.imageUrl" name="twitter:image" content="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/3913b057-932f-4ede-be56-f8702132363f/dead028e7ba64642a4e9b847b7feb6b6.png"/> <style if="true"> .vehicle-product-item[class*=aspect-] a:has(.product-image){aspect-ratio:var(--product-image-aspect-ratio,4/3);display:block}.vehicle-product-item[class*=aspect-] .product-image{min-width:100%;object-fit:cover}.aspect-4x3{--product-image-aspect-ratio:4/3}.aspect-16x9{--product-image-aspect-ratio:16/9}.aspect-1x1{--product-image-aspect-ratio:1/1}.aspect-21x9{--product-image-aspect-ratio:21/9} </style> <style if="true"> .hero-rotator .deck section:not(:first-child){display:none}.logosWrapper .dealer{min-width:50px} .logosWrapper .franchise-logos .oem{min-width:70px}@media (max-width:360px){.logosWrapper .franchise-logos .oem{min-width:55px}} </style> <!----> <script type="application/javascript"> if(!ContextManager)var ContextManager={init:function(e){for(var t in e)ContextManager[t]=e[t];var n=(new Date).getTime();ContextManager.session={duration:24e4,startTime:n},ContextManager.InventoryManagerRef=window.InventoryManager?InventoryManager:{},ContextManager.InventoryManagerRef.getProperty||(ContextManager.InventoryManagerRef.getProperty=function(e){return null}),ContextManager.SearchPreferences={getType:function(){return ContextManager.searchPreferences.type},getMake:function(){return ContextManager.searchPreferences.make},getModel:function(){return ContextManager.searchPreferences.model},getTrim:function(){return ContextManager.searchPreferences.trim},getYearRange:function(){return ContextManager.searchPreferences.yearRange},getPriceRange:function(){return ContextManager.searchPreferences.priceRange},getMileageRange:function(){return ContextManager.searchPreferences.mileageRange},getMonthlyPaymentRange:function(){return ContextManager.searchPreferences.monthlyPaymentRange},getMPGRange:function(){return ContextManager.searchPreferences.MPGRange}},ContextManager.MLP={getMake:function(){return ContextManager.mlp&&ContextManager.mlp.make?ContextManager.mlp.make:null},getModel:function(){return ContextManager.mlp&&ContextManager.mlp.model?ContextManager.mlp.model:null},getYear:function(){return ContextManager.mlp&&ContextManager.mlp.isMultiYearEnabled&&ContextManager.mlp.year?ContextManager.mlp.year:null},getModelYear:function(){return ContextManager.mlp&&ContextManager.mlp.year?ContextManager.mlp.year:null},getTrim:function(){return ContextManager.mlp&&ContextManager.mlp.currentTrim?ContextManager.mlp.currentTrim:null},getBodyType:function(){return ContextManager.mlp&&ContextManager.mlp.bodyType?ContextManager.mlp.bodyType:null}},ContextManager.Vehicle={getCategory:function(){return ContextManager.vehicle.category},getMake:function(){return ContextManager.vehicle.make},getModel:function(){return ContextManager.vehicle.model},getTrim:function(){return ContextManager.vehicle.trim},getYear:function(){return ContextManager.vehicle.year},getVIN:function(){return ContextManager.vehicle.vin},getPrice:function(){return ContextManager.vehicle.price},getFeaturedPriceLabel:function(){return ContextManager.vehicle.featuredPriceLabel},getStyleId:function(){return ContextManager.vehicle.styleId},getPhotoUrl:function(){return ContextManager.vehicle.photoUrl},getStock:function(){return ContextManager.vehicle.stockNumber},getOdometer:function(){return ContextManager.vehicle.miles},getInternetPrice:function(){return ContextManager.vehicle.internetPrice},getInvoicePrice:function(){return ContextManager.vehicle.invoicePrice},getTransmission:function(){return ContextManager.vehicle.transmission},getAskingPrice:function(){return ContextManager.vehicle.price}},ContextManager.DynamicParams={getMake:function(){return ContextManager.getDynamicParams()["vehicle:buy:make"]},getModel:function(){return ContextManager.getDynamicParams()["vehicle:buy:model"]},getYear:function(){return ContextManager.getDynamicParams()["vehicle:buy:year"]},getTrim:function(){return ContextManager.getDynamicParams()["vehicle:buy:trim"]},getZipCode:function(){return ContextManager.getDynamicParams()["contact:address:home:postalcode"]}}},getInventoryPreferences:function(){return ContextManager.SearchPreferences},getLastBrowsedVehicle:function(){return ContextManager.Vehicle},setPageLoading:function(e){ContextManager.pageLoading=e},isPageLoading:function(){return!0===ContextManager.pageLoading||"true"===ContextManager.pageLoading},setSessionStartTime:function(e){ContextManager.getSession().startTime=e},getSession:function(){return ContextManager.session},getSessionStartTime:function(){return ContextManager.getSession().startTime},getSessionDuration:function(){return ContextManager.getSession().duration},isProd:function(){return!!ContextManager.getEnvName()&&"prod"==ContextManager.getEnvName().toLowerCase()},isLive:function(){return!!ContextManager.getVersion()&&"live"==ContextManager.getVersion().toLowerCase()},isWcagCompliant:function(){return!!ContextManager.getWCAGCompliance()&&"true"==ContextManager.getWCAGCompliance().toLowerCase()},isResponsiveLayout:function(){return!!ContextManager.isLayoutResponsive},isResponsiveDesign:function(){return!!ContextManager.isDesignResponsive},isResponsive:function(){return ContextManager.isResponsiveLayout()&&ContextManager.isResponsiveDesign()},getEventIdWithRandomSuffix:function(){return ContextManager.eventId+ContextManager.generateEventIdSuffix()},getEventIdWithFixedSuffix:function(){return ContextManager.eventId+ContextManager.getEventIdSuffix()},getTrafficServerUrl:function(){return ContextManager.trafficServerUrl},getAssetServerUrl:function(){return ContextManager.assetServerUrl},getImageServerUrl:function(){return ContextManager.imageServerUrl},getVersionedAssetServerUrl:function(){return ContextManager.versionedAssetServerUrl},getEnvName:function(){return ContextManager.envName},getSessionId:function(){return ContextManager.sessionId},getEventId:function(){return ContextManager.eventId},getEventIdSuffix:function(){return ContextManager.eventIdSuffix},getPageName:function(){return ContextManager.pageName},getPageLayout:function(){return ContextManager.pageLayout},getPageLabel:function(){return ContextManager.pageLabel},getRequestDomain:function(){return ContextManager.requestDomain},getRequestUri:function(){return ContextManager.requestUri},getReferrerDomain:function(){return ContextManager.referrerDomain},getReferrerUri:function(){return ContextManager.referrerUri},getVisitorId:function(){return ContextManager.visitorId},getLeadId:function(){return ContextManager.leadId},getConsumerEmail:function(){return ContextManager.consumerEmail},getAdChoicesNoticeId:function(){return ContextManager.adChoicesNoticeId},getCurrentContexts:function(){return ContextManager.currentContexts},getWCAGCompliance:function(){return ContextManager.wCAGCompliance},getDealershipName:function(){return ContextManager.dealershipName},getWebId:function(){return ContextManager.webId},getSiteId:function(){return ContextManager.siteId},getDealerCode:function(){return ContextManager.dealerCode},getUrl:function(){return ContextManager.url},getFranchises:function(){return ContextManager.franchises},getSiteGroups:function(){return ContextManager.siteGroups},getVersion:function(){return ContextManager.version},getSiteType:function(){return ContextManager.siteType},getSubType:function(){return ContextManager.subType},getLocale:function(){return ContextManager.locale},getAddressLine1:function(){return ContextManager.addressLine1},getAddressLine2:function(){return ContextManager.addressLine2},getCity:function(){return ContextManager.city},getState:function(){return ContextManager.state},getPreferredCity:function(){return ContextManager.preferredCity},getPreferredState:function(){return ContextManager.preferredState},getZip:function(){return ContextManager.zip},getShortZip:function(){return ContextManager.shortZip},getRadius:function(){return ContextManager.radius},getLatitude:function(){return ContextManager.latitude},getLongitude:function(){return ContextManager.longitude},getDesign:function(){return ContextManager.design},getTheme:function(){return ContextManager.theme},getColor:function(){return ContextManager.color},getNewPhone:function(){return ContextManager.newPhone},getUsedPhone:function(){return ContextManager.usedPhone},getFinancePhone:function(){return ContextManager.financePhone},getPrimaryPhone:function(){return ContextManager.primaryPhone},getFleetPhone:function(){return ContextManager.fleetPhone},getPartsPhone:function(){return ContextManager.partsPhone},getServicePhone:function(){return ContextManager.servicePhone},getCollisionPhone:function(){return ContextManager.collisionPhone},getTradeInPartner:function(){return ContextManager.tradeInPartner},getCreditEstimator:function(){return ContextManager.creditEstimator},isFlex:function(){return ContextManager.flex},isFlexPlus:function(){return ContextManager.flexPlus},isActivEngageEnabled:function(){return ContextManager.activEngageEnabled},isNeustarPixelEnabled:function(){return ContextManager.neustarPixelEnabled},isMarchexPixelEnabled:function(){return ContextManager.marchexPixelEnabled},isAcxiomPixelEnabled:function(){return ContextManager.acxiomPixelEnabled},isReducedGAQEnabled:function(){return ContextManager.reducedGAQEnabled},isConsumerLoginEnabled:function(){return ContextManager.consumerLoginEnabled},getDma:function(){return ContextManager.dma},getVisitorZip:function(){return ContextManager.visitorZip},getSelectedWebId:function(){return ContextManager.selectedWebId},getPreferredModel:function(){return ContextManager.preferredModel},getModelsOfIntent:function(){return ContextManager.modelsOfIntent},getProfile:function(){return ContextManager.profile},isLazyLoad:function(){return ContextManager.lazyLoad},isOnDemandLazyLoadingEnabled:function(){return ContextManager.onDemandLazyLoad},useResponsiveImages:function(){return ContextManager.responsiveImages},getPromoName:function(){return ContextManager.promoName},getPromoMode:function(){return ContextManager.promoMode},getPromotions:function(){return ContextManager.promotions},getDynamicParams:function(){return ContextManager.dynamicParams},getSpecialsListingType:function(){return ContextManager.specialsListingType},getSpecialsListingGroup:function(){return ContextManager.specialsListingGroup},getSpecialsCountForType:function(){return ContextManager.specialsCountForType},getServiceSpecialsCount:function(){return ContextManager.serviceSpecialsCount},getPartsSpecialsCount:function(){return ContextManager.partsSpecialsCount},getMake:function(){return ContextManager.getInventoryProperty("make")?ContextManager.getInventoryProperty("make"):ContextManager.MLP&&ContextManager.MLP.getMake()?ContextManager.MLP.getMake().replace(" ","_","g"):null},getModel:function(){return ContextManager.getInventoryProperty("model")?ContextManager.getInventoryProperty("model"):ContextManager.MLP&&ContextManager.MLP.getModel()?ContextManager.MLP.getModel().replace(" ","_","g"):null},getTrim:function(){return ContextManager.getInventoryProperty("trim")},getSeries:function(){return ContextManager.getInventoryProperty("series")},getBodyType:function(){return ContextManager.getInventoryProperty("bodyType")?ContextManager.getInventoryProperty("bodyType"):ContextManager.getBodyTypeForMLP()},getExteriorColor:function(){return ContextManager.getInventoryProperty("exteriorColor")},getPrice:function(){return ContextManager.getInventoryProperty("retailPrice")},getModelId:function(){return ContextManager.getInventoryProperty("modelId")},getStyleId:function(){return ContextManager.getInventoryProperty("styleId")?ContextManager.getInventoryProperty("styleId"):ContextManager.Vehicle?ContextManager.Vehicle.getStyleId():null},getVin:function(){return ContextManager.getInventoryProperty("vin")},getYear:function(){return ContextManager.getInventoryProperty("year")?ContextManager.getInventoryProperty("year"):ContextManager.MLP&&ContextManager.MLP.getYear()?ContextManager.MLP.getYear():null},getSearch:function(){return ContextManager.getInventoryProperty("search")},getSearchMake:function(){return ContextManager.getInventoryProperty("make")},getSearchModel:function(){return ContextManager.getInventoryProperty("model")},getSearchTrim:function(){return ContextManager.getInventoryProperty("trim")},getSearchSeries:function(){return ContextManager.getInventoryProperty("series")},getSearchBodyType:function(){return ContextManager.getInventoryProperty("bodyType")},getMileageRange:function(){return ContextManager.getInventoryProperty("mileageRange")},getPaymentRange:function(){return ContextManager.getInventoryProperty("paymentRange")},getPriceRange:function(){return ContextManager.getInventoryProperty("priceRange")},getYearRange:function(){return ContextManager.getInventoryProperty("yearRange")},getPageNumber:function(){return ContextManager.getInventoryProperty("pageNumber")},getResultCount:function(){return ContextManager.isContextualSearchSuccessful()?ContextManager.getContextualSearchResponseProperty("#contextualSearchTotalMatchedVehicles"):ContextManager.getInventoryProperty("resultCount")},getBodyTypeForMLP:function(){return ContextManager.MLP&&ContextManager.MLP.getBodyType()?ContextManager.MLP.getBodyType().replace(" ","_","g"):null},getProperty:function(e){var t,n=ContextManager.getterMap[e],r="default";if(n)if("string"==typeof n&&"function"==typeof ContextManager[n])t=ContextManager[n]();else if("object"==typeof n){var a=ContextManager.getPageName();n[a]&&"function"==typeof ContextManager[n[a]]?t=ContextManager[n[a]]():n[r]&&"function"==typeof ContextManager[n[r]]&&(t=ContextManager[n[r]]())}return t||ContextManager.getContextProperty(e)},getInventoryProperty:function(e){return ContextManager.InventoryManagerRef.getProperty(e)||ContextManager.getContextProperty(e)},getDomValueEncoded:function(e){return ContextManager.URLEncode(jQuery(e).val())},getContextProperty:function(e){if(ContextManager[e])return ContextManager[e];switch(e){case"series":return"VehicleSearchResults"==ContextManager.getPageName()?jQuery("#inv_search_series").val():null;case"exteriorColor":return"VehicleDetails"==ContextManager.getPageName()?jQuery("#gaq input[name*='exteriorcolor']").val():null;case"retailPrice":return"VehicleDetails"==ContextManager.getPageName()?jQuery("#gaq input[name$='price:asking']").val():null;case"modelId":return"VehicleDetails"==ContextManager.getPageName()?jQuery("#gaq input[name='modelId']").val():null;case"styleId":return"VehicleDetails"==ContextManager.getPageName()?jQuery("#gaq input[name='styleId']").val():null;case"year":return"VehicleDetails"==ContextManager.getPageName()?jQuery("#gaq input[name$=':year']").val():null;case"pageNumber":return"VehicleSearchResults"==ContextManager.getPageName()?jQuery("#currentPageCount").text():null;case"resultCount":var t=null,n=jQuery(".inventorySearchResults");return n.length?t=n.find("#inv_search_count_container").text():(n=jQuery("#resultCount")).length&&(t=n.val()),t;default:return null}return null},trigger:function(e,t){t||(t=jQuery(window)),ContextManager.isLazyLoad()?t.load((function(){t.trigger(e)})):t.trigger(e)},getContextualSearchQuery:function(){return ContextManager.getContextualSearchResponseProperty("#contextualSearchQuery")},getContextualSearchScope:function(){return ContextManager.getContextualSearchResponseProperty("#contextualSearchScope")},getContextualSearchReferrerLabel:function(){return ContextManager.getContextualSearchResponseProperty("#contextualSearchReferrerPageLabel")},isContextualSearchSuccessful:function(){return ContextManager.getContextualSearchResponseProperty("#contextualSearchServiceSuccess")},isContextualSearchExactMatch:function(){return ContextManager.getContextualSearchResponseProperty("#contextualSearchIsExactMatch")},getContextualSearchResponseProperty:function(e){return e?jQuery(e).val():null},getDesktopOrMobile:function(){return document.querySelectorAll(".phone-wrapper").length>0?"mobile":"desktop"},getterMap:{trafficServerUrl:"getTrafficServerUrl",assetServerUrl:"getAssetServerUrl",imageServerUrl:"getImageServerUrl",versionedAssetServerUrl:"getVersionedAssetServerUrl",envName:"getEnvName",sessionId:"getSessionId",eventId:"getEventId",eventIdSuffix:"getEventIdSuffix",pageName:"getPageName",pageLabel:"getPageLabel",pageLayout:"getPageLayout",requestDomain:"getRequestDomain",requestUri:"getRequestUri",referrerDomain:"getReferrerDomain",referrerUri:"getReferrerUri",visitorId:"getVisitorId",leadId:"getLeadId",consumerEmail:"getConsumerEmail",wCAGCompliance:"getWCAGCompliance",dealershipName:"getDealershipName",webId:"getWebId",siteId:"getSiteId",dealerCode:"getDealerCode",url:"getUrl",franchises:"getFranchises",siteGroups:"getSiteGroups",version:"getVersion",siteType:"getSiteType",subType:"getSubType",locale:"getLocale",addressLine1:"getAddressLine1",addressLine2:"getAddressLine2",city:"getCity",state:"getState",preferredCity:"getPreferredCity",preferredState:"getPreferredState",zip:"getZip",shortZip:"getShortZip",radius:"getRadius",latitude:"getLatitude",longitude:"getLongitude",design:"getDesign",theme:"getTheme",color:"getColor",newPhone:"getNewPhone",usedPhone:"getUsedPhone",financePhone:"getFinancePhone",primaryPhone:"getPrimaryPhone",fleetPhone:"getFleetPhone",partsPhone:"getPartsPhone",servicePhone:"getServicePhone",collisionPhone:"getCollisionPhone",tradeInPartner:"getTradeInPartner",creditEstimator:"getCreditEstimator",profile:"getProfile",lazyLoad:"isLazyLoad",onDemandLazyLoad:"onDemandLazyLoad",responsiveImages:"isResponsiveImages",activEngageEnabled:"isActivEngageEnabled",neustarPixelEnabled:"isNeustarPixelEnabled",marchexPixelEnabled:"isMarchexPixelEnabled",acxiomPixelEnabled:"isAcxiomPixelEnabled",reducedGAQEnabled:"isReducedGAQEnabled",consumerLoginEnabled:"isConsumerLoginEnabled",make:{VehicleSearchResults:"getSearchMake",VehicleDetails:"getMake",default:"getMake"},model:{VehicleSearchResults:"getSearchModel",VehicleDetails:"getModel",default:"getModel"},trim:{VehicleSearchResults:"getSearchTrim",VehicleDetails:"getTrim",default:"getTrim"},bodyType:{VehicleSearchResults:"getSearchBodyType",VehicleDetails:"getBodyType",default:"getBodyType"},series:{VehicleSearchResults:"getSearchSeries",VehicleDetails:"getSeries",default:"getSeries"},search:"getSearch",mileageRange:"getMileageRange",paymentRange:"getPaymentRange",priceRange:"getPriceRange",yearRange:"getYearRange",vin:"getVin",exteriorColor:"getExteriorColor",price:"getPrice",modelId:"getModelId",styleId:"getStyleId",year:"getYear",pageNumber:"getPageNumber",resultCount:"getResultCount",dma:"getDma",visitorZip:"getVisitorZip",promoName:"getPromoName",promotions:"getPromotions",dynamicParams:"getDynamicParams",specialsListingType:"getSpecialsListingType",specialsListingGroup:"getSpecialsListingGroup",specialsCountForType:"getSpecialsCountForType",serviceSpecialsCount:"getServiceSpecialsCount",partsSpecialsCount:"getPartsSpecialsCount",adChoicesNoticeId:"getAdChoicesNoticeId",isContextualSearchSuccess:"isContextualSearchSuccessful",isExactMatch:"isContextualSearchExactMatch",referrerLabel:"getContextualSearchReferrerLabel",contextualSearchQuery:"getContextualSearchQuery",contextualSearchScope:"getContextualSearchScope",totalMatchedRecords:"getContextualSearchTotalMatchedRecords"},updateProperties:function(e){var t=ContextManager.parseParamString(e);for(var n in t)switch(n){case"make":case"model":case"trim":case"search":case"bodyType":case"minMileage":case"maxMileage":case"minMonthlyPayment":case"maxMonthlyPayment":case"minPrice":case"maxPrice":case"minYear":case"maxYear":case"paymentSearchPrice":case"paymentTerm":ContextManager.updateInventoryProperties(n,t);break;default:null!=t[n]&&(ContextManager[n]=t[n])}},updateInventoryProperties:function(e,t){switch(e){case"make":case"model":case"trim":case"bodyType":null!=t[e]&&(ContextManager[e]=""==t[e]||"all"==t[e]?"All":t[e]);break;case"search":ContextManager.search=t.search;break;case"minMonthlyPayment":case"maxMonthlyPayment":ContextManager.paymentRange=t.minMonthlyPayment?t.minMonthlyPayment+"-"+t.maxMonthlyPayment:"unspecified";break;case"paymentSearchPrice":case"paymentTerm":var n,r;t.paymentSearchPrice?(n="-2147483648-"+t.paymentSearchPrice,r=t.paymentTerm?t.paymentTerm:"unspecified",ContextManager.paymentRange=n+"_"+r):ContextManager.paymentRange="unspecified";break;case"minMileage":case"maxMileage":ContextManager.mileageRange=t.minMileage+"-"+t.maxMileage}ContextManager.priceRange=t.minPrice?t.minPrice+"-"+t.maxPrice:"unspecified",ContextManager.yearRange=t.minYear?t.minYear+"-"+t.maxYear:"All",ContextManager.year=t.minYear?t.minYear+"-"+t.maxYear:"All"},parseParamString:function(e){var t,n,r=e.split("&"),a={};for(-1!=e.indexOf("search=")&&(a.search=[]),t=0;t<r.length;t++)"search"==(n=r[t].split("="))[0]?ContextManager.valueInArray(a.search,n[1])||a.search.push(n[1]):a[n[0]]=unescape(n[1]);return a},valueInArray:function(e,t){var n,r=e.length;for(n=0;n<r;n++)if(e[n]==t)return!0;return!1},URLEncode:function(e){for(var t="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_.!~*'()",n="0123456789ABCDEF",r="",a=0;a<e.length;a++){var o=e.charAt(a);if(" "==o)r+="+";else if(-1!=t.indexOf(o))r+=o;else{var i=o.charCodeAt(0);i>255?r+="+":(r+="%",r+=n.charAt(i>>4&15),r+=n.charAt(15&i))}}return r},S4:function(){return(65536*(1+Math.random())|0).toString(16).substring(1)},generateEventIdSuffix:function(){return ContextManager.generateUid(12)},generateEventId:function(){return ContextManager.generateUid(44)},generateUid:function(e){var t,n="",r=Math.ceil(e/4);for(t=1;t<=r;t++)n+=ContextManager.S4();return n.substr(0,e)},getFormattedProfileString:function(e){var t;if(!e)return null;var n="",r=e.intent;if(r)for(t in r)r.hasOwnProperty(t)&&(n+=ContextManager.addSegment(t,r[t]));var a=e.bucket;return a&&a.name&&(n+="|bucket:"+a.name),n.substring(1)},addSegment:function(e,t){var n="";return t instanceof Array&&t.length>0&&(n+="|"+e+":"+t.join("|"+e+":")),n}}; </script> <!----> <style if="true"> main, #main-img { min-height: 100vh; } </style> <link rel="stylesheet" type="text/css" href="https://media.assets.sincrod.com/hydra-graph/hydra-graph-docker-1.0.29807/6e958b878a9c21b5e032e7c7a490d952/bundle.css"/> <script type="text/javascript"> var pst = new Date(); var serverTime = 841; var CBLTEP = CBLTEP || {}; CBLTEP.q = []; // command queue CBLTEP.mark = function(mn, mt) { CBLTEP.q.push( ["mark", mn, mt || new Date().getTime()] ); }; CBLTEP.measure = function(en, st, et) { CBLTEP.q.push( ["measure", en, st, et || new Date().getTime()] ); }; CBLTEP.done = function(callback) { CBLTEP.q.push( ["done", callback] ); }; CBLTEP.mark("firstbyte"); </script> <script type="text/javascript"> ContextManager.init({"preferredState":"TX","specialsListingType":"all","collisionPhone":"254-773-4500","parentWebId":"cblt-ms-ford","websitesAnalytics":{"ga360_code":"UA-180968671-54","google_tag_manager_code":"GTM-KD6W87J,GTM-T63RXVXC"},"partsPhone":"888-230-4358","trim":null,"visitorZip":null,"promoMode":"false","trafficServerUrl":"https://traffic.prod.cobaltgroup.com/websites.gif","vin":null,"model":null,"state":"TX","promoId":null,"siteType":"DEALER","zip":"76502-5833","servicePhone":"888-219-6018","pageLayout":"HomePage_rootLayout","wCAGCompliance":"false","profile":{"intent":{}},"siblingSite":"[]","neustarPixelEnabled":false,"version":"LIVE","primaryPhone":"888-202-8567","usedPhone":"888-202-8567","webId":"ford-johnson-bros","envName":"prod","subType":"WEB","preferredCity":"Temple","consumerEmail":null,"pageLabel":"HomePage","visitorId":"53933ADF143C87E8A6F36B9E38ADF8C9","jsEmail":null,"dealerCode":"02453","city":"Temple","latitude":"31.06213400000000","lazyLoad":false,"vehicle":{"category":null,"make":null,"model":null,"trim":null,"year":null,"vin":null,"price":null,"featuredPriceLabel":null,"webId":null,"location":null,"exterior":null,"interior":null,"styleId":null,"photoUrl":null,"msrp":null,"stockNumber":null,"internetPrice":null,"invoicePrice":null,"miles":null,"transmission":null},"search":null,"theme":"NoTheme","consumerLoginEnabled":true,"acxiomPixelEnabled":false,"makes":[{"bac":"02453","dealerCode":"02453","make":"Ford"}],"previewToolBarFeatureToggles":{"multiModelPersonalizationEnabled":true,"newUsedServiceBehaviorEnabled":true,"disablePreviewToolBarLoginCDKLogo":true,"targetedRetentionEnabled":false,"crossMerchandisingEnabled":true,"brandBehaviorEnabled":true,"propensityToBuyEnabled":true},"reducedGAQEnabled":false,"sessionId":"53933ADF143C87E8A6F36B9E38ADF8C9","requestUri":"%2F%3F","onDemandLazyLoad":false,"url":"https://www.johnsonbrosford.com/","dynamicParams":{},"promoName":null,"promotions":[],"referrerUri":null,"siteGroups":[],"paymentRange":null,"responsiveImages":false,"serviceSpecialsCount":"0","financePhone":"888-202-8567","priceRange":null,"bodyType":null,"versionedAssetServerUrl":"https://media.assets.sincrod.com/websites/5.0-9920","adChoicesNoticeId":null,"pageName":"HomePage","shortZip":"76502","newPhone":"888-202-8567","fleetPhone":"888-202-8567","referrerDomain":null,"addressLine1":"7455 South General Bruce Dr.","addressLine2":null,"longitude":"-97.43346100000000","leadId":null,"franchises":["Ford"],"eventId":"a44a3a30904c1006880b080020f0176c","yearRange":null,"imageServerUrl":"https://inv.assets.sincrod.com","mlp":null,"uniquePageName":"HomePage","ctxDealerProperties":{"ctx_csi_ga4_bi_property":"G-9RH3HQMXCJ","ctx_csi_ford_fdaf":"52G"},"currentContexts":[],"dealershipName":"Johnson Brothers Ford","specialsListingGroup":null,"eventIdSuffix":"729384859529","marchexPixelEnabled":false,"color":"blue","locale":"en_US","activEngageEnabled":false,"isFlexPlus":false,"design":"Root_01","specialsCountForType":"0","make":null,"uiFeatureToggles":{"ui.vendor.pv.event.optout":true,"ui.section.llod":false,"ui.partner.pv.event.optout":false,"ui.enable.fir.audience.tag":true,"ui.enable.insights.in.feature.settings":true,"ui.enable.display.config.hide.if.no.inventory.exist":true,"ui.enable.multi.term.rebate.offer":true,"ui.enable.oem.split.offer.checkbox":true,"enable.ui.mileage.value.validation.in.cfb":true,"ui.manage.pixeltag.toggle":true,"ui.enable.mathbox.preview.configuration":true,"ui.enable.service.parts.new.value.field":false,"ui.enable.vin.exclude.for.perpetuity":true,"ui.enable.conditional.sale.price.inclusion.feature":true,"ui.enable.group.admin.redesign":true,"ui.enable.wsm.specials.page.localization":true,"ui.shared.inventory.docFees.configuration":false,"ui.start.date.sorting.configuration":true,"ui.enable.list.holiday.feature.in.dh.page":true,"ui.enable.split.fee.addon.offer":true,"ui.enable.groupadministration.readonly.access":true,"ui.pageview.event.optout":true,"ui.enable.offer.create.popup.vehicles.count.print":false,"ui.admission.optout":false,"ui.enable.incentive.send.notification":true,"ui.enable.multi.term.lease.offer":true},"isFlex":true,"isLayoutResponsive":false,"selectedWebId":null,"requestDomain":"www.johnsonbrosford.com","partsSpecialsCount":"0","siteId":"15eb6a3fb7f64f22a49c7bfd4d2301c5","mileageRange":null,"dma":null,"isDesignResponsive":false,"location":{},"assetServerUrl":"https://media.assets.sincrod.com"}); /*global gTagManager*/ var cdkGtm = { "load": function(callback) { "use strict"; /*-- Initiate Google Analytics Script for injection --*/ var gtmScript = document.createElement("script"); /*-- If script has not been applied to head --*/ if (!document.querySelector("head script#gTagManagerScript")) { /*-- Load Google Analytics Container script --*/ gtmScript.src = "https://media.assets.sincrod.com/teams/repository/export/484/b66807998100580ab20145efa6b30/484b66807998100580ab20145efa6b30.js"; /*-- Assign script ID to ensure file is loaded only once --*/ gtmScript.id = "gTagManagerScript"; /*-- Execute callback on file load --*/ gtmScript.onload = callback; /*-- Inject Google Analytics container --*/ document.querySelector("head").appendChild(gtmScript); } else { /*-- if Script has applied to head, but is not ready --*/ if (!window.gTagManager || !window.gTagManager.isReady) { /*-- Listen for Google Analytics event "loadgtmScript" (executed on load completion) --*/ document.addEventListener("loadgtmScript", function() { callback(); }); } else { callback(); } } }, "launch": function(allGtmAccounts) { "use strict"; /*-- Load Google Analytics Container File --*/ cdkGtm.load(function() { /*-- Execute all provided Analytics Accounts at once --*/ gTagManager.execute({ "tagManagerID": allGtmAccounts, "customName": "cdkGtm" }); }); } }; function gtm_init(){ cdkGtm.launch("GTM-KD6W87J,GTM-T63RXVXC"); } if(window.useLoadCompleteEvent){ window.addEventListener('load-complete', gtm_init, false); }else{ if (window.attachEvent) { window.attachEvent('onload', gtm_init); } if (window.addEventListener) { window.addEventListener('load', gtm_init, false); } } </script> <script> if (window.ContextManager && ContextManager.webId && ['ford-sla-test','ford-base-site1'].indexOf(ContextManager.webId) === -1) { document.write('<scr'+'ipt src="//assets.adobedtm.com/248d63c2ff6b/'+(((ContextManager.ctxDealerProperties||{}).ctx_csi_ford_altcntr)?'d029f071c192/launch-40affcdae759':'b5846c9c43d5/launch-4d1cc8f12ddd')+'.min.js"></scr'+'ipt>'); } </script> <noscript> <img src='https://traffic.prod.cobaltgroup.com/websites.gif?noscript=true&header_event_id=a44a3a30904c1006880a080020f0176c729720507507&header_page_name=HomePage&header_page_label=HomePage&header_request_uri=%2F%3F&header_request_domain=www.johnsonbrosford.com&header_session_id=53933ADF143C87E8A6F36B9E38ADF8C9&header_visitor_id=53933ADF143C87E8A6F36B9E38ADF8C9&header_page_layout=HomePage_rootLayout&header_site_id=15eb6a3fb7f64f22a49c7bfd4d2301c5' alt='Cobalt Pixel Tag' aria-hidden='true' /> </noscript> </head> <!-- tetra --> <body insight datalayer linktracking id="card-view/page/618cfee1-0132-4927-9b77-3083d7d1b9f0" class="sitefront-pass1 dcw-design-ford-distinctly button-shape button-shape-full-curve button-width-auto img-height-width-enabled ford-antenna modern theme-" data-page="HomePage" data-locale="en_US" data-outline="HomePage-Advantage" data-themeName="dcw-design-ford-distinctly"> <span id="close" aria-hidden="true" tabindex="-1"></span> <!-- header template is coming from dcw-design-base---> <a class="skip-to-main" href="#main">Skip to Main Content</a> <div if="cards.cta.cards.siteTranslation" id="site_translation_element"></div> <header class="header reorderable-phones-header search-enabled login-enabled card meganav-enabled search-switch-enabled hide-navigation-caret header-1 bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center justification-l content-width-none automotive-business" role="banner" id="card-view/card/91e94b71-b72a-446e-9a31-f7603f00bdd2" data-params="cardName:header;" data-attrs="card-header-91e94b71-b72a-446e-9a31-f7603f00bdd2" data-lastmodifieddate="0" itemid="#organization" blockPath="/header" type="hydra-block" useCss enableCfCache="true" query="enableBlockTracking=" template="header-body"><!-- header body template is coming from dcw-design-base---> <meta itemprop="name" content="Johnson Brothers Ford"/> <meta itemprop="url" content="https://www.johnsonbrosford.com"/> <meta itemprop="telephone" content="8882028567"/> <meta if="site.dealer.dealershipLogos[0].url" itemprop="logo" content="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/3913b057-932f-4ede-be56-f8702132363f/dead028e7ba64642a4e9b847b7feb6b6.png"/> <meta if="site.dealer.dealershipLogos[0].url" itemprop="image" content="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/3913b057-932f-4ede-be56-f8702132363f/dead028e7ba64642a4e9b847b7feb6b6.png"/> <div class="logosWrapper"> <div repeat="cards.brand.logosDivs" class="franchise franchise-logos count-1 insight" data-params="cardName:header;" id="card-view/card/91e94b71-b72a-446e-9a31-f7603f00bdd2-0" data-attrs="card-franchiseLogo-91e94b71-b72a-446e-9a31-f7603f00bdd2-0" data-lastmodifieddate="0"> <!----> <a repeat="makes" class="oem oemLogos" data-insight="Ford" title="Ford" href="/" template="oem-logo"><picture> <source srcset="https://media.assets.sincrod.com/hydra-graph/hydra-graph-docker-1.0.29807/vendor/hydra-base/client/assets/logos/webp/Ford.webp" type="image/webp"/> <img src="https://media.assets.sincrod.com/hydra-graph/hydra-graph-docker-1.0.29807/vendor/hydra-base/client/assets/logos/Ford.png" alt="Ford" height="106" width="140" nolazy fetchpriority="high" loading="eager"/> </picture></a> </div> <div repeat="cards.brand.logosDivs" class="dealer" data-params id data-attrs data-lastmodifieddate> <a if="anchor" href="/" class="logo" id="card-view/card/91e94b71-b72a-446e-9a31-f7603f00bdd2-1" data-attrs="card-dealershipLogos-91e94b71-b72a-446e-9a31-f7603f00bdd2-1" data-lastmodifieddate="0"> <!----> <!----> <img if="img" class="insight" data-insight="Johnson Brothers Ford" data-params="cardName:header;" itemprop="logo" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/3913b057-932f-4ede-be56-f8702132363f/progressive-2.0/dead028e7ba64642a4e9b847b7feb6b6_x480.png" alt="Johnson Brothers Ford" title="Johnson Brothers Ford" noresponsive nolazy width="340" height="117" fetchpriority="high" loading="eager"/> </a> <!----> </div> <div repeat="cards.brand.logosDivs" class="dealer" data-params id data-attrs data-lastmodifieddate> <a if="anchor" href="/" class id="card-view/card/91e94b71-b72a-446e-9a31-f7603f00bdd2-3" data-attrs="card-dealershipLogos-91e94b71-b72a-446e-9a31-f7603f00bdd2-3" data-lastmodifieddate="0"> <!----> <span if="sloganSpan" itemprop="description"><img src=""></img> <a href="/presidents-award"> <img src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/v/1/9a135c3f-b24e-4318-be8c-e445ab648399/6162b219809a4579b762e26a2e014794_177x92.png"></img></a> </img></span> <!----> </a> <!----> </div> <!----> <!----> </div> <div if="#headerCtaEnabled" class="cta phone-numbers reorderable-cta-enabled phones-few address-cta-true" data-count="2"> <ul class="department-cta-container phones-few" data-count="2"> <li if="ctaAddressEnabled" class="insight cta-address" data-params="cardName:header;"> <a href="/HoursAndDirections" itemprop="address" itemscope itemtype="//schema.org/PostalAddress" aria-label="Hours & Map" data-action="dealerAddress"> <span itemprop="streetAddress" data-action="dealerAddress"> <span if="site.dealer.departments.sales.address.street1" data-action="dealerAddress">7455 South General Bruce Dr.</span> <!----> </span> <span class="city-state-zip" data-action="dealerAddress"> <span itemprop="addressLocality" if="site.dealer.departments.sales.address.city" data-action="dealerAddress">Temple</span> <span itemprop="addressRegion" if="site.dealer.departments.sales.address.state" data-action="dealerAddress">TX</span> <span itemprop="postalCode" if="site.dealer.departments.sales.address.postalCode" data-action="dealerAddress">76502-5833</span> </span> </a> </li> <li if="cards.cta.ctaDepartmentsOrder " class="insight department-cta auto-dealer" repeat="cards.cta.ctaDepartmentsOrder" itemprop="department" data-params="cardName:header;department:sales;phone:(888) 202-8567;" id="card-view/card/501cf84c-480d-42f0-b670-659a5828bb40-0-row1"> <a href="tel:8882028567" data-action="call_sales" aria-label="Sales:(888) 202-8567"> <span itemprop="name" data-action="call_sales">Sales</span> <!----> <span not="#isSiteFrontRequest" data-action="call_sales" itemprop="telephone">(888) 202-8567</span> </a> </li> <li if="cards.cta.ctaDepartmentsOrder " class="insight department-cta auto-dealer" repeat="cards.cta.ctaDepartmentsOrder" itemprop="department" data-params="cardName:header;department:service;phone:(888) 219-6018;" id="card-view/card/3e1ddb15-2443-4fda-acaa-30c6e9f243f7-1-row1"> <a href="tel:8882196018" data-action="call_service" aria-label="Service:(888) 219-6018"> <span itemprop="name" data-action="call_service">Service</span> <!----> <span not="#isSiteFrontRequest" data-action="call_service" itemprop="telephone">(888) 219-6018</span> </a> </li> </ul> </div> <div if="#headerCtaEnabled" class="cta reorderable-cta-enabled"> <ul> <!----> <li if="cards.cta.ctaDepartmentsOrder " class="callUs auto-dealer department-cta phones-few" itemprop="department" data-count="2"> <a href class="sd-icon sd-icon-phone"> <span itemprop="name">Call Us</span> </a><ul class="numberContainer"> <li repeat="cards.cta.ctaDepartmentsOrder" class="insight auto-dealer" itemprop="department" data-params="cardName:header;department:sales;phone:(888) 202-8567;" data-insight="call_sales" id="card-view/card/501cf84c-480d-42f0-b670-659a5828bb40-0-row2"> <a href="tel:8882028567" class="sd-icon sd-icon-phone" data-insight="call_sales" aria-label="Sales"> <span itemprop="name" data-insight="call_sales">Sales</span> <!----> <span not="#isSiteFrontRequest" data-insight="call_sales" itemprop="telephone">(888) 202-8567</span> </a> </li> <li repeat="cards.cta.ctaDepartmentsOrder" class="insight auto-dealer" itemprop="department" data-params="cardName:header;department:service;phone:(888) 219-6018;" data-insight="call_service" id="card-view/card/3e1ddb15-2443-4fda-acaa-30c6e9f243f7-1-row2"> <a href="tel:8882196018" class="sd-icon sd-icon-phone" data-insight="call_service" aria-label="Service"> <span itemprop="name" data-insight="call_service">Service</span> <!----> <span not="#isSiteFrontRequest" data-insight="call_service" itemprop="telephone">(888) 219-6018</span> </a> </li> </ul> </li> <li if="cards.cta.ctaDepartmentsOrder[0]" class="insight auto-dealer" itemprop="department" data-params="cardName:header;department:sales;phone:(888) 202-8567;" data-insight="call_sales" id="card-view/card/501cf84c-480d-42f0-b670-659a5828bb40-0-row3"> <a href="tel:8882028567" class="sd-icon sd-icon-phone" data-insight="call_sales" aria-label="Sales"> <span itemprop="name" data-insight="call_sales">Sales</span> <!----> <span not="#isSiteFrontRequest" data-insight="call_sales" itemprop="telephone">(888) 202-8567</span> </a> </li> <li if="cards.cta.ctaDepartmentsOrder[1]" class="insight auto-dealer" itemprop="department" data-params="cardName:header;department:service;phone:(888) 219-6018;" data-insight="call_service" id="card-view/card/3e1ddb15-2443-4fda-acaa-30c6e9f243f7-1-row3"> <a href="tel:8882196018" class="sd-icon sd-icon-phone" data-insight="call_service" aria-label="Service"> <span itemprop="name" data-insight="call_service">Service</span> <!----> <span not="#isSiteFrontRequest" data-insight="call_service" itemprop="telephone">(888) 219-6018</span> </a> </li> <!----> <li if="cards.cta.cards.location" class="location insight" data-params="cardName:header;" data-action="maplinkout"> <a href="/HoursAndDirections" itemprop="url" class="sd-icon sd-icon-location" aria-label="Hours & Map" data-action="maplinkout"> <span data-action="maplinkout">Hours & Map</span> </a> </li> <!----> <!----> <li if="cards.pageLinks.cards.contactUs" class="contactUs insight" data-params="cardName:header;" data-action="contactUs"> <a if="cards.pageLinks.cards.contactUs.hyperlinks[0].url" class="sd-icon sd-icon-contact" href="/ContactUsForm" title="Contact Johnson Brothers Ford" target aria-label="Contact Us"> <span if="cards.pageLinks.cards.contactUs.hyperlinks[0].label" data-action="contactUs">Contact Us</span> <!----> </a> <!----> </li> <!----> <li if="cards.pageLinks.cards.scheduleService" class="scheduleService insight" data-params="cardName:header;" data-action="scheduleService"> <a if="cards.pageLinks.cards.scheduleService.hyperlinks[0].url" class="sd-icon sd-icon-schedule" href="/ServiceApptForm" target aria-label="Book Appt Schedule Service"> <span if="cards.pageLinks.cards.scheduleService.hyperlinks[0].label" data-action="scheduleService">Schedule Service</span> <!----> </a> <!----> </li> <li if="cards.navigation.cards.length" class="mobileMenu"> <span>Menu</span> </li> </ul> </div> <!----> <!----> <div if="cards.navigation.isMeganav" class="navigation-menu logged-out"> <nav data-content-block-reference-name="CB-MegaNav" class="navigation navigation-border-treatment content-width-dropdown" if="isMeganav"> <ul each="cards"> <!----> <li not="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-Hablamos Español-17965fa3-9c7f-4128-a01d-415e7f25fc04" data-params="cardName:navigation;mainNavigation:Hablamos Español;navColumnType:standard;" template="dropdown-display-disabled"><a href="/bienvenido-a-johnson-brothers-ford" data-lastmodifieddate="0" id="card-view/card/17965fa3-9c7f-4128-a01d-415e7f25fc04_bd098f71-37b0-4f6b-bb13-814ee707d02e" target template="link-display-options" role="button" tabindex="0"><span>Hablamos Español</span></a></li> <!--^_^--> <!----> <li not="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-Home-5a7bdff0-7cfc-486f-b86a-fff6c846fa74" data-params="cardName:navigation;mainNavigation:Home;navColumnType:standard;" template="dropdown-display-disabled"><a href="/HomePage" data-lastmodifieddate="0" id="card-view/card/5a7bdff0-7cfc-486f-b86a-fff6c846fa74_bd098f71-37b0-4f6b-bb13-814ee707d02e" target template="link-display-options" role="button" tabindex="0"><span>Home</span></a></li> <!--^_^--> <li if="cards.length" class="has-deck-cards navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-New-7cd5b0b2-81be-4d1b-8bb5-189b06ec2bad" data-params="cardName:navigation;mainNavigation:New;navColumnType:standard;" template="dropdown-display-enabled"><div role="button" tabindex="0" id="card-view/card/7cd5b0b2-81be-4d1b-8bb5-189b06ec2bad_bd098f71-37b0-4f6b-bb13-814ee707d02e" data-lastmodifieddate="0" template="link-display-options"><span>New</span></div> <ul each="cards" setcolumnprops> <li><div id="card-view/card/056dbea5-bcee-44a2-95a4-f70924f26f18_bd098f71-37b0-4f6b-bb13-814ee707d02e" class="navigation-section col" template="section-title-options"><!----> <ul if="cards" each="cards"> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-New Vehicle Inventory-5044fbef-87dc-459c-9e1e-d18393b74d3c" data-lastmodifieddate="0" template="link-display-options"><a href="/VehicleSearchResults?search=new" target>New Vehicle Inventory</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-From America. For America. Sales Event!-7050fe89-9da7-46de-97e1-6b262fb949a7" data-lastmodifieddate="0" template="link-display-options"><a href="/Monthly-Specials" target>From America. For America. Sales Event!</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Discounted New Fords-c03d7a5b-f946-4aad-bae7-7cafdb8389e9" data-lastmodifieddate="0" template="link-display-options"><a href="/VehicleSearchResults?s:q=demo&s:v=site&s:s=New%20Inventory&searchQuery=demo&sort=savings|desc&elementName=sortby" target>Discounted New Fords</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-About Truck Month-761ed6d1-a3d6-4311-909a-9966aabe0526" data-lastmodifieddate="0" template="link-display-options"><a href="/Ford-Truck-Month" target>About Truck Month</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Schedule a Test Drive-bca6aead-fbe9-496b-980f-c75d135020a3" data-lastmodifieddate="0" template="link-display-options"><a href="/ScheduleTestDriveForm_D" target>Schedule a Test Drive</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Start Your Custom Order-78a34edb-a8dd-479c-9e8b-00e8587013d8" data-lastmodifieddate="0" template="link-display-options"><a href="/customfactoryorder" target>Start Your Custom Order</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-BlueCruise-c7a645ab-5707-47c2-97c6-8d28e346b7fc" data-lastmodifieddate="0" template="link-display-options"><a href="/bluecruise" target>BlueCruise</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Powertrain Options-587fcab0-bd60-4e21-907c-1a7a30b5d4cb" data-lastmodifieddate="0" template="link-display-options"><a href="/Powertrain" target>Powertrain Options</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-All New Ford Bronco-813099c0-103f-4618-8ad0-6bd44dd5ede5" data-lastmodifieddate="0" template="link-display-options"><a href="/BRONCO" target>All New Ford Bronco</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-CarFinder-5b4dd671-bd5f-49cd-b8b3-2806e366c87e" data-lastmodifieddate="0" template="link-display-options"><a href="/FindItForMeForm" target>CarFinder</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Edmunds Instant Cash Offer-b5a31dde-26da-4619-be5a-affadcc45544" data-lastmodifieddate="0" template="link-display-options"><a href="/PartnerPage?edmunds-cash-offer" target>Edmunds Instant Cash Offer</a> </li> <!--^_^--></ul></div></li> <!--^_^--> <li><!-- This template is being rendered from a design --> <section data-is-navigation-card="true" id="card-view/card/a62e080a-0276-4bd2-ae87-40afef8669b4_bd098f71-37b0-4f6b-bb13-814ee707d02e" data-origin-name="navigationModelInventoryb751b16f-31b0-4d45-9e2d-42cbd8ba2cfe_bd098f71-37b0-4f6b-bb13-814ee707d02e" data-lastmodifieddate="0" data-attrs="card-navigationModelInventoryb751b16f-31b0-4d45-9e2d-42cbd8ba2cfe_bd098f71-37b0-4f6b-bb13-814ee707d02e-a62e080a-0276-4bd2-ae87-40afef8669b4" data-params="cardName:navigationModelInventoryb751b16f-31b0-4d45-9e2d-42cbd8ba2cfe_bd098f71-37b0-4f6b-bb13-814ee707d02e;category:new;navColumnType:Model Inventory Card;" class="card l4 navigationModelInventoryb751b16f-31b0-4d45-9e2d-42cbd8ba2cfe_bd098f71-37b0-4f6b-bb13-814ee707d02e navigation-model-inventory col-4 image-center content-width-none aspect-unknown insight theme- cards-none title-none copy-many media-none links-none leafy" model="@this as card" template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content"><!-- This template is being rendered from a design --> <div class="text"> <div class="title" template="title"><!-- This template is being rendered from a design --> <!----> <!----></div> <div class="copy" template="copy"><!-- This template is being rendered from a design --> <div model="subject"> <!----> <!----> <div if="groupByOptionsCardConfig" class=" model-group" each="makes.make as make"> <a if="bodyTypeOrMake" class="make group-heading" href="/VehicleSearchResults?search=new&make=Ford">All New Ford (236)</a> <!----> <!----> <ul sortonintent> <li repeat="@this.model" data-model="F-150" data-count="82"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=F-150" data-insight="F-150"> <img itemprop="image" alt="F-150" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/f-150_x100.png"/> <!----> <span itemprop="name">F-150 (82)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Bronco Sport" data-count="31"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Bronco%20Sport" data-insight="Bronco Sport"> <img itemprop="image" alt="Bronco Sport" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/bronco_sport_x100.png"/> <!----> <span itemprop="name">Bronco Sport (31)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Explorer" data-count="22"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Explorer" data-insight="Explorer"> <img itemprop="image" alt="Explorer" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/explorer_x100.png"/> <!----> <span itemprop="name">Explorer (22)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Super Duty F-250 SRW" data-count="21"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Super%20Duty%20F-250%20SRW" data-insight="Super Duty F-250 SRW"> <img itemprop="image" alt="Super Duty F-250 SRW" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/super_duty_f-250_srw_x100.png"/> <!----> <span itemprop="name">Super Duty F-250 SRW (21)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Maverick" data-count="17"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Maverick" data-insight="Maverick"> <img itemprop="image" alt="Maverick" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/maverick_x100.png"/> <!----> <span itemprop="name">Maverick (17)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Bronco" data-count="15"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Bronco" data-insight="Bronco"> <img itemprop="image" alt="Bronco" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/bronco_x100.png"/> <!----> <span itemprop="name">Bronco (15)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Escape" data-count="13"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Escape" data-insight="Escape"> <img itemprop="image" alt="Escape" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/escape_x100.png"/> <!----> <span itemprop="name">Escape (13)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Expedition Max" data-count="6"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Expedition%20Max" data-insight="Expedition Max"> <img itemprop="image" alt="Expedition Max" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/expedition_max_x100.png"/> <!----> <span itemprop="name">Expedition Max (6)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Ranger" data-count="6"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Ranger" data-insight="Ranger"> <img itemprop="image" alt="Ranger" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/ranger_x100.png"/> <!----> <span itemprop="name">Ranger (6)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Mustang" data-count="5"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Mustang" data-insight="Mustang"> <img itemprop="image" alt="Mustang" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/mustang_x100.png"/> <!----> <span itemprop="name">Mustang (5)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Super Duty F-350 SRW" data-count="5"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Super%20Duty%20F-350%20SRW" data-insight="Super Duty F-350 SRW"> <img itemprop="image" alt="Super Duty F-350 SRW" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/super_duty_f-350_srw_x100.png"/> <!----> <span itemprop="name">Super Duty F-350 SRW (5)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Mustang Mach-E" data-count="3"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Mustang%20Mach-E" data-insight="Mustang Mach-E"> <img itemprop="image" alt="Mustang Mach-E" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/mustang_mach-e_x100.png"/> <!----> <span itemprop="name">Mustang Mach-E (3)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Transit Cargo Van" data-count="3"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Transit%20Cargo%20Van" data-insight="Transit Cargo Van"> <img itemprop="image" alt="Transit Cargo Van" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/transit_cargo_van_x100.png"/> <!----> <span itemprop="name">Transit Cargo Van (3)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Expedition" data-count="2"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Expedition" data-insight="Expedition"> <img itemprop="image" alt="Expedition" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/expedition_x100.png"/> <!----> <span itemprop="name">Expedition (2)</span> <!----> </a> </li> <li repeat="@this.model" data-model="F-150 Lightning" data-count="2"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=F-150%20Lightning" data-insight="F-150 Lightning"> <img itemprop="image" alt="F-150 Lightning" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/f-150_lightning_x100.png"/> <!----> <span itemprop="name">F-150 Lightning (2)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Super Duty F-250 SRW King Ranch" data-count="1"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Super%20Duty%20F-250%20SRW%20King%20Ranch" data-insight="Super Duty F-250 SRW King Ranch"> <img itemprop="image" alt="Super Duty F-250 SRW King Ranch" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/super_duty_f-250_srw_king_ranch_x100.png"/> <!----> <span itemprop="name">Super Duty F-250 SRW King Ranch (1)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Super Duty F-250 SRW XL" data-count="1"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Super%20Duty%20F-250%20SRW%20XL" data-insight="Super Duty F-250 SRW XL"> <img itemprop="image" alt="Super Duty F-250 SRW XL" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/super_duty_f-250_srw_xl_x100.png"/> <!----> <span itemprop="name">Super Duty F-250 SRW XL (1)</span> <!----> </a> </li> <li repeat="@this.model" data-model="Transit Passenger Wagon" data-count="1"> <meta itemprop="brand" content="Ford"/> <a class="model" href="/VehicleSearchResults?search=new&make=Ford&model=Transit%20Passenger%20Wagon" data-insight="Transit Passenger Wagon"> <img itemprop="image" alt="Transit Passenger Wagon" noresponsive width="100" height="75" loading="lazy" src="https://inv.assets.sincrod.com/model-menu/en_us/ford/models/progressive-2.0/transit_passenger_wagon_x100.png"/> <!----> <span itemprop="name">Transit Passenger Wagon (1)</span> <!----> </a> </li> </ul> <!----> <!--^_^--></div> </div> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!-- This template is being rendered from a design --> <!----></div></div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <!----></section></li> <!--^_^--></ul> </li> <!----> <!--^_^--> <li if="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-Used-baf2620e-14d1-4ce5-b3f0-b620b53a9f44" data-params="cardName:navigation;mainNavigation:Used;navColumnType:standard;" template="dropdown-display-enabled"><div role="button" tabindex="0" id="card-view/card/baf2620e-14d1-4ce5-b3f0-b620b53a9f44_bd098f71-37b0-4f6b-bb13-814ee707d02e" data-lastmodifieddate="0" template="link-display-options"><span>Used</span></div> <ul each="cards" setcolumnprops> <li><div id="card-view/card/8098907b-abac-4d86-8cd6-beffe21ae509_bd098f71-37b0-4f6b-bb13-814ee707d02e" class="navigation-section col" template="section-title-options"><!----> <ul if="cards" each="cards"> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Used Vehicle Inventory-9ccf472f-8588-4fdb-8a6f-59bba30676e4" data-lastmodifieddate="0" template="link-display-options"><a href="/VehicleSearchResults?search=preowned" target>Used Vehicle Inventory</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Certified Pre-Owned Vehicles-5e93e23a-eaed-49fa-ad84-4096cc0cfd3f" data-lastmodifieddate="0" template="link-display-options"><a href="/VehicleSearchResults?search=certified" target>Certified Pre-Owned Vehicles</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Vehicles Under 20K-7286fb6e-0130-4d9c-80ab-f1d84082c538" data-lastmodifieddate="0" template="link-display-options"><a href="/VehicleSearchResults?search=preowned&priceRange_min=1&priceRange_max=20000" target>Vehicles Under 20K</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Pre-Owned Specials-09d7b118-0a31-4fca-bcac-cba6ae63278f" data-lastmodifieddate="0" template="link-display-options"><a href="/Preowned-Specials" target>Pre-Owned Specials</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Ford Blue Advantage Overview-86d3fffc-a942-4e6b-978a-2728ecb33546" data-lastmodifieddate="0" template="link-display-options"><a href="/ford-blue-advantage-overview" target>Ford Blue Advantage Overview</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Edmunds Instant Cash Offer-5d605c40-fd4c-4e09-a698-fa82b1310f87" data-lastmodifieddate="0" template="link-display-options"><a href="/PartnerPage?edmunds-cash-offer" target>Edmunds Instant Cash Offer</a> </li> <!--^_^--></ul></div></li> <!--^_^--></ul> </li> <!----> <!--^_^--> <!----> <li not="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-Sell/Trade-8b2b9b0b-6afa-479b-b2aa-453bcc99c70b" data-params="cardName:navigation;mainNavigation:Sell/Trade;navColumnType:standard;" template="dropdown-display-disabled"><a href="/PartnerPage?edmunds-cash-offer" data-lastmodifieddate="0" id="card-view/card/8b2b9b0b-6afa-479b-b2aa-453bcc99c70b_bd098f71-37b0-4f6b-bb13-814ee707d02e" target template="link-display-options" role="button" tabindex="0"><span>Sell/Trade</span></a></li> <!--^_^--> <!----> <li not="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-New Lincolns-cd117150-4ea5-4487-82c8-88bbd13ef0eb" data-params="cardName:navigation;mainNavigation:New Lincolns;navColumnType:standard;" template="dropdown-display-disabled"><a href="https://www.johnsonbroslincoln.com/VehicleSearchResults?search=new" data-lastmodifieddate="0" id="card-view/card/cd117150-4ea5-4487-82c8-88bbd13ef0eb_bd098f71-37b0-4f6b-bb13-814ee707d02e" target template="link-display-options" role="button" tabindex="0"><span>New Lincolns</span></a></li> <!--^_^--> <!----> <li not="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-Electric Vehicles-8e3bff37-4462-4b8c-86a4-57f2078dcea2" data-params="cardName:navigation;mainNavigation:Electric Vehicles;navColumnType:standard;" template="dropdown-display-disabled"><a href="/electric" data-lastmodifieddate="0" id="card-view/card/8e3bff37-4462-4b8c-86a4-57f2078dcea2_bd098f71-37b0-4f6b-bb13-814ee707d02e" target template="link-display-options" role="button" tabindex="0"><span>Electric Vehicles</span></a></li> <!--^_^--> <li if="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-Commercial-36a0ab18-edfc-4048-8b6c-6bc162dced7b" data-params="cardName:navigation;mainNavigation:Commercial;navColumnType:standard;" template="dropdown-display-enabled"><div role="button" tabindex="0" id="card-view/card/36a0ab18-edfc-4048-8b6c-6bc162dced7b_bd098f71-37b0-4f6b-bb13-814ee707d02e" data-lastmodifieddate="0" template="link-display-options"><span>Commercial</span></div> <ul each="cards" setcolumnprops> <li><div id="card-view/card/5808151a-1c3c-4158-9387-1a41e4390ff6_bd098f71-37b0-4f6b-bb13-814ee707d02e" class="navigation-section col" template="section-title-options"><!----> <ul if="cards" each="cards"> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Learn More-37529ab0-23ef-4a07-b463-d527ca23ed2a" data-lastmodifieddate="0" template="link-display-options"><a href="/commercial-learnmore" target>Learn More</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Commercial Vehicles-cc09bf74-c9fe-40d9-81c2-180579295bb9" data-lastmodifieddate="0" template="link-display-options"><a href="/new-used-work-trucks" target>Commercial Vehicles</a> </li> <!--^_^--></ul></div></li> <!--^_^--></ul> </li> <!----> <!--^_^--> <li if="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-Finance & Specials-bb76c6e9-42c3-47bc-9402-6e8f4ee9e745" data-params="cardName:navigation;mainNavigation:Finance & Specials;navColumnType:standard;" template="dropdown-display-enabled"><div role="button" tabindex="0" id="card-view/card/bb76c6e9-42c3-47bc-9402-6e8f4ee9e745_bd098f71-37b0-4f6b-bb13-814ee707d02e" data-lastmodifieddate="0" template="link-display-options"><span>Finance & Specials</span></div> <ul each="cards" setcolumnprops> <li><div id="card-view/card/a842af04-93b9-4f46-a470-51feccb0f222_bd098f71-37b0-4f6b-bb13-814ee707d02e" class="navigation-section col" template="section-title-options"><!----> <ul if="cards" each="cards"> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Finance Center-674de342-dcb4-47ce-a5ca-fa29246752d2" data-lastmodifieddate="0" template="link-display-options"><a href="/financing" target>Finance Center</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Apply for Credit-8ef73559-7589-4638-86ed-00d677adbd9e" data-lastmodifieddate="0" template="link-display-options"><a href="https://www.ford.com/finance/apply/1?SourceOfData=DCF&dealerId=02453" target="_blank">Apply for Credit</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Credit Estimator-e8d43795-d31c-47a1-aa20-7d20f3386cfe" data-lastmodifieddate="0" template="link-display-options"><a href="/CreditScoreEstimator_D" target>Credit Estimator</a> </li> <!--^_^--></ul></div></li> <!--^_^--> <li><div id="card-view/card/9ce95e54-fe5f-4dfc-bc69-77a285578291_bd098f71-37b0-4f6b-bb13-814ee707d02e" class="navigation-section col" template="section-title-options"><!----> <ul if="cards" each="cards"> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-New Specials-727140a4-0f86-4ac5-a185-27a17227f14f" data-lastmodifieddate="0" template="link-display-options"><a href="/Specials_D?vehicleCategory=new" target>New Specials</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Heavily Discounted-656c4d8d-5587-4b8b-bad6-af0dd4af87e8" data-lastmodifieddate="0" template="link-display-options"><a href="https://www.johnsonbrosford.com/VehicleSearchResults?s:q=demo&s:v=site&s:s=New%20Inventory&searchQuery=demo" target>Heavily Discounted</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Pre-Owned Specials-c5c4ac64-4345-4aae-9d3e-907be916e68d" data-lastmodifieddate="0" template="link-display-options"><a href="/Preowned-Specials" target>Pre-Owned Specials</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Vehicles Under 20K-37b1ea9d-0ed1-4026-8e8c-9355232688e3" data-lastmodifieddate="0" template="link-display-options"><a href="/VehicleSearchResults?search=used&priceRange=1:20000" target>Vehicles Under 20K</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Service Specials-78dcdddb-8a6a-4bc1-beef-0987a7b08904" data-lastmodifieddate="0" template="link-display-options"><a href="/ServiceAndPartsSpecials_D" target>Service Specials</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Commercial specials-2fb0bcc8-2481-440f-a0ed-38fdc1c24d3c" data-lastmodifieddate="0" template="link-display-options"><a href="/commercial-inventory" target>Commercial specials</a> </li> <!--^_^--></ul></div></li> <!--^_^--></ul> </li> <!----> <!--^_^--> <!----> <li not="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-Quick Lane-af877dc0-4130-41ff-b836-31b66cca524d" data-params="cardName:navigation;mainNavigation:Quick Lane;navColumnType:standard;" template="dropdown-display-disabled"><a href="/quick-lane" data-lastmodifieddate="0" id="card-view/card/af877dc0-4130-41ff-b836-31b66cca524d_bd098f71-37b0-4f6b-bb13-814ee707d02e" target template="link-display-options" role="button" tabindex="0"><span>Quick Lane</span></a></li> <!--^_^--> <li if="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-Service & Parts-8933e460-7435-4392-a699-f7ac43ee1f2c" data-params="cardName:navigation;mainNavigation:Service & Parts;navColumnType:standard;" template="dropdown-display-enabled"><div role="button" tabindex="0" id="card-view/card/8933e460-7435-4392-a699-f7ac43ee1f2c_bd098f71-37b0-4f6b-bb13-814ee707d02e" data-lastmodifieddate="0" template="link-display-options"><span>Service & Parts</span></div> <ul each="cards" setcolumnprops> <li><div id="card-view/card/8eeeddd4-ab94-4b84-8ce6-475b479c40cc_bd098f71-37b0-4f6b-bb13-814ee707d02e" class="navigation-section col" template="section-title-options"><!----> <ul if="cards" each="cards"> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Service Center-5ed69d8b-78f6-4ea7-8df9-7a654f4cf080" data-lastmodifieddate="0" template="link-display-options"><a href="/service-center" target>Service Center</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Schedule Service Appointment-7a385023-fe91-4bce-91c2-043dd1bc71d2" data-lastmodifieddate="0" template="link-display-options"><a href="/service-appointment" target>Schedule Service Appointment</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Mobile Service-d834e0a1-40ab-4c24-b3df-86dc2d089ae7" data-lastmodifieddate="0" template="link-display-options"><a href="/ford-mobile-service" target>Mobile Service</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Quick Lane ®-c4304db7-05ad-4b40-a401-34243e6febe1" data-lastmodifieddate="0" template="link-display-options"><a href="/quick-lane" target>Quick Lane ®</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-General Service Details-2840858d-9379-4b1f-b8ca-654bc77661df" data-lastmodifieddate="0" template="link-display-options"><a href="/general-maintenance-advice" target>General Service Details</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Service Coupons-0151ef80-17b8-40c7-9bb3-932b798f23dc" data-lastmodifieddate="0" template="link-display-options"><a href="/ServiceAndPartsSpecials_D" target>Service Coupons</a> </li> <!--^_^--></ul></div></li> <!--^_^--> <li><div id="card-view/card/70c8b482-3c85-4692-9776-efcf728ef018_bd098f71-37b0-4f6b-bb13-814ee707d02e" class="navigation-section col" template="section-title-options"><!----> <ul if="cards" each="cards"> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Parts Center-51d2cfe6-6735-40d6-830b-4172f71d270d" data-lastmodifieddate="0" template="link-display-options"><a href="/parts-center" target>Parts Center</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Oil Change Details-6f08d86b-a5fd-40b6-a679-02bb09a0f66d" data-lastmodifieddate="0" template="link-display-options"><a href="/oil-change-advice" target>Oil Change Details</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Brake Details-474a5807-3a5c-442b-a718-a5470f34b614" data-lastmodifieddate="0" template="link-display-options"><a href="/brake-service-advice" target>Brake Details</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Tire Details-6833e5da-9fd0-4361-9336-90a6f9d2e2f8" data-lastmodifieddate="0" template="link-display-options"><a href="/tire-care-advice" target>Tire Details</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Battery Details-7ce8b7e7-51d5-449b-9fde-29c4a26f2cff" data-lastmodifieddate="0" template="link-display-options"><a href="/battery-service-advice" target>Battery Details</a> </li> <!--^_^--></ul></div></li> <!--^_^--></ul> </li> <!----> <!--^_^--> <li if="cards.length" class="navigation-link media-side-left insight" aria-expanded="false" data-attrs="card-About Us-dc376a3a-bdf3-40f5-89f9-7131696518d8" data-params="cardName:navigation;mainNavigation:About Us;navColumnType:standard;" template="dropdown-display-enabled"><div role="button" tabindex="0" id="card-view/card/dc376a3a-bdf3-40f5-89f9-7131696518d8_bd098f71-37b0-4f6b-bb13-814ee707d02e" data-lastmodifieddate="0" template="link-display-options"><span>About Us</span></div> <ul each="cards" setcolumnprops> <li><div id="card-view/card/7b481f32-a9b2-4667-9387-08eeecbada46_bd098f71-37b0-4f6b-bb13-814ee707d02e" class="navigation-section col" template="section-title-options"><!----> <ul if="cards" each="cards"> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-President's Award-e3916586-db98-496c-8b8a-557efa313a1c" data-lastmodifieddate="0" template="link-display-options"><a href="/presidents-award" target>President's Award</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Reviews-1b127042-095a-445e-bf08-ed4d9a661bc8" data-lastmodifieddate="0" template="link-display-options"><a href="/reviews" target>Reviews</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Meet Our Team-a51392a3-c85a-4fdf-91ee-cbc931035f4d" data-lastmodifieddate="0" template="link-display-options"><a href="/MeetOurDepartments" target>Meet Our Team</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Hours & Directions-49e9bdd1-b4b4-46d8-8593-8e1f4453ded5" data-lastmodifieddate="0" template="link-display-options"><a href="/HoursAndDirections" target>Hours & Directions</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Why Johnson Brothers?-85846bb5-eb26-4362-94d7-da0ea91474cb" data-lastmodifieddate="0" template="link-display-options"><a href="/about" target>Why Johnson Brothers?</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Contact Us-9f8e8ee0-1b67-494f-9eb3-122247e95dc3" data-lastmodifieddate="0" template="link-display-options"><a href="/ContactUsForm" target>Contact Us</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Join Our Team-Apply Now!-66a09201-77e8-45d8-bf75-4aaa24eb1b63" data-lastmodifieddate="0" template="link-display-options"><a href="https://recruitingbypaycor.com/career/CareerHome.action?clientId=8a7883c6902d77d301905b16ddc01255" target="_blank">Join Our Team-Apply Now!</a> </li> <!--^_^--> <li if="hyperlinks[0]" class="subnavigation-link media-side-left" data-attrs="card-Blog-342a2b0b-5032-478b-9b50-7bfb570b57f0" data-lastmodifieddate="0" template="link-display-options"><a href="/Blog" target>Blog</a> </li> <!--^_^--></ul></div></li> <!--^_^--></ul> </li> <!----> <!--^_^--></ul> </nav> <!----> <ul class="tools" if="content.navigation.saveVehicleDisplayable" template="header-tools"><li class="login" if="consumerLoginEnabled" clsession="fragmentId:view/card/91e94b71-b72a-446e-9a31-f7603f00bdd2"> <a if="content.cfLogin.authenticationState.notAuthenticated" data-cdksignon="loggedOut" name="login" href="/?indices=site,ContentBlock-consumer&formType=login&csRegister=#card-consumer-dialog" rel="nofollow" base-modal="containerId:modal-container"> <span>Sign In</span> </a> <!----> <!----> <!----> <!----> <!----> <!----> </li> <li if="cards.additionalAttr.cards.savedVehicle" class="saved-vehicles insight" data-params="cardName:navigation;" data-insight="save"> <!----> <a not="content.navigation.savedVehiclesCount" data-saved="false" href="/SavedVehicles_D" merchandising-savecount="fragmentId: view/card/91e94b71-b72a-446e-9a31-f7603f00bdd2" aria-label="Saved Vehicles"> <b>0</b> <span>Saved Vehicles</span> </a> </li></ul> </div> <!----> <div if="cards.additionalAttr.cards.advancedSiteSearch" tabindex="0" role="search" data-insight="search" data-params="cardName:advancedSiteSearch;toggleCardName:advancedSiteSearch;toggleInsight:close;" class="insight advanced-site-search-wrapper"> <div id="card-view-card-2755dda8-a8a6-4a85-b3d6-b322d054ca6b" class="advanced-site-search bg-color media-bleed-full deck-bleed-full deck-listing tabs-center col-2 link-clickable no image-center justification-l content-width-none"> <form method="get"> <!----> <div if="isViewSwitchEnabled" class="search-switch"> <input type="radio" id="searchView-site" data-insight="searchAnything" name="searchView" value="site" checked class="insight" data-params="cardName:advancedSiteSearch;"/> <label for="searchView-site" title="Search Anything">Search Anything</label> <input type="radio" id="searchView-inventory" data-insight="searchInventory" name="searchView" value="inventory" class="insight" data-params="cardName:advancedSiteSearch;"/> <label for="searchView-inventory" title="Search Inventory">Search Inventory</label> </div> <div if="voiceSearchEnabled" class="voice-search"> <label for="q-view/card/2755dda8-a8a6-4a85-b3d6-b322d054ca6b">Search</label> <input if="placeholder" id="q-view/card/2755dda8-a8a6-4a85-b3d6-b322d054ca6b" name="q" data-acceptednode="true" data-insight="search" placeholder="Search Anything" type="search" autocomplete="off" aria-owns="suggest-list-view/card/2755dda8-a8a6-4a85-b3d6-b322d054ca6b" aria-autocomplete="both" aria-required="true" role="combobox" sitesearch="enableCaching:true;fragmentId:view-card-2755dda8-a8a6-4a85-b3d6-b322d054ca6b;fragmentSelector:.deck;" class="insight" data-params="cardName:advancedSiteSearch;"/> <!----> <label for="searchQuery-view/card/2755dda8-a8a6-4a85-b3d6-b322d054ca6b" aria-hidden="true">Search</label> <input if="placeholder" id="searchQuery-view/card/2755dda8-a8a6-4a85-b3d6-b322d054ca6b" type="search" name="searchQuery" form="voice-search-form" data-acceptednode="true" data-insight="type" aria-required="true" role="combobox" autocomplete="off" aria-autocomplete="both" placeholder="Listening..." data-text-search-placeholder="Search Anything" data-voice-search-placeholder="Listening..." inventoryvoicesearch="voiceSearch:true;"/> <!----> <button type="button" class="voice-icon" form="voice-search-form" data-insight="voice"> Initiate Voice Search </button> <div class="voice-search-helper">Try saying "Search for (year, make, model, or feature)" </div> </div> <!----> <button type="submit">Search</button> </form> <form if="voiceSearchEnabled" id="voice-search-form" action="/VehicleSearchResults" aria-hidden="true" class="insight voice-search-form"> </form> <div id="suggest-list-view/card/2755dda8-a8a6-4a85-b3d6-b322d054ca6b" class="deck cards-none site-search suggest-list" each="cards"></div> </div> </div> <!----> </header> <main id="main" tabindex="-1" blockPath="/main" type="hydra-block" useCss blockTarget="card-view/card/21ee6d9d-638a-44d2-b9cd-43e25424785f"> <section if="isDisplayable" model="@this as card" id="card-view/card/21ee6d9d-638a-44d2-b9cd-43e25424785f" data-card-id="card-view-card-21ee6d9d-638a-44d2-b9cd-43e25424785f" data-origin-name="aboutMessageCard-2f7b78c3-0dd6-48a4-91a6-c83781b7b8b0" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2f7b78c3-0dd6-48a4-91a6-c83781b7b8b0-21ee6d9d-638a-44d2-b9cd-43e25424785f" data-params="cardName:aboutMessageCard-2f7b78c3-0dd6-48a4-91a6-c83781b7b8b0;" class="card l1 aboutMessageCard-2f7b78c3-0dd6-48a4-91a6-c83781b7b8b0 link-clickable seo-card bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col image-center content-width-none aspect-4x3 insight theme- cards-many title-one copy-none media-none links-none branchy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><h1 if="title">Your Ideal Dealership - Johnson Brothers Ford in Temple, TX, Near Belton </h1></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <li if="title"><a href="#card-view/card/d0d111a1-cab3-407d-af90-e2693af353e5">Featured Used (Pre-owned) Inventory<br></a></li> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <li if="title"><a href="#card-view/card/8a6e44e3-6054-4b99-beed-c87024bddbf9">Hours Of Operation</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/055c3223-6b1e-428c-b874-8d2db06d3c9c">review</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/832e4d3d-97b3-4051-9a7c-ce3d9a1c499f">We Welcome Our Killeen Customers to Johnson Brothers Ford in Temple, TX</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/6ee9b7f7-d601-4d65-9d2c-848366179cd8">Serving Temple, Killeen, Belton, & Waco Ford Drivers with Financing Options</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/d590cd06-d6c3-4bcd-86b8-9d63940da675">Ford Auto Repair, Service, and Parts Department in Temple</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/0117d8f1-2312-48b7-9315-3e0f9d733f8a">New and Used Vehicles for Temple and Belton Ford Shoppers</a></li> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/8c79ae80-4dcb-41db-b25f-4ab306f08045" class="card l2 integration-17ae8904-2ec5-4ddb-a1bb-bb259282743a integration-card bg-light" data-origin-name="integration-17ae8904-2ec5-4ddb-a1bb-bb259282743a"> <!----> <!----> <h1 style="font-size: 19px;padding: 15px; background: #C9011D;color: #ffffff;text-transform: initial;text-align: center;">Sales : Open (Weekdays 9AM - 8PM) Service : Open (Weekdays 9AM - 8PM) Saturdays (Sales : 9AM - 6PM & Service : 9AM - 6PM) Sunday: Close <span style = "color: #000000;"> </span> </h1> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><section lazyload data-content-block-instance-name="CB-b7c29939-904c-4a0c-93a0-311899b26c0e" data-content-block-reference-name="CB-25c9f8e8-275c-4b64-a47a-4339af821454" if="isDisplayable" id="card-view/card/1dbd3671-0618-4ec7-b1c7-ec1da2747b59_ef167e71-50e8-45db-af0e-d7cbd2628792" model="@this as card" data-card-id="card-view-card-1dbd3671-0618-4ec7-b1c7-ec1da2747b59_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="aboutMessageCard-1c95a1d7-360f-4818-ab9d-5c2a0995612f_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-1c95a1d7-360f-4818-ab9d-5c2a0995612f_ef167e71-50e8-45db-af0e-d7cbd2628792-1dbd3671-0618-4ec7-b1c7-ec1da2747b59" data-params="cardName:aboutMessageCard-1c95a1d7-360f-4818-ab9d-5c2a0995612f_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l2 aboutMessageCard-1c95a1d7-360f-4818-ab9d-5c2a0995612f_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-dark media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center fix-and-float media-background-no-gradient content-width-none aspect-unknown insight theme- branchy cards-many title-none copy-none media-none links-none" template="card-body" data-lazybg=true data-bg-src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/4fb2c7c3255d4cc89cdd9e6231d5f191_720x404.png"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"> <li if="title"><a href="#card-view/card/50bf8762-7b28-4791-9946-77a8849c3306_ef167e71-50e8-45db-af0e-d7cbd2628792"><span class="colorspan" data-color="#11a919" data-luminance="undefined" style=""><font color="#00095b"><i>From America. For America.<b> Employee Pricing</b> - You Pay What We Pay!<br></i></font></span><span class="colorspan" data-color="#11a919" data-luminance="undefined" style="color: rgb(17, 169, 25);">At Johnson Brothers Ford, Making It Happen For Over 40 Years! </span></a></li> <!--^_^--> <li if="title"><a href="#card-view/card/2a31224e-4d55-4727-a087-a453353e0b7d_ef167e71-50e8-45db-af0e-d7cbd2628792">Advance Search</a></li> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"> <section if="isDisplayable" model="@this as card" id="card-view/card/50bf8762-7b28-4791-9946-77a8849c3306_ef167e71-50e8-45db-af0e-d7cbd2628792" data-card-id="card-view-card-50bf8762-7b28-4791-9946-77a8849c3306_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="genericCard-11548dc7-12d4-472c-b2ff-1deb75867633_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-genericCard-11548dc7-12d4-472c-b2ff-1deb75867633_ef167e71-50e8-45db-af0e-d7cbd2628792-50bf8762-7b28-4791-9946-77a8849c3306" data-params="cardName:genericCard-11548dc7-12d4-472c-b2ff-1deb75867633_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l3 genericCard-11548dc7-12d4-472c-b2ff-1deb75867633_ef167e71-50e8-45db-af0e-d7cbd2628792 justification-l deck-bleed-full media-bleed-full logo-soup media-treatment-zoom bg-light deck-listing tabs-center col link-clickable no image-center title-center content-width-none aspect-4x3 insight theme- cards-many title-one copy-none media-none links-none leafy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><h3 if="title"><span class="colorspan" data-color="#11a919" data-luminance="undefined" style=""><font color="#00095b"><i>From America. For America.<b> Employee Pricing</b> - You Pay What We Pay!<br></i></font></span><span class="colorspan" data-color="#11a919" data-luminance="undefined" style="color: rgb(17, 169, 25);">At Johnson Brothers Ford, Making It Happen For Over 40 Years! </span></h3></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> <!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-0">Bronco</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-1">Bronco Sport</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-2">F 150</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-3">Super Duty F-250</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-4">Escape</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-5">Expedition</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-6">Expedition Max</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-7">Edge</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-8">Explorer</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-9">Ranger</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-10">Mustang</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-11">Maverick</a></li> <!--^_^--></ul> </div> <div class="deck" each="cards"><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-0" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-0" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-0" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-0"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/a78e1ffe8b714c28b8a13a9139783fc2_c2x0-1277x960.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-0"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Bronco</h4></div> <div class="copy" model="subject" template="copy">Bronco</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="6b23868a-6475-49ac-894e-131fdca9e002" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Bronco&priceRange_max=&make=Ford" data-linkid="6b23868a-6475-49ac-894e-131fdca9e002" title="Bronco Jelly bean" target data-action="BroncoJellybean">Bronco Jelly bean</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Bronco" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/a78e1ffe8b714c28b8a13a9139783fc2_c2x0-1277x960.png" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/a78e1ffe8b714c28b8a13a9139783fc2_c2x0-1277x960_x480.png 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/a78e1ffe8b714c28b8a13a9139783fc2_c2x0-1277x960_x640.png 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/a78e1ffe8b714c28b8a13a9139783fc2_c2x0-1277x960_x768.png 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/a78e1ffe8b714c28b8a13a9139783fc2_c2x0-1277x960_x1024.png 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/a78e1ffe8b714c28b8a13a9139783fc2_c2x0-1277x960_x1277.png 1277w" width="1277" height="960"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-1" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-1" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-1" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-1"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/bcae8b951bae4679a17209b8511f3585_c2x0-1277x960.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-1"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Bronco Sport</h4></div> <div class="copy" model="subject" template="copy">Bronco Sport</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="3eab75f8-c6ac-43a9-8651-cc448c928d43" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Bronco Sport&priceRange_max=&make=Ford" data-linkid="3eab75f8-c6ac-43a9-8651-cc448c928d43" title="Bronco Sport" target data-action="BroncoSport">Bronco Sport</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Bronco Sport" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/bcae8b951bae4679a17209b8511f3585_c2x0-1277x960.png" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/bcae8b951bae4679a17209b8511f3585_c2x0-1277x960_x480.png 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/bcae8b951bae4679a17209b8511f3585_c2x0-1277x960_x640.png 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/bcae8b951bae4679a17209b8511f3585_c2x0-1277x960_x768.png 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/bcae8b951bae4679a17209b8511f3585_c2x0-1277x960_x1024.png 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/bcae8b951bae4679a17209b8511f3585_c2x0-1277x960_x1277.png 1277w" width="1277" height="960"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-2" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-2" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-2" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-2"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/5d0875dfcfbf46c98a0d8b21d0d5b77d_c1x0-576x433.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-2"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">F 150</h4></div> <div class="copy" model="subject" template="copy">F 150</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="1b902606-84ae-4142-a207-65d5dab16ab4" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=F-150&priceRange_max=&make=Ford" data-linkid="1b902606-84ae-4142-a207-65d5dab16ab4" title="F 150" target data-action="F150">F 150</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="F 150" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/5d0875dfcfbf46c98a0d8b21d0d5b77d_c1x0-576x433.png" width="576" height="433"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-3" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-3" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-3" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-3"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/f050f4bc79f44089889269547afdcd7c_c2x0-1277x960.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-3"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Super Duty F-250</h4></div> <div class="copy" model="subject" template="copy">Super Duty F-250</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="8c560071-9e1a-42c8-8832-e300ef878c51" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Super Duty F-250 SRW&priceRange_max=&make=Ford" data-linkid="8c560071-9e1a-42c8-8832-e300ef878c51" title="Super Duty F-250" target data-action="SuperDutyF-250">Super Duty F-250</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Super Duty F-250" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/f050f4bc79f44089889269547afdcd7c_c2x0-1277x960.png" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/f050f4bc79f44089889269547afdcd7c_c2x0-1277x960_x480.png 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/f050f4bc79f44089889269547afdcd7c_c2x0-1277x960_x640.png 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/f050f4bc79f44089889269547afdcd7c_c2x0-1277x960_x768.png 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/f050f4bc79f44089889269547afdcd7c_c2x0-1277x960_x1024.png 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/f050f4bc79f44089889269547afdcd7c_c2x0-1277x960_x1277.png 1277w" width="1277" height="960"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-4" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-4" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-4" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-4"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/0b259b8c87284d0c9bc44b68ba71c326_c2x0-1277x960.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-4"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Escape</h4></div> <div class="copy" model="subject" template="copy">Escape</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="f71204e8-e770-478f-b769-9dde311b45ca" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Escape&priceRange_max=&make=Ford" data-linkid="f71204e8-e770-478f-b769-9dde311b45ca" title="Escape" target data-action="Escape">Escape</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Escape" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0b259b8c87284d0c9bc44b68ba71c326_c2x0-1277x960.png" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0b259b8c87284d0c9bc44b68ba71c326_c2x0-1277x960_x480.png 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0b259b8c87284d0c9bc44b68ba71c326_c2x0-1277x960_x640.png 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0b259b8c87284d0c9bc44b68ba71c326_c2x0-1277x960_x768.png 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0b259b8c87284d0c9bc44b68ba71c326_c2x0-1277x960_x1024.png 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0b259b8c87284d0c9bc44b68ba71c326_c2x0-1277x960_x1277.png 1277w" width="1277" height="960"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-5" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-5" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-5" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-5"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/1aa588ce103d47358e5db1b1c67cbed5_c2x0-1277x960.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-5"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Expedition</h4></div> <div class="copy" model="subject" template="copy">Expedition</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="6d2f70a3-5d14-495e-8324-80ec840e7f9d" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Expedition&priceRange_max=&make=Ford" data-linkid="6d2f70a3-5d14-495e-8324-80ec840e7f9d" title="Expedition" target data-action="Expedition">Expedition</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Expedition" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/1aa588ce103d47358e5db1b1c67cbed5_c2x0-1277x960.png" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/1aa588ce103d47358e5db1b1c67cbed5_c2x0-1277x960_x480.png 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/1aa588ce103d47358e5db1b1c67cbed5_c2x0-1277x960_x640.png 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/1aa588ce103d47358e5db1b1c67cbed5_c2x0-1277x960_x768.png 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/1aa588ce103d47358e5db1b1c67cbed5_c2x0-1277x960_x1024.png 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/1aa588ce103d47358e5db1b1c67cbed5_c2x0-1277x960_x1277.png 1277w" width="1277" height="960"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-6" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-6" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-6" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-6"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/4ce7e356e06745eda1022bad560ebeaa_c2x0-1277x960.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-6"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Expedition Max</h4></div> <div class="copy" model="subject" template="copy">Expedition Max</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="5a3672e6-47af-4a24-86fd-91f656d0fe44" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Expedition Max&priceRange_max=&make=Ford" data-linkid="5a3672e6-47af-4a24-86fd-91f656d0fe44" title="Expedition Max" target data-action="ExpeditionMax">Expedition Max</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Expedition Max" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/4ce7e356e06745eda1022bad560ebeaa_c2x0-1277x960.png" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/4ce7e356e06745eda1022bad560ebeaa_c2x0-1277x960_x480.png 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/4ce7e356e06745eda1022bad560ebeaa_c2x0-1277x960_x640.png 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/4ce7e356e06745eda1022bad560ebeaa_c2x0-1277x960_x768.png 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/4ce7e356e06745eda1022bad560ebeaa_c2x0-1277x960_x1024.png 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/4ce7e356e06745eda1022bad560ebeaa_c2x0-1277x960_x1277.png 1277w" width="1277" height="960"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-7" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-7" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-7" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-7"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/b991154ba48c49269633d740966f9829_c2x0-1277x960.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-7"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Edge</h4></div> <div class="copy" model="subject" template="copy">Edge</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="846ab4a4-febb-45ad-8107-a6e9543683c8" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Edge&priceRange_max=&make=Ford" data-linkid="846ab4a4-febb-45ad-8107-a6e9543683c8" title="Edge" target data-action="Edge">Edge</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Edge" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/b991154ba48c49269633d740966f9829_c2x0-1277x960.png" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/b991154ba48c49269633d740966f9829_c2x0-1277x960_x480.png 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/b991154ba48c49269633d740966f9829_c2x0-1277x960_x640.png 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/b991154ba48c49269633d740966f9829_c2x0-1277x960_x768.png 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/b991154ba48c49269633d740966f9829_c2x0-1277x960_x1024.png 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/b991154ba48c49269633d740966f9829_c2x0-1277x960_x1277.png 1277w" width="1277" height="960"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-8" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-8" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-8" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-8"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/612b9bed687a47a1986afb3367b33bf1_c1x0-576x433.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-8"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Explorer</h4></div> <div class="copy" model="subject" template="copy">Explorer</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="a9695732-9397-49ce-9b88-44b8e1fcf482" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Explorer&priceRange_max=&make=Ford" data-linkid="a9695732-9397-49ce-9b88-44b8e1fcf482" title="Explorer" target data-action="Explorer">Explorer</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Explorer" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/612b9bed687a47a1986afb3367b33bf1_c1x0-576x433.png" width="576" height="433"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-9" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-9" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-9" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-9"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/310a9678f53645fb98bab78afdd7e9df_c2x0-1277x960.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-9"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Ranger</h4></div> <div class="copy" model="subject" template="copy">Ranger</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="dfb1937d-fa41-4446-9c4c-a5a36ee631ff" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Ranger&priceRange_max=&make=Ford" data-linkid="dfb1937d-fa41-4446-9c4c-a5a36ee631ff" title="Ranger" target data-action="Ranger">Ranger</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Ranger" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/310a9678f53645fb98bab78afdd7e9df_c2x0-1277x960.png" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/310a9678f53645fb98bab78afdd7e9df_c2x0-1277x960_x480.png 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/310a9678f53645fb98bab78afdd7e9df_c2x0-1277x960_x640.png 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/310a9678f53645fb98bab78afdd7e9df_c2x0-1277x960_x768.png 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/310a9678f53645fb98bab78afdd7e9df_c2x0-1277x960_x1024.png 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/310a9678f53645fb98bab78afdd7e9df_c2x0-1277x960_x1277.png 1277w" width="1277" height="960"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-10" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-10" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-10" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-10"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/88fee7137750446399acb475d689c175_c2x0-1277x960.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-10"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Mustang</h4></div> <div class="copy" model="subject" template="copy">Mustang</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="aadead6a-8473-4aa3-9fb2-d924f6ea2c52" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Mustang&priceRange_max=&make=Ford" data-linkid="aadead6a-8473-4aa3-9fb2-d924f6ea2c52" title="Mustang" target data-action="Mustang">Mustang</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Mustang" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/88fee7137750446399acb475d689c175_c2x0-1277x960.png" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/88fee7137750446399acb475d689c175_c2x0-1277x960_x480.png 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/88fee7137750446399acb475d689c175_c2x0-1277x960_x640.png 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/88fee7137750446399acb475d689c175_c2x0-1277x960_x768.png 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/88fee7137750446399acb475d689c175_c2x0-1277x960_x1024.png 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/88fee7137750446399acb475d689c175_c2x0-1277x960_x1277.png 1277w" width="1277" height="960"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-11" model="@this as card" data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-11" data-origin-name="aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-11" data-params="cardName:aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-2e8ac3f5-d523-409a-bcb8-7a1129ffbaa4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center copy-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-11"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/0c0e8833a9e8406886b677141ece99bf_c2x0-1277x960.png'); } .fix-and-float[data-card-id="card-view-card-82c41a6c-f041-4ccb-a53a-e134e6eebb5e_ef167e71-50e8-45db-af0e-d7cbd2628792-11"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Maverick</h4></div> <div class="copy" model="subject" template="copy">Maverick</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="e6bc4ece-edec-4a12-95bd-3792ad43b093" href="/VehicleSearchResults?offer=&search=new&minYear=&maxYear=&trim=&priceRange_min=&cs:a:i=&model=Maverick&priceRange_max=&make=Ford" data-linkid="e6bc4ece-edec-4a12-95bd-3792ad43b093" title="Maverick" target data-action="Maverick">Maverick</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Maverick" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0c0e8833a9e8406886b677141ece99bf_c2x0-1277x960.png" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0c0e8833a9e8406886b677141ece99bf_c2x0-1277x960_x480.png 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0c0e8833a9e8406886b677141ece99bf_c2x0-1277x960_x640.png 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0c0e8833a9e8406886b677141ece99bf_c2x0-1277x960_x768.png 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0c0e8833a9e8406886b677141ece99bf_c2x0-1277x960_x1024.png 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/0c0e8833a9e8406886b677141ece99bf_c2x0-1277x960_x1277.png 1277w" width="1277" height="960"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--></div> </section> <!--^_^--> <section if="isDisplayable" model="@this as card" id="card-view/card/2a31224e-4d55-4727-a087-a453353e0b7d_ef167e71-50e8-45db-af0e-d7cbd2628792" data-card-id="card-view-card-2a31224e-4d55-4727-a087-a453353e0b7d_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="whyBuyCard-6477e09e-c815-4492-8c92-74e8b47f8bb0_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-whyBuyCard-6477e09e-c815-4492-8c92-74e8b47f8bb0_ef167e71-50e8-45db-af0e-d7cbd2628792-2a31224e-4d55-4727-a087-a453353e0b7d" data-params="cardName:whyBuyCard-6477e09e-c815-4492-8c92-74e8b47f8bb0_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l3 whyBuyCard-6477e09e-c815-4492-8c92-74e8b47f8bb0_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-why-buy bg-transparent media-bleed-full deck-bleed-full deck-tabs tabs-center col link-clickable no image-center title-center content-width-none bg-dark aspect-unknown insight theme- cards-few title-one copy-none media-one links-none leafy"> <!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-2a31224e-4d55-4727-a087-a453353e0b7d_ef167e71-50e8-45db-af0e-d7cbd2628792"] > .content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><h3 if="title">Advance Search</h3></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Transparent spacer" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-product/progressive-2.0/9c94f6cf56374cf5a1809a97ba0f5131_1600x3.png" width="1600" height="3"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation" template="navigation"><ul each="cards"> <li if="title"><a href="#card-view/card/1f5eac8b-34c8-49c1-ac11-120b22022973_ef167e71-50e8-45db-af0e-d7cbd2628792"><b>Quick Search</b></a></li> <!--^_^--> <li if="title"><a href="#card-view/card/cc38d706-c9e7-40eb-9a77-8ec7d04108e6_ef167e71-50e8-45db-af0e-d7cbd2628792">Inventory Search</a></li> <!--^_^--></ul> </div> <div class="deck" each="cards"><section id="card-view/card/1f5eac8b-34c8-49c1-ac11-120b22022973_ef167e71-50e8-45db-af0e-d7cbd2628792" data-card-id="card-view-card-1f5eac8b-34c8-49c1-ac11-120b22022973_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="keywordSearch-ec05fa14-a19c-49b1-95bf-a9fc4539f2fe_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-keywordSearch-ec05fa14-a19c-49b1-95bf-a9fc4539f2fe_ef167e71-50e8-45db-af0e-d7cbd2628792-1f5eac8b-34c8-49c1-ac11-120b22022973" data-params="cardName:keywordSearch-ec05fa14-a19c-49b1-95bf-a9fc4539f2fe_ef167e71-50e8-45db-af0e-d7cbd2628792;" data-respondingsegments class="card l4 insight keywordSearch-ec05fa14-a19c-49b1-95bf-a9fc4539f2fe_ef167e71-50e8-45db-af0e-d7cbd2628792 horizontal-form bg-transparent no image-center title-center link-center content-width-none bg-dark aspect-1x1 cards-none title-one copy-one media-none links-none leafy " inventorysearch="fragmentId:view/card/1f5eac8b-34c8-49c1-ac11-120b22022973_ef167e71-50e8-45db-af0e-d7cbd2628792"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><h4 if="content.custom.title"><b>Quick Search</b></h4> <!----></div> <div class="copy" template="copy"><form method="get" action="/VehicleSearchResults" class="insight" data-params="cardName:keyWordSearch;"> <fieldset> <label for="searchQuery-view/card/1f5eac8b-34c8-49c1-ac11-120b22022973_ef167e71-50e8-45db-af0e-d7cbd2628792">Search Inventory</label> <input id="searchQuery-view/card/1f5eac8b-34c8-49c1-ac11-120b22022973_ef167e71-50e8-45db-af0e-d7cbd2628792" name="searchQuery" placeholder="Search Inventory" type="search" autocomplete="off" aria-owns="suggest-list-view/card/1f5eac8b-34c8-49c1-ac11-120b22022973_ef167e71-50e8-45db-af0e-d7cbd2628792" aria-autocomplete="both" aria-required="true" role="combobox" merchandising-contextualsearch/> <ul id="suggest-list-view/card/1f5eac8b-34c8-49c1-ac11-120b22022973_ef167e71-50e8-45db-af0e-d7cbd2628792" name="suggest-list" role="listbox" aria-expanded="false"></ul> </fieldset> <button type="submit">Search</button> </form> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----></div> </div> <div role="navigation" template="navigation"><!--x--></div> <div class="deck" each="cards"></div> <div class="overlay"></div> </section><!--^_^--><section id="card-view/card/cc38d706-c9e7-40eb-9a77-8ec7d04108e6_ef167e71-50e8-45db-af0e-d7cbd2628792" data-card-id="card-view-card-cc38d706-c9e7-40eb-9a77-8ec7d04108e6_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="InventorySearch-f0f3c6ac-0bf9-4530-a055-b112f1b56664_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-InventorySearch-f0f3c6ac-0bf9-4530-a055-b112f1b56664_ef167e71-50e8-45db-af0e-d7cbd2628792-cc38d706-c9e7-40eb-9a77-8ec7d04108e6" data-params="cardName:InventorySearch-f0f3c6ac-0bf9-4530-a055-b112f1b56664_ef167e71-50e8-45db-af0e-d7cbd2628792;" data-respondingsegments class="card l4 insight InventorySearch-f0f3c6ac-0bf9-4530-a055-b112f1b56664_ef167e71-50e8-45db-af0e-d7cbd2628792 horizontal-form bg-transparent no image-center content-width-none bg-dark aspect-4x3 cards-none title-one copy-one media-none links-none leafy " inventorysearch="fragmentId:view/card/cc38d706-c9e7-40eb-9a77-8ec7d04108e6_ef167e71-50e8-45db-af0e-d7cbd2628792"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><h4 if="content.custom.title">Inventory Search</h4> <!----> <!----></div> <div class="copy" template="copy"><!----> <form action="/VehicleSearchResults" name="InventorySearch" method="get" role="search" vehicletaxonomy> <!----> <div each="subject.filters.content as filter"> <!----> <label not="@filter.noValues"> <span>Category</span> <!----> <select not="@filter.hideAnyCategoryOption" id="search" name="search" each="values" data-insight="search"> <option value="ALL" not="@index">Any Category</option> <!----> <option value="new" not="isSelected">New</option> <!--^_^--> <!----> <!----> <option value="demo" not="isSelected">Demo</option> <!--^_^--> <!----> <!----> <option value="preowned" not="isSelected">Used</option> <!--^_^--> <!----> <!----> <option value="certified" not="isSelected">Certified</option> <!--^_^--> <!----> <!----> <option value="loaner" not="isSelected">Courtesy</option> <!--^_^--></select> </label> <!--^_^--> <!----> <label not="@filter.noValues"> <span>Make</span> <!----> <select not="@filter.hideAnyCategoryOption" id="make" name="make" each="values" data-insight="make"> <option value="ALL" not="@index">Any Make</option> <!----> <option value="Ford" not="isSelected">Ford</option> <!--^_^--> <!----> <!----> <option value="Acura" not="isSelected">Acura</option> <!--^_^--> <!----> <!----> <option value="Buick" not="isSelected">Buick</option> <!--^_^--> <!----> <!----> <option value="Cadillac" not="isSelected">Cadillac</option> <!--^_^--> <!----> <!----> <option value="Chevrolet" not="isSelected">Chevrolet</option> <!--^_^--> <!----> <!----> <option value="GMC" not="isSelected">GMC</option> <!--^_^--> <!----> <!----> <option value="Honda" not="isSelected">Honda</option> <!--^_^--> <!----> <!----> <option value="Hyundai" not="isSelected">Hyundai</option> <!--^_^--> <!----> <!----> <option value="Jeep" not="isSelected">Jeep</option> <!--^_^--> <!----> <!----> <option value="Lincoln" not="isSelected">Lincoln</option> <!--^_^--> <!----> <!----> <option value="Nissan" not="isSelected">Nissan</option> <!--^_^--> <!----> <!----> <option value="Ram" not="isSelected">Ram</option> <!--^_^--> <!----> <!----> <option value="Toyota" not="isSelected">Toyota</option> <!--^_^--> <!----> <!----> <option value="Volkswagen" not="isSelected">Volkswagen</option> <!--^_^--></select> </label> <!--^_^--> <!----> <label not="@filter.noValues"> <span>Model</span> <!----> <select not="@filter.hideAnyCategoryOption" id="model" name="model" each="values" data-insight="model"> <option value="ALL" not="@index">Any Model</option> <!----> <option value="F-150" not="isSelected">F-150</option> <!--^_^--> <!----> <!----> <option value="Bronco Sport" not="isSelected">Bronco Sport</option> <!--^_^--> <!----> <!----> <option value="Explorer" not="isSelected">Explorer</option> <!--^_^--> <!----> <!----> <option value="Super Duty F-250 SRW" not="isSelected">Super Duty F-250 SRW</option> <!--^_^--> <!----> <!----> <option value="Maverick" not="isSelected">Maverick</option> <!--^_^--> <!----> <!----> <option value="Bronco" not="isSelected">Bronco</option> <!--^_^--> <!----> <!----> <option value="Escape" not="isSelected">Escape</option> <!--^_^--> <!----> <!----> <option value="Expedition Max" not="isSelected">Expedition Max</option> <!--^_^--> <!----> <!----> <option value="Mustang" not="isSelected">Mustang</option> <!--^_^--> <!----> <!----> <option value="Ranger" not="isSelected">Ranger</option> <!--^_^--> <!----> <!----> <option value="Super Duty F-350 SRW" not="isSelected">Super Duty F-350 SRW</option> <!--^_^--> <!----> <!----> <option value="1500" not="isSelected">1500</option> <!--^_^--> <!----> <!----> <option value="Edge" not="isSelected">Edge</option> <!--^_^--> <!----> <!----> <option value="Expedition" not="isSelected">Expedition</option> <!--^_^--> <!----> <!----> <option value="Mustang Mach-E" not="isSelected">Mustang Mach-E</option> <!--^_^--> <!----> <!----> <option value="Silverado 1500" not="isSelected">Silverado 1500</option> <!--^_^--> <!----> <!----> <option value="Transit Cargo Van" not="isSelected">Transit Cargo Van</option> <!--^_^--> <!----> <!----> <option value="Camry" not="isSelected">Camry</option> <!--^_^--> <!----> <!----> <option value="Civic Sedan" not="isSelected">Civic Sedan</option> <!--^_^--> <!----> <!----> <option value="F-150 Lightning" not="isSelected">F-150 Lightning</option> <!--^_^--> <!----> <!----> <option value="Malibu" not="isSelected">Malibu</option> <!--^_^--> <!----> <!----> <option value="Navigator" not="isSelected">Navigator</option> <!--^_^--> <!----> <!----> <option value="Sierra 1500" not="isSelected">Sierra 1500</option> <!--^_^--> <!----> <!----> <option value="Tiguan" not="isSelected">Tiguan</option> <!--^_^--> <!----> <!----> <option value="Traverse" not="isSelected">Traverse</option> <!--^_^--> <!----> <!----> <option value="1500 Classic" not="isSelected">1500 Classic</option> <!--^_^--> <!----> <!----> <option value="2500" not="isSelected">2500</option> <!--^_^--> <!----> <!----> <option value="3500" not="isSelected">3500</option> <!--^_^--> <!----> <!----> <option value="4Runner" not="isSelected">4Runner</option> <!--^_^--> <!----> <!----> <option value="Accord Sedan" not="isSelected">Accord Sedan</option> <!--^_^--> <!----> <!----> <option value="ELANTRA GT" not="isSelected">ELANTRA GT</option> <!--^_^--> <!----> <!----> <option value="EcoSport" not="isSelected">EcoSport</option> <!--^_^--> <!----> <!----> <option value="Enclave" not="isSelected">Enclave</option> <!--^_^--> <!----> <!----> <option value="Envision" not="isSelected">Envision</option> <!--^_^--> <!----> <!----> <option value="Equinox" not="isSelected">Equinox</option> <!--^_^--> <!----> <!----> <option value="Escalade" not="isSelected">Escalade</option> <!--^_^--> <!----> <!----> <option value="Focus" not="isSelected">Focus</option> <!--^_^--> <!----> <!----> <option value="Grand Cherokee L" not="isSelected">Grand Cherokee L</option> <!--^_^--> <!----> <!----> <option value="Highlander" not="isSelected">Highlander</option> <!--^_^--> <!----> <!----> <option value="Navigator L" not="isSelected">Navigator L</option> <!--^_^--> <!----> <!----> <option value="Pathfinder" not="isSelected">Pathfinder</option> <!--^_^--> <!----> <!----> <option value="ProMaster City Cargo Van" not="isSelected">ProMaster City Cargo Van</option> <!--^_^--> <!----> <!----> <option value="RDX" not="isSelected">RDX</option> <!--^_^--> <!----> <!----> <option value="Rogue" not="isSelected">Rogue</option> <!--^_^--> <!----> <!----> <option value="SONATA" not="isSelected">SONATA</option> <!--^_^--> <!----> <!----> <option value="Sentra" not="isSelected">Sentra</option> <!--^_^--> <!----> <!----> <option value="Silverado 3500 HD" not="isSelected">Silverado 3500 HD</option> <!--^_^--> <!----> <!----> <option value="Silverado 3500 HD CC" not="isSelected">Silverado 3500 HD CC</option> <!--^_^--> <!----> <!----> <option value="Suburban" not="isSelected">Suburban</option> <!--^_^--> <!----> <!----> <option value="Super Duty F-250 SRW King Ranch" not="isSelected">Super Duty F-250 SRW King Ranch</option> <!--^_^--> <!----> <!----> <option value="Super Duty F-250 SRW XL" not="isSelected">Super Duty F-250 SRW XL</option> <!--^_^--> <!----> <!----> <option value="Super Duty F-350 DRW" not="isSelected">Super Duty F-350 DRW</option> <!--^_^--> <!----> <!----> <option value="Titan" not="isSelected">Titan</option> <!--^_^--> <!----> <!----> <option value="Trailblazer" not="isSelected">Trailblazer</option> <!--^_^--> <!----> <!----> <option value="Transit Passenger Wagon" not="isSelected">Transit Passenger Wagon</option> <!--^_^--> <!----> <!----> <option value="Wrangler Unlimited" not="isSelected">Wrangler Unlimited</option> <!--^_^--> <!----> <!----> <option value="Yukon XL" not="isSelected">Yukon XL</option> <!--^_^--></select> </label> <!--^_^--> <!----> <label not="@filter.noValues"> <span>Type</span> <!----> <select not="@filter.hideAnyCategoryOption" id="bodyType" name="bodyType" each="values" data-insight="bodyType"> <option value="ALL" not="@index">Any Type</option> <!----> <option value="CAR" not="isSelected">Car</option> <!--^_^--> <!----> <!----> <option value="CARGO VAN" not="isSelected">Cargo van</option> <!--^_^--> <!----> <!----> <option value="SUV" not="isSelected">SUV</option> <!--^_^--> <!----> <!----> <option value="TRUCK" not="isSelected">Truck</option> <!--^_^--> <!----> <!----> <option value="VAN" not="isSelected">Van</option> <!--^_^--></select> </label> <!--^_^--> <!----> <label not="@filter.noValues"> <span>Year</span> <!----> <select not="@filter.hideAnyCategoryOption" id="year" name="year" each="values" data-insight="year"> <option value="ALL" not="@index">Any Year</option> <!----> <option value="2025" not="isSelected">2025</option> <!--^_^--> <!----> <!----> <option value="2024" not="isSelected">2024</option> <!--^_^--> <!----> <!----> <option value="2023" not="isSelected">2023</option> <!--^_^--> <!----> <!----> <option value="2022" not="isSelected">2022</option> <!--^_^--> <!----> <!----> <option value="2021" not="isSelected">2021</option> <!--^_^--> <!----> <!----> <option value="2020" not="isSelected">2020</option> <!--^_^--> <!----> <!----> <option value="2019" not="isSelected">2019</option> <!--^_^--> <!----> <!----> <option value="2018" not="isSelected">2018</option> <!--^_^--> <!----> <!----> <option value="2017" not="isSelected">2017</option> <!--^_^--> <!----> <!----> <option value="2016" not="isSelected">2016</option> <!--^_^--> <!----> <!----> <option value="2015" not="isSelected">2015</option> <!--^_^--> <!----> <!----> <option value="2014" not="isSelected">2014</option> <!--^_^--> <!----> <!----> <option value="2013" not="isSelected">2013</option> <!--^_^--> <!----> <!----> <option value="2012" not="isSelected">2012</option> <!--^_^--> <!----> <!----> <option value="2010" not="isSelected">2010</option> <!--^_^--></select> </label> <!--^_^--></div> <output> <span class="vehicle-count"> <!----> <b not="content.vehicleSummary[0].countIsZero">312</b> <!----> <span>Vehicles</span> </span> <button if="subject.filters.content[0]" data-action="inventorySearch" type="submit">Search Inventory</button> </output> </form> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> <div class="overlay"></div> </section><!--^_^--></div> </section> <!--^_^--> <section if="isDisplayable" id="card-view/card/4fdeb391-d044-4bcd-a278-c6c2467eb989_ef167e71-50e8-45db-af0e-d7cbd2628792" model="@this as card" data-card-id="card-view-card-4fdeb391-d044-4bcd-a278-c6c2467eb989_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="aboutMessageCard-da4f97aa-77ff-41e3-8ebf-20e9398faf7d_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-da4f97aa-77ff-41e3-8ebf-20e9398faf7d_ef167e71-50e8-45db-af0e-d7cbd2628792-4fdeb391-d044-4bcd-a278-c6c2467eb989" data-params="cardName:aboutMessageCard-da4f97aa-77ff-41e3-8ebf-20e9398faf7d_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l3 aboutMessageCard-da4f97aa-77ff-41e3-8ebf-20e9398faf7d_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center title-center copy-center link-center content-width-none bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-none media-none links-many" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><a class="primary" repeat="hyperlinks" name="a20a1561-1c4c-4957-9fac-d3c7e095ca18" href="/VehicleSearchResults?s:q=demo&s:v=site&s:s=New%20Inventory&searchQuery=demo" data-linkid="a20a1561-1c4c-4957-9fac-d3c7e095ca18" title="Heavily Discounted" target data-action="HeavilyDiscounted">Heavily Discounted</a> <a class="primary" repeat="hyperlinks" name="966e7809-5479-483e-8034-7d7bb82270bd" href="/service-appointment" data-linkid="966e7809-5479-483e-8034-7d7bb82270bd" title="Service" target data-action="Service">Service</a> <a class="primary" repeat="hyperlinks" name="9caf5313-cde0-43ae-8dd2-56dabee2ade9" href="https://www.ford.com/finance/apply/1?SourceOfData=DCF&dealerId=02453" data-linkid="9caf5313-cde0-43ae-8dd2-56dabee2ade9" title="Finance" target="_blank" data-action="Finance">Finance</a> <a class="primary" repeat="hyperlinks" name="b24a8373-8e2a-46e2-a647-1cb1439f9bd1" href="/reviews" data-linkid="b24a8373-8e2a-46e2-a647-1cb1439f9bd1" title="Reviews" target data-action="Reviews">Reviews</a> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section data-content-block-instance-name="CB-04edefa5-9ed8-4918-bc27-d272ecb59708" data-content-block-reference-name="CB-15c6ff48-782d-4a08-862c-5c61bcb73f65" if="isDisplayable" model="@this as card" id="card-view/card/ae830da8-95fb-4087-9657-b069c3c1c51a_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-card-id="card-view-card-ae830da8-95fb-4087-9657-b069c3c1c51a_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="whyBuyCard-3e194e9e-f83c-45fa-8993-a5c6c089114e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-whyBuyCard-3e194e9e-f83c-45fa-8993-a5c6c089114e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-ae830da8-95fb-4087-9657-b069c3c1c51a" data-params="cardName:whyBuyCard-3e194e9e-f83c-45fa-8993-a5c6c089114e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l3 whyBuyCard-3e194e9e-f83c-45fa-8993-a5c6c089114e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-why-buy bg-transparent media-bleed-full deck-bleed-none deck-listing tabs-center col link-clickable no image-center title-center copy-center link-center content-width-none bg-dark aspect-4x3 insight theme- cards-few title-none copy-none media-none links-none branchy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><!----></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"><section if="isDisplayable" id="card-view/card/b38bb9ca-0cc7-4275-92ed-ea5ac2a36198_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" model="@this as card" data-card-id="card-view-card-b38bb9ca-0cc7-4275-92ed-ea5ac2a36198_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="aboutMessageCard-414c52e2-94ae-44d7-b798-1d68f48a542c_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-414c52e2-94ae-44d7-b798-1d68f48a542c_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-b38bb9ca-0cc7-4275-92ed-ea5ac2a36198" data-params="cardName:aboutMessageCard-414c52e2-94ae-44d7-b798-1d68f48a542c_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l4 aboutMessageCard-414c52e2-94ae-44d7-b798-1d68f48a542c_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-transparent media-bleed-full deck-bleed-card-margin deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-4x3 insight theme- branchy cards-one title-none copy-none media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"> <section id="card-view/card/c7ca9f93-80fc-4232-b7ee-63f5b77ba636_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-c7ca9f93-80fc-4232-b7ee-63f5b77ba636" data-params="cardName:heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" data-respondingsegments class="card l5 heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 hero-rotator bg-transparent media-bleed-full deck-bleed-full deck-carousel carousel-autorotate col link-clickable image-center content-width-none carousel-type-full bg-dark aspect-unknown insight theme- cards-many title-none copy-none media-none links-none leafy"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><!----> <!----> </div> <div class="copy" template="copy"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"><section if="isDisplayable" model="@this as card" id="card-view/card/812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-1" data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-1" data-origin-name="promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-1" data-params="cardName:promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;slideName:Ford Expedition Max May Special;slidePosition:1;parentCardName:heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l6 promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-promotion bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center content-width-none aspect-21x9 insight theme- cards-none title-none copy-none media-one links-one leafy"> <!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-1"] > .content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"> </div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <a class="primary " repeat="subject.hyperlinks.primary" name="9bbe5410-8aed-42eb-8965-c23b9eee8051" href="https://www.johnsonbrosford.com/VehicleSearchResults?search=new&make=Ford&model=Expedition%20Max&year=2024" data-linkid="9bbe5410-8aed-42eb-8965-c23b9eee8051" title="Ford Expedition Max" target>Ford Expedition Max</a> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><figure if="nolazy" data-aspect-ratio="21:9" repeat="subject.media[@card.mediaCategory]"> <img if="@this.aspectRatios" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/ac443febb2e34815a85ab06c1bdc12ae_c0x0-1600x686.jpg" alt="Ford Expedition Max- Employee Pricing" nolazy data-aspect-ratio="21:9" fetchpriority="high" loading="eager" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/ac443febb2e34815a85ab06c1bdc12ae_c0x0-1600x686_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/ac443febb2e34815a85ab06c1bdc12ae_c0x0-1600x686_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/ac443febb2e34815a85ab06c1bdc12ae_c0x0-1600x686_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/ac443febb2e34815a85ab06c1bdc12ae_c0x0-1600x686_x1024.jpg 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/ac443febb2e34815a85ab06c1bdc12ae_c0x0-1600x686_x1280.jpg 1280w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/ac443febb2e34815a85ab06c1bdc12ae_c0x0-1600x686_x1440.jpg 1440w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/ac443febb2e34815a85ab06c1bdc12ae_c0x0-1600x686_x1600.jpg 1600w" class="scaled-image" width="1600" height="686"/> <!----> <figcaption><!----></figcaption> </figure> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-2" data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-2" data-origin-name="promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-2" data-params="cardName:promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;slideName:Ford Super Duty - May Special;slidePosition:2;parentCardName:heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l6 promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-promotion bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center content-width-none aspect-21x9 insight theme- cards-none title-none copy-none media-one links-one leafy"> <!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-2"] > .content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"> </div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <a class="primary " repeat="subject.hyperlinks.primary" name="ccc766ce-8972-49d1-a07d-629025479264" href="https://www.johnsonbrosford.com/VehicleSearchResults?search=new&make=Ford&model=Super%20Duty%20F-250%20SRW&year=2024" data-linkid="ccc766ce-8972-49d1-a07d-629025479264" title="Ford Super Duty" target>Ford Super Duty </a> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><figure if="nolazy" data-aspect-ratio="21:9" repeat="subject.media[@card.mediaCategory]"> <img if="@this.aspectRatios" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/7ed11855e72c4b6a90e18fce609be9d8_c0x0-1600x686.jpg" alt="Ford Super Duty - May Special 2024" nolazy data-aspect-ratio="21:9" fetchpriority="high" loading="eager" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/7ed11855e72c4b6a90e18fce609be9d8_c0x0-1600x686_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/7ed11855e72c4b6a90e18fce609be9d8_c0x0-1600x686_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/7ed11855e72c4b6a90e18fce609be9d8_c0x0-1600x686_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/7ed11855e72c4b6a90e18fce609be9d8_c0x0-1600x686_x1024.jpg 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/7ed11855e72c4b6a90e18fce609be9d8_c0x0-1600x686_x1280.jpg 1280w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/7ed11855e72c4b6a90e18fce609be9d8_c0x0-1600x686_x1440.jpg 1440w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/7ed11855e72c4b6a90e18fce609be9d8_c0x0-1600x686_x1600.jpg 1600w" class="scaled-image" width="1600" height="686"/> <!----> <figcaption><!----></figcaption> </figure> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-3" data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-3" data-origin-name="promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-3" data-params="cardName:promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;slideName:Ford Mustang Dark Horse May Special;slidePosition:3;parentCardName:heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l6 promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-promotion bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center content-width-none aspect-21x9 insight theme- cards-none title-none copy-none media-one links-one leafy"> <!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-3"] > .content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"> </div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <a class="primary " repeat="subject.hyperlinks.primary" name="b249a046-053e-4cba-936d-d6d75c4ffe68" href="https://www.johnsonbrosford.com/VehicleDetails/new-2024-Ford-Mustang-Dark_Horse%E2%84%A2_Premium-Temple-TX/5920841910" data-linkid="b249a046-053e-4cba-936d-d6d75c4ffe68" title="Ford Mustang Dark Horse" target>Ford Mustang Dark Horse</a> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><figure if="nolazy" data-aspect-ratio="21:9" repeat="subject.media[@card.mediaCategory]"> <img if="@this.aspectRatios" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/0984b46a7f96431e8dadac21ed94a54c_c0x0-1600x686.jpg" alt="Ford Mustang Dark Horse Special" nolazy data-aspect-ratio="21:9" fetchpriority="high" loading="eager" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/0984b46a7f96431e8dadac21ed94a54c_c0x0-1600x686_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/0984b46a7f96431e8dadac21ed94a54c_c0x0-1600x686_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/0984b46a7f96431e8dadac21ed94a54c_c0x0-1600x686_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/0984b46a7f96431e8dadac21ed94a54c_c0x0-1600x686_x1024.jpg 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/0984b46a7f96431e8dadac21ed94a54c_c0x0-1600x686_x1280.jpg 1280w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/0984b46a7f96431e8dadac21ed94a54c_c0x0-1600x686_x1440.jpg 1440w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/0984b46a7f96431e8dadac21ed94a54c_c0x0-1600x686_x1600.jpg 1600w" class="scaled-image" width="1600" height="686"/> <!----> <figcaption><!----></figcaption> </figure> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-4" data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-4" data-origin-name="promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-4" data-params="cardName:promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;slideName:May Employee Pricing - Final Days;slidePosition:4;parentCardName:heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l6 promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-promotion bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center content-width-none aspect-21x9 insight theme- cards-none title-none copy-none media-one links-one leafy"> <!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-4"] > .content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"> </div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <a class="primary " repeat="subject.hyperlinks.primary" name="c7512195-d1ef-4055-b2c9-decca1ece31f" href="/VehicleSearchResults?search=new" data-linkid="c7512195-d1ef-4055-b2c9-decca1ece31f" title="View Inventory" target>View Inventory </a> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><figure if="nolazy" data-aspect-ratio="21:9" repeat="subject.media[@card.mediaCategory]"> <img if="@this.aspectRatios" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/33734e0d587c4ac381bb0e8f703f49fb_c0x0-1600x686.jpg" alt="Get Employee Pricing on Ford and Lincoln Models" nolazy data-aspect-ratio="21:9" fetchpriority="high" loading="eager" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/33734e0d587c4ac381bb0e8f703f49fb_c0x0-1600x686_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/33734e0d587c4ac381bb0e8f703f49fb_c0x0-1600x686_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/33734e0d587c4ac381bb0e8f703f49fb_c0x0-1600x686_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/33734e0d587c4ac381bb0e8f703f49fb_c0x0-1600x686_x1024.jpg 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/33734e0d587c4ac381bb0e8f703f49fb_c0x0-1600x686_x1280.jpg 1280w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/33734e0d587c4ac381bb0e8f703f49fb_c0x0-1600x686_x1440.jpg 1440w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/33734e0d587c4ac381bb0e8f703f49fb_c0x0-1600x686_x1600.jpg 1600w" class="scaled-image" width="1600" height="686"/> <!----> <figcaption><!----></figcaption> </figure> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-5" data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-5" data-origin-name="promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-5" data-params="cardName:promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;slideName:Ford Bronco May Special;slidePosition:5;parentCardName:heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l6 promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-promotion bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center content-width-none aspect-21x9 insight theme- cards-none title-none copy-none media-one links-one leafy"> <!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-5"] > .content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"> </div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <a class="primary " repeat="subject.hyperlinks.primary" name="2f470131-26fd-4dea-813f-169d3236a682" href="https://www.johnsonbrosford.com/VehicleSearchResults?search=new&make=Ford&model=Bronco" data-linkid="2f470131-26fd-4dea-813f-169d3236a682" title="Ford Bronco" target>Ford Bronco</a> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><figure if="nolazy" data-aspect-ratio="21:9" repeat="subject.media[@card.mediaCategory]"> <img if="@this.aspectRatios" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/03b63c1a4e61490ca7d9df91448916a0_c0x0-1600x686.jpg" alt="Ford Bronco May Special" nolazy data-aspect-ratio="21:9" fetchpriority="high" loading="eager" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/03b63c1a4e61490ca7d9df91448916a0_c0x0-1600x686_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/03b63c1a4e61490ca7d9df91448916a0_c0x0-1600x686_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/03b63c1a4e61490ca7d9df91448916a0_c0x0-1600x686_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/03b63c1a4e61490ca7d9df91448916a0_c0x0-1600x686_x1024.jpg 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/03b63c1a4e61490ca7d9df91448916a0_c0x0-1600x686_x1280.jpg 1280w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/03b63c1a4e61490ca7d9df91448916a0_c0x0-1600x686_x1440.jpg 1440w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/03b63c1a4e61490ca7d9df91448916a0_c0x0-1600x686_x1600.jpg 1600w" class="scaled-image" width="1600" height="686"/> <!----> <figcaption><!----></figcaption> </figure> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-6" data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-6" data-origin-name="promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-6" data-params="cardName:promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;slideName:Ford Bronco Sport May Specials;slidePosition:6;parentCardName:heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l6 promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-promotion bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center content-width-none aspect-21x9 insight theme- cards-none title-none copy-none media-one links-one leafy"> <!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-6"] > .content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"> </div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <a class="primary " repeat="subject.hyperlinks.primary" name="fa7d620c-ea23-4d13-9d76-e2a0655779ef" href="https://www.johnsonbrosford.com/VehicleSearchResults?search=new&make=Ford&model=Bronco%20Sport&year=2024" data-linkid="fa7d620c-ea23-4d13-9d76-e2a0655779ef" title="Ford Bronco Sport" target>Ford Bronco Sport</a> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><figure if="nolazy" data-aspect-ratio="21:9" repeat="subject.media[@card.mediaCategory]"> <img if="@this.aspectRatios" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/edee73f3cac2435291fb35122bfe54b9_c0x0-1600x686.jpg" alt="Ford Bronco Sport - Employee Pricing" nolazy data-aspect-ratio="21:9" fetchpriority="high" loading="eager" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/edee73f3cac2435291fb35122bfe54b9_c0x0-1600x686_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/edee73f3cac2435291fb35122bfe54b9_c0x0-1600x686_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/edee73f3cac2435291fb35122bfe54b9_c0x0-1600x686_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/edee73f3cac2435291fb35122bfe54b9_c0x0-1600x686_x1024.jpg 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/edee73f3cac2435291fb35122bfe54b9_c0x0-1600x686_x1280.jpg 1280w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/edee73f3cac2435291fb35122bfe54b9_c0x0-1600x686_x1440.jpg 1440w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/edee73f3cac2435291fb35122bfe54b9_c0x0-1600x686_x1600.jpg 1600w" class="scaled-image" width="1600" height="686"/> <!----> <figcaption><!----></figcaption> </figure> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-7" data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-7" data-origin-name="promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-7" data-params="cardName:promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;slideName:Ford Maverick May Special;slidePosition:7;parentCardName:heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l6 promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-promotion bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center content-width-none aspect-21x9 insight theme- cards-none title-none copy-none media-one links-one leafy"> <!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-7"] > .content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"> </div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <a class="primary " repeat="subject.hyperlinks.primary" name="c1e9aa7f-18ac-44d3-ae81-9108a22bafac" href="https://www.johnsonbrosford.com/VehicleSearchResults?search=new&make=Ford&model=Maverick&year=2024" data-linkid="c1e9aa7f-18ac-44d3-ae81-9108a22bafac" title="Ford Maverick " target>Ford Maverick </a> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><figure if="nolazy" data-aspect-ratio="21:9" repeat="subject.media[@card.mediaCategory]"> <img if="@this.aspectRatios" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/00041ef99bc84472a695571353307677_c0x0-1600x686.jpg" alt="Ford Mavery Employee Pricing" nolazy data-aspect-ratio="21:9" fetchpriority="high" loading="eager" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/00041ef99bc84472a695571353307677_c0x0-1600x686_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/00041ef99bc84472a695571353307677_c0x0-1600x686_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/00041ef99bc84472a695571353307677_c0x0-1600x686_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/00041ef99bc84472a695571353307677_c0x0-1600x686_x1024.jpg 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/00041ef99bc84472a695571353307677_c0x0-1600x686_x1280.jpg 1280w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/00041ef99bc84472a695571353307677_c0x0-1600x686_x1440.jpg 1440w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/00041ef99bc84472a695571353307677_c0x0-1600x686_x1600.jpg 1600w" class="scaled-image" width="1600" height="686"/> <!----> <figcaption><!----></figcaption> </figure> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-8" data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-8" data-origin-name="promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-8" data-params="cardName:promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;slideName:Ford Transit May Special;slidePosition:8;parentCardName:heroCard-b023e2e3-20c5-4869-8f0b-9773c8f8ee03_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l6 promotionCard-73429854-7067-44b0-8176-d02c91efd43e_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-promotion bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center content-width-none aspect-21x9 insight theme- cards-none title-none copy-none media-one links-one leafy"> <!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-812d1bac-5879-40ec-a43e-48e7b589ed0d_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792-8"] > .content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"> </div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <a class="primary " repeat="subject.hyperlinks.primary" name="42f3517c-65f1-40ec-9988-1ca642943381" href="https://www.johnsonbrosford.com/VehicleDetails/new-2024-Ford-Transit_Cargo_Van-Cargo_Van-Temple-TX/5941831720" data-linkid="42f3517c-65f1-40ec-9988-1ca642943381" title="Ford Transit " target>Ford Transit</a> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><figure if="nolazy" data-aspect-ratio="21:9" repeat="subject.media[@card.mediaCategory]"> <img if="@this.aspectRatios" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/3d4da222902d43dc8dfafd45e83ef6e1_c0x0-1600x686.jpg" alt="Ford Transit Employee Pricing" nolazy data-aspect-ratio="21:9" fetchpriority="high" loading="eager" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/3d4da222902d43dc8dfafd45e83ef6e1_c0x0-1600x686_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/3d4da222902d43dc8dfafd45e83ef6e1_c0x0-1600x686_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/3d4da222902d43dc8dfafd45e83ef6e1_c0x0-1600x686_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/3d4da222902d43dc8dfafd45e83ef6e1_c0x0-1600x686_x1024.jpg 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/3d4da222902d43dc8dfafd45e83ef6e1_c0x0-1600x686_x1280.jpg 1280w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/3d4da222902d43dc8dfafd45e83ef6e1_c0x0-1600x686_x1440.jpg 1440w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generic/progressive-2.0/3d4da222902d43dc8dfafd45e83ef6e1_c0x0-1600x686_x1600.jpg 1600w" class="scaled-image" width="1600" height="686"/> <!----> <figcaption><!----></figcaption> </figure> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--></div> </section> <!--^_^--></div></section><!--^_^--><!----> <!--^_^--></div> </section> <!--^_^--> <section if="isDisplayable" id="card-view/card/29f93fae-e8fd-4664-a098-85988fe92cef_ef167e71-50e8-45db-af0e-d7cbd2628792" model="@this as card" data-card-id="card-view-card-29f93fae-e8fd-4664-a098-85988fe92cef_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="aboutMessageCard-35e0fbc7-9cff-4b22-8856-77280012c199_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-35e0fbc7-9cff-4b22-8856-77280012c199_ef167e71-50e8-45db-af0e-d7cbd2628792-29f93fae-e8fd-4664-a098-85988fe92cef" data-params="cardName:aboutMessageCard-35e0fbc7-9cff-4b22-8856-77280012c199_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l3 aboutMessageCard-35e0fbc7-9cff-4b22-8856-77280012c199_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message ford-distinctly-image-circle bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center media-background-no-gradient media-background-min-height content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-29f93fae-e8fd-4664-a098-85988fe92cef_ef167e71-50e8-45db-af0e-d7cbd2628792"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/7e3f5bcb496243559171376739a229f9_1600x276.png'); } .fix-and-float[data-card-id="card-view-card-29f93fae-e8fd-4664-a098-85988fe92cef_ef167e71-50e8-45db-af0e-d7cbd2628792"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="updated image" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/7e3f5bcb496243559171376739a229f9_1600x276.png" width="1600" height="276"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/e77019cb-5768-4330-8780-5956c6401f30_ef167e71-50e8-45db-af0e-d7cbd2628792" model="@this as card" data-card-id="card-view-card-e77019cb-5768-4330-8780-5956c6401f30_ef167e71-50e8-45db-af0e-d7cbd2628792" data-origin-name="aboutMessageCard-9d87e35a-88f8-4f3e-904e-9fd177483bcc_ef167e71-50e8-45db-af0e-d7cbd2628792" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9d87e35a-88f8-4f3e-904e-9fd177483bcc_ef167e71-50e8-45db-af0e-d7cbd2628792-e77019cb-5768-4330-8780-5956c6401f30" data-params="cardName:aboutMessageCard-9d87e35a-88f8-4f3e-904e-9fd177483bcc_ef167e71-50e8-45db-af0e-d7cbd2628792;" class="card l3 aboutMessageCard-9d87e35a-88f8-4f3e-904e-9fd177483bcc_ef167e71-50e8-45db-af0e-d7cbd2628792 cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-1x1 insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-e77019cb-5768-4330-8780-5956c6401f30_ef167e71-50e8-45db-af0e-d7cbd2628792"] { background-image: url('https://media.assets.sincrod.com/websites/content/cblt-ms-root-en-us//c2802a8487944da5a3f040628802592b_30x30.png'); } .fix-and-float[data-card-id="card-view-card-e77019cb-5768-4330-8780-5956c6401f30_ef167e71-50e8-45db-af0e-d7cbd2628792"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="1:1" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Transparent Square" data-aspect-ratio="1:1" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-root-en-us/progressive-2.0/c2802a8487944da5a3f040628802592b_30x30.png" width="30" height="30"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/d9572d39-573d-4d0c-9261-d8c864435dce" model="@this as card" data-card-id="card-view-card-d9572d39-573d-4d0c-9261-d8c864435dce" data-origin-name="aboutMessageCard-d637ad5b-7708-4ed7-922a-8c98e7346a28" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-d637ad5b-7708-4ed7-922a-8c98e7346a28-d9572d39-573d-4d0c-9261-d8c864435dce" data-params="cardName:aboutMessageCard-d637ad5b-7708-4ed7-922a-8c98e7346a28;" class="card l2 aboutMessageCard-d637ad5b-7708-4ed7-922a-8c98e7346a28 cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col-3 link-clickable no image-center content-width-none aspect-4x3 insight theme- leafy cards-few title-none copy-none media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"></div> <div class="copy" model="subject" template="copy"></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"></div> </div> <div role="navigation"> <ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"> <section if="isDisplayable" id="card-view/card/14e7fa5b-dbb6-4d8c-85d1-a47c912f78fd" model="@this as card" data-card-id="card-view-card-14e7fa5b-dbb6-4d8c-85d1-a47c912f78fd" data-origin-name="aboutMessageCard-e8706189-8d59-4308-aa3f-170208fd4706" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-e8706189-8d59-4308-aa3f-170208fd4706-14e7fa5b-dbb6-4d8c-85d1-a47c912f78fd" data-params="cardName:aboutMessageCard-e8706189-8d59-4308-aa3f-170208fd4706;" class="card l3 aboutMessageCard-e8706189-8d59-4308-aa3f-170208fd4706 cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-14e7fa5b-dbb6-4d8c-85d1-a47c912f78fd"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/d94c878d45f64284ba3c72416269be21_1600x1.png'); } .fix-and-float[data-card-id="card-view-card-14e7fa5b-dbb6-4d8c-85d1-a47c912f78fd"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-3" if="@this.aspectRatios" alt="Spacer 1600x1" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/d94c878d45f64284ba3c72416269be21_1600x1.png" width="1600" height="1"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" model="@this as card" id="card-view/card/a81ae1ef-1e5f-4ba7-97c8-c8b8b55a8d12" data-card-id="card-view-card-a81ae1ef-1e5f-4ba7-97c8-c8b8b55a8d12" data-origin-name="promotionCard-d5842477-72e3-4d3c-bb8b-9e3950e1a769" data-lastmodifieddate="0" data-attrs="card-promotionCard-d5842477-72e3-4d3c-bb8b-9e3950e1a769-a81ae1ef-1e5f-4ba7-97c8-c8b8b55a8d12" data-params="cardName:promotionCard-d5842477-72e3-4d3c-bb8b-9e3950e1a769;" class="card l3 promotionCard-d5842477-72e3-4d3c-bb8b-9e3950e1a769 cms-promotion bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-4x3 insight theme- cards-none title-none copy-none media-one links-none leafy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><!----></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><div not="content.custom.media[mediaCategory]" repeat="subject.media[@card.mediaCategory]" additionaltype="//schema.org/MediaObject"> <div class="video-youTube" template="genericMedia-Video-youTube"><figure lazyFrame="src:https://www.youtube.com/embed/3wzN01BD7Ao;protocol:https://www.youtube.com/embed/3wzN01BD7Ao;allowfullscreen:true;itemprop:associatedMedia"></figure></div> </div> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--></div></section><!--^_^--><section id="card-view/card/d0d111a1-cab3-407d-af90-e2693af353e5" data-origin-name="vehicleShowcaseWrapper-88f8bb37-f135-4ec7-87c5-16aa444af620" data-lastmodifieddate="0" data-attrs="card-vehicleShowcaseWrapper-88f8bb37-f135-4ec7-87c5-16aa444af620-d0d111a1-cab3-407d-af90-e2693af353e5" data-params="cardName:vehicleShowcaseWrapper-88f8bb37-f135-4ec7-87c5-16aa444af620;" class="card l2 vehicleShowcaseWrapper-88f8bb37-f135-4ec7-87c5-16aa444af620 default-motif bg-light media-bleed-full deck-bleed-card-margin deck-carousel tabs-center col-4 link-clickable no image-center title-center content-width-none aspect-unknown insight theme- cards-many title-one copy-none media-none links-none leafy"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><h2 if="title">Featured Used (Pre-owned) Inventory<br></h2> <!----> </div> <div class="copy" template="copy"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-0" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-0" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/certified-2023-Lincoln-Navigator_L-Reserve_4x4-Temple-TX/6002532340" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Certified</span> <span class="year" itemprop="vehicleModelDate">2023</span> <!----> <meta itemprop="brand" content="Lincoln"/> <span class="make" not="suppressMake" itemprop="manufacturer">Lincoln</span> <span class="model" itemprop="model">Navigator L</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">Reserve 4x4</span> <span class="hidden" itemprop="vehicleIdentificationNumber">5LMJJ3LG9PEL01660</span> <span class="hidden" itemprop="brand">Lincoln</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="67465" data-action="priceSpecification" content="67465">$67,465</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">48,067</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Infinite Black Metallic Clearcoat</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">3.5L V6</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/certified-2023-Lincoln-Navigator_L-Reserve_4x4-Temple-TX/6002532340" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/certified-2023-Lincoln-Navigator_L-Reserve_4x4-Temple-TX/6002532340"> <img alt="2023 Lincoln Navigator L Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/7/0/6/33753865607.jpg" srcset="https://inv.assets.sincrod.com/7/0/6/progressive-2.0/33753865607x480.jpg 480w, https://inv.assets.sincrod.com/7/0/6/progressive-2.0/33753865607x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/7/0/6/33753865607.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-1" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-1" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2012-Nissan-Sentra-4dr_Sdn_I4_CVT_2.0-Temple-TX/6005939640" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2012</span> <!----> <meta itemprop="brand" content="Nissan"/> <span class="make" not="suppressMake" itemprop="manufacturer">Nissan</span> <span class="model" itemprop="model">Sentra</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">4dr Sdn I4 CVT 2.0</span> <span class="hidden" itemprop="vehicleIdentificationNumber">3N1AB6AP4CL714267</span> <span class="hidden" itemprop="brand">Nissan</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="7768" data-action="priceSpecification" content="7768">$7,768</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">135,781</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Brilliant Silver</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">2.0L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2012-Nissan-Sentra-4dr_Sdn_I4_CVT_2.0-Temple-TX/6005939640" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2012-Nissan-Sentra-4dr_Sdn_I4_CVT_2.0-Temple-TX/6005939640"> <img alt="2012 Nissan Sentra Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/7/3/4/33753864437.jpg" srcset="https://inv.assets.sincrod.com/7/3/4/progressive-2.0/33753864437x480.jpg 480w, https://inv.assets.sincrod.com/7/3/4/progressive-2.0/33753864437x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/7/3/4/33753864437.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-2" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-2" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2013-Ford-Escape-FWD_4dr_SEL-Temple-TX/6014747040" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2013</span> <!----> <meta itemprop="brand" content="Ford"/> <span class="make" not="suppressMake" itemprop="manufacturer">Ford</span> <span class="model" itemprop="model">Escape</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">FWD 4dr SEL</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1FMCU0HX7DUD24110</span> <span class="hidden" itemprop="brand">Ford</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="7980" data-action="priceSpecification" content="7980">$7,980</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">161,515</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Ingot Silver Metallic</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">1.6L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2013-Ford-Escape-FWD_4dr_SEL-Temple-TX/6014747040" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2013-Ford-Escape-FWD_4dr_SEL-Temple-TX/6014747040"> <img alt="2013 Ford Escape Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/3/4/7/33765932743.jpg" srcset="https://inv.assets.sincrod.com/3/4/7/progressive-2.0/33765932743x480.jpg 480w, https://inv.assets.sincrod.com/3/4/7/progressive-2.0/33765932743x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/3/4/7/33765932743.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-3" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-3" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2014-Hyundai-ELANTRA_GT-5dr_HB_Auto-Temple-TX/5986500110" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2014</span> <!----> <meta itemprop="brand" content="Hyundai"/> <span class="make" not="suppressMake" itemprop="manufacturer">Hyundai</span> <span class="model" itemprop="model">ELANTRA GT</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">5dr HB Auto</span> <span class="hidden" itemprop="vehicleIdentificationNumber">KMHD35LH4EU225816</span> <span class="hidden" itemprop="brand">Hyundai</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="8274" data-action="priceSpecification" content="8274">$8,274</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">96,360</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Black Noir Pearl</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">2.0L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2014-Hyundai-ELANTRA_GT-5dr_HB_Auto-Temple-TX/5986500110" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2014-Hyundai-ELANTRA_GT-5dr_HB_Auto-Temple-TX/5986500110"> <img alt="2014 Hyundai ELANTRA GT Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/9/7/3/33753867379.jpg" srcset="https://inv.assets.sincrod.com/9/7/3/progressive-2.0/33753867379x480.jpg 480w, https://inv.assets.sincrod.com/9/7/3/progressive-2.0/33753867379x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/9/7/3/33753867379.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-4" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-4" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2016-Chevrolet-Traverse-FWD_LS-Temple-TX/6013925840" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2016</span> <!----> <meta itemprop="brand" content="Chevrolet"/> <span class="make" not="suppressMake" itemprop="manufacturer">Chevrolet</span> <span class="model" itemprop="model">Traverse</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">FWD LS</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1GNKRFED3GJ257517</span> <span class="hidden" itemprop="brand">Chevrolet</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="8592" data-action="priceSpecification" content="8592">$8,592</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">135,108</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Silver</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">3.6L V6</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2016-Chevrolet-Traverse-FWD_LS-Temple-TX/6013925840" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2016-Chevrolet-Traverse-FWD_LS-Temple-TX/6013925840"> <img alt="2016 Chevrolet Traverse Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/5/1/0/33765932015.jpg" srcset="https://inv.assets.sincrod.com/5/1/0/progressive-2.0/33765932015x480.jpg 480w, https://inv.assets.sincrod.com/5/1/0/progressive-2.0/33765932015x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/5/1/0/33765932015.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-5" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-5" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2014-Hyundai-SONATA-4dr_Sdn_2.4L_Auto_GLS-Temple-TX/5999134500" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2014</span> <!----> <meta itemprop="brand" content="Hyundai"/> <span class="make" not="suppressMake" itemprop="manufacturer">Hyundai</span> <span class="model" itemprop="model">SONATA</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">4dr Sdn 2.4L Auto GLS</span> <span class="hidden" itemprop="vehicleIdentificationNumber">5NPEB4AC4EH871123</span> <span class="hidden" itemprop="brand">Hyundai</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="8929" data-action="priceSpecification" content="8929">$8,929</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">80,535</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Venetian Red Metallic</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">2.4L 44</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2014-Hyundai-SONATA-4dr_Sdn_2.4L_Auto_GLS-Temple-TX/5999134500" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2014-Hyundai-SONATA-4dr_Sdn_2.4L_Auto_GLS-Temple-TX/5999134500"> <img alt="2014 Hyundai SONATA Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/5/0/3/33753868305.jpg" srcset="https://inv.assets.sincrod.com/5/0/3/progressive-2.0/33753868305x480.jpg 480w, https://inv.assets.sincrod.com/5/0/3/progressive-2.0/33753868305x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/5/0/3/33753868305.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-6" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-6" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Ford-F_150-XL_2WD_Reg_Cab_6.5%27_Box-Temple-TX/6002519110" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2019</span> <!----> <meta itemprop="brand" content="Ford"/> <span class="make" not="suppressMake" itemprop="manufacturer">Ford</span> <span class="model" itemprop="model">F-150</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">XL 2WD Reg Cab 6.5' Box</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1FTMF1CP0KKF26862</span> <span class="hidden" itemprop="brand">Ford</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="9999" data-action="priceSpecification" content="9999">$9,999</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">188,804</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Oxford White</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">2.7L V6</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Ford-F_150-XL_2WD_Reg_Cab_6.5%27_Box-Temple-TX/6002519110" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Ford-F_150-XL_2WD_Reg_Cab_6.5%27_Box-Temple-TX/6002519110"> <img alt="2019 Ford F-150 Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/5/6/8/33753864865.jpg" srcset="https://inv.assets.sincrod.com/5/6/8/progressive-2.0/33753864865x480.jpg 480w, https://inv.assets.sincrod.com/5/6/8/progressive-2.0/33753864865x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/5/6/8/33753864865.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-7" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-7" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2015-Ford-F_150-2WD_SuperCrew_5_1%2F2_Ft_Box_XLT-Temple-TX/6005386270" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2015</span> <!----> <meta itemprop="brand" content="Ford"/> <span class="make" not="suppressMake" itemprop="manufacturer">Ford</span> <span class="model" itemprop="model">F-150</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">2WD SuperCrew 5-1/2 Ft Box XLT</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1FTEW1CP0FKF16309</span> <span class="hidden" itemprop="brand">Ford</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="10994" data-action="priceSpecification" content="10994">$10,994</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">201,697</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Gray</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">2.7L V6</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2015-Ford-F_150-2WD_SuperCrew_5_1%2F2_Ft_Box_XLT-Temple-TX/6005386270" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2015-Ford-F_150-2WD_SuperCrew_5_1%2F2_Ft_Box_XLT-Temple-TX/6005386270"> <img alt="2015 Ford F-150 Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/2/4/2/33753868242.jpg" srcset="https://inv.assets.sincrod.com/2/4/2/progressive-2.0/33753868242x480.jpg 480w, https://inv.assets.sincrod.com/2/4/2/progressive-2.0/33753868242x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/2/4/2/33753868242.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-8" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-8" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2018-Chevrolet-Malibu-Hybrid-Temple-TX/6013340810" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2018</span> <!----> <meta itemprop="brand" content="Chevrolet"/> <span class="make" not="suppressMake" itemprop="manufacturer">Chevrolet</span> <span class="model" itemprop="model">Malibu</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">Hybrid</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1G1ZF5SU8JF187174</span> <span class="hidden" itemprop="brand">Chevrolet</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="11525" data-action="priceSpecification" content="11525">$11,525</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">135,751</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Mosaic Black Metallic</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">Gas/Electric I4 1.8L/110</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2018-Chevrolet-Malibu-Hybrid-Temple-TX/6013340810" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2018-Chevrolet-Malibu-Hybrid-Temple-TX/6013340810"> <img alt="2018 Chevrolet Malibu Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/6/9/2/33753865296.jpg" srcset="https://inv.assets.sincrod.com/6/9/2/progressive-2.0/33753865296x480.jpg 480w, https://inv.assets.sincrod.com/6/9/2/progressive-2.0/33753865296x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/6/9/2/33753865296.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-9" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-9" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2016-Toyota-Camry-4dr_Sdn_I4_Auto_SE_%28SE%29-Temple-TX/6011198730" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2016</span> <!----> <meta itemprop="brand" content="Toyota"/> <span class="make" not="suppressMake" itemprop="manufacturer">Toyota</span> <span class="model" itemprop="model">Camry</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">4dr Sdn I4 Auto SE (SE)</span> <span class="hidden" itemprop="vehicleIdentificationNumber">4T1BF1FK1GU135296</span> <span class="hidden" itemprop="brand">Toyota</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="12780" data-action="priceSpecification" content="12780">$12,780</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">140,436</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Super White</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">2.5L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2016-Toyota-Camry-4dr_Sdn_I4_Auto_SE_%28SE%29-Temple-TX/6011198730" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2016-Toyota-Camry-4dr_Sdn_I4_Auto_SE_%28SE%29-Temple-TX/6011198730"> <img alt="2016 Toyota Camry Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/4/0/4/33758293404.jpg" srcset="https://inv.assets.sincrod.com/4/0/4/progressive-2.0/33758293404x480.jpg 480w, https://inv.assets.sincrod.com/4/0/4/progressive-2.0/33758293404x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/4/0/4/33758293404.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-10" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-10" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2017-Ram-ProMaster_City_Cargo_Van-Tradesman_Van-Temple-TX/6011198760" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2017</span> <!----> <meta itemprop="brand" content="Ram"/> <span class="make" not="suppressMake" itemprop="manufacturer">Ram</span> <span class="model" itemprop="model">ProMaster City Cargo Van</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">Tradesman Van</span> <span class="hidden" itemprop="vehicleIdentificationNumber">ZFBERFAB7H6E14924</span> <span class="hidden" itemprop="brand">Ram</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="13988" data-action="priceSpecification" content="13988">$13,988</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">105,028</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Bright White</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">2.4L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2017-Ram-ProMaster_City_Cargo_Van-Tradesman_Van-Temple-TX/6011198760" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2017-Ram-ProMaster_City_Cargo_Van-Tradesman_Van-Temple-TX/6011198760"> <img alt="2017 Ram ProMaster City Cargo Van Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/ChromeColorMatch/us/WHITE_cc_2017RMV060002_01_1280_PW7.jpg" srcset="https://inv.assets.sincrod.com/ChromeColorMatch/us/progressive-2.0/WHITE_cc_2017RMV060002_01_1280_PW7x480.jpg 480w, https://inv.assets.sincrod.com/ChromeColorMatch/us/progressive-2.0/WHITE_cc_2017RMV060002_01_1280_PW7x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/ChromeColorMatch/us/WHITE_cc_2017RMV060002_01_1280_PW7.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-11" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-11" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Ram-1500_Classic-Tradesman_4x2_Quad_Cab_6%274%22_Box-Temple-TX/6013925830" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2019</span> <!----> <meta itemprop="brand" content="Ram"/> <span class="make" not="suppressMake" itemprop="manufacturer">Ram</span> <span class="model" itemprop="model">1500 Classic</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">Tradesman 4x2 Quad Cab 6'4" Box</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1C6RR6FT5KS716568</span> <span class="hidden" itemprop="brand">Ram</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="14975" data-action="priceSpecification" content="14975">$14,975</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">173,815</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Bright White Clearcoat</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">5.7L V8</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Ram-1500_Classic-Tradesman_4x2_Quad_Cab_6%274%22_Box-Temple-TX/6013925830" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Ram-1500_Classic-Tradesman_4x2_Quad_Cab_6%274%22_Box-Temple-TX/6013925830"> <img alt="2019 Ram 1500 Classic Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/ChromeColorMatch/us/WHITE_cc_2019RMT140203_01_1280_PW7.jpg" srcset="https://inv.assets.sincrod.com/ChromeColorMatch/us/progressive-2.0/WHITE_cc_2019RMT140203_01_1280_PW7x480.jpg 480w, https://inv.assets.sincrod.com/ChromeColorMatch/us/progressive-2.0/WHITE_cc_2019RMT140203_01_1280_PW7x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/ChromeColorMatch/us/WHITE_cc_2019RMT140203_01_1280_PW7.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-12" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-12" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Volkswagen-Tiguan-2.0T_SEL_Premium_4MOTION-Temple-TX/5994456530" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2019</span> <!----> <meta itemprop="brand" content="Volkswagen"/> <span class="make" not="suppressMake" itemprop="manufacturer">Volkswagen</span> <span class="model" itemprop="model">Tiguan</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">2.0T SEL Premium 4MOTION</span> <span class="hidden" itemprop="vehicleIdentificationNumber">3VV4B7AX8KM018196</span> <span class="hidden" itemprop="brand">Volkswagen</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="16010" data-action="priceSpecification" content="16010">$16,010</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">69,909</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Platinum Gray Metallic</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">2.0L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Volkswagen-Tiguan-2.0T_SEL_Premium_4MOTION-Temple-TX/5994456530" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Volkswagen-Tiguan-2.0T_SEL_Premium_4MOTION-Temple-TX/5994456530"> <img alt="2019 Volkswagen Tiguan Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/6/7/7/33753863776.jpg" srcset="https://inv.assets.sincrod.com/6/7/7/progressive-2.0/33753863776x480.jpg 480w, https://inv.assets.sincrod.com/6/7/7/progressive-2.0/33753863776x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/6/7/7/33753863776.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-13" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-13" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2017-Ford-Focus-ST_Hatch-Temple-TX/6007916120" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2017</span> <!----> <meta itemprop="brand" content="Ford"/> <span class="make" not="suppressMake" itemprop="manufacturer">Ford</span> <span class="model" itemprop="model">Focus</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">ST Hatch</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1FADP3L91HL257760</span> <span class="hidden" itemprop="brand">Ford</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="16375" data-action="priceSpecification" content="16375">$16,375</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">116,429</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Gray</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">2.0L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2017-Ford-Focus-ST_Hatch-Temple-TX/6007916120" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2017-Ford-Focus-ST_Hatch-Temple-TX/6007916120"> <img alt="2017 Ford Focus Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/2/4/5/33753865542.jpg" srcset="https://inv.assets.sincrod.com/2/4/5/progressive-2.0/33753865542x480.jpg 480w, https://inv.assets.sincrod.com/2/4/5/progressive-2.0/33753865542x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/2/4/5/33753865542.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-14" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-14" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2010-Toyota-4Runner-4WD_4dr_V6_SR5_%28Natl%29-Temple-TX/6005939670" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2010</span> <!----> <meta itemprop="brand" content="Toyota"/> <span class="make" not="suppressMake" itemprop="manufacturer">Toyota</span> <span class="model" itemprop="model">4Runner</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">4WD 4dr V6 SR5 (Natl)</span> <span class="hidden" itemprop="vehicleIdentificationNumber">JTEBU5JR1A5005246</span> <span class="hidden" itemprop="brand">Toyota</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="16475" data-action="priceSpecification" content="16475">$16,475</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">141,090</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Classic Silver Metallic</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">4.0L V6</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2010-Toyota-4Runner-4WD_4dr_V6_SR5_%28Natl%29-Temple-TX/6005939670" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2010-Toyota-4Runner-4WD_4dr_V6_SR5_%28Natl%29-Temple-TX/6005939670"> <img alt="2010 Toyota 4Runner Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/2/0/2/33753866202.jpg" srcset="https://inv.assets.sincrod.com/2/0/2/progressive-2.0/33753866202x480.jpg 480w, https://inv.assets.sincrod.com/2/0/2/progressive-2.0/33753866202x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/2/0/2/33753866202.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-15" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-15" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2021-Chevrolet-Trailblazer-FWD_4dr_RS-Temple-TX/5997175800" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2021</span> <!----> <meta itemprop="brand" content="Chevrolet"/> <span class="make" not="suppressMake" itemprop="manufacturer">Chevrolet</span> <span class="model" itemprop="model">Trailblazer</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">FWD 4dr RS</span> <span class="hidden" itemprop="vehicleIdentificationNumber">KL79MTSL9MB009209</span> <span class="hidden" itemprop="brand">Chevrolet</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="16978" data-action="priceSpecification" content="16978">$16,978</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">114,467</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Oasis Blue</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">1.3L L3</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2021-Chevrolet-Trailblazer-FWD_4dr_RS-Temple-TX/5997175800" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2021-Chevrolet-Trailblazer-FWD_4dr_RS-Temple-TX/5997175800"> <img alt="2021 Chevrolet Trailblazer Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/0/6/2/33753868260.jpg" srcset="https://inv.assets.sincrod.com/0/6/2/progressive-2.0/33753868260x480.jpg 480w, https://inv.assets.sincrod.com/0/6/2/progressive-2.0/33753868260x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/0/6/2/33753868260.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-16" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-16" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2021-Ford-EcoSport-SE_FWD-Temple-TX/6009340830" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2021</span> <!----> <meta itemprop="brand" content="Ford"/> <span class="make" not="suppressMake" itemprop="manufacturer">Ford</span> <span class="model" itemprop="model">EcoSport</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">SE FWD</span> <span class="hidden" itemprop="vehicleIdentificationNumber">MAJ3S2GE8MC451921</span> <span class="hidden" itemprop="brand">Ford</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="17523" data-action="priceSpecification" content="17523">$17,523</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">33,195</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Moondust Silver Metallic</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">1.0L L3</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2021-Ford-EcoSport-SE_FWD-Temple-TX/6009340830" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2021-Ford-EcoSport-SE_FWD-Temple-TX/6009340830"> <img alt="2021 Ford EcoSport Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/8/2/1/33758294128.jpg" srcset="https://inv.assets.sincrod.com/8/2/1/progressive-2.0/33758294128x480.jpg 480w, https://inv.assets.sincrod.com/8/2/1/progressive-2.0/33758294128x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/8/2/1/33758294128.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-17" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-17" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2021-Chevrolet-Malibu-RS-Temple-TX/6011746470" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2021</span> <!----> <meta itemprop="brand" content="Chevrolet"/> <span class="make" not="suppressMake" itemprop="manufacturer">Chevrolet</span> <span class="model" itemprop="model">Malibu</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">RS</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1G1ZG5ST9MF054271</span> <span class="hidden" itemprop="brand">Chevrolet</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="18986" data-action="priceSpecification" content="18986">$18,986</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">74,736</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Mosaic Black Metallic</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">1.5L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2021-Chevrolet-Malibu-RS-Temple-TX/6011746470" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2021-Chevrolet-Malibu-RS-Temple-TX/6011746470"> <img alt="2021 Chevrolet Malibu Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/8/9/7/33753870798.jpg" srcset="https://inv.assets.sincrod.com/8/9/7/progressive-2.0/33753870798x480.jpg 480w, https://inv.assets.sincrod.com/8/9/7/progressive-2.0/33753870798x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/8/9/7/33753870798.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-18" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-18" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2015-Ford-F_150-4WD_SuperCrew_5_1%2F2_Ft_Box_XLT-Temple-TX/6010315100" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2015</span> <!----> <meta itemprop="brand" content="Ford"/> <span class="make" not="suppressMake" itemprop="manufacturer">Ford</span> <span class="model" itemprop="model">F-150</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">4WD SuperCrew 5-1/2 Ft Box XLT</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1FTEW1EGXFFC93458</span> <span class="hidden" itemprop="brand">Ford</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="20275" data-action="priceSpecification" content="20275">$20,275</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">125,198</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Maroon</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">3.5L V6</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2015-Ford-F_150-4WD_SuperCrew_5_1%2F2_Ft_Box_XLT-Temple-TX/6010315100" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2015-Ford-F_150-4WD_SuperCrew_5_1%2F2_Ft_Box_XLT-Temple-TX/6010315100"> <img alt="2015 Ford F-150 Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/1/4/1/33758290141.jpg" srcset="https://inv.assets.sincrod.com/1/4/1/progressive-2.0/33758290141x480.jpg 480w, https://inv.assets.sincrod.com/1/4/1/progressive-2.0/33758290141x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/1/4/1/33758290141.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-19" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-19" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2022-Volkswagen-Tiguan-2.0T_SE_FWD-Temple-TX/6007104940" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2022</span> <!----> <meta itemprop="brand" content="Volkswagen"/> <span class="make" not="suppressMake" itemprop="manufacturer">Volkswagen</span> <span class="model" itemprop="model">Tiguan</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">2.0T SE FWD</span> <span class="hidden" itemprop="vehicleIdentificationNumber">3VV3B7AX9NM103127</span> <span class="hidden" itemprop="brand">Volkswagen</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="20343" data-action="priceSpecification" content="20343">$20,343</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">55,499</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Platinum Gray Metallic</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">2.0L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2022-Volkswagen-Tiguan-2.0T_SE_FWD-Temple-TX/6007104940" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2022-Volkswagen-Tiguan-2.0T_SE_FWD-Temple-TX/6007104940"> <img alt="2022 Volkswagen Tiguan Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/4/1/1/33753868114.jpg" srcset="https://inv.assets.sincrod.com/4/1/1/progressive-2.0/33753868114x480.jpg 480w, https://inv.assets.sincrod.com/4/1/1/progressive-2.0/33753868114x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/4/1/1/33753868114.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-20" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-20" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2018-Chevrolet-Silverado_1500-Crew_Cab_Short_Box_4_Wheel_Drive_LT_Z71-Temple-TX/6009877240" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2018</span> <!----> <meta itemprop="brand" content="Chevrolet"/> <span class="make" not="suppressMake" itemprop="manufacturer">Chevrolet</span> <span class="model" itemprop="model">Silverado 1500</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">Crew Cab Short Box 4-Wheel Drive LT Z71</span> <span class="hidden" itemprop="vehicleIdentificationNumber">3GCUKREC9JG307196</span> <span class="hidden" itemprop="brand">Chevrolet</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="20989" data-action="priceSpecification" content="20989">$20,989</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">169,155</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Black</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">5.3L V8</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2018-Chevrolet-Silverado_1500-Crew_Cab_Short_Box_4_Wheel_Drive_LT_Z71-Temple-TX/6009877240" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2018-Chevrolet-Silverado_1500-Crew_Cab_Short_Box_4_Wheel_Drive_LT_Z71-Temple-TX/6009877240"> <img alt="2018 Chevrolet Silverado 1500 Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/5/6/7/33753865765.jpg" srcset="https://inv.assets.sincrod.com/5/6/7/progressive-2.0/33753865765x480.jpg 480w, https://inv.assets.sincrod.com/5/6/7/progressive-2.0/33753865765x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/5/6/7/33753865765.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-21" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-21" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2022-Chevrolet-Equinox-FWD_LT-Temple-TX/6006860690" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2022</span> <!----> <meta itemprop="brand" content="Chevrolet"/> <span class="make" not="suppressMake" itemprop="manufacturer">Chevrolet</span> <span class="model" itemprop="model">Equinox</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">FWD LT</span> <span class="hidden" itemprop="vehicleIdentificationNumber">3GNAXKEV9NL246370</span> <span class="hidden" itemprop="brand">Chevrolet</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="21444" data-action="priceSpecification" content="21444">$21,444</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">48,233</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Summit White</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">1.5L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2022-Chevrolet-Equinox-FWD_LT-Temple-TX/6006860690" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2022-Chevrolet-Equinox-FWD_LT-Temple-TX/6006860690"> <img alt="2022 Chevrolet Equinox Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/8/7/5/33753868578.jpg" srcset="https://inv.assets.sincrod.com/8/7/5/progressive-2.0/33753868578x480.jpg 480w, https://inv.assets.sincrod.com/8/7/5/progressive-2.0/33753868578x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/8/7/5/33753868578.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-22" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-22" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2018-Ford-Super_Duty_F_250_SRW-XL_4WD_SuperCab_6.75%27_Box-Temple-TX/6001126250" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2018</span> <!----> <meta itemprop="brand" content="Ford"/> <span class="make" not="suppressMake" itemprop="manufacturer">Ford</span> <span class="model" itemprop="model">Super Duty F-250 SRW</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">XL 4WD SuperCab 6.75' Box</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1FT7X2BTXJEB80315</span> <span class="hidden" itemprop="brand">Ford</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="21976" data-action="priceSpecification" content="21976">$21,976</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">193,423</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Oxford White</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">6.7L V8</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2018-Ford-Super_Duty_F_250_SRW-XL_4WD_SuperCab_6.75%27_Box-Temple-TX/6001126250" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2018-Ford-Super_Duty_F_250_SRW-XL_4WD_SuperCab_6.75%27_Box-Temple-TX/6001126250"> <img alt="2018 Ford Super Duty F-250 SRW Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/9/2/4/33753868429.jpg" srcset="https://inv.assets.sincrod.com/9/2/4/progressive-2.0/33753868429x480.jpg 480w, https://inv.assets.sincrod.com/9/2/4/progressive-2.0/33753868429x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/9/2/4/33753868429.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-23" itemscope itemtype="//schema.org/Car" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-23" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-many copy-many media-many links-one leafy " template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><h3 not="subject.seeMoreUrl" itemprop="name" model="subject" template="vehicle-name"><a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Honda-Accord_Sedan-Sport_1.5T_CVT-Temple-TX/6007101230" data-insight="vehicleTitle"> <span class="condition" itemprop="itemCondition">Used</span> <span class="year" itemprop="vehicleModelDate">2019</span> <!----> <meta itemprop="brand" content="Honda"/> <span class="make" not="suppressMake" itemprop="manufacturer">Honda</span> <span class="model" itemprop="model">Accord Sedan</span> <span if="trim" class="trim" itemprop="vehicleConfiguration">Sport 1.5T CVT</span> <span class="hidden" itemprop="vehicleIdentificationNumber">1HGCV1F34KA131596</span> <span class="hidden" itemprop="brand">Honda</span> </a></h3> <div not="subject.seeMoreUrl" itemprop="offers" itemscope itemtype="//schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"/> <ul if="subject.useRevisedPriceMarkup"> <!-- sale price revised for empahsis--> <li class="sale-price"> <span itemprop="name" class="key " data-action="priceSpecification">Johnson Brothers Price</span> <span itemprop="price" class="value " value="22100" data-action="priceSpecification" content="22100">$22,100</span> <meta itemprop="availability" content/> </li> <!-- savings revised for emphasis --> <!----> </ul> </div> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><div if="subject.showSpecs" class="specData" model="subject"> <dl each="specData" template="vehicleIdentitySpecs-"><dt class="key">Miles</dt> <!----> <dd not="isNumeric" class="value">65,603</dd><!--^_^--><dt class="key">Exterior</dt> <dd class="value" itemprop="color">Crystal Black Pearl</dd><!--^_^--><dt class="key">Engine</dt> <dd class="value" itemprop="vehicleEngine" itemscope itemtype="//auto.schema.org/EngineSpecification"> <!----> <span itemprop="name">1.5L L4</span> </dd><!--^_^--></dl> </div></div> <div class="link" template="hyperlinks"><a not="subject.seeMoreUrl" class="primary" repeat="hyperlinks" name="insertedVDPLink" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Honda-Accord_Sedan-Sport_1.5T_CVT-Temple-TX/6007101230" data-linkid="insertedVDPLink" title="View Details" target data-action="ViewDetails">View Details</a> <!----> <!----> <!----> </div> </div> </div> <div not="subject.seeMoreUrl" class="media" template="media"><figure if="subject.mainPhoto.urls[0]" class="showcaseMedia"> <a itemprop="url" href="https://www.johnsonbrosford.com/VehicleDetails/used-2019-Honda-Accord_Sedan-Sport_1.5T_CVT-Temple-TX/6007101230"> <img alt="2019 Honda Accord Sedan Vehicle Photo in Temple, TX 76502-5833" loading="lazy" src="https://inv.assets.sincrod.com/9/3/8/33753866839.jpg" srcset="https://inv.assets.sincrod.com/9/3/8/progressive-2.0/33753866839x480.jpg 480w, https://inv.assets.sincrod.com/9/3/8/progressive-2.0/33753866839x640.jpg 640w" /> <meta itemprop="image" content="https://inv.assets.sincrod.com/9/3/8/33753866839.jpg"/> </a> </figure></div> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section lazyload="true" id="card-view/card/062d2882-1e7d-45f1-9c5c-15b3d0558dca-24" data-status data-origin-name="vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946" data-lastmodifieddate="0" data-attrs="card-vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946-062d2882-1e7d-45f1-9c5c-15b3d0558dca-24" data-params="cardName:vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946;" class="card l3 vehicleShowcase-e9f2a4b1-b4b7-48f4-a15d-9717f8ac1946 emphasis vehicle-showcase card-top-border bg-light media-bleed-full no image-center content-width-none hover-treatment-slide-overlay aspect-unknown insight theme- cards-none title-none copy-none media-none links-one leafy placeholder-see-more" template="card-body" data-lazybg=true data-bg-src="https://media.assets.sincrod.com/hydra-graph/hydra-graph-docker-1.0.29807/vendor/hydra-base/client/assets/placeholder/carousel-view-more.png"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content" tabindex="0"><div class="text"> <div class="title" template="title"><!----> <!----> </div> <div class="wrapped-specs"> <div class="copy" template="copy"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <a class="primary " data-seemore="true" if="subject.seeMoreUrl" itemprop="url" href="/VehicleSearchResults?lotAgeRange=&offer=&serverFields=summary%2Cfilters%2Cmetadata%2Cresults(miles%2Ccolor(exterior(name))%2Cengine(description)%2Cid%2Cmake%2Cmodel%2Cyear%2Cphotos(mainPhoto)%2Ccategory%2Cprices%2CvehicleDetailWebUrl%2Cmileage%2Codometer%2Cloaner%2Cdemo%2Ctrim)&stockOrVIN=&scenario=vehicleShowCase&specificationsDisplay=bestPractices&category=preowned&merchandisingDisplay=none&intentAware=true">See More</a> </div> </div> </div> <!----> </div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--></div> </section> <!--^_^--><section lazyload if="isDisplayable" id="card-view/card/2120ece8-867a-4f8c-80b9-4808f033be7f" model="@this as card" data-card-id="card-view-card-2120ece8-867a-4f8c-80b9-4808f033be7f" data-origin-name="aboutMessageCard-b1999ce4-1de3-4692-a931-6835e1b4e110" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-b1999ce4-1de3-4692-a931-6835e1b4e110-2120ece8-867a-4f8c-80b9-4808f033be7f" data-params="cardName:aboutMessageCard-b1999ce4-1de3-4692-a931-6835e1b4e110;" class="card l2 aboutMessageCard-b1999ce4-1de3-4692-a931-6835e1b4e110 cms-about-message bg-dark media-bleed-full deck-bleed-none deck-listing tabs-center grid-1-2 link-clickable no image-center title-center copy-center link-center fix-and-float media-background-no-gradient content-width-none aspect-unknown insight theme- branchy cards-few title-none copy-none media-none links-none" template="card-body" data-lazybg=true data-bg-src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/8898f7242e7f4a998d57c1a4da74ad0b_1440x429.png"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"> <section if="isDisplayable" id="card-view/card/fbc7158c-5c8f-4c43-aa4b-d3ddf726e9b9" model="@this as card" data-card-id="card-view-card-fbc7158c-5c8f-4c43-aa4b-d3ddf726e9b9" data-origin-name="aboutMessageCard-7609bc37-7e58-40eb-81e2-5a87017a0e06" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-7609bc37-7e58-40eb-81e2-5a87017a0e06-fbc7158c-5c8f-4c43-aa4b-d3ddf726e9b9" data-params="cardName:aboutMessageCard-7609bc37-7e58-40eb-81e2-5a87017a0e06;" class="card l3 aboutMessageCard-7609bc37-7e58-40eb-81e2-5a87017a0e06 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-carousel carousel-autorotate tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-many title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-fbc7158c-5c8f-4c43-aa4b-d3ddf726e9b9"] { background-image: url('https://media.assets.sincrod.com/websites/content/cblt-ms-product/why_buy_message/f1d42d4d672c4faa95e135e04d000b57_1600x100.png'); } .fix-and-float[data-card-id="card-view-card-fbc7158c-5c8f-4c43-aa4b-d3ddf726e9b9"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Transparent spacer" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-product/why_buy_message/progressive-2.0/f1d42d4d672c4faa95e135e04d000b57_1600x100.png" width="1600" height="100"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"> <section if="isDisplayable" id="card-view/card/e5fc4d9e-a566-440d-b723-cc1e14b262fb-0" model="@this as card" data-card-id="card-view-card-e5fc4d9e-a566-440d-b723-cc1e14b262fb-0" data-origin-name="aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99-e5fc4d9e-a566-440d-b723-cc1e14b262fb-0" data-params="cardName:aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99;" class="card l4 aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99 cms-about-message card-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-width-one-quarter bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><span style="font-size: 16.25px;"><i><span class="cms-font-inner-span" data-font-value="Normal" data-font-label="Normal" style="font-size: 100%;">We were looking at replacing my husband's work car. We knew we wanted a Ford Maverick . We looked at multiple sites but most had zero on the lot! Basically advertising they had them to get you there only to tell you they don't actually have any but would be happy to assist you in placing a special order through them. Was very frustrating to say the least! Then we came upon one on Johnson Brothers. Reached out to them to insure they actually had one on lot. They did so we set up time to test drive and ask questions. Darren was first one T assist us in the test drive and filling out r finance forms. Once we were approved Justin sat with us to fill out all the loan paperwork. Being we h.ad gone in about 7 getting everything in order we were there late! They didn't rush us and still took the time to address our questions and review loan paperwork. Darren walked us out and thanked us and let us out the gate. Darren had explained to us yesterday that the truck had a no sale on it as it needed a mandatory safety update. He explained he would be off today and introduced us to Tina who would insure everything was in order for us to come and pick it up. She has kept us updated throughout the day after its visit to service then again once she was fueled up! She will be there awaiting our arrival this evening when we pick it up! She has been so kind to send us pictures of our new truck! We have had an amazing experience buying from them! Everyone has provided us with top notch service! This has been the best car buying experience I have had! Hats off to Johnson Brother Ford! Thank you for making our experience AWESOME!</span></i></span><br/><span style="font-size: 16.25px;"><i><br/></i></span><br/><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"> - Julie Sampson</span></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/e5fc4d9e-a566-440d-b723-cc1e14b262fb-1" model="@this as card" data-card-id="card-view-card-e5fc4d9e-a566-440d-b723-cc1e14b262fb-1" data-origin-name="aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99-e5fc4d9e-a566-440d-b723-cc1e14b262fb-1" data-params="cardName:aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99;" class="card l4 aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99 cms-about-message card-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-width-one-quarter bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"><i></i></span><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 100%;"><i data-font-value="null" data-font-label="null"><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">Fair deal both on their service and their sales. I felt like I got a very fair deal on my new truck and a decent trade in for my old one . This is the second used vehicle I've bought from them.</span><br/></i></span><br/>- Darrel Croswell</span></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/e5fc4d9e-a566-440d-b723-cc1e14b262fb-2" model="@this as card" data-card-id="card-view-card-e5fc4d9e-a566-440d-b723-cc1e14b262fb-2" data-origin-name="aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99-e5fc4d9e-a566-440d-b723-cc1e14b262fb-2" data-params="cardName:aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99;" class="card l4 aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99 cms-about-message card-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-width-one-quarter bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><i><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"></span></i><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"><i><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">Hands down the easiest and smoothest process, Ken Cavenaugh was absolutely amazing and made this whole process pleasant and stress free. I will never go anywhere else!<br/></span></i><br/><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 100%;">- Rachael Mireles</span></span><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"></span></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/e5fc4d9e-a566-440d-b723-cc1e14b262fb-3" model="@this as card" data-card-id="card-view-card-e5fc4d9e-a566-440d-b723-cc1e14b262fb-3" data-origin-name="aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99-e5fc4d9e-a566-440d-b723-cc1e14b262fb-3" data-params="cardName:aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99;" class="card l4 aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99 cms-about-message card-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-width-one-quarter bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"><i></i></span><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 100%;"><i><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">I would like to give the entire team a huge shoutout and thank you for putting my family and I in a new vehicle. Lee was a delight to work with, and I’m blessed that I was assisted by him.</span><br/></i></span><br/>- Nathalie Hernandez</span></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/e5fc4d9e-a566-440d-b723-cc1e14b262fb-4" model="@this as card" data-card-id="card-view-card-e5fc4d9e-a566-440d-b723-cc1e14b262fb-4" data-origin-name="aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99-e5fc4d9e-a566-440d-b723-cc1e14b262fb-4" data-params="cardName:aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99;" class="card l4 aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99 cms-about-message card-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-width-one-quarter bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><span style="font-size: 16.25px;"><i><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">Exceptional car buying Experience. We had just come from another dealership with a bad experience. Darren Simank was extrememly helpful and to the point. The whole preocess took less than 2 hours. Thanks again Darren!</span></i></span><br/><br/><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">- Quinn Fox</span></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/e5fc4d9e-a566-440d-b723-cc1e14b262fb-5" model="@this as card" data-card-id="card-view-card-e5fc4d9e-a566-440d-b723-cc1e14b262fb-5" data-origin-name="aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99-e5fc4d9e-a566-440d-b723-cc1e14b262fb-5" data-params="cardName:aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99;" class="card l4 aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99 cms-about-message card-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-width-one-quarter bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><span style="font-size: 16.25px;"><i><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">Johnson Brothers is hands down the absolute best dealership in the area! From sales to service to Quick Lane you are in the best possible hands!! We have not only purchased serval vehicles over the years but also had our vehicles serviced for there for many, many years as well and couldn't be happier. Go see Smitty if you are needing a new or used vehicle, he is amazing and will take care of you! If you need an oil change stop over at the Quick Lane and ask for Dan. He’ll take great care of you as well and make sure your vehicle is ready to roll. Thank you for the great years and miles Johnson Brothers Ford! We love your small town feel in a not so small town world!</span></i></span><br/><br/><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">- Sabrinick Ranch</span></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/e5fc4d9e-a566-440d-b723-cc1e14b262fb-6" model="@this as card" data-card-id="card-view-card-e5fc4d9e-a566-440d-b723-cc1e14b262fb-6" data-origin-name="aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99-e5fc4d9e-a566-440d-b723-cc1e14b262fb-6" data-params="cardName:aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99;" class="card l4 aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99 cms-about-message card-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-width-one-quarter bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style><span style="font-size: 16.25px;"><i data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">I wanted to Lease a vehicle again and went in Friday 19th, 2024. I have been a customer for while, until I left the Ford to a Hyundai, which was a mistake.</i></span></span></span></span><br/><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style><span style="font-size: 16.25px;"><i><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">I recommend Mike Moneyhun, he always helps me out and gets great deals for me. I got a Ford Escape 2024, so far happy with the experience.</span><br/></i></span></span></span><br/><span style="font-size: 125%;">- Lauren Knight</span></span></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/e5fc4d9e-a566-440d-b723-cc1e14b262fb-7" model="@this as card" data-card-id="card-view-card-e5fc4d9e-a566-440d-b723-cc1e14b262fb-7" data-origin-name="aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99-e5fc4d9e-a566-440d-b723-cc1e14b262fb-7" data-params="cardName:aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99;" class="card l4 aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99 cms-about-message card-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-width-one-quarter bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"><i>I recently purchased a vehicle at Johnson Brothers Ford and as always was treated extremely well. Their facility was clean and up to date and I was met at the door and taken to my sales representative of choice. Mike Tubbs greeted me like an old friend and asked a few questions to get my very specific model, features and color choices and showed me his inventory in new and used options. I shopped around from Waco to Austin including Killeen and found Johnson Brothers to offer a very competitive price package and they earned my business. I wanted to stay local if possible and they made it worth my while.<br/>I took delivery after spending a relatively short time with Terry in the finance department and was greeted and thanked by Grant as my manager. Overall, I was very pleased with my experience and would recommend Johnson Brothers highly to anyone shopping for a new or used vehicle!</i><br/></span><br/><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 100%;">- Edward Fasolino</span></span><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"></span></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/e5fc4d9e-a566-440d-b723-cc1e14b262fb-8" model="@this as card" data-card-id="card-view-card-e5fc4d9e-a566-440d-b723-cc1e14b262fb-8" data-origin-name="aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99-e5fc4d9e-a566-440d-b723-cc1e14b262fb-8" data-params="cardName:aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99;" class="card l4 aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99 cms-about-message card-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-width-one-quarter bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><i><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">Dan was my service writer. He is amazing service was done on time and recommendations for future service was on repair order. I would highly recommend seeing him. Won’t take all 3 of my Ford vehicles anywhere else</span><br/></i><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;"><i><br/></i>- Shawn Morse</span></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/e5fc4d9e-a566-440d-b723-cc1e14b262fb-9" model="@this as card" data-card-id="card-view-card-e5fc4d9e-a566-440d-b723-cc1e14b262fb-9" data-origin-name="aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99-e5fc4d9e-a566-440d-b723-cc1e14b262fb-9" data-params="cardName:aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99;" class="card l4 aboutMessageCard-9a844ccc-163f-4c3e-b5a9-98ea8dcdaf99 cms-about-message card-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-width-one-quarter bg-dark aspect-4x3 insight theme- leafy cards-none title-none copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><i><span class="cms-font-inner-span" data-font-value="Large" data-font-label="Large" style="font-size: 150%;">Professional but mostly kind and great customer orientated employees.<br/></span><br/></i><span class="cms-font-inner-span" data-font-value="Medium" data-font-label="Medium" style="font-size: 125%;">- Barbara Sessions</span></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/f0332559-ad21-448d-9cf5-527d5a1aa9b1" model="@this as card" data-card-id="card-view-card-f0332559-ad21-448d-9cf5-527d5a1aa9b1" data-origin-name="aboutMessageCard-712e9b92-d401-4f7e-b23f-665f6954e6b4" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-712e9b92-d401-4f7e-b23f-665f6954e6b4-f0332559-ad21-448d-9cf5-527d5a1aa9b1" data-params="cardName:aboutMessageCard-712e9b92-d401-4f7e-b23f-665f6954e6b4;" class="card l3 aboutMessageCard-712e9b92-d401-4f7e-b23f-665f6954e6b4 cms-about-message bg-transparent media-bleed-full deck-bleed-card-margin deck-carousel carousel-autorotate tabs-center col-2 link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-many title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-f0332559-ad21-448d-9cf5-527d5a1aa9b1"] { background-image: url('https://media.assets.sincrod.com/websites/content/cblt-ms-root-en-us//e793365a68114529b67b8555def84e01_1600x50.png'); } .fix-and-float[data-card-id="card-view-card-f0332559-ad21-448d-9cf5-527d5a1aa9b1"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Transparent spacer" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-root-en-us/progressive-2.0/e793365a68114529b67b8555def84e01_1600x50.png" width="1600" height="50"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-0" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-0" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-0" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-1x1 insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-0"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/c00ccec02b1c4f2c986bb677206c31b4_1080x1080.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-0"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="1:1" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Customer Pictures" data-aspect-ratio="1:1" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/c00ccec02b1c4f2c986bb677206c31b4_1080x1080.PNG" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-1" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-1" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-1" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-1"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/91780998adda48fc86102573270c5b72_1890x1890.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-1"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="photo 2" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/91780998adda48fc86102573270c5b72_1890x1890.PNG" width="1890" height="1890"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-2" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-2" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-2" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-2"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/230adac71e284c14923432faf3e3b83e_1080x1080.jpeg'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-2"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="photo 3" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/230adac71e284c14923432faf3e3b83e_1080x1080.jpeg" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-3" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-3" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-3" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-3"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/e2834f55ed1142f798a0bba1a19c5dd9_1755x1755.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-3"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="photo 4" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/e2834f55ed1142f798a0bba1a19c5dd9_1755x1755.PNG" width="1755" height="1755"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-4" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-4" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-4" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-4"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/59a7112ffd2f4ec2aedf6878747b44a0_1080x1080.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-4"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="photo 5" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/59a7112ffd2f4ec2aedf6878747b44a0_1080x1080.PNG" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-5" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-5" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-5" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-1x1 insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-5"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/539ea2a647ae472fba83b0f36fb6b8c0_1080x1080.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-5"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="1:1" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="photo 6" data-aspect-ratio="1:1" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/539ea2a647ae472fba83b0f36fb6b8c0_1080x1080.PNG" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-6" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-6" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-6" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-6"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/132c7360f0844ffcaae079ab646165fe_1890x1890.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-6"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="photo 7" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/132c7360f0844ffcaae079ab646165fe_1890x1890.PNG" width="1890" height="1890"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-7" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-7" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-7" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-1x1 insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-7"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/925fc7fac6ce46cd9aed4d1dee9acca3_1080x1080.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-7"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="1:1" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Photo 8" data-aspect-ratio="1:1" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/925fc7fac6ce46cd9aed4d1dee9acca3_1080x1080.PNG" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-8" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-8" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-8" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-8"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/782163539ae74179a64a707976c4afb7_1080x1080.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-8"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="photo 9" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/782163539ae74179a64a707976c4afb7_1080x1080.PNG" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-9" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-9" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-9" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-9"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/a034dad3cb374d70af5f32f8ea4778c7_1080x1080.png'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-9"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Pic 10" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/a034dad3cb374d70af5f32f8ea4778c7_1080x1080.png" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-10" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-10" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-10" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-1x1 insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-10"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/976a2a4fc02e44f4a51e247e8228e93e_1080x1080.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-10"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="1:1" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Pic 11" data-aspect-ratio="1:1" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/976a2a4fc02e44f4a51e247e8228e93e_1080x1080.PNG" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-11" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-11" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-11" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-11"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/82ec8be6b4de40809cde04cbb3b02bd3_1755x1755.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-11"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="photo 12" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/82ec8be6b4de40809cde04cbb3b02bd3_1755x1755.PNG" width="1755" height="1755"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-12" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-12" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-12" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-1x1 insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-12"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/b69ff13f10d94c13966fd0e1d2ef4528_1080x1080.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-12"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="1:1" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Photo 13" data-aspect-ratio="1:1" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/b69ff13f10d94c13966fd0e1d2ef4528_1080x1080.PNG" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-13" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-13" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-13" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-13"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/769200454a664866a1fda813338910a7_1080x1080.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-13"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Photo 14" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/769200454a664866a1fda813338910a7_1080x1080.PNG" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-14" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-14" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-14" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-14"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/8fbdc609ebba4b1e812763b86ed422f1_1080x1080.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-14"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Photo 15" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/8fbdc609ebba4b1e812763b86ed422f1_1080x1080.PNG" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-15" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-15" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-15" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-1x1 insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-15"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/cf33b8f3284b47cfab0174ee40eb2df3_1755x1755.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-15"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="1:1" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Photo 16" data-aspect-ratio="1:1" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/cf33b8f3284b47cfab0174ee40eb2df3_1755x1755.PNG" width="1755" height="1755"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-16" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-16" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-16" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-16"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/c8cf361a9c6746988cb4deab175e76e6_1080x1080.jpeg'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-16"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Photo 17" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/c8cf361a9c6746988cb4deab175e76e6_1080x1080.jpeg" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-17" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-17" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-17" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-1x1 insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-17"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/069afcbdca3547a494a3bbd42ac94fe1_1080x1080.jpeg'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-17"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="1:1" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Photo 18" data-aspect-ratio="1:1" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/069afcbdca3547a494a3bbd42ac94fe1_1080x1080.jpeg" width="1080" height="1080"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section if="isDisplayable" id="card-view/card/3587db7b-b486-4021-9d61-61ebda85211f-18" model="@this as card" data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-18" data-origin-name="aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229-3587db7b-b486-4021-9d61-61ebda85211f-18" data-params="cardName:aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229;" class="card l4 aboutMessageCard-888c69ba-87e9-4ef5-a59a-78114212a229 cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-dark aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-18"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/e8eed1bd971749988db20a3714ba3076_1890x1890.PNG'); } .fix-and-float[data-card-id="card-view-card-3587db7b-b486-4021-9d61-61ebda85211f-18"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Photo 19" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/e8eed1bd971749988db20a3714ba3076_1890x1890.PNG" width="1890" height="1890"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--></div></section> <!--^_^--></div></section><!--^_^--><section data-content-block-instance-name="CB-3035a7e5-8335-4290-b2aa-db51ab393580" data-content-block-reference-name="CB-a3772cdb-7c72-49cb-ab95-e6ada0758daa" if="isDisplayable" model="@this as card" id="card-view/card/0826ed18-9774-48d5-a178-8134234be103_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-card-id="card-view-card-0826ed18-9774-48d5-a178-8134234be103_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-origin-name="aboutMessageCard-13c51a9e-bfd5-4f63-afe5-86f52bdbb3a0_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-13c51a9e-bfd5-4f63-afe5-86f52bdbb3a0_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-0826ed18-9774-48d5-a178-8134234be103" data-params="cardName:aboutMessageCard-13c51a9e-bfd5-4f63-afe5-86f52bdbb3a0_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd;" class="card l2 aboutMessageCard-13c51a9e-bfd5-4f63-afe5-86f52bdbb3a0_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd media-bleed-full justification-l deck-listing link-clickable align-card bg-light deck-bleed-none col-2 image-center content-width-none aspect-unknown insight theme- cards-few title-none copy-none media-one links-none branchy"> <!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-0826ed18-9774-48d5-a178-8134234be103_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd"] > .content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><!----></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Transparent spacer" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-product/why_buy_message/progressive-2.0/f1d42d4d672c4faa95e135e04d000b57_1600x100.png" width="1600" height="100"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation" template="navigation"><ul each="cards"> <li if="title"><a href="#card-view/card/e1c3923e-f7f2-4492-be79-5e5f39bf4532_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd">Welcome to Johnson Brothers Ford in Temple, TX<br></a></li> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"><section if="isDisplayable" id="card-view/card/e1c3923e-f7f2-4492-be79-5e5f39bf4532_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" model="@this as card" data-card-id="card-view-card-e1c3923e-f7f2-4492-be79-5e5f39bf4532_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-origin-name="aboutMessageCard-20678078-aefe-44a0-a4a0-f43de8156d9a_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-20678078-aefe-44a0-a4a0-f43de8156d9a_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-e1c3923e-f7f2-4492-be79-5e5f39bf4532" data-params="cardName:aboutMessageCard-20678078-aefe-44a0-a4a0-f43de8156d9a_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd;" class="card l3 aboutMessageCard-20678078-aefe-44a0-a4a0-f43de8156d9a_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd cms-about-message bg-color media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-21x9 insight theme- leafy cards-none title-one copy-one media-one links-many" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-e1c3923e-f7f2-4492-be79-5e5f39bf4532_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/0d40f58a7b9b41aeb33f09a49f768e4d_c0x173-1200x515.jpg'); } .fix-and-float[data-card-id="card-view-card-e1c3923e-f7f2-4492-be79-5e5f39bf4532_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h3 if="title">Welcome to Johnson Brothers Ford in Temple, TX<br></h3></div> <div class="copy" model="subject" template="copy">Johnson Brothers Ford carries a huge selection of new and pre-owned vehicles in Temple. If you’re looking to lease or finance your next Ford, Johnson Brothers Ford has competitive lease specials and financing options on new Ford vehicles. Johnson Brothers Ford also has an extensive collection of quality pre-owned and certified vehicles at affordable prices to suit your needs.</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="895f9c6c-055b-4b2f-8bea-e08c08b3c3b0" href="/Welcome" data-linkid="895f9c6c-055b-4b2f-8bea-e08c08b3c3b0" title="Learn More About Us" target data-action="LearnMoreAboutUs">Learn More About Us</a> <!----> <!----> <div class="tertiary" if="hasTertiaryHyperlinks"> <!----> <a repeat="subject.hyperlinks.tertiary" name="bb522de2-2639-4ac8-ad0b-eb7c1016e88f" href="/HoursAndDirections" data-linkid="bb522de2-2639-4ac8-ad0b-eb7c1016e88f" title="Hours & Directions" target data-action="Hours&Directions">Hours & Directions</a> <a repeat="subject.hyperlinks.tertiary" name="25d58d31-8057-4907-a8a9-e21d903d0742" href="/ContactUsForm" data-linkid="25d58d31-8057-4907-a8a9-e21d903d0742" title="Contact Us" target data-action="ContactUs">Contact Us</a> </div></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="21:9" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Temple downtown at sunset" data-aspect-ratio="21:9" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/0d40f58a7b9b41aeb33f09a49f768e4d_c0x173-1200x515.jpg" srcset="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/0d40f58a7b9b41aeb33f09a49f768e4d_c0x173-1200x515_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/0d40f58a7b9b41aeb33f09a49f768e4d_c0x173-1200x515_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/0d40f58a7b9b41aeb33f09a49f768e4d_c0x173-1200x515_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/0d40f58a7b9b41aeb33f09a49f768e4d_c0x173-1200x515_x1024.jpg 1024w, https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/0d40f58a7b9b41aeb33f09a49f768e4d_c0x173-1200x515_x1200.jpg 1200w" sizes='(max-width: 640px) 100vw, 50vw' width="1200" height="515"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/f6b26f29-7a4c-4a42-8246-45384a58c2c8_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-card-id="card-view-card-f6b26f29-7a4c-4a42-8246-45384a58c2c8_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-origin-name="aboutMessageCard-7c2e66a1-5399-499b-97bd-ca8149893444_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-7c2e66a1-5399-499b-97bd-ca8149893444_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-f6b26f29-7a4c-4a42-8246-45384a58c2c8" data-params="cardName:aboutMessageCard-7c2e66a1-5399-499b-97bd-ca8149893444_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd;" class="card l3 aboutMessageCard-7c2e66a1-5399-499b-97bd-ca8149893444_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd link-clickable seo-card bg-light media-bleed-full deck-bleed-none deck-listing tabs-center col-2 image-center content-width-none aspect-4x3 insight theme- cards-many title-none copy-none media-none links-none leafy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><!----></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"> <li if="title"><a href="#card-view/card/072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-0">Shop F-150</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-1">Shop Explorer</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-2">Shop Escape</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-3">Shop Bronco Sport</a></li> <!--^_^--></ul> </div> <div class="deck" each="cards"><section if="isDisplayable" id="card-view/card/072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-0" model="@this as card" data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-0" data-origin-name="aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-0" data-params="cardName:aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd;" class="card l4 aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center title-center copy-center link-center content-width-none aspect-4x3 insight theme- leafy cards-none title-one copy-none media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-0"] { background-image: url('https://media.assets.sincrod.com/websites/content/cblt-ms-ford//6669ac1a357441cc85d74320e60bf8f3_c1x0-798x600.jpg'); } .fix-and-float[data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-0"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Shop F-150</h4></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="2ec725f8-7790-4ae0-a2e5-026d648992e4" href="/VehicleSearchResults?search=new&make=Ford&model=F-150" data-linkid="2ec725f8-7790-4ae0-a2e5-026d648992e4" title="Shop F-150" target data-action="ShopF-150">Shop F-150</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Ford F-150" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-ford/progressive-2.0/6669ac1a357441cc85d74320e60bf8f3_c1x0-798x600.jpg" srcset="https://media.assets.sincrod.com/websites/content/cblt-ms-ford/progressive-2.0/6669ac1a357441cc85d74320e60bf8f3_c1x0-798x600_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/cblt-ms-ford/progressive-2.0/6669ac1a357441cc85d74320e60bf8f3_c1x0-798x600_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/cblt-ms-ford/progressive-2.0/6669ac1a357441cc85d74320e60bf8f3_c1x0-798x600_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/cblt-ms-ford/progressive-2.0/6669ac1a357441cc85d74320e60bf8f3_c1x0-798x600_x798.jpg 798w" sizes='(max-width: 640px) 100vw, 50vw' width="798" height="600"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-1" model="@this as card" data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-1" data-origin-name="aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-1" data-params="cardName:aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd;" class="card l4 aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center title-center copy-center link-center content-width-none aspect-4x3 insight theme- leafy cards-none title-one copy-none media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-1"] { background-image: url('https://media.assets.sincrod.com/websites/content/cblt-ms-ford//78d405d2669b455880e151cc81e4ad6c_c1x0-798x600.jpg'); } .fix-and-float[data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-1"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Shop Explorer</h4></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="2ec725f8-7790-4ae0-a2e5-026d648992e4" href="/VehicleSearchResults?search=new&make=Ford&model=Explorer" data-linkid="2ec725f8-7790-4ae0-a2e5-026d648992e4" title="Shop Explorer" target data-action="ShopExplorer">Shop Explorer</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Ford Explorer" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-ford/progressive-2.0/78d405d2669b455880e151cc81e4ad6c_c1x0-798x600.jpg" srcset="https://media.assets.sincrod.com/websites/content/cblt-ms-ford/progressive-2.0/78d405d2669b455880e151cc81e4ad6c_c1x0-798x600_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/cblt-ms-ford/progressive-2.0/78d405d2669b455880e151cc81e4ad6c_c1x0-798x600_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/cblt-ms-ford/progressive-2.0/78d405d2669b455880e151cc81e4ad6c_c1x0-798x600_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/cblt-ms-ford/progressive-2.0/78d405d2669b455880e151cc81e4ad6c_c1x0-798x600_x798.jpg 798w" sizes='(max-width: 640px) 100vw, 50vw' width="798" height="600"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-2" model="@this as card" data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-2" data-origin-name="aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-2" data-params="cardName:aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd;" class="card l4 aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center title-center copy-center link-center content-width-none aspect-4x3 insight theme- leafy cards-none title-one copy-none media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-2"] { background-image: url('https://media.assets.sincrod.com/websites/content/cblt-ms-ford/about_message/7de3c1823b834e3ba1e129865232faaa_c1x0-798x600.jpg'); } .fix-and-float[data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-2"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Shop Escape</h4></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="2ec725f8-7790-4ae0-a2e5-026d648992e4" href="/VehicleSearchResults?search=new&make=Ford&model=Escape" data-linkid="2ec725f8-7790-4ae0-a2e5-026d648992e4" title="Shop Escape" target data-action="ShopEscape">Shop Escape</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="4:3" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Ford Escape" data-aspect-ratio="4:3" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-ford/about_message/progressive-2.0/7de3c1823b834e3ba1e129865232faaa_c1x0-798x600.jpg" srcset="https://media.assets.sincrod.com/websites/content/cblt-ms-ford/about_message/progressive-2.0/7de3c1823b834e3ba1e129865232faaa_c1x0-798x600_x480.jpg 480w, https://media.assets.sincrod.com/websites/content/cblt-ms-ford/about_message/progressive-2.0/7de3c1823b834e3ba1e129865232faaa_c1x0-798x600_x640.jpg 640w, https://media.assets.sincrod.com/websites/content/cblt-ms-ford/about_message/progressive-2.0/7de3c1823b834e3ba1e129865232faaa_c1x0-798x600_x768.jpg 768w, https://media.assets.sincrod.com/websites/content/cblt-ms-ford/about_message/progressive-2.0/7de3c1823b834e3ba1e129865232faaa_c1x0-798x600_x798.jpg 798w" sizes='(max-width: 640px) 100vw, 50vw' width="798" height="600"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-3" model="@this as card" data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-3" data-origin-name="aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-3" data-params="cardName:aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd;" class="card l4 aboutMessageCard-039bd1c6-890c-4d97-91f5-f73f03cd908c_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center title-center copy-center link-center content-width-none aspect-unknown insight theme- leafy cards-none title-one copy-none media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-3"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/f3b4fba2413348e68609ad5354462d28_798x600.jpg'); } .fix-and-float[data-card-id="card-view-card-072ee12f-c40b-46aa-b67c-2bddd5fab082_7f2e1b15-c27e-49b7-9f65-addd3a8f94cd-3"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h4 if="title">Shop Bronco Sport</h4></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="2ec725f8-7790-4ae0-a2e5-026d648992e4" href="/VehicleSearchResults?search=new&make=Ford&model=Bronco Sport" data-linkid="2ec725f8-7790-4ae0-a2e5-026d648992e4" title="Shop Bronco Sport" target data-action="ShopBroncoSport">Shop Bronco Sport</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img data-sizes-specifier="col-2" if="@this.aspectRatios" alt="Ford Ranger" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/f3b4fba2413348e68609ad5354462d28_798x600.jpg" width="798" height="600"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--></div> </section> <!--^_^--></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/dff74f74-6857-4f7f-b02f-697e5b2e5d86" data-card-id="card-view-card-dff74f74-6857-4f7f-b02f-697e5b2e5d86" itemprop="department" itemscope itemtype="//schema.org/department" data-origin-name="departmentDetailCard-3b32f5be-1fa3-4923-9d19-7c4e33fc1214" data-lastmodifieddate="0" data-attrs="card-departmentDetailCard-3b32f5be-1fa3-4923-9d19-7c4e33fc1214-dff74f74-6857-4f7f-b02f-697e5b2e5d86" data-params="cardName:departmentDetailCard-3b32f5be-1fa3-4923-9d19-7c4e33fc1214;" class="card l2 departmentDetailCard-3b32f5be-1fa3-4923-9d19-7c4e33fc1214 cms-department-details bg-light media-bleed-none deck-bleed-none deck-listing tabs-center col link-clickable no image-center content-width-none media-side justification-l aspect-4x3 insight theme- cards-few title-none copy-none media-none links-none leafy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><!----> <!----> </div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"> <li if="title"><a href="#card-view/card/52f00997-5c19-4c8e-8e57-50e8229a7476">Affordable Ford Models At Your Leisure<br></a></li> <!--^_^--> <li if="title"><a href="#card-view/card/b3be99b1-7301-4564-86ad-a721c080f1f6">Exceptional Customer Service</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/5454d98b-c661-42bf-b2b4-c5ffce4fb3a9">Making It Happen For You Everyday!!!</a></li> <!--^_^--></ul> </div> <div class="deck" each="cards"><section if="isDisplayable" id="card-view/card/52f00997-5c19-4c8e-8e57-50e8229a7476" model="@this as card" data-card-id="card-view-card-52f00997-5c19-4c8e-8e57-50e8229a7476" data-origin-name="aboutMessageCard-f0502531-49d6-46c0-80c0-2fcb9a37edd6" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-f0502531-49d6-46c0-80c0-2fcb9a37edd6-52f00997-5c19-4c8e-8e57-50e8229a7476" data-params="cardName:aboutMessageCard-f0502531-49d6-46c0-80c0-2fcb9a37edd6;" class="card l3 aboutMessageCard-f0502531-49d6-46c0-80c0-2fcb9a37edd6 cms-about-message bg-light media-bleed-none deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-side justification-l aspect-unknown insight theme- leafy cards-none title-one copy-one media-one links-few" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-52f00997-5c19-4c8e-8e57-50e8229a7476"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/1e35b1d4370b4df08265e072d729a095_1089x722.png'); } .fix-and-float[data-card-id="card-view-card-52f00997-5c19-4c8e-8e57-50e8229a7476"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h3 if="title">Affordable Ford Models At Your Leisure<br></h3></div> <div class="copy" model="subject" template="copy">If only a new Ford will do, then we have you covered. Check our selection of affordable Ford models at your leisure; when something pops out at you, we'll set you up for a little joyride (i.e. test drive). Singing along to the radio, while optional, is certainly recommended for the full experience.<br/><br/>If a new Ford isn't what you had in mind, then why not take a look at our wide variety of used vehicles? Every one of them a gem, a complex story of previous ownership, all at fair market prices. If you're still concerned about payments, our skilled financial team will help you secure a loan or lease that can fit nearly any budget.<br/></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><a class="primary" repeat="hyperlinks" name="23f6f1b4-3d1d-454a-b71a-d728b83c652a" href="/VehicleSearchResults" data-linkid="23f6f1b4-3d1d-454a-b71a-d728b83c652a" title="Shop Inventory" target data-action="ShopInventory">Shop Inventory</a> <!----> <a class="secondary" repeat="secondaryHyperlinks" name="2a6d84e1-a23d-4900-ad78-47c436ab8d4c" href="https://www.ford.com/finance/apply/1?SourceOfData=DCF&dealerId=02453" data-linkid="2a6d84e1-a23d-4900-ad78-47c436ab8d4c" title="Apply for Financing" target="_blank" data-action="ApplyforFinancing">Apply for Financing</a> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Finance_iStock-1472182140" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/1e35b1d4370b4df08265e072d729a095_1089x722.png" width="1089" height="722"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/b3be99b1-7301-4564-86ad-a721c080f1f6" model="@this as card" data-card-id="card-view-card-b3be99b1-7301-4564-86ad-a721c080f1f6" data-origin-name="aboutMessageCard-085d9aa7-4437-40f9-8a33-a22057bf5f89" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-085d9aa7-4437-40f9-8a33-a22057bf5f89-b3be99b1-7301-4564-86ad-a721c080f1f6" data-params="cardName:aboutMessageCard-085d9aa7-4437-40f9-8a33-a22057bf5f89;" class="card l3 aboutMessageCard-085d9aa7-4437-40f9-8a33-a22057bf5f89 cms-about-message bg-light media-bleed-none deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-side justification-r media-width-one-half aspect-unknown insight theme- leafy cards-none title-one copy-one media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-b3be99b1-7301-4564-86ad-a721c080f1f6"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/53922ff1a6f54e978ce76c7563297dac_1089x722.png'); } .fix-and-float[data-card-id="card-view-card-b3be99b1-7301-4564-86ad-a721c080f1f6"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h3 if="title">Exceptional Customer Service</h3></div> <div class="copy" model="subject" template="copy">It is our mission to be the automotive home of drivers in the Temple TX area. We provide a vast selection of <a title="new" type="custom" href="/VehicleSearchResults?search=new">new</a> and <a title="pre-owned" type="custom" href="/VehicleSearchResults?search=used">pre-owned</a> vehicles, exceptional car care and customer service with a smile!<br/><br/>Speaking of new models, you have your pick of our showroom. Our local dealership keeps a great stock of used cars, trucks and SUVs in inventory. With competitive prices offered on every pre-owned model for sale on our lot, you won't find a reason to visit any other dealership in Temple.<br/></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><a class="primary" repeat="hyperlinks" name="37f81543-1542-4c68-8648-d5a5f1576903" href="/VehicleSearchResults?search=" data-linkid="37f81543-1542-4c68-8648-d5a5f1576903" title="Browse Inventory" target data-action="BrowseInventory">Browse Inventory</a> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt=" IMG_8578 Large-853x819.jpeg" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/53922ff1a6f54e978ce76c7563297dac_1089x722.png" width="1089" height="722"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/5454d98b-c661-42bf-b2b4-c5ffce4fb3a9" model="@this as card" data-card-id="card-view-card-5454d98b-c661-42bf-b2b4-c5ffce4fb3a9" data-origin-name="aboutMessageCard-19283eb2-bcba-4cf1-9668-4d8a8491387c" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-19283eb2-bcba-4cf1-9668-4d8a8491387c-5454d98b-c661-42bf-b2b4-c5ffce4fb3a9" data-params="cardName:aboutMessageCard-19283eb2-bcba-4cf1-9668-4d8a8491387c;" class="card l3 aboutMessageCard-19283eb2-bcba-4cf1-9668-4d8a8491387c cms-about-message bg-light media-bleed-none deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none media-side justification-l media-width-one-half aspect-unknown insight theme- leafy cards-none title-one copy-one media-one links-few" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-5454d98b-c661-42bf-b2b4-c5ffce4fb3a9"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/217bdb791d8d4855a2008196e7d7d37a_1089x722.png'); } .fix-and-float[data-card-id="card-view-card-5454d98b-c661-42bf-b2b4-c5ffce4fb3a9"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h3 if="title">Making It Happen For You Everyday!!!</h3></div> <div class="copy" model="subject" template="copy">Of course, Johnson Brothers Ford doesn't stop to rest once the sale is over. Instead, we put our Ford parts and service experts to work for you! Whether you're a D-I-Y enthusiast who's looking for that hard-to-find part or you want to drop your car off at our Temple service station and have the work done for you, we're here to lend a hand.<br/><br/>Johnson Brothers Ford is committed to making sure you have a fantastic Ford experience. No matter what model you're interested in, new or used, we invite you to visit our dealership today. We'd relish the opportunity to get to know you and help you find a vehicle you'll truly love, so be sure to visit us at 7455 South General Bruce Dr. Temple, TX 76502-5833 today. <br/></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><a class="primary" repeat="hyperlinks" name="6680d10e-2237-44f6-8ed7-f59dbaf9bc37" href="/HoursAndDirections" data-linkid="6680d10e-2237-44f6-8ed7-f59dbaf9bc37" title="Visit Us" target data-action="VisitUs">Visit Us</a> <!----> <a class="secondary" repeat="secondaryHyperlinks" name="ba91934a-5b12-4169-8459-441a6ae4178d" href="/ContactUsForm" data-linkid="ba91934a-5b12-4169-8459-441a6ae4178d" title="Contact Us" target data-action="ContactUs">Contact Us</a> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt=" IMG_8554 Large-853x510.jpeg" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/ABOUT_MESSAGE/progressive-2.0/217bdb791d8d4855a2008196e7d7d37a_1089x722.png" width="1089" height="722"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--></div> </section> <!--^_^--><section lazyload id="card-view/card/59e1a9c6-b7a2-4768-8a53-a26314b23cdb" data-origin-name="fixAndFloatCard-d88aafcf-a8ca-4ea3-9e71-539b83d54eaa" data-lastmodifieddate="0" data-attrs="card-fixAndFloatCard-d88aafcf-a8ca-4ea3-9e71-539b83d54eaa-59e1a9c6-b7a2-4768-8a53-a26314b23cdb" data-params="cardName:fixAndFloatCard-d88aafcf-a8ca-4ea3-9e71-539b83d54eaa;" class="card l2 fixAndFloatCard-d88aafcf-a8ca-4ea3-9e71-539b83d54eaa default-motif bg-light media-bleed-full deck-bleed-none deck-listing tabs-center col link-clickable no image-center fix-and-float media-background-no-gradient content-width-none media-background justification-r aspect-16x9 insight theme- cards-few title-none copy-none media-none links-none branchy" data-lazybg=true data-bg-src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/generics/d15c480231db429c908a0694be4ce08e_c410x242-2045x1156.jpg"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"> </div> <div class="copy" template="copy"> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"> </div> </div> <div role="navigation" template="navigation"><ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"><section if="isDisplayable" id="card-view/card/1ac4b14c-08aa-4385-a2a9-bee62f4f1744" model="@this as card" data-card-id="card-view-card-1ac4b14c-08aa-4385-a2a9-bee62f4f1744" data-origin-name="aboutMessageCard-d2443354-63c4-4aa0-802c-395bcee9c095" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-d2443354-63c4-4aa0-802c-395bcee9c095-1ac4b14c-08aa-4385-a2a9-bee62f4f1744" data-params="cardName:aboutMessageCard-d2443354-63c4-4aa0-802c-395bcee9c095;" class="card l3 aboutMessageCard-d2443354-63c4-4aa0-802c-395bcee9c095 cms-about-message bg-transparent media-bleed-full deck-bleed-card-margin deck-listing tabs-center grid-2-1 link-clickable no image-center content-width-none bg-light aspect-unknown insight theme- branchy cards-few title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-1ac4b14c-08aa-4385-a2a9-bee62f4f1744"] { background-image: url('https://media.assets.sincrod.com/websites/content/cblt-ms-product/why_buy_message/f1d42d4d672c4faa95e135e04d000b57_1600x100.png'); } .fix-and-float[data-card-id="card-view-card-1ac4b14c-08aa-4385-a2a9-bee62f4f1744"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Transparent spacer" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-product/why_buy_message/progressive-2.0/f1d42d4d672c4faa95e135e04d000b57_1600x100.png" width="1600" height="100"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"> <section if="isDisplayable" id="card-view/card/df6a4762-5ba0-4235-86d9-8d1012dfa8c1" model="@this as card" data-card-id="card-view-card-df6a4762-5ba0-4235-86d9-8d1012dfa8c1" data-origin-name="aboutMessageCard-a843a7e2-5a1a-46bc-b59c-2194c5f6097f" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-a843a7e2-5a1a-46bc-b59c-2194c5f6097f-df6a4762-5ba0-4235-86d9-8d1012dfa8c1" data-params="cardName:aboutMessageCard-a843a7e2-5a1a-46bc-b59c-2194c5f6097f;" class="card l4 aboutMessageCard-a843a7e2-5a1a-46bc-b59c-2194c5f6097f cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-light aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-df6a4762-5ba0-4235-86d9-8d1012dfa8c1"] { background-image: url('https://media.assets.sincrod.com/websites/content/cblt-ms-product/why_buy_message/f1d42d4d672c4faa95e135e04d000b57_1600x100.png'); } .fix-and-float[data-card-id="card-view-card-df6a4762-5ba0-4235-86d9-8d1012dfa8c1"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Transparent spacer" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-product/why_buy_message/progressive-2.0/f1d42d4d672c4faa95e135e04d000b57_1600x100.png" width="1600" height="100"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--> <section lazyload if="isDisplayable" id="card-view/card/75d08eed-7309-4117-9c64-588c06c1defd" model="@this as card" data-card-id="card-view-card-75d08eed-7309-4117-9c64-588c06c1defd" data-origin-name="aboutMessageCard-5e2e99b0-1b0a-4537-a849-9d7f6d4d14f4" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-5e2e99b0-1b0a-4537-a849-9d7f6d4d14f4-75d08eed-7309-4117-9c64-588c06c1defd" data-params="cardName:aboutMessageCard-5e2e99b0-1b0a-4537-a849-9d7f6d4d14f4;" class="card l4 aboutMessageCard-5e2e99b0-1b0a-4537-a849-9d7f6d4d14f4 cms-about-message card-top-border bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center fix-and-float media-background-no-gradient content-width-none bg-light aspect-16x9 insight theme- leafy cards-one title-none copy-none media-none links-none" template="card-body" data-lazybg=true data-bg-src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_message/44de2cb7ca644e98a51b6edd81fb6ed0_c218x0-1565x884.png"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"> <li if="title"><a href="#card-view/card/ea434fe2-009a-425e-ab3c-f1effb1b68a1">Welcome to Johnson Brothers Ford</a></li> <!--^_^--></ul> </div> <div class="deck" each="cards"> <section if="isDisplayable" id="card-view/card/ea434fe2-009a-425e-ab3c-f1effb1b68a1" model="@this as card" data-card-id="card-view-card-ea434fe2-009a-425e-ab3c-f1effb1b68a1" data-origin-name="aboutMessageCard-704ecbee-ef38-4e2f-9ce8-55af620787fc" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-704ecbee-ef38-4e2f-9ce8-55af620787fc-ea434fe2-009a-425e-ab3c-f1effb1b68a1" data-params="cardName:aboutMessageCard-704ecbee-ef38-4e2f-9ce8-55af620787fc;" class="card l5 aboutMessageCard-704ecbee-ef38-4e2f-9ce8-55af620787fc cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-light aspect-4x3 insight theme- leafy cards-none title-one copy-one media-none links-one" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h5 if="title">Welcome to Johnson Brothers Ford</h5></div> <div class="copy" model="subject" template="copy"><b>Welcome to Johnson Brothers Ford Serving Temple, Belton, Killeen, Fort Cavazos, Harker Heights and Waco! <br/></b><br/>Buying a new vehicle doesn't have to be a hassle! At Johnson Brothers Ford, we Make It Happen with outstanding customer sales and service satisfaction! We demand and expect that our employees do business the right way. These values and beliefs are the driving force behind the level of service that we strive to offer. Whether you have a specific model in mind or not, we here at Johnson Brothers Ford will help you make a highly informed decision through every step of the buying process.<br/></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><a class="primary" repeat="hyperlinks" name="e72ca114-8147-40af-93b2-d7cafcc3633a" href="/about" data-linkid="e72ca114-8147-40af-93b2-d7cafcc3633a" title="Learn More About Us" target data-action="LearnMoreAboutUs">Learn More About Us</a> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section> <!--^_^--></div></section> <!--^_^--></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/9b5f4bc7-36f8-4c07-bebf-116d0c8a8439" model="@this as card" data-card-id="card-view-card-9b5f4bc7-36f8-4c07-bebf-116d0c8a8439" data-origin-name="aboutMessageCard-82321781-892a-4443-82a8-bed101c453bd" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-82321781-892a-4443-82a8-bed101c453bd-9b5f4bc7-36f8-4c07-bebf-116d0c8a8439" data-params="cardName:aboutMessageCard-82321781-892a-4443-82a8-bed101c453bd;" class="card l3 aboutMessageCard-82321781-892a-4443-82a8-bed101c453bd cms-about-message bg-transparent media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none bg-light aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-none" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-9b5f4bc7-36f8-4c07-bebf-116d0c8a8439"] { background-image: url('https://media.assets.sincrod.com/websites/content/cblt-ms-product/why_buy_message/f1d42d4d672c4faa95e135e04d000b57_1600x100.png'); } .fix-and-float[data-card-id="card-view-card-9b5f4bc7-36f8-4c07-bebf-116d0c8a8439"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="Transparent spacer" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/cblt-ms-product/why_buy_message/progressive-2.0/f1d42d4d672c4faa95e135e04d000b57_1600x100.png" width="1600" height="100"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--></div> </section> <!--^_^--><section if="isDisplayable" id="card-view/card/cce78ea7-9a00-48a8-8166-cac52b27732e" model="@this as card" data-card-id="card-view-card-cce78ea7-9a00-48a8-8166-cac52b27732e" data-origin-name="aboutMessageCard-94838b1a-ae46-4547-94b0-3ab341c2e97b" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-94838b1a-ae46-4547-94b0-3ab341c2e97b-cce78ea7-9a00-48a8-8166-cac52b27732e" data-params="cardName:aboutMessageCard-94838b1a-ae46-4547-94b0-3ab341c2e97b;" class="card l2 aboutMessageCard-94838b1a-ae46-4547-94b0-3ab341c2e97b cms-about-message bg-light media-bleed-full deck-bleed-none deck-listing tabs-center grid-2-1 link-clickable no image-center content-width-none aspect-4x3 insight theme- leafy cards-few title-none copy-none media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><!----></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"> <!----> <!--^_^--> <li if="title"><a href="#card-view/card/9140ae4b-db4d-440c-8bae-0045d24356fb">Johnson Brothers Ford</a></li> <!--^_^--></ul> </div> <div class="deck" each="cards"> <section id="card-view/card/239c9231-81a4-4934-9cb7-66dae4aa7cc3" data-origin-name="interactiveMap-46fcc552-9d9d-4786-b658-4779df0bd694" data-params="cardName:interactiveMap-46fcc552-9d9d-4786-b658-4779df0bd694;" class="card l3 insight interactiveMap-46fcc552-9d9d-4786-b658-4779df0bd694 cards-none title-none copy-none media-one links-none leafy deck-bleed-full deck-listing map-and-directions bg-light media-bleed-full col link-clickable image-center content-width-none aspect-4x3 automotive-business" data-lastmodifieddate="0" data-attrs="card-interactiveMap-46fcc552-9d9d-4786-b658-4779df0bd694-239c9231-81a4-4934-9cb7-66dae4aa7cc3"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><!----> <!----> </div> <div class="copy" template="copy"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> <figure itemprop="hasMap" itemscope itemtype="//schema.org/Map" staticmap="color:red;mapurl:https://maps.googleapis.com/maps/api/staticmap?markers=color%3Ared%7C31.062134%2C-97.433461&size=1440x250&scale=2&sensor=false&key=AIzaSyCD8_io4_4gwbNMs-zluCzgWBw5S6Yc5dE&signature=d1pJrydPAHFcdbXbMkIa325JVJk=;srcset:https://maps.googleapis.com/maps/api/staticmap?markers=color%3Ared%7C31.062134%2C-97.433461&size=320x480&scale=2&sensor=false&key=AIzaSyCD8_io4_4gwbNMs-zluCzgWBw5S6Yc5dE&signature=Gky280khqv1WzJCtWgHk0bbMYGQ= 320w,https://maps.googleapis.com/maps/api/staticmap?markers=color%3Ared%7C31.062134%2C-97.433461&size=480x270&scale=2&sensor=false&key=AIzaSyCD8_io4_4gwbNMs-zluCzgWBw5S6Yc5dE&signature=o3nEvDTMXV8VMGaJpOarZEABorU= 480w,https://maps.googleapis.com/maps/api/staticmap?markers=color%3Ared%7C31.062134%2C-97.433461&size=768x432&scale=2&sensor=false&key=AIzaSyCD8_io4_4gwbNMs-zluCzgWBw5S6Yc5dE&signature=HEe7-5KH9vyApalJ9WXFM3yJ5Dk= 768w,https://maps.googleapis.com/maps/api/staticmap?markers=color%3Ared%7C31.062134%2C-97.433461&size=1024x576&scale=2&sensor=false&key=AIzaSyCD8_io4_4gwbNMs-zluCzgWBw5S6Yc5dE&signature=MqmxOhMs0pMmiVJRBmscHz8rcX8= 1024w,https://maps.googleapis.com/maps/api/staticmap?markers=color%3Ared%7C31.062134%2C-97.433461&size=1440x250&scale=2&sensor=false&key=AIzaSyCD8_io4_4gwbNMs-zluCzgWBw5S6Yc5dE&signature=d1pJrydPAHFcdbXbMkIa325JVJk= 1440w;sizes:(max-width: 320px) 320px, (max-width: 480px) 480px, (max-width: 768px) 768px, (max-width: 1024px) 1024px, 1440w;altText:Get Directions"> <b repeat="content.departments" data-config-loc="7455 South General Bruce Dr.+Temple+TX+76502-5833"></b> <i if="content.departments" repeat="content.departments" data-config="position:31.062134,-97.433461"></i> <!----> <a data-action="hoursAndDirections" data-config-dealername="Johnson Brothers Ford" target="_blank" href="http://www.google.com/maps/search/Johnson Brothers Ford+7455 South General Bruce Dr.+Temple+TX+76502-5833"> <span>Get Directions</span> </a> </figure></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--> <section id="card-view/card/9140ae4b-db4d-440c-8bae-0045d24356fb" data-origin-name="dealershipAddress-db433dc1-bb2e-4f36-8324-1f6cb16ac8d6" data-lastmodifieddate="0" data-attrs="card-dealershipAddress-db433dc1-bb2e-4f36-8324-1f6cb16ac8d6-9140ae4b-db4d-440c-8bae-0045d24356fb" data-params="cardName:dealershipAddress-db433dc1-bb2e-4f36-8324-1f6cb16ac8d6;" class="card l3 dealershipAddress-db433dc1-bb2e-4f36-8324-1f6cb16ac8d6 deck-bleed-full deck-listing map-and-directions bg-light media-bleed-full col link-clickable image-center content-width-none aspect-4x3 insight theme- cards-none title-one copy-many media-none links-many leafy"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><h3 if="title">Johnson Brothers Ford</h3> <!----> </div> <div class="copy" template="copy"><!----> <div itemprop="address" itemscope itemtype="//schema.org/PostalAddress"> <meta itemprop="name" content="Johnson Brothers Ford"/> <span itemprop="streetAddress"> <span if="site.dealer.departments.sales.address.street1">7455 South General Bruce Dr.</span> <!----> </span> <span itemprop="addressLocality" if="site.dealer.departments.sales.address.city">Temple</span> <span itemprop="addressRegion" if="site.dealer.departments.sales.address.state">TX</span> <span itemprop="postalCode" if="site.dealer.departments.sales.address.postalCode">76502-5833</span> <span itemprop="addressCountry" if="site.dealer.departments.sales.address.country">US</span> </div> <div itemprop="geo" itemscope itemtype="//schema.org/GeoCoordinates"> <meta itemprop="latitude" content="31.062134"/> <meta itemprop="longitude" content="-97.433461"/> </div></div> <div class="link" template="hyperlinks"><div class="tertiary"> <a class="auto-dealer insight" data-params="cardName:dealershipAddress-db433dc1-bb2e-4f36-8324-1f6cb16ac8d6;department:Sales;phone:(888) 202-8567;" href="tel:8882028567" title="Sales" itemprop="department" > <span itemprop="name">Sales</span> <span data-action="call_sales" itemprop="telephone">(888) 202-8567</span> </a> <a class="auto-repair insight" data-params="cardName:dealershipAddress-db433dc1-bb2e-4f36-8324-1f6cb16ac8d6;department:Service;phone:(888) 219-6018;" if="site.dealer.departments.service" href="tel:8882196018" title="Service" itemprop="department" > <span itemprop="name">Service</span> <span data-action="call_service" itemprop="telephone">(888) 219-6018</span> </a> <a if="site.dealer.departments.parts" class="insight" data-params="cardName:dealershipAddress-db433dc1-bb2e-4f36-8324-1f6cb16ac8d6;department:Parts;phone:(888) 230-4358;" href="tel:8882304358" title="Parts" itemprop="department" > <span itemprop="name">Parts</span> <span data-action="call_parts" itemprop="telephone">(888) 230-4358</span> </a> </div> <a class="primary" href="http://www.google.com/maps/dir/Current+Location/31.062134,-97.433461" target="_blank" data-action="getDirections" itemprop="hasMap">Get Directions</a></div> </div> <div class="media" template="media"><!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--></div></section><!--^_^--><section id="card-view/card/8a6e44e3-6054-4b99-beed-c87024bddbf9" data-origin-name="hoursOfOperation-bef6a9c8-5d1c-4f3c-832c-8e38e23d2623" data-lastmodifieddate="0" data-attrs="card-hoursOfOperation-bef6a9c8-5d1c-4f3c-832c-8e38e23d2623-8a6e44e3-6054-4b99-beed-c87024bddbf9" data-params="cardName:hoursOfOperation-bef6a9c8-5d1c-4f3c-832c-8e38e23d2623;" class="card l2 hoursOfOperation-bef6a9c8-5d1c-4f3c-832c-8e38e23d2623 default-motif bg-transparent media-bleed-full background-with-piped-deck deck-bleed-card-margin deck-carousel tabs-center col-4 link-clickable no image-center title-center content-width-none bg-light aspect-unknown insight theme- cards-many title-one copy-none media-none links-none leafy"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><!----> <h2 not="content.custom.title">Hours Of Operation</h2> <!----></div> <div class="copy" template="copy"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"> <li if="title"><a href="#card-V:view/card/2a32dbaa-dc95-4e49-b629-c0e9f666550e-0">Sales</a></li> <!--^_^--> <li if="title"><a href="#card-V:view/card/2a32dbaa-dc95-4e49-b629-c0e9f666550e-1">Service</a></li> <!--^_^--> <li if="title"><a href="#card-V:view/card/2a32dbaa-dc95-4e49-b629-c0e9f666550e-2">Parts</a></li> <!--^_^--> <li if="title"><a href="#card-V:view/card/2a32dbaa-dc95-4e49-b629-c0e9f666550e-3">Quick Lane</a></li> <!--^_^--></ul> </div> <div class="deck" each="cards"><section id="card-V:view/card/2a32dbaa-dc95-4e49-b629-c0e9f666550e-0" data-origin-name="departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1" data-lastmodifieddate="0" data-attrs="card-departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1-2a32dbaa-dc95-4e49-b629-c0e9f666550e" data-params="cardName:departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1;department:sales;phone:(888) 202-8567;" class="card l3 departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1 default-motif bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-unknown insight auto-dealer theme- cards-none title-one copy-many media-none links-few leafy"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><h3>Sales</h3></div> <div class="copy" template="copy"><dl itemprop="openingHoursSpecification" itemscope itemtype="//schema.org/OpeningHoursSpecification" each="content.instance.hours as hour"> <dt itemprop="dayOfWeek">Monday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="09:00">9:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="20:00">8:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Tuesday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="09:00">9:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="20:00">8:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Wednesday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="09:00">9:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="20:00">8:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Thursday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="09:00">9:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="20:00">8:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Friday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="09:00">9:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="20:00">8:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Saturday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="09:00">9:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Sunday</dt> <!----> <dd if="closed">Closed</dd> <!--^_^--></dl></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> <!----> </section> <!--^_^--><section id="card-V:view/card/2a32dbaa-dc95-4e49-b629-c0e9f666550e-1" data-origin-name="departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1" data-lastmodifieddate="0" data-attrs="card-departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1-2a32dbaa-dc95-4e49-b629-c0e9f666550e" data-params="cardName:departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1;department:service;phone:(888) 219-6018;" class="card l3 departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1 default-motif bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-unknown insight auto-dealer theme- cards-none title-one copy-many media-none links-few leafy"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><h3>Service</h3></div> <div class="copy" template="copy"><dl itemprop="openingHoursSpecification" itemscope itemtype="//schema.org/OpeningHoursSpecification" each="content.instance.hours as hour"> <dt itemprop="dayOfWeek">Monday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:00">7:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Tuesday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:00">7:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Wednesday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:00">7:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Thursday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:00">7:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Friday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:00">7:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Saturday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:30">7:30 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="14:00">2:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Sunday</dt> <!----> <dd if="closed">Closed</dd> <!--^_^--></dl></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> <!----> </section> <!--^_^--><section id="card-V:view/card/2a32dbaa-dc95-4e49-b629-c0e9f666550e-2" data-origin-name="departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1" data-lastmodifieddate="0" data-attrs="card-departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1-2a32dbaa-dc95-4e49-b629-c0e9f666550e" data-params="cardName:departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1;department:parts;phone:(888) 230-4358;" class="card l3 departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1 default-motif bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-unknown insight auto-dealer theme- cards-none title-one copy-many media-none links-few leafy"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><h3>Parts</h3></div> <div class="copy" template="copy"><dl itemprop="openingHoursSpecification" itemscope itemtype="//schema.org/OpeningHoursSpecification" each="content.instance.hours as hour"> <dt itemprop="dayOfWeek">Monday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="08:00">8:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Tuesday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="08:00">8:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Wednesday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="08:00">8:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Thursday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="08:00">8:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Friday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="08:00">8:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Saturday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:30">7:30 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="14:00">2:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Sunday</dt> <!----> <dd if="closed">Closed</dd> <!--^_^--></dl></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> <!----> </section> <!--^_^--><section id="card-V:view/card/2a32dbaa-dc95-4e49-b629-c0e9f666550e-3" data-origin-name="departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1" data-lastmodifieddate="0" data-attrs="card-departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1-2a32dbaa-dc95-4e49-b629-c0e9f666550e" data-params="cardName:departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1;department:quickService;phone:(888) 202-8567;" class="card l3 departmentHoursOfOperation-fc062b05-212a-4418-a1b1-0891459023c1 default-motif bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-unknown insight auto-dealer theme- cards-none title-one copy-many media-none links-few leafy"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><h3>Quick Lane</h3></div> <div class="copy" template="copy"><dl itemprop="openingHoursSpecification" itemscope itemtype="//schema.org/OpeningHoursSpecification" each="content.instance.hours as hour"> <dt itemprop="dayOfWeek">Monday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:00">7:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Tuesday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:00">7:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Wednesday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:00">7:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Thursday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:00">7:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Friday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:00">7:00 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="18:00">6:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Saturday</dt> <dd not="closed"> <time if="@hour.fromHour" itemprop="opens" datetime="07:30">7:30 AM</time> <time if="@hour.toHour" itemprop="closes" datetime="16:00">4:00 PM</time> </dd> <!----> <!--^_^--> <dt itemprop="dayOfWeek">Sunday</dt> <!----> <dd if="closed">Closed</dd> <!--^_^--></dl></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> <!----> </section> <!--^_^--></div> </section> <!--^_^--><section if="isDisplayable" id="card-view/card/055c3223-6b1e-428c-b874-8d2db06d3c9c" model="@this as card" data-card-id="card-view-card-055c3223-6b1e-428c-b874-8d2db06d3c9c" data-origin-name="aboutMessageCard-9d0941b1-4b41-46df-b6ac-a4d8806f7f8c" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-9d0941b1-4b41-46df-b6ac-a4d8806f7f8c-055c3223-6b1e-428c-b874-8d2db06d3c9c" data-params="cardName:aboutMessageCard-9d0941b1-4b41-46df-b6ac-a4d8806f7f8c;" class="card l2 aboutMessageCard-9d0941b1-4b41-46df-b6ac-a4d8806f7f8c cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col card-clickable no image-center content-width-none aspect-unknown insight theme- leafy cards-none title-none copy-none media-one links-one" template="card-body"><!----> <style if="subject.media[mediaCategory][0].aspectRatios[0].url"> .fix-and-float[data-card-id="card-view-card-055c3223-6b1e-428c-b874-8d2db06d3c9c"] { background-image: url('https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/f9d9b435f547475d9a6b1a92c82c7874_1600x383.jpg'); } .fix-and-float[data-card-id="card-view-card-055c3223-6b1e-428c-b874-8d2db06d3c9c"]>.content .media { display: none; } </style> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"></div> <div class="copy" model="subject" template="copy"><!----></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <a class="primary" repeat="subject.hyperlinks.primary" name="1f880276-4bd0-453f-aad7-4c68c89fb7ca" href="https://www.google.com/search?q=johnson+bros+ford&rlz=1C1GCEB_enUS958US958&oq=&gs_lcrp=EgZjaHJvbWUqCQgAEEUYOxjCAzIJCAAQRRg7GMIDMgkIARBFGDsYwgMyCQgCEEUYOxjCAzIJCAMQRRg7GMIDMgkIBBBFGDsYwgMyCQgFEEUYOxjCAzIJCAYQRRg7GMIDMgkIBxBFGDsYwgPSAQkxNzM3ajBqMTWoAgiwAgE&sourceid=chrome&ie=UTF-8#lrd=0x86456aa5e0e0b587:0x69080eee939715a3,1,,,," data-linkid="1f880276-4bd0-453f-aad7-4c68c89fb7ca" title="Review" target="_blank" data-action="Review">Review</a> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <figure not data-aspect-ratio="unknown" repeat="subject.media[mediaCategory]"> <img if="@this.aspectRatios" alt="review" data-aspect-ratio="unknown" loading="lazy" src="https://media.assets.sincrod.com/websites/content/ford-johnson-bros/about_messages/progressive-2.0/f9d9b435f547475d9a6b1a92c82c7874_1600x383.jpg" width="1600" height="383"/> <!----> <figcaption><!----></figcaption> </figure></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/832e4d3d-97b3-4051-9a7c-ce3d9a1c499f" model="@this as card" data-card-id="card-view-card-832e4d3d-97b3-4051-9a7c-ce3d9a1c499f" data-origin-name="aboutMessageCard-fdbe3d4f-5bcb-4725-8d51-55bcce375621" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-fdbe3d4f-5bcb-4725-8d51-55bcce375621-832e4d3d-97b3-4051-9a7c-ce3d9a1c499f" data-params="cardName:aboutMessageCard-fdbe3d4f-5bcb-4725-8d51-55bcce375621;" class="card l2 aboutMessageCard-fdbe3d4f-5bcb-4725-8d51-55bcce375621 cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-4x3 insight theme- leafy cards-none title-one copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h2 if="title">We Welcome Our Killeen Customers to Johnson Brothers Ford in Temple, TX</h2></div> <div class="copy" model="subject" template="copy">Johnson Brothers Ford is proud to bring you a wide collection of new and used vehicles. We not only offer sales but also assure brilliant after-sales services for your vehicle. So, worry no more. The qualified and experienced staff at Johnson Brothers Ford will leave no opportunity to make sure that you leave our store absolutely pleased with our services. Belton and Waco customers can find driving routes to our dealership on our <a title="hours and directions page" href="/HoursAndDirections" type="page">hours and directions page</a>. Drop by our Temple Ford showroom today.</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/6ee9b7f7-d601-4d65-9d2c-848366179cd8" model="@this as card" data-card-id="card-view-card-6ee9b7f7-d601-4d65-9d2c-848366179cd8" data-origin-name="aboutMessageCard-1ff0276e-84fa-404d-9c0c-5b2d1ec3305d" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-1ff0276e-84fa-404d-9c0c-5b2d1ec3305d-6ee9b7f7-d601-4d65-9d2c-848366179cd8" data-params="cardName:aboutMessageCard-1ff0276e-84fa-404d-9c0c-5b2d1ec3305d;" class="card l2 aboutMessageCard-1ff0276e-84fa-404d-9c0c-5b2d1ec3305d cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-4x3 insight theme- leafy cards-none title-one copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h2 if="title">Serving Temple, Killeen, Belton, & Waco Ford Drivers with Financing Options</h2></div> <div class="copy" model="subject" template="copy">If you are looking to finance a car, look no further than Johnson Brothers Ford. We’ll help you with financing for both new and used vehicles and with the best offers for all sorts of customers. You can be a first-time buyer or someone with poor credit; we assure you that our experts will help you out with suitable financing options. Waco and Belton Ford drivers can just fill out our <a title="secure form" href="/service-appointment" type="page">secure form</a> and our Temple staff will take it forward from there.</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/d590cd06-d6c3-4bcd-86b8-9d63940da675" model="@this as card" data-card-id="card-view-card-d590cd06-d6c3-4bcd-86b8-9d63940da675" data-origin-name="aboutMessageCard-c3c731a5-0a51-42a3-97b6-1ee12d76402b" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-c3c731a5-0a51-42a3-97b6-1ee12d76402b-d590cd06-d6c3-4bcd-86b8-9d63940da675" data-params="cardName:aboutMessageCard-c3c731a5-0a51-42a3-97b6-1ee12d76402b;" class="card l2 aboutMessageCard-c3c731a5-0a51-42a3-97b6-1ee12d76402b cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-4x3 insight theme- leafy cards-none title-one copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h2 if="title">Ford Auto Repair, Service, and Parts Department in Temple</h2></div> <div class="copy" model="subject" template="copy">Are you looking for a Ford service center in Temple? The maintenance department at our dealership is here to serve you. The dedicated team at Johnson Brothers Ford's <a title="service" href="/general-maintenance-advice" type="page">service</a> department is focused on maintaining the optimum performance of your vehicle. We encourage our Waco clients to use our website to order parts or <a title="schedule an appointment" href="/service-appointment" type="page">schedule an appointment</a> as per their needs today!</div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><section if="isDisplayable" id="card-view/card/0117d8f1-2312-48b7-9315-3e0f9d733f8a" model="@this as card" data-card-id="card-view-card-0117d8f1-2312-48b7-9315-3e0f9d733f8a" data-origin-name="aboutMessageCard-6f809faf-5f26-4093-a626-247927916f65" data-lastmodifieddate="0" data-attrs="card-aboutMessageCard-6f809faf-5f26-4093-a626-247927916f65-0117d8f1-2312-48b7-9315-3e0f9d733f8a" data-params="cardName:aboutMessageCard-6f809faf-5f26-4093-a626-247927916f65;" class="card l2 aboutMessageCard-6f809faf-5f26-4093-a626-247927916f65 cms-about-message bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-4x3 insight theme- leafy cards-none title-one copy-one media-none links-none" template="card-body"><!----> <!----> <div class="content"> <div class="text"> <div class="title" model="subject" template="title"><h2 if="title">New and Used Vehicles for Temple and Belton Ford Shoppers</h2></div> <div class="copy" model="subject" template="copy">If you are looking for new or certified used vehicles, come check out the wide range at Johnson Brothers Ford. We provide excellent pre-owned automobiles that have undergone many quality checks. These vehicles also come with a warranty and a certified history. We understand that not everyone can afford the car they intend to purchase, hence we also provide impeccable financing options for our Killeen customers at our Temple Ford dealership. If you are interested, feel free to <a title="contact us" href="https://www.johnsonbrosford.com/ContactUsForm" type="custom">contact us</a>. Waco customers can visit our Temple Ford store to learn more. <br/><br/><br/><b>*Manufacturer’s Rebate subject to residency restrictions. Any customer not meeting the residency restrictions will receive a dealer discount in the same amount of the manufacturer’s rebate.</b></div> <div class="cms-disclaimer" model="subject"> <!----> </div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----></div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation"> <ul each="cards"></ul> </div> <div class="deck" each="cards"></div></section><!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/b842fed5-c769-49ff-b6a3-b681ebf50b09" class="card l2 integration-04938e5e-fa59-43c1-ad2f-9d69d0938b02 integration-card bg-light" data-origin-name="integration-04938e5e-fa59-43c1-ad2f-9d69d0938b02"> <!----> <style if="inlineStyle"> /*-- CXINV-220: Hide Element on Desktop/Mobile --*/ @media screen and (max-width: 768px) { .InventorySearch-b6308d78-fd3e-4b36-a6fa-542c3b811231_a5622a9e-10c3-4914-be4f-eee84d94afb4_ef167e71-50e8-45db-af0e-d7cbd2628792> div.content > div.text > div.copy > form > output > button { display: none !important; } } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/92091905-c39b-4ca1-9043-497646503c8e" data-card-id="card-view-card-92091905-c39b-4ca1-9043-497646503c8e" data-origin-name="promotionCard-1b63daa2-51a0-4807-a7eb-a6ebbfe85171" data-lastmodifieddate="0" data-attrs="card-promotionCard-1b63daa2-51a0-4807-a7eb-a6ebbfe85171-92091905-c39b-4ca1-9043-497646503c8e" data-params="cardName:promotionCard-1b63daa2-51a0-4807-a7eb-a6ebbfe85171;" class="card l2 promotionCard-1b63daa2-51a0-4807-a7eb-a6ebbfe85171 cms-promotion bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-4x3 insight theme- cards-one title-none copy-none media-none links-none leafy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><!----></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> <!----></div> </div> <div role="navigation" template="navigation"><ul each="cards"> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"><!----> <!--^_^--></div> </section> <!--^_^--><!----> <!--^_^--></div> </section> </main> <!-- This template is being rendered from a design --> <footer data-origin-name="footer" id="card-view/card/8c999556-c1cb-4a8f-b2dc-61d4b5bd9858" class="card l1 footer footer bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center justification-l content-width-none aspect-unknown theme- cards-many title-none copy-none media-none links-one branchy r backToTop" data-lastmodifieddate="0" data-attrs="card-footer-8c999556-c1cb-4a8f-b2dc-61d4b5bd9858" template="card-body"><!-- This template is being rendered from the design --> <!----> <!----> <div class="content" template="content"><!-- This template is being rendered from a design --> <div class="text"> <div class="title" template="title"><!-- This template is being rendered from a design --> <!----> <!----></div> <div class="copy" template="copy"><!-- This template is being rendered from a design --> <!----> <!----></div> <div class="link" template="hyperlinks"><a href="#" class="backToTop" title="Back to Top">Back to Top</a></div> </div> <div class="media" template="media"><!-- This template is being rendered from a design --> <!----></div></div> <div role="navigation" template="navigation"><!-- This template is being rendered from a design --> <ul each="cards"> <!----> <!--^_^--> <li if="title"><a href="#card-view/card/add908ef-492f-4226-aac0-b624a5a41b72">Johnson Brothers Ford</a></li> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <li if="title"><a href="#card-view/card/4aa9fbce-5aff-4377-9ab9-ccc92d461c3c">Partner Card</a></li> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div if="cards" class="deck" each="cards"><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/f893a997-a931-4096-8735-dabfe43ca138" class="card l2 integration-3df7d1af-845b-450c-ac18-74ac544385ce integration-card bg-light" data-origin-name="integration-3df7d1af-845b-450c-ac18-74ac544385ce"> <!----> <!----> <!----> <script if="scripts" id="script-view/card/f893a997-a931-4096-8735-dabfe43ca138"> window.addEventListener('load-complete' || 'load', function () { function callback() { } var card = document.getElementById("card-view/card/f893a997-a931-4096-8735-dabfe43ca138"); var container = document.getElementById("script-view/card/f893a997-a931-4096-8735-dabfe43ca138"); var loadedCount = 0; ["https://scripts.iconnode.com/121517.js"].forEach(function (url, i, all) { var s = document.createElement('script'); s.async = 1; s.onload = s.onreadystatechange = function (_, isAbort) { if (isAbort || !s.readyState || /loaded|complete/.test(s.readyState)) { s.onload = s.onreadystatechange = null; if (!isAbort && all.length === ++loadedCount) { callback(); } } }; s.src = url; card.insertBefore(s, container); }); }); </script> </section> <!--^_^--><section id="card-view/card/add908ef-492f-4226-aac0-b624a5a41b72" data-origin-name="footerDealerInformation" data-lastmodifieddate="0" data-attrs="card-footerDealerInformation-add908ef-492f-4226-aac0-b624a5a41b72" data-params="cardName:footerDealerInformation;" class="card automotive-business l2 footerDealerInformation default-motif bg-color media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-1x1 insight cards-none title-one copy-many media-none links-many leafy"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><h2 if="title" itemprop="name">Johnson Brothers Ford</h2> <!----></div> <div class="copy" template="copy"><!----> <div itemprop="address" itemscope itemtype="//schema.org/PostalAddress"> <meta itemprop="name" content="Johnson Brothers Ford"/> <span itemprop="streetAddress"> <span if="site.dealer.departments.sales.address.street1">7455 South General Bruce Dr.</span> <!----> </span> <span itemprop="addressLocality" if="site.dealer.departments.sales.address.city">Temple</span> <span itemprop="addressRegion" if="site.dealer.departments.sales.address.state">TX</span> <span itemprop="postalCode" if="site.dealer.departments.sales.address.postalCode">76502-5833</span> </div> <div itemprop="geo" itemscope itemtype="//schema.org/GeoCoordinates"> <meta itemprop="latitude" content="31.062134"/> <meta itemprop="longitude" content="-97.433461"/> </div></div> <div class="link" template="hyperlinks"><!----> <!----> <div class="tertiary" if="tertiaryHyperlinks.length" each="tertiaryHyperlinks"> <!----> <a data-action="call_sales" data-params="cardName:footerDealerInformation;department:sales;phone:(888) 202-8567;" not="@this.title" class="insight" name="28deea97-b021-4ebe-b527-3ff50c6019fd" href="tel:8882028567" data-linkid="28deea97-b021-4ebe-b527-3ff50c6019fd" target>Sales</a> <!--^_^--> <!----> <a data-action="call_service" data-params="cardName:footerDealerInformation;department:service;phone:(888) 219-6018;" not="@this.title" class="insight" name="eb6bc88e-6516-4283-bde1-6e83464bfcc9" href="tel:8882196018" data-linkid="eb6bc88e-6516-4283-bde1-6e83464bfcc9" target>Service</a> <!--^_^--> <!----> <a itemprop="hasMap" data-action="maplinkout" not="@this.title" class="location" name="30560b70-d086-4739-a5ba-6caa805c6aa7" href="http://www.google.com/maps/search/Johnson Brothers Ford/@31.062134,-97.433461,16z" data-linkid="30560b70-d086-4739-a5ba-6caa805c6aa7" target="map">Directions</a> <!--^_^--></div> </div> </div> <div class="media" template="media"><!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section id="card-view/card/e6b2d6bb-bea7-45d1-9063-4378bc787fd3" data-origin-name="footerMedia" data-lastmodifieddate="0" data-attrs="card-footerMedia-e6b2d6bb-bea7-45d1-9063-4378bc787fd3" class="card automotive-business l2 footerMedia default-motif bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-unknown cards-none title-none copy-none media-none links-many leafy"> <!----> <div class="content"> <div class="text"> <div class="title" template="title"><!----> <!----> </div> <div class="copy" template="copy"><!----></div> <div class="link" template="hyperlinks"><link itemprop="url" href="http://www.mydealer.com"/> <div class="tertiary"> <span repeat> <a if="value" href="https://www.instagram.com/johnsonbrosfl/" itemprop="sameAs" target="_blank" class="sd-icon sd-icon-instagram">Instagram</a> </span> <span repeat> <a if="value" href="https://www.facebook.com/JohnsonBrosFL/?ref=embed_page" itemprop="sameAs" target="_blank" class="sd-icon sd-icon-facebook">Facebook</a> </span> </div></div> </div> <div class="media" each="media" template="media"></div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/8436536d-79a8-46b7-9765-4e67fe3fbc3d" data-card-id="card-view-card-8436536d-79a8-46b7-9765-4e67fe3fbc3d" data-origin-name="genericCard-676d10f1-f2f7-43c8-b0df-d433c2ddfb96" data-lastmodifieddate="0" data-attrs="card-genericCard-676d10f1-f2f7-43c8-b0df-d433c2ddfb96-8436536d-79a8-46b7-9765-4e67fe3fbc3d" data-params="cardName:genericCard-676d10f1-f2f7-43c8-b0df-d433c2ddfb96;" class="card l2 genericCard-676d10f1-f2f7-43c8-b0df-d433c2ddfb96 cms-generic bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col-4 link-clickable no image-center content-width-none aspect-4x3 insight theme- cards-few title-none copy-none media-none links-none leafy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><!----></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"><!----> <!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"> <li if="title"><a href="#card-view/card/8483bb3b-a539-41ef-88f4-eac497d93de3">INVENTORY</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/7d918891-cd8b-4362-aef9-31ed6c882001">FINANCE</a></li> <!--^_^--> <li if="title"><a href="#card-view/card/761a6172-abc9-419a-88e8-f0730cbe2c42">ABOUT US</a></li> <!--^_^--></ul> </div> <div class="deck" each="cards"><section if="isDisplayable" model="@this as card" id="card-view/card/8483bb3b-a539-41ef-88f4-eac497d93de3" data-card-id="card-view-card-8483bb3b-a539-41ef-88f4-eac497d93de3" data-origin-name="genericCard-b06824c4-9364-475d-bea1-46618233c04b" data-lastmodifieddate="0" data-attrs="card-genericCard-b06824c4-9364-475d-bea1-46618233c04b-8483bb3b-a539-41ef-88f4-eac497d93de3" data-params="cardName:genericCard-b06824c4-9364-475d-bea1-46618233c04b;" class="card l3 genericCard-b06824c4-9364-475d-bea1-46618233c04b cms-generic bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-4x3 insight theme- cards-none title-one copy-none media-none links-many leafy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><h3 if="title">INVENTORY</h3></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <div class="tertiary" if="hasTertiaryHyperlinks"> <a repeat="tertiaryHyperlinks" name="6c8892bc-0a83-4621-9cfe-14f2e0cd45b6" href="/VehicleSearchResults?search=new" data-linkid="6c8892bc-0a83-4621-9cfe-14f2e0cd45b6" title="Shop New" target data-action="ShopNew">Shop New</a> <a repeat="tertiaryHyperlinks" name="03859dbb-1a82-4953-90b7-27cb056c4c1c" href="/VehicleSearchResults?search=preowned" data-linkid="03859dbb-1a82-4953-90b7-27cb056c4c1c" title="Shop Pre-Owned" target data-action="ShopPre-Owned">Shop Pre-Owned</a> <a repeat="tertiaryHyperlinks" name="9bc29dfb-4a20-4cb6-afd4-02406ffca1b0" href="/ModelShowroom_D" data-linkid="9bc29dfb-4a20-4cb6-afd4-02406ffca1b0" title="Model Showroom" target data-action="ModelShowroom">Model Showroom</a> <!----> </div> </div> </div> <div class="media" template="media"><!----> <!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/7d918891-cd8b-4362-aef9-31ed6c882001" data-card-id="card-view-card-7d918891-cd8b-4362-aef9-31ed6c882001" data-origin-name="genericCard-b6eb2f71-ed22-4a30-ad30-5a906841e78a" data-lastmodifieddate="0" data-attrs="card-genericCard-b6eb2f71-ed22-4a30-ad30-5a906841e78a-7d918891-cd8b-4362-aef9-31ed6c882001" data-params="cardName:genericCard-b6eb2f71-ed22-4a30-ad30-5a906841e78a;" class="card l3 genericCard-b6eb2f71-ed22-4a30-ad30-5a906841e78a cms-generic bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-4x3 insight theme- cards-none title-one copy-none media-none links-many leafy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><h3 if="title">FINANCE</h3></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <div class="tertiary" if="hasTertiaryHyperlinks"> <a repeat="tertiaryHyperlinks" name="f71687cf-69c3-4b04-a3e4-f3639f7a79da" href="https://www.ford.com/finance/apply/1?SourceOfData=DCF&dealerId=02453" data-linkid="f71687cf-69c3-4b04-a3e4-f3639f7a79da" title="Pre-Qualify" target="_blank" data-action="Pre-Qualify">Pre-Qualify</a> <a repeat="tertiaryHyperlinks" name="2826c156-a90d-4637-aeee-724823052526" href="/QuickQuoteForm" data-linkid="2826c156-a90d-4637-aeee-724823052526" title="Quick Quote" target data-action="QuickQuote">Quick Quote</a> <!----> </div> </div> </div> <div class="media" template="media"><!----> <!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/761a6172-abc9-419a-88e8-f0730cbe2c42" data-card-id="card-view-card-761a6172-abc9-419a-88e8-f0730cbe2c42" data-origin-name="genericCard-d72ce4d6-9a40-45ee-a473-48e9ffb0c81a" data-lastmodifieddate="0" data-attrs="card-genericCard-d72ce4d6-9a40-45ee-a473-48e9ffb0c81a-761a6172-abc9-419a-88e8-f0730cbe2c42" data-params="cardName:genericCard-d72ce4d6-9a40-45ee-a473-48e9ffb0c81a;" class="card l3 genericCard-d72ce4d6-9a40-45ee-a473-48e9ffb0c81a cms-generic bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-4x3 insight theme- cards-none title-one copy-none media-none links-many leafy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"><h3 if="title">ABOUT US</h3></div> <div class="copy" template="copy" model="subject"><!----></div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <div class="tertiary" if="hasTertiaryHyperlinks"> <a repeat="tertiaryHyperlinks" name="e8264174-5b11-41e2-aadc-cc6d845983b8" href="/MeetOurDepartments" data-linkid="e8264174-5b11-41e2-aadc-cc6d845983b8" title="Meet Our Staff" target data-action="MeetOurStaff">Meet Our Staff</a> <a repeat="tertiaryHyperlinks" name="127f13e5-a5d9-4616-ae8c-60f1d629e140" href="/HoursAndDirections" data-linkid="127f13e5-a5d9-4616-ae8c-60f1d629e140" title="Hours & Directions" target data-action="Hours&Directions">Hours & Directions</a> <!----> </div> </div> </div> <div class="media" template="media"><!----> <!----> </div> </div> <div role="navigation" template="navigation"><ul each="cards"></ul> </div> <div class="deck" each="cards"></div> </section> <!--^_^--></div> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/5c5b71fe-93dd-43c0-92d5-5d3505ac2594" class="card l2 integration-5a90512a-8a6b-4474-adc0-6a03857b6515 integration-card bg-light" data-origin-name="integration-5a90512a-8a6b-4474-adc0-6a03857b6515"> <!----> <style if="inlineStyle"> img.evidon-consent-link-image {display:unset;} a.adChoices:before{content:url(https://media.assets.sincrod.com/websites/content/cblt-ms-ford/file/v/1/5f792735-4a79-4b7a-8ba3-7c5f079e9706/a9c31586e447442db3b6bdbb4719547e_77x15.png);} </style> <span> <a href="/Disclosures_D" style="text-decoration:none !important" target="_blank"> <span style="vertical-align:middle !important; display:inline !important;">View Additional Disclosures</span> </a> <span style="margin-left:5px !important; margin-right:5px !important;">|</span> <!--<a id="_bapw-link" href="#" target="_blank" style="text-decoration:none !important"><img alt="AdChoices" id="_bapw-icon" style="border:0 !important;display:inline !important;vertical-align:middle !important;padding-right:5px !important;"/><span style="vertical-align:middle !important">AdChoices</span></a>--> <!--Added for AGMSQ-12614--> <!-- <a class="evidon-notice-link" style="float: right;"></a> --> <!--End Update--> <!-- Added for AGMSQ-13376 --> <a href="https://www.forddirect.com/adchoices" style="text-decoration:none !important" class="adChoices"target="_blank"> <span style="vertical-align:middle !important; display:inline !important; font-size:0">adChoices</span> </a> <!-- End Update --> </span> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ // var pacode = '04880-F'; // (function(tmid, domain, lang) { // var d = document, // h = d.getElementsByTagName('script')[0] || d.head, // s = d.createElement('script'); // s.type = 'text/javascript'; // s.async = true; // s.setAttribute('data-id', tmid); // if (domain) s.setAttribute('data-domainoverride', domain); // if (lang) s.setAttribute('data-languageoverride', lang); // s.src = '//c.evidon.com/sitenotice/tagmanager/ghostery-tag-manager.js'; // h.parentElement.insertBefore(s, h); // }('GHOSTTM-4259-0001', pacode, null)); // /*Update for AGMSQ-12614*/ // (function (id) { // function append(scriptid, url, async) // { var d = document, sn = 'script', f = d.getElementsByTagName(sn)[0]; if (!f) f = d.head; var s = d.createElement(sn); s.async = async; s.id = scriptid; s.src = url; s.charset = 'utf-8'; f.parentNode.insertBefore(s, f); } // function is2parttld(value) // { var tldindicators = ['co', 'com', 'info', 'web', 'info', 'gov', 'edu', 'biz', 'net', 'org']; var countryindicators = ['uk', 'us', 'fr', 'es', 'de', 'at', 'au', 'ae', 'be', 'br', 'ca', 'ch', 'cn', 'co', 'cz', 'dk', 'eg', 'eu', 'fi', 'gb', 'gr', 'hk', 'hr', 'hu', 'ie', 'in', 'jp', 'mx', 'nl', 'no', 'nz', 'pl', 'ro', 'ru', 'se']; return (tldindicators.indexOf(value) !== -1 || countryindicators.indexOf(value) !== -1); } // function getRootDomain() { // var parts = window.location.hostname.split('.'); // if (parts.length === 2) rootDomain = parts[0]; // else if (parts.length > 2) { // /* see if the next to last value is a common tld */ // var part = parts[parts.length - 2]; // if (is2parttld(part)) // { rootDomain = parts[parts.length - 3];/* go back one more*/ } // else // { rootDomain = part; } // } // return rootDomain; // } // window.evidon = {}; // window.evidon.id = id; // window.evidon.test = false; /* set to true for non-production testing. // //window.evidon.userid = ''; */ // var cdn = '//c.evidon.com/', rootDomain = getRootDomain(), noticecdn = cdn + 'sitenotice/'; // append('evidon-notice', noticecdn + 'evidon-sitenotice-tag.js', false); // append('evidon-location', cdn + 'geo/country.js', true); // append('evidon-themes', noticecdn + id + '/snthemes.js', true); // if (rootDomain) append('evidon-settings', noticecdn + id + '/' + rootDomain + (window.evidon.test ? '/test' : '') + '/settings.js', true); // window.evidon.priorConsentCallback = function (categories, vendors, cookies) // { /* add the tags which need to wait for prior consent // here. This should be all your advertising tags and // probably most of your social and tracking tags.*/ } // window.evidon.closeCallback = function () // { /* this is executed if the user closed a UI element without either Accepting (providing consent) // or Declining (declining to provide consent). */ } // window.evidon.consentWithdrawnCallback = function () // { /* this is exeucted if the user withdraws consent and elects to // no longer allow technologies to run on the site. */ } // window.evidon.consentDeclinedCallback = function () // { /* this is executed if the user explicitly declines giving consent by // using a Decline button */ } // })(4259); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/2b1c5160-0d8b-4caf-af5c-1803a6a2335c-0" class="card l2 integration-f768ee5f-d55d-4bf8-8575-955b0a671390 integration-card bg-light" data-origin-name="integration-f768ee5f-d55d-4bf8-8575-955b0a671390"> <!----> <style if="inlineStyle"> .acsb-widget[role="dialog"] { max-height: 95% !important; max-width: 550px !important; top: 50% !important; z-index: 999999999999999800000000000000000000000 !important; } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ (function() { var ctx = window.ContextManager; var wcagActive = "" === "true"; var wcagColor = "".length > 0 ? "" : "#146ff8"; function getAccessibePositionSettings(wcagStyleSettings) { var positionSettings = {}; switch(wcagStyleSettings) { case "bl": positionSettings = { triggerX: "left", triggerY: "bottom", panelX: "left" } break; case "br": positionSettings = { triggerX: "right", triggerY: "bottom", panelX: "right" } break; case "ml": positionSettings = { triggerX: "left", triggerY: "center", panelX: "left" } break; case "mr": positionSettings = { triggerX: "right", triggerY: "center", panelX: "right" } break; default: positionSettings = { triggerX: "left", triggerY: "bottom", panelX: "left" } } return positionSettings; } if (wcagActive) { (function (document, tag) { var script = document.createElement(tag); var element = document.getElementsByTagName("body")[0]; var locale = ContextManager.locale.split("_")[0]; script.src = "https://acsbapp.com/apps/app/assets/js/acsb.js"; script.async = true; script.defer = true; (typeof element === "undefined" ? document.getElementsByTagName("html")[0] : element).appendChild(script); script.onload = function () { var wcagStyleSettings = ""; var wcagToolPosition = getAccessibePositionSettings(wcagStyleSettings); acsbJS.init({ statementLink: "", feedbackLink: "", footerHtml: "", hideMobile: false, hideTrigger: false, language: locale || "en", position: wcagToolPosition.panelX, leadColor: wcagColor, triggerColor: wcagColor, triggerRadius: "50%", triggerPositionX: wcagToolPosition.triggerX, triggerPositionY: wcagToolPosition.triggerY, triggerIcon: "people", triggerSize: "medium", triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: "small", triggerPositionX: wcagToolPosition.triggerX, triggerPositionY: wcagToolPosition.triggerY, triggerOffsetX: 0, triggerOffsetY: 0, triggerRadius: "0" }, }); }; })(document, "script"); } })(); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/2b1c5160-0d8b-4caf-af5c-1803a6a2335c-1" class="card l2 integration-f768ee5f-d55d-4bf8-8575-955b0a671390 integration-card bg-light" data-origin-name="integration-f768ee5f-d55d-4bf8-8575-955b0a671390"> <!----> <style if="inlineStyle"> .ie-message { display: none; position: fixed; top: 0; left: 0; width: 100%; z-index: 500000; background-color: #5561DC; color: #fff; padding: 2rem; font-size: 1.4rem} .ie-message a { color: #fff !important; } body.ie-message-loaded { margin-top: 57px; } .ie-message-loaded .ie-message { display: block; } </style> <div class="ie-message"> For optimal website experience, please update your browser to <a href="https://www.google.com/chrome/" target="_blank">Chrome</a>, <a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank">Firefox</a>, or <a href="https://www.microsoft.com/en-us/edge" target="_blank">Edge</a>. Click <a href="https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/" target="_blank">here</a> to learn more. </div> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ var isIE11 = /Trident.*rv[ :]*11\./.test(navigator.userAgent); if (isIE11) { var body = document.querySelector("body"); body.classList.add("ie-message-loaded"); } } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><section if="isDisplayable" model="@this as card" id="card-view/card/518304c0-03da-4c5b-9a2a-138a0dea78cf" data-card-id="card-view-card-518304c0-03da-4c5b-9a2a-138a0dea78cf" data-origin-name="genericCard-8cb513f0-bc8a-44a3-8522-8f3224889384" data-lastmodifieddate="0" data-attrs="card-genericCard-8cb513f0-bc8a-44a3-8522-8f3224889384-518304c0-03da-4c5b-9a2a-138a0dea78cf" data-params="cardName:genericCard-8cb513f0-bc8a-44a3-8522-8f3224889384;" class="card l2 genericCard-8cb513f0-bc8a-44a3-8522-8f3224889384 default-motif bg-light media-bleed-full deck-bleed-full deck-listing tabs-center col link-clickable no image-center content-width-none aspect-4x3 insight theme- cards-many title-none copy-none media-none links-none leafy"> <!----> <!----> <div class="content"> <div class="text"> <div class="title" template="title" model="subject"> </div> <div class="copy" template="copy" model="subject"> </div> <div class="cms-disclaimer" template="cmsDisclaimer" model="subject"><!----></div> <div class="link" template="hyperlinks"><!----> <!----> <!----> <!----> <!----> </div> </div> <div class="media" template="media"> </div> </div> <div role="navigation" template="navigation"><ul each="cards"> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--> <!----> <!--^_^--></ul> </div> <div class="deck" each="cards"><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/b6390219-2678-44d4-852d-abfc7b26abf4" class="card l3 integration-b5d4aa4c-ec12-4aad-b457-8d8950706597 integration-card bg-light" data-origin-name="integration-b5d4aa4c-ec12-4aad-b457-8d8950706597"> <!----> <style if="inlineStyle"> :root { --iz-loader-color-foreground: var(--accent800, "#F0F0F2"); --iz-loader-color-background: rgba(0, 0, 0, 0.1); --iz-loader-size: 4.2rem; --iz-loader-stroke: .65rem; } .genericCard-8cb513f0-bc8a-44a3-8522-8f3224889384, .genericCard-49f24998-f72f-4273-a694-e3823b61b990, .whyBuyCard-b271e426-cc14-47b7-8ae4-0f88217bf68d { display: none !important; } @keyframes iz-rotate { 100% { transform: rotate(360deg); } } .iz-loader { border-radius: 50%; width: var(--iz-loader-size); height: var(--iz-loader-size); border: var(--iz-loader-stroke) solid var(--iz-loader-color-background); border-top: var(--iz-loader-stroke) solid var(--iz-loader-color-foreground); animation: iz-rotate 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86); margin: 2rem auto; } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ window.IZFramework = function (callback) { window.IZ ? callback() : (function () { var existingScript = document.querySelector( 'script[src*="iz/framework/js"]' ); if (existingScript) { return existingScript.addEventListener("load", function () { callback(); }); } var script = document.createElement("script"); script.onload = script.onreadystatechange = function (_, isAbort) { if ( isAbort || !script.readyState || /loaded|complete/.test(script.readyState) ) { script.onload = script.onreadystatechange = null; script = undefined; if (!isAbort) { callback(); } } }; script.src = "https://media.assets.sincrod.com/agency/release/iz/framework/js/index.js"; document.querySelector("body").appendChild(script); })(); }; } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-0" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <style if="inlineStyle"> /* .capital-one-stacked-button + capital-one-entry-button {display:none !important} */ </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-1" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ YETI-883 Smaller video size on larger monitor AAT/repos/interim-solutions/browse/src/solutions/YETI-883 */ IZFramework(function () { IZ.register("YETI-883", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-2" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ YETI-429 Adjust styling for Ford Intermediate EV page AAT/repos/interim-solutions/browse/src/solutions/YETI-429 */ IZFramework(function () { IZ.register("YETI-429", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-3" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ YETI-308 New Pickup and Delivery Landing Page Styling Assistance AAT/repos/interim-solutions/browse/src/solutions/YETI-308 */ IZFramework(function () { IZ.register("YETI-308", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-4" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ YETI-220 Adjust the link href for the Build and Price button by Year/Make/Model on the Ford ModelShowroom page. Also removes Download Brochure button for models with 'E-' and '-e' in the model name. AAT/repos/interim-solutions/browse/src/solutions/YETI-220 */ IZFramework(function () { IZ.register("YETI-220", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-5" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ CXINV-1997 Change the 1 in AutoNation 1Price to pink AAT/repos/interim-solutions/browse/src/solutions/CXINV-1997 */ IZFramework(function () { IZ.register("CXINV-1997", "ACTIVE", { disclaimer: "Our pre-owned vehicles are priced just right. No Haggling. No Pressure. Every 1Price Pre-Owned Vehicle is backed by a 5-Day, 250-Mile Money-Back Guarantee and a CARFAX™ Vehicle History Report. Plus, the price you see online is the same price you'll find on our lot. You can even get a pre-owned vehicle that's Quality Certified with a limited warranty. Disclaimer: Money-Back Guarantee is valid for 5 days or 250 miles, whichever comes first. See store for complete guarantee details, some restrictions apply. Transfer fee may apply.", }); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-6" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ CXINV-2022 Fixing vertical filter overlapped by header and real-time search box issue AAT/repos/interim-solutions/browse/src/solutions/CXINV-2022 */ IZFramework(function () { IZ.register("CXINV-2022", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-7" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ DOACT-433 VDP Vehicle Gallery Navigation Contrast Issue AAT/repos/interim-solutions/browse/src/solutions/DOACT-433 */ IZFramework(function () { IZ.register("DOACT-433", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-8" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ CXINV-1718 Fixes missing or incorrect url params of a link for Ford build and price AAT/repos/interim-solutions/browse/src/solutions/CXINV-1718 */ IZFramework(function () { IZ.register("CXINV-1718", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-9" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ function getGUIDfromT3websiteCookie(){ var regex = /<cookieguid>(.*?)(<\/cookieguid>)/; var cookie = document.cookie; cookie = decodeURIComponent(cookie); var regexMatch = cookie.match(regex); var guid = regexMatch ? regexMatch[1] : ""; return guid; } window.getGUIDfromT3websiteCookie = getGUIDfromT3websiteCookie; Array.prototype.forEach.call(document.querySelectorAll("a[href$='TertiarySource=']"), function(el) { var shortZip = ContextManager.getZip().split("-")[0]; el.href = el.href + getGUIDfromT3websiteCookie(); el.href = el.href.replace("zipCode=" + ContextManager.getZip(), "zipCode=" + shortZip); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-10" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <template id="CXINV-1385_template"> <section class="CXINV-1385"> <header> <div class="logosWrapper"> <div class="dealer"></div> </div> <div class="phone"> <span class="phoneLabel">Phone:</span> <span class="phoneNumber">888-202-8567</span> </div> </header> <div class="content"> <div class="media"> <figure></figure> </div> <div class="title"></div> </div> <div class="deck"> <section class="mathboxAndSpecs"> <div class="content"> <div class="copy"></div> </div> </section> <section class="vehicle-glance pagebreak"> <div class="content"> <div class="copy"></div> </div> </section> <section class="specifications pagebreak"> <div class="deck"></div> </section> <section class="disclaimer pagebreak"> <div class="content"> <div class="copy"></div> </div> </section> </div> </section> </template> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ CXINV-1385 Formats the print dialogue on the VDP AAT/repos/interim-solutions/browse/src/solutions/CXINV-1385 */ const CXINV_1385_betterVDPPrint = ""; if (CXINV_1385_betterVDPPrint !== "true") { IZFramework(function () { IZ.register("CXINV-1385", "ACTIVE", { dealerLogo: "", vehicleImage: "", vehicleGlance: "", specifications: "", disclaimer: "", showPhoneNumber: "" }); }); } } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-11" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ DOACT-405 Fixing media-treatment-shadow and media-background overlap issue AAT/repos/interim-solutions/browse/src/solutions/DOACT-405 */ IZFramework(function () { IZ.register("DOACT-405", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-12" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ DOACT-395 temp fix to enlarge hero slide disclaimer box AAT/repos/interim-solutions/browse/src/solutions/DOACT-395 */ IZFramework(function () { IZ.register("DOACT-395", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-13" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* AGDEV-2552 - BMW var headerBgColor = window.getComputedStyle(document.querySelector("header")).backgroundColor, bmwLogoElement = document.querySelector('[srcset*="hydra-base/client/assets/logos/webp/BMW.webp"]'); if (headerBgColor !== "rgb(0, 0, 0)" || "#fff") { if(bmwLogoElement) { bmwLogoElement.setAttribute("srcset","https://media.assets.sincrod.com/teams/repository/export/0aa/3efa0fec7100589340050568ba825/0aa3efa0fec7100589340050568ba825.png"); } } */ /* Dig Ops IZ DOACT-369 Fix white logo on white bg for BMW AAT/repos/interim-solutions/browse/src/solutions/DOACT-369 */ IZFramework(function () { IZ.register("DOACT-369", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-14" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ CXINV-1500 Fixes zip code to be short form in CTAs for Ford AAT/repos/interim-solutions/browse/src/solutions/CXINV-1500 */ IZFramework(function () { IZ.register("CXINV-1500", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-15" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ DOACT-217 Fixes button max width on ford designs AAT/repos/interim-solutions/browse/src/solutions/DOACT-217 */ IZFramework(function () { IZ.register("DOACT-217", "TEST"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-16" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ AGMSQ-13045 adds a class to the parent div of a cta for tracking purposes AAT/repos/interim-solutions/browse/src/solutions/AGMSQ-13045 */ IZFramework(function () { IZ.register("AGMSQ-13045", "ACTIVE", { cssClasses: { 'a[title="Start Your Custom Order"]': 'customfactoryorder' } }); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-17" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ DOACT-143 Fixes contrast issue for adchoices in bg-light AAT/repos/interim-solutions/browse/src/solutions/DOACT-143 */ IZFramework(function () { IZ.register("DOACT-143", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-18" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ DOACT-88 Translates English on department card to spanish AAT/repos/interim-solutions/browse/src/solutions/DOACT-88 */ IZFramework(function () { IZ.register("DOACT-88", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-19" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ DOACT-5 Fixes alignment issue when two Vehicle Showcase cards are place on Ford Military page AAT/repos/interim-solutions/browse/src/solutions/DOACT-5 */ IZFramework(function () { IZ.register("DOACT-5", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c76c20f7-ed86-40b4-8bdc-851a51aa3411-20" class="card l3 integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4 integration-card bg-light" data-origin-name="integration-21bf9ca2-1e9d-4e0e-8854-8b5b05b82ee4"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ CXINV-1234 Adds custom html element and applies script file for ford tire finder page AAT/repos/interim-solutions/browse/src/solutions/CXINV-1234 */ IZFramework(function () { IZ.register("CXINV-1234", "ACTIVE"); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/7d2ca261-481e-4e1b-a7fc-7881417fac82-0" class="card l3 integration-4d2c6bea-49ac-4236-b735-49b1c5e1f3ed integration-card bg-light" data-origin-name="integration-4d2c6bea-49ac-4236-b735-49b1c5e1f3ed"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ CXINV-1430 This should be created from npm run register AAT/repos/interim-solutions/browse/src/solutions/CXINV-1430 */ IZFramework(function () { IZ.register("CXINV-1430", "ACTIVE", { pageRestriction: 'VehicleSearchResults', specifications: 'vehicleEngine', specificationsUsed: 'miles', hideCategory: '', hideSpecsVSR: '', linkSpecs: '', destination: `` }); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/7d2ca261-481e-4e1b-a7fc-7881417fac82-2" class="card l3 integration-4d2c6bea-49ac-4236-b735-49b1c5e1f3ed integration-card bg-light" data-origin-name="integration-4d2c6bea-49ac-4236-b735-49b1c5e1f3ed"> <!----> <style if="inlineStyle"> /*-- YETI-1004: Hide two or more elements on two different screen sizes --*/ @media screen and (max-width: 768px) { section.vehicleSpecificationsAndLogos-03c8b073-7f9d-447f-9c39-2022a8e424e9 > div.content > div.link > a.secondary[title="Learn More"] { display: none !important; } } @media screen and () { { display: none !important; } } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/7d2ca261-481e-4e1b-a7fc-7881417fac82-3" class="card l3 integration-4d2c6bea-49ac-4236-b735-49b1c5e1f3ed integration-card bg-light" data-origin-name="integration-4d2c6bea-49ac-4236-b735-49b1c5e1f3ed"> <!----> <style if="inlineStyle"> /* CXINV-746 */ </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ CXINV-746 Replace Or Add An Element Attribute AAT/repos/interim-solutions/browse/src/solutions/CXINV-746 */ IZFramework(function () { IZ.register("CXINV-746", "ACTIVE", { targetElement: ``, attribute: "", value: ``, addClasses: "", removeClasses: "", advancedJson: `[{"targetElement":".navigation-link[data-params*='mainNavigation:New'] .model-group ul li[data-model='Super Duty F-250 SRW King Ranch'] a.model img","addClasses":"","removeClasses":"","attributes":{"src":"https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/v/1/a1fb065a-2bc7-4351-9c19-4d88b70853c3/8b7b20f8d8e1495dbee251f95648b850_c2x0-1277x960.png"}},{"targetElement":".navigation-link[data-params*='mainNavigation:New'] .model-group ul li[data-model='Super Duty F-250 SRW XL'] a.model img","addClasses":"","removeClasses":"","attributes":{"src":"https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/v/1/4785eb3a-244b-40f8-97fc-d88aa52a0dbb/91141d6d04d24ad89a63a2859286cc39_c2x0-1277x960.png"}}]` }); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--></div> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/15a188b6-d9c3-4f35-bc50-a4de97c86fbd" class="card l2 integration-67178cbd-b065-405b-919f-2bfb55bd0b1b integration-card bg-light" data-origin-name="integration-67178cbd-b065-405b-919f-2bfb55bd0b1b"> <!----> <style if="inlineStyle"> #fordGlobalDisclosure{ padding: 2%; width:100%; } header.header.card { span, a { text-transform: none !important; } .menu nav ul li { &:first-child a { text-transform: none !important; } } } </style> <div id="fordGlobalDisclosure"> </div> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ var defaultText = 'Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable tax, title, and license charges. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week.'; var paKyText = 'Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable tax, title, and license charges. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week.'; var caText='Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable government fees and taxes, finance charges, electronic filing charges, and emission testing charges. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week.'; var vtwiText='Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable tax, title, and license charges. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week. MSRP may not represent the actual price at which vehicles are sold in this trade area.'; var nynjText='Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Prices include all costs to be paid by a consumer, except for licensing costs, registration fees, and taxes. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week.'; var meText = 'Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable tax, title, and license fees. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week.'; var tnText = 'Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable tax, title, and license charges. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week.'; var ilText = 'Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable tax, title, and license charges. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week. MSRP may not represent the actual price at which vehicles are sold in this trade area.'; var scText = 'Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable tax, title, and license charges. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week.'; var txText = 'Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable tax, title, and license charges. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week.'; var deText = 'Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable tax, title, license, processing and/or documentation fees. ‡Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week.'; var stateDisclaimerMap= { 'PA': paKyText, 'CA': caText, 'VT': vtwiText, 'WI': vtwiText, 'NY': nynjText, 'NJ': nynjText, 'KY': paKyText, 'ME': meText, 'DE': deText, 'TN': tnText, 'IL': ilText, 'SC': scText, 'TX': txText } var dealerState = 'TX'; var stateSpecificDisclaimer = stateDisclaimerMap[dealerState] || defaultText; document.getElementById("fordGlobalDisclosure").innerHTML=stateSpecificDisclaimer; } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <section id="partner-card" model="subject" basel="version:partner-packages-2.0.156;assetsDomain:https://media.assets.sincrod.com/partner-packages;meta:{"motoFuze":{"partner":"motoFuze","partnerProperties":{}},"gubagoochat":{"partner":"gubagoochat","partnerProperties":{"textstrid1":"","textstrid2":"114946","loader_suffix":"1","gubagoo_img":"false"}},"vinReal":{"partner":"vinReal","partnerProperties":{"vinreal_defer_player":"true"}},"spinCarBasic":{"partner":"spinCarBasic","partnerProperties":{"spincar_gallery_auto":"false"}},"edmunds":{"partner":"edmunds","partnerProperties":{"edm_dealer_cddid":"447152","edm_cash_offer_vsr_cta":"true","edm_trade_vsr_cta_label":"Value Your Trade","edm_banner_display_vdp":"Standard","edm_banner_display_vsr":"Standard","edm_carcode_sdk_pages":"","edm_trade_vdp_button":"true","edm_cash_offer_cta_modal":"true","edm_trade_banner":"true","edm_carcode_sdk":"false","edm_cash_off_vsr_cta_txt":"Value Your Trade","edm_trade_vsr_cta":"false","edm_trade_banner_type":"Instant Cash Offer","edm_banner_display_other":"Standard","edm_carcode_hide":"","edm_facebook_id":"","edm_carcode_sdk_label":"","edm_carcode_sdk_phone":"","edm_trade_active":"true"}}};partnerCardOptions:{};"></section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/94f83aa4-a99c-4462-ad68-e89f812550d8-0" class="card l2 integration-47fe0734-24d5-4150-b1e8-dd7006ffd1bd integration-card bg-light" data-origin-name="integration-47fe0734-24d5-4150-b1e8-dd7006ffd1bd"> <!----> <style if="inlineStyle"> .card-clickable, .card-clickable-v2 { cursor: pointer; } .model-color-selector > .content fieldset > div span, .model-color-selector > .content fieldset > div .color-swatch-image { border-radius: 0; color: transparent; position: absolute; top: 0; left: 0; height: 100%; width: 100%; } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ document.querySelector("main").addEventListener("click", function (event) { if (document.body.classList.contains("inline-editor-overlay")) return; // don't apply to hero disclamer buttons if ( event.target.classList && (event.target.classList.contains("disclaimer") || (event.target.parentNode && event.target.parentNode.classList && event.target.parentNode.classList.contains("disclaimer"))) ) return false; // don't apply to hero next/prev buttons if ( event.target.classList && (event.target.classList.contains("arrow") || (event.target.parentNode && event.target.parentNode.classList && event.target.parentNode.classList.contains("arrow"))) ) return false; // don't apply to any a or la tags (pagination on hero) if ( event.target.tagName.toLowerCase() === "a" || event.target.tagName.toLowerCase() === "li" ) return false; var targetCard = event.target.closest(".card"); var isClickable = (targetCard && (targetCard.classList.contains("card-clickable") || targetCard.classList.contains("card-clickable-v2"))) || false; var primaryCTA = isClickable && targetCard.querySelector(".content > .text .link .primary"); if (primaryCTA) { event.stopPropagation(); primaryCTA.click(); } }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/94f83aa4-a99c-4462-ad68-e89f812550d8-1" class="card l2 integration-47fe0734-24d5-4150-b1e8-dd7006ffd1bd integration-card bg-light" data-origin-name="integration-47fe0734-24d5-4150-b1e8-dd7006ffd1bd"> <!----> <style if="inlineStyle"> /* AGMSQ-12979 */ /*nav [href*="certified-inventory"] { display:none !important; }*/ </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c86bd47c-7c8a-4770-81ab-b1792283acfd" class="card l2 integration-62f7de45-f01a-4c56-acd5-a67d1371ae1e integration-card bg-light" data-origin-name="integration-62f7de45-f01a-4c56-acd5-a67d1371ae1e"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ if(!ContextManager.vehicle.exterior) { ContextManager.vehicle.exterior = ""; } /*-------integration-fix-for-WIN-7822 -----*/ if(document.querySelectorAll(".header-7").length > 0){ let featuredLinksLI = document.querySelectorAll(".navigation-wrapper .featured-links-dropdown-content li"); let featuredLinksDropdown = document.querySelector('.navigation-wrapper .featured-links-dropdown'); if (featuredLinksLI.length === 0) { featuredLinksDropdown.style.display = "none" } } } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/d5d331b9-a07c-44a4-b590-b09a78f38ebe" class="card l2 integration-ea7d8f18-5a4d-492d-a695-112dbf800126 integration-card bg-light" data-origin-name="integration-ea7d8f18-5a4d-492d-a695-112dbf800126"> <!----> <!----> <!----> <script if="scripts" id="script-view/card/d5d331b9-a07c-44a4-b590-b09a78f38ebe"> window.addEventListener('load-complete' || 'load', function () { function callback() { window.P.noConflict(); if (!["ford-demo21"].includes(ContextManager.getWebId())) { var i = 0; var nt = 4; var a = 1; function LoadFPSGetVDPlast() { FPSLoad(a, function () { SetFPSpath(a, function () { getVDLD(a, function () {}); }); }); } //check brand and Load FPS with crossdomain option true function FPSLoad(a, callback) { $.getScript( "https://www.ford.com/fps/script/Ford/USA?xdc=true", function () { callback(); } ); } //Set FPS path so sets and gets post back to FPS server function SetFPSpath(a, callback) { FPS.config.path = "https://www.ford.com/fps"; callback(); } //This function Get's VDLD then clears it so next visit the user is not redirected (update to use header time) function getVDLD(a, callback) { FPS.get( [ { VDLD: {}, }, ], { success: function (data, status, xhr) { if (!data[0].VDLD[0]) { return; } else { VIN = data[0].VDLD[0].VIN; if ( VIN === "" || Date.parse(xhr.getResponseHeader("expires")) - 15000 > Date.parse(data[0].VDLD[0].on) ) { console.log( "(VDL) Time expired or VIN empty Data: " + (Date.parse(data[0].VDLD[0].on) - (Date.parse(xhr.getResponseHeader("expires")) - 15000)) + " VIN:" + VIN ); return; } else { FPS.set( [ { VDLD: { VIN: "", stock: "", }, }, ], { success: function () { console.log( "(VDL) Redirecting Data: " + (Date.parse(data[0].VDLD[0].on) - (Date.parse(xhr.getResponseHeader("expires")) - 15000)) + " VIN:" + VIN ); var stock = data[0].VDLD[0].stock; VIN = data[0].VDLD[0].VIN; var redirect = "/new/" + VIN + ".html"; window.location.href = redirect; }, error: function () { return; }, } ); } } }, error: function () { return; }, } ); } //Set VDLD Vin and Stock to "" so next pass the user is not redirected function clearVDLD(a, callback) { FPS.config.path = "https://www.ford.com/fps"; FPS.set( [ { VDLD: { VIN: "", stock: "", }, }, ], { success: function () { callback(); }, error: function () { return; }, } ); } LoadFPSGetVDPlast(); } } var card = document.getElementById("card-view/card/d5d331b9-a07c-44a4-b590-b09a78f38ebe"); var container = document.getElementById("script-view/card/d5d331b9-a07c-44a4-b590-b09a78f38ebe"); var loadedCount = 0; ["https://www.ford.com/fps/script/Ford/USA?xdc=true"].forEach(function (url, i, all) { var s = document.createElement('script'); s.async = 1; s.onload = s.onreadystatechange = function (_, isAbort) { if (isAbort || !s.readyState || /loaded|complete/.test(s.readyState)) { s.onload = s.onreadystatechange = null; if (!isAbort && all.length === ++loadedCount) { callback(); } } }; s.src = url; card.insertBefore(s, container); }); }); </script> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/9e5fb1d8-e2a8-43ec-8fa2-0181baf3a2b0" class="card l2 integration-da94fc0f-7872-43ea-a016-585befc350ab integration-card bg-light" data-origin-name="integration-da94fc0f-7872-43ea-a016-585befc350ab"> <!----> <style if="inlineStyle"> div#site_translation_element div.goog-te-gadget-simple{display:inline;} div#site_translation_element div.goog-te-gadget-simple a.goog-te-menu-value span{display:inline;} div#site_translation_element div.goog-te-gadget-simple img{display:inline;} </style> <!----> <script if="scripts" id="script-view/card/9e5fb1d8-e2a8-43ec-8fa2-0181baf3a2b0"> window.addEventListener('load-complete' || 'load', function () { function callback() { var translateLanguages = "" || "en,es"; lightPack.writeScript(false, "function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', " + (!translateLanguages ? "" : "includedLanguages: '" + translateLanguages + "',") + " layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'site_translation_element'); }", "#site_translation_element", false); lightPack.writeScript("https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit", false, "#site_translation_element", false); } var card = document.getElementById("card-view/card/9e5fb1d8-e2a8-43ec-8fa2-0181baf3a2b0"); var container = document.getElementById("script-view/card/9e5fb1d8-e2a8-43ec-8fa2-0181baf3a2b0"); var loadedCount = 0; ["https://media.assets.sincrod.com/teams/repository/export/e39/f15e0949c100588110050568b5709/e39f15e0949c100588110050568b5709.js"].forEach(function (url, i, all) { var s = document.createElement('script'); s.async = 1; s.onload = s.onreadystatechange = function (_, isAbort) { if (isAbort || !s.readyState || /loaded|complete/.test(s.readyState)) { s.onload = s.onreadystatechange = null; if (!isAbort && all.length === ++loadedCount) { callback(); } } }; s.src = url; card.insertBefore(s, container); }); }); </script> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/96f3fb64-c740-493d-bcff-284462db1848" class="card l2 integration-8de94b63-8876-4d47-b299-7295d4fc6e86 integration-card bg-light" data-origin-name="integration-8de94b63-8876-4d47-b299-7295d4fc6e86"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ (function(){ var phone = "888-202-8567"; var imageURL = "https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/3913b057-932f-4ede-be56-f8702132363f/dead028e7ba64642a4e9b847b7feb6b6.png"; var data = { "@context": "http://schema.org", "@type": "AutoDealer", "name": "Johnson Brothers Ford", "image": imageURL, "url": "https://www.johnsonbrosford.com/", "priceRange" : "$-$$$$", "telephone": phone, "address": { "@type": "PostalAddress", "streetAddress": "7455 South General Bruce Dr.", "addressLocality": "Temple", "addressRegion": "TX", "postalCode": "76502-5833", "addressCountry": "US" }, }; var script = document.createElement('script'); script.type = "application/ld+json"; script.innerHTML = JSON.stringify(data); document.getElementsByTagName('head')[0].appendChild(script); })(document); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c1fc696b-01ff-4587-8010-7f94865bb5bb" class="card l2 integration-4819c2a7-3840-4354-a829-29bdc9853b60 integration-card bg-light" data-origin-name="integration-4819c2a7-3840-4354-a829-29bdc9853b60"> <!----> <!----> <!----> <script if="scripts" id="script-view/card/c1fc696b-01ff-4587-8010-7f94865bb5bb"> window.addEventListener('load-complete' || 'load', function () { function callback() { } var card = document.getElementById("card-view/card/c1fc696b-01ff-4587-8010-7f94865bb5bb"); var container = document.getElementById("script-view/card/c1fc696b-01ff-4587-8010-7f94865bb5bb"); var loadedCount = 0; ["https://fo-static.assets-cdk.com/app/connectedstore/web/integration/nextGen.js"].forEach(function (url, i, all) { var s = document.createElement('script'); s.async = 1; s.onload = s.onreadystatechange = function (_, isAbort) { if (isAbort || !s.readyState || /loaded|complete/.test(s.readyState)) { s.onload = s.onreadystatechange = null; if (!isAbort && all.length === ++loadedCount) { callback(); } } }; s.src = url; card.insertBefore(s, container); }); }); </script> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-0" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ document.querySelectorAll('.vehicle-product-item.virtual-vehicle').forEach(function(ele){ ele.querySelector('figure img.product-image').removeAttribute('srcset'); }) } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-1" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> .quick-view-modern wc-tabs wc-tab { flex: 1 1 auto; } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-2" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> @media (min-width:768px) { .dcw-design-ford-distinctly header.header.card .cta ul li:last-child { border-left:none; } } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-3" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ if(!ContextManager.vehicle.exterior) { ContextManager.vehicle.exterior = ""; } /*-------integration-fix-for-WIN-7822 -----*/ if(document.querySelectorAll(".header-7").length > 0){ let featuredLinksLI = document.querySelectorAll(".navigation-wrapper .featured-links-dropdown-content li"); let featuredLinksDropdown = document.querySelector('.navigation-wrapper .featured-links-dropdown'); if (featuredLinksLI.length === 0) { featuredLinksDropdown.style.display = "none" } } } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-4" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> .vehicle-product-item.aspect-4x3 > .content .media iframe { min-height:auto; } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-5" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /*const alignGridVSRListingDeck = document.querySelector('.ProductListingResults .deck[aligngrid]'); if(alignGridVSRListingDeck) { const triggerRetrievalComplete = setInterval(() => alignGridVSRListingDeck.dispatchEvent(new CustomEvent("retrieval-complete")), 1000); setTimeout(() => clearInterval(triggerRetrievalComplete), 5000); }*/ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-6" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ var carBravoHeaderUrl = document.querySelectorAll("div.dealership-logos.carbravo a[href*='buy.']"); for (var i = 0; i < carBravoHeaderUrl.length; i++) { var carBravoHeaderVanityUrl = carBravoHeaderUrl[i].host; var carBravoHeaderVanityUrlSplit = carBravoHeaderVanityUrl.split("."); var domainUrl = window.location.host; var domainUrlSplit = domainUrl.split("."); if (domainUrlSplit[2] !== "com") { var replacedHREF = carBravoHeaderUrl[i].href.replace(carBravoHeaderVanityUrlSplit[2], domainUrlSplit[2]); var replacedHost = carBravoHeaderUrl[i].host.replace(carBravoHeaderVanityUrlSplit[2], domainUrlSplit[2]); var replacedHostName = carBravoHeaderUrl[i].hostname.replace(carBravoHeaderVanityUrlSplit[2], domainUrlSplit[2]); var replacedOrigin = carBravoHeaderUrl[i].origin.replace(carBravoHeaderVanityUrlSplit[2], domainUrlSplit[2]); carBravoHeaderUrl[i].href = replacedHREF; carBravoHeaderUrl[i].host = replacedHost; carBravoHeaderUrl[i].hostname = replacedHostName; carBravoHeaderUrl[i].origin = replacedOrigin; } } } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-7" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> .listing-results-toolbar > .content .copy .vehicle-compare b::before, .listing-results-toolbar > .content .copy .vehicle-compare b::after { content:none; } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-8" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> .dcw-design-modern h1, .dcw-design-modern h2, .dcw-design-modern h3, .dcw-design-modern h4, .dcw-design-modern h5, .dcw-design-modern h6, .dcw-design-modern .heading { font-family: var(--heading-font-family) !important; } .dcw-design-celebrate h1, .dcw-design-celebrate h2, .dcw-design-celebrate h3, .dcw-design-celebrate h4, .dcw-design-celebrate h5, .dcw-design-celebrate h6, .dcw-design-celebrate .heading { font-family: var(--heading-font-family) !important; } .dcw-design-harvest h1, .dcw-design-harvest h2, .dcw-design-harvest h3, .dcw-design-harvest h4, .dcw-design-harvest h5, .dcw-design-harvest h6, .dcw-design-harvest .heading { font-family: var(--heading-font-family) !important; } .dcw-design-solstice h1, .dcw-design-solstice h2, .dcw-design-solstice h3, .dcw-design-solstice h4, .dcw-design-solstice h5, .dcw-design-solstice h6, .dcw-design-solstice .heading { font-family: var(--heading-font-family) !important; } .dcw-design-rugged h1, .dcw-design-rugged h2, .dcw-design-rugged h3, .dcw-design-rugged h4, .dcw-design-rugged h5, .dcw-design-rugged h6, .dcw-design-rugged .heading { font-family: var(--heading-font-family) !important; } .dcw-design-core-volkswagen h1, .dcw-design-core-volkswagen h2, .dcw-design-core-volkswagen h3, .dcw-design-core-volkswagen h4, .dcw-design-core-volkswagen h5, .dcw-design-core-volkswagen h6, .dcw-design-core-volkswagen .heading { font-family: var(--heading-font-family) !important; } .dcw-design-core-mini h1, .dcw-design-core-mini h2, .dcw-design-core-mini h3, .dcw-design-core-mini h4, .dcw-design-core-mini h5, .dcw-design-core-mini h6, .dcw-design-core-mini .heading { font-family: var(--heading-font-family) !important; } .dcw-design-core-land-rover h1, .dcw-design-core-land-rover h2, .dcw-design-core-land-rover h3, .dcw-design-core-land-rover h4, .dcw-design-core-land-rover h5, .dcw-design-core-land-rover h6, .dcw-design-core-land-rover .heading { font-family: var(--heading-font-family) !important; } .dcw-design-portfolio h1, .dcw-design-portfolio h2, .dcw-design-portfolio h3, .dcw-design-portfolio h4, .dcw-design-portfolio h5, .dcw-design-portfolio h6, .dcw-design-portfolio .heading { font-family: var(--heading-font-family) !important; } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-9" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> /* WIN-6023 - VDP Specifications Tab fix for Mobile */ @media (max-width: 768px) { [itemtype$="/PropertyValue"].deck-tabs > [role="navigation"] ul { justify-content: flex-start; } } /* End of code */ </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ if (window.location.search.indexOf("donotwinfix=true") > -1) { return; } var retrievers = [ Co.get(window, "merchandising.directive.vehiclelisting") ]; retrievers.forEach(function(r) { (function(p) { if (!p) return; preprocess(p, "updateFragment", function(result, options, fromHistory) { options.fromHistory = fromHistory; }); preprocess(p, "handleUpdate", function(result, options) { if (!options.fromHistory && (!options.selector || options.pushstatePartial)) { this.pushstate(); } }); })(r && r.prototype); }); function preprocess(obj, method, addition) { var original = obj[method]; obj[method] = function() { addition.apply(this, arguments); return original.apply(this, arguments); }; } } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-10" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> .inventory-form.card { display:flex; } .inventory-form.card > .content .text { padding: 3vw 4vw 1.5vw 4vw; } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-11" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-12" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> @media (max-width: 768px) { .search-enabled .search-open { overflow:auto; } .search-open .advanced-site-search { height: auto; } } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-13" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> .dcw-design-core-buickgmc .card.bg-light > .content form select { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23ECF0F1%22%20points%3D%22396.6,160%20416,180.7%20256,352%2096,180.7%20115.3,160%20256,310.5%20%22/%3E%3C/svg%3E"); background-color: #414042; color: #fff; } .dcw-design-core-buickgmc .card.bg-color > .content form select, .dcw-design-core-buickgmc .card.bg-dark > .content form select { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23000%22%20points%3D%22396.6,160%20416,180.7%20256,352%2096,180.7%20115.3,160%20256,310.5%20%22/%3E%3C/svg%3E"); background-color: #FFFFF; color: #000; } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-14" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> @media (min-width: 640px) and (max-width: 1023px) { .col > .deck > .media-side-single-column > .content { flex-direction: column !important; } .col > .deck > .media-side-single-column > .content .media { width: auto !important; } } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-15" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> @media (min-width: 1024px) { .deck-carousel.col > .deck .card[itemtype*="Review"] > .content { flex-direction: row; } .deck-carousel.col > .deck .card[itemtype*="Review"] > .content .media { width: 50%; justify-content: center; } } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/09d47973-10fa-409f-9d32-48f8be5eb6c1-16" class="card l2 integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7 integration-card bg-light" data-origin-name="integration-329b1c5d-b9bb-4c23-b637-c8c18d00f8a7"> <!----> <style if="inlineStyle"> .dcw-design-core-buickgmc .deck-carousel > .deck > .js-group > .card > .content .link > a.primary:link { background-color: #353936 } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!----> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/bb9866e0-4727-4cd6-8e2b-a1113c27c5ad" class="card l2 integration-943d69b5-dd66-4694-8a4d-5f7b60a917cf integration-card bg-light" data-origin-name="integration-943d69b5-dd66-4694-8a4d-5f7b60a917cf"> <!----> <style if="inlineStyle"> .genericCard-f024bd61-4090-40ec-9f36-4876cb7bc4ec { padding: 2%; width: auto; text-align: left !important; align-items: start !important; } .genericCard-f024bd61-4090-40ec-9f36-4876cb7bc4ec .content .text { text-align: left !important; } </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/431d1e37-edfe-4b91-99c0-ea0402b420e2" class="card l2 integration-fb492925-9127-4fe5-a899-26dd883bf702 integration-card bg-light" data-origin-name="integration-fb492925-9127-4fe5-a899-26dd883bf702"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ var lincolnLogo = document.querySelector('[src$="/vendor/hydra-base/client/assets/logos/LINCOLN.png"]') if(lincolnLogo && window.location.toString().indexOf("lincolnLogoFix=false") === -1) { lincolnLogo.src = lincolnLogo.src.replace("LINCOLN.png", "Lincoln.png"); } } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/7ce2c315-fb0f-43de-8ec4-0f79aa85ffc2" class="card l2 integration-c26c656b-8ed1-424c-ae9e-19ab149f3e0e integration-card bg-light" data-origin-name="integration-c26c656b-8ed1-424c-ae9e-19ab149f3e0e"> <!----> <style if="inlineStyle"> section[data-bzl-id*="vinreal-gallery"].bzl-4x3 {padding-top: 0 !important} div[data-bzl-id="vinreal-gallery"][data-bzl-ui="vehicle-gallery-content"] {position: relative !important;} @media(max-width: 639px) {#my-video-container .vjs_video_3-dimensions {width: 300px; height: 150px;}} </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /*(function(alias, params, nonPartner) { Co.directive.basel.initVendor(alias, params, nonPartner); })("vinReal", {"vinreal_defer_player":""}, true);*/ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/c6bcdaf5-5963-4d74-9d68-30e67b8cba98" class="card l2 integration-7c03df2b-69b8-4fee-ab20-c4e046460f64 integration-card bg-light" data-origin-name="integration-7c03df2b-69b8-4fee-ab20-c4e046460f64"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /*(function(alias, params, nonPartner) { Co.directive.basel.initVendor(alias, params, nonPartner); })("gubagoochat", {"textstrid1":"","textstrid2":"","loader_suffix":"","gubagoo_img":"","gubagoo_img_secondary":"","gg_vsr_inv_cta_text":"","gg_vdp_inv_cta_text":"","gg_cta_text":"","gg_rewards_new_vsr":"","gg_rewards_new_vdp":"","gg_rewards_used_vsr":"","gg_rewards_used_vdp":"","gg_buynow_enable":"","gg_enable_sms":"","gg_start_event_chat":"","gg_buynow_loc":"","gg_buynow_loc_secondary":"","gg_disable_chat_btn":"","gg_payments_btn":"","gg_payments_label":"","gg_payments_secondary":"","gg_credit_btn":"","gg_credit_label":"","gg_credit_secondary":"","gg_trade_btn":"","gg_trade_label":"","gg_trade_secondary":"","gg_eprice_secondary":""}, true);*/ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/4ba19987-24e1-4278-9878-a57384c4677d" class="card l2 integration-4e48b387-1146-48b8-8d68-090bcdb4769a integration-card bg-light" data-origin-name="integration-4e48b387-1146-48b8-8d68-090bcdb4769a"> <!----> <style if="inlineStyle"> /*-- CXINV-1607 - Changes targeted text into new text based on provided information. --*/ </style> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /* Dig Ops IZ CXINV-1607 Changes targeted text into new text based on provided information. AAT/repos/interim-solutions/browse/src/solutions/CXINV-1607 */ IZFramework(function () { IZ.register("CXINV-1607", "ACTIVE", { pageRestriction: 'VehicleSearchResults, VehicleDetails', targetElem: 'h3 a.vehicle-name', targetText: 'Demo', newText: '', textIsExact: '', delay: '', popup: '' }); }); } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/58f31f5f-ad97-43ff-a897-cd08ef326908" class="card l2 integration-268875ff-3617-4732-9bae-bcf110d96f3a integration-card bg-light" data-origin-name="integration-268875ff-3617-4732-9bae-bcf110d96f3a"> <!----> <!----> <script not="scripts"> window.addEventListener('load-complete' || 'load', function () { function loadScript(){ /*(function(alias, params, nonPartner) { Co.directive.basel.initVendor(alias, params, nonPartner); })("motoFuze", {}, true);*/ } if(window.useViewTransitionAPI && document.startViewTransition){ document.startViewTransition(loadScript); }else{ loadScript(); } }); </script> <!----> </section> <!--^_^--><!-- This template is being rendered from dcw-design-base --> <!----> <section not="subject.desktopUrl" model="subject" id="card-view/card/16164d91-c974-4cf4-8c8e-5408ffc60d21" class="card l2 integration-41d82238-15f0-4071-85c4-521d51b30819 integration-card bg-light" data-origin-name="integration-41d82238-15f0-4071-85c4-521d51b30819"> <!----> <style if="inlineStyle"> /*-- CXINV-298: Add Icon-Img-Btn to Masthead - v1.1 --*/ header > .content { flex-direction: row !important; } .cxi298Icon:before { content: 'https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/7c14c2f2-7273-481a-8900-f25c6210f6b6/d622395f3a7a4c02996384d8bffbe54a_546x142.jpg' !important; font-family: var(--icon-font-family); font-size: var(--icon-font-size); } .cxi298newDiv.link { margin-top: 0 !important; } .cxi298Img img { max-height: 50px !important; } @media (max-width: 768px) { div.cxi298newDiv { display: none; } li.cxi298newLi { padding: 0 1vw !important; } li.cxi298newLi .cxi298Img { flex-direction: row !important; align-items: center !important; } li.cxi298newBtnLi { justify-content: center !important; } } @media (max-width: 769px) { header.cxi347_mobile .cxi298newBtnLi, header.cxi298_mobile .cxi298Icon, header.cxi298_mobile .cxi298newLi, header.cxi298_mobile .cxi298newDiv, header.cxi298_mobile .cxi298Img { display: none !important; } } @media (min-width: 769px) { .jaguarmodern .cxi298Icon { position:relative !important; } .jaguarmodern .cxi298Icon::before { font-size: 2.1rem !important; color: #fff !important; } } </style> <!----> <script if="scripts" id="script-view/card/16164d91-c974-4cf4-8c8e-5408ffc60d21"> window.addEventListener('load-complete' || 'load', function () { function callback() { /*-- CXINV-298: Add Icon-Img-Btn to Masthead - v1.0 --*/ window.cxi298addImgToMasthead = { imgText: "MARCH QUICK LANE SERVICE SPECIALS", link: "https://www.johnsonbrosford.com/quick-lane", imgIconBtn: "image", imgIconBtnSrc: "https://media.assets.sincrod.com/websites/content/ford-johnson-bros/file/7c14c2f2-7273-481a-8900-f25c6210f6b6/d622395f3a7a4c02996384d8bffbe54a_546x142.jpg", elemTarget: "div.cta.reorderable-cta-enabled > ul > li.location.insight", beforeAfter: "before", showOnMobile: "false", linkTarget: "" }; window.addIconImgToMasthead(window.cxi298addImgToMasthead); } var card = document.getElementById("card-view/card/16164d91-c974-4cf4-8c8e-5408ffc60d21"); var container = document.getElementById("script-view/card/16164d91-c974-4cf4-8c8e-5408ffc60d21"); var loadedCount = 0; ["https://media.assets.sincrod.com/websites/content/cblt-ms-root-en-us/2802e949444140e1ad56a99195aca344.js"].forEach(function (url, i, all) { var s = document.createElement('script'); s.async = 1; s.onload = s.onreadystatechange = function (_, isAbort) { if (isAbort || !s.readyState || /loaded|complete/.test(s.readyState)) { s.onload = s.onreadystatechange = null; if (!isAbort && all.length === ++loadedCount) { callback(); } } }; s.src = url; card.insertBefore(s, container); }); }); </script> </section> <!--^_^--></div></footer> <div id="modal-container"> <div class="modal-guard"></div> </div> <script id="sincroLoaderTemplate" type="text/template" template="spinner"><div class="spinner sincro-loader"> <div class="sincro-page-spinner--overlay"> <div class="wrap spinner large"> <div class="sincro-circular-progress sincro-circular-progress--indeterminate sincro loader"> <div class="sincro-circular-progress--indeterminate__inner"> <div class="sincro-circular-progress-indeterminate-circle sincro-circular-progress--indeterminate__left-half"> <div class="sincro-circular-progress--circle sincro-circular-progress--indeterminate__circle--left"> </div> </div> <div class="sincro-circular-progress-indeterminate-circle sincro-circular-progress--indeterminate__right-half"> <div class="sincro-circular-progress--circle sincro-circular-progress--indeterminate__circle--right"> </div> </div> </div> </div> </div> </div> </div> </script> <!-- tetra --> <!----> <!----> <!----> <script if="bodyInject" repeat="bodyInject">window.consumerEager.loadLazyBlocks();</script> <!----> <script if="scripts.inline" repeat="scripts.inline">;(function() { window.hydra = {}; hydra.state = JSON.parse(decodeURI("%7B%22cache%22:%7B%22Co.context.configCtx%22:%7B%22webId%22:%22ford-johnson-bros%22,%22locale%22:%22en_US%22,%22version%22:%22LIVE%22,%22page%22:%22HomePage%22,%22secureSiteId%22:null%7D,%22features%22:%7B%22hydra.consumerlogin.use.secure.cookie%22:true,%22hydra.route.consumer.preference.via.agent%22:true,%22hydra.token.for.external.consumer.preference.api%22:%22Bearer%20Osj92mVaGhtcyschIitJSUhaQp3kGrfl1yK4rld6SEU%22,%22hydra.win.realtime.search.insight.timeout.ms%22:false,%22hydra.winteam.realtime.search.timeout.ms%22:500,%22hydra.win.advanced.site.search.timeout.ms%22:500,%22use.hydra.directive.vertical.thumbnailGallery.onpopup%22:true,%22use.hydra.optimized.style.directive.updates%22:false,%22use.hydra.selection.cookies%22:true,%22use.hydra.win.voice.search.for.french%22:false,%22use.hydra.winteam.options.util.for.data.params%22:true,%22use.hydra.winteam.smartgallery.call.updateView.on.iframeLoaded%22:false,%22use.hydra.winteam.tabs.mutation.observer%22:false,%22use.hydra.winteam.modal.param.whitelist%22:true,%22use.hydra.winteam.sincro.ajax.loader%22:true,%22use.hydra.winteam.merchandising.directive.migration%22:false,%22use.hydra.win.multiple.suggestion.list%22:true,%22use.hydra.win.compare.checkbox.on.vsr%22:false,%22use.hydra.win.enable.dynamic.financeprequal.form%22:true,%22use.hydra.winteam.header.site.search.suggestions.tagging%22:true,%22use.hydra.winteam.site.search.input.tagging%22:true,%22use.hydra.winteam.header.site.search.voice.mode.tagging%22:true,%22use.hydra.win.url.injection.cleanup.header.accessories%22:false,%22use.hydra.win.capture.site.search.term.for.tagging%22:true,%22use.hydra.winteam.header.site.search.navigation.VSR.tagging%22:true,%22use.hydra.winteam.site.search.input.form.focus.tagging%22:true,%22use.hydra.winteam.site.search.input.skip.consecutive.click.tagging%22:true,%22use.hydra.winteam.site.search.before.network.fetch.tagging%22:true,%22use.hydra.platform.change.integration.load.event%22:true,%22use.hydra.sitefront.streamlined.directives%22:false,%22use.hydra.win.fpq.radio.group%22:true,%22use.hydra.winteam.vehicleUse%22:false,%22use.hydra.winteam.meganav.active.element%22:true,%22use.hydra.winteam.staticmap.always.secure%22:false,%22hydra.config.replace.meganav.css.link%22:true,%22use.hydra.config.live.preview.style.color%22:true,%22use.hydra.async.directive.activations%22:true,%22use.hydra.win.nonInteractionAttribute.for.promopop%22:true,%22use.hydra.asset.manager%22:true,%22use.hydra.sitefront.defer.pixel.tags%22:false,%22use.hydra.sitefront.defer.pixel.tag.directives%22:true,%22use.hydra.win.remove.name.for.checkbox.group%22:true,%22use.hydra.win.stop.moremenu.creation.until.needed%22:true,%22use.hydra.win.remove.js.override.for.smartgallery.arrows%22:true,%22use.hydra.win.enable.moremenu.perf.improvement%22:true,%22use.hydra.winteam.native.lazyload%22:true,%22use.hydra.win.co.directive.refactoring%22:true,%22use.hydra.win.form.campaign.ids%22:true,%22use.hydra.config.walkme.directive.migration%22:false,%22use.hydra.win.inview.for.carousel%22:true,%22use.hydra.win.collectfilters.directive.hide.more.filters%22:false,%22use.hydra.editor.dependent.options.fix%22:false,%22use.hydra.win.display.zipcode.for.sewell%22:false,%22use.hydra.win.disable.momentjs%22:true,%22use.hydra.winteam.consumerdeals.disabled%22:true,%22use.hydra.unarm.replace.directive.for.ce%22:true,%22use.hydra.winteam.persist.query.in.rapid.search.input%22:false,%22use.hydra.winteam.replace.vsr.l1.title%22:true,%22use.hydra.win.swipable.tabs%22:false,%22use.hydra.skip.directive.activation%22:false,%22use.hydra.win.avoid.fragmentid.param.for.cb.request%22:false,%22use.hydra.partner.basel.race.condition%22:false,%22use.hydra.cloudfront.forceOrigin%22:true,%22use.hydra.win.geo.service.ev.charging.stations%22:false,%22use.hydra.win.scroll.into.view.when.filter.is.selected%22:false,%22use.hydra.win.scroll.when.clicked.back.button%22:true,%22use.hydra.win.nested.tabs.trigger.resize.event%22:false,%22use.hydra.serverside.web.components%22:true,%22use.hydra.win.should.redirect.for.nitra.site%22:false,%22use.hydra.win.add.force.origin.on.price.watch.submit%22:true,%22use.hydra.win.target.composed.path%22:false,%22use.hydra.win.form.file.upload%22:false,%22use.hydra.win.decode.make.and.model%22:true,%22use.hydra.win.js.minification.during.build%22:true,%22use.hydra.winteam.sticky.disable.pushelement.oninit%22:true,%22use.hydra.winteam.sticky.refactor.pushCSS%22:true,%22use.hydra.win.carousel.directive.refactoring%22:true,%22use.hydra.delayed.directive.activation%22:false,%22use.hydra.delayed.directive.activation.timeout%22:false,%22use.hydra.win.highlight.search.text.in.suggestion%22:false,%22use.hydra.win.show.title.in.search.suggestion%22:true,%22enable.saved.vehicles.from.preference%22:true,%22use.hydra.win.remove.server.side.call.saved.vehicles.workflow%22:%22gmps-cards-test,gmps-apple-chevy,gmps-bob-thomas%22,%22use.hydra.win.date.format.mmddyyyy.in.custom.forms%22:false,%22use.hydra.win.disable.rapid.search%22:false,%22use.hydra.win.dispatch.event.when.idle%22:true,%22use.hydra.win.optimize.engagement.script%22:true,%22use.hydra.win.smartgallery.mainImage.set.height%22:true,%22use.hydra.directive.dataLayer.memoization%22:true,%22use.hydra.directive.dataLayer.asyncDigitalUpdateEvent%22:true,%22use.hydra.win.zero.carousel.init.delay%22:false,%22use.hydra.win.vsr.filter.refresh.options%22:true,%22use.hydra.winteam.colorselector.srcset%22:false,%22use.hydra.stop.scroll.on.init%22:false,%22use.hydra.disable.directives%22:false,%22use.hydra.win.vsr.selected.filter.change.for.manual.refresh%22:false,%22use.hydra.win.enable.new.cl.encryption%22:true,%22use.hydra.win.vsr.search.without.current.filters%22:false,%22use.hydra.win.vdp.get.selected.image.index%22:true,%22use.hydra.win.vdp.enable.dynamic.schema.content%22:false,%22use.hydra.win.enable.mutation.observer.for.header%22:false%7D,%22isProgressiveShellPage%22:false,%22Co.context.sectorCtx%22:%7B%22sectors%22:%5B%22Automotive%22%5D%7D%7D,%22store%22:%7B%22properties%22:%7B%22routePrefix%22:%22/hydra-graph%22,%22googleMapsAPIKey%22:%22AIzaSyCD8_io4_4gwbNMs-zluCzgWBw5S6Yc5dE%22%7D%7D%7D")); }());</script> <script if="scripts.inline" repeat="scripts.inline">;(function() { window.hydra = {}; hydra.state = JSON.parse(decodeURI("%7B%22cache%22:%7B%22Co.context.configCtx%22:%7B%22webId%22:%22ford-johnson-bros%22,%22locale%22:%22en_US%22,%22version%22:%22LIVE%22,%22page%22:%22HomePage%22,%22secureSiteId%22:null%7D,%22features%22:%7B%22hydra.consumerlogin.use.secure.cookie%22:true,%22hydra.route.consumer.preference.via.agent%22:true,%22hydra.token.for.external.consumer.preference.api%22:%22Bearer%20Osj92mVaGhtcyschIitJSUhaQp3kGrfl1yK4rld6SEU%22,%22hydra.win.realtime.search.insight.timeout.ms%22:false,%22hydra.winteam.realtime.search.timeout.ms%22:500,%22hydra.win.advanced.site.search.timeout.ms%22:500,%22use.hydra.directive.vertical.thumbnailGallery.onpopup%22:true,%22use.hydra.optimized.style.directive.updates%22:false,%22use.hydra.selection.cookies%22:true,%22use.hydra.win.voice.search.for.french%22:false,%22use.hydra.winteam.options.util.for.data.params%22:true,%22use.hydra.winteam.smartgallery.call.updateView.on.iframeLoaded%22:false,%22use.hydra.winteam.tabs.mutation.observer%22:false,%22use.hydra.winteam.modal.param.whitelist%22:true,%22use.hydra.winteam.sincro.ajax.loader%22:true,%22use.hydra.winteam.merchandising.directive.migration%22:false,%22use.hydra.win.multiple.suggestion.list%22:true,%22use.hydra.win.compare.checkbox.on.vsr%22:false,%22use.hydra.win.enable.dynamic.financeprequal.form%22:true,%22use.hydra.winteam.header.site.search.suggestions.tagging%22:true,%22use.hydra.winteam.site.search.input.tagging%22:true,%22use.hydra.winteam.header.site.search.voice.mode.tagging%22:true,%22use.hydra.win.url.injection.cleanup.header.accessories%22:false,%22use.hydra.win.capture.site.search.term.for.tagging%22:true,%22use.hydra.winteam.header.site.search.navigation.VSR.tagging%22:true,%22use.hydra.winteam.site.search.input.form.focus.tagging%22:true,%22use.hydra.winteam.site.search.input.skip.consecutive.click.tagging%22:true,%22use.hydra.winteam.site.search.before.network.fetch.tagging%22:true,%22use.hydra.platform.change.integration.load.event%22:true,%22use.hydra.sitefront.streamlined.directives%22:false,%22use.hydra.win.fpq.radio.group%22:true,%22use.hydra.winteam.vehicleUse%22:false,%22use.hydra.winteam.meganav.active.element%22:true,%22use.hydra.winteam.staticmap.always.secure%22:false,%22hydra.config.replace.meganav.css.link%22:true,%22use.hydra.config.live.preview.style.color%22:true,%22use.hydra.async.directive.activations%22:true,%22use.hydra.win.nonInteractionAttribute.for.promopop%22:true,%22use.hydra.asset.manager%22:true,%22use.hydra.sitefront.defer.pixel.tags%22:false,%22use.hydra.sitefront.defer.pixel.tag.directives%22:true,%22use.hydra.win.remove.name.for.checkbox.group%22:true,%22use.hydra.win.stop.moremenu.creation.until.needed%22:true,%22use.hydra.win.remove.js.override.for.smartgallery.arrows%22:true,%22use.hydra.win.enable.moremenu.perf.improvement%22:true,%22use.hydra.winteam.native.lazyload%22:true,%22use.hydra.win.co.directive.refactoring%22:true,%22use.hydra.win.form.campaign.ids%22:true,%22use.hydra.config.walkme.directive.migration%22:false,%22use.hydra.win.inview.for.carousel%22:true,%22use.hydra.win.collectfilters.directive.hide.more.filters%22:false,%22use.hydra.editor.dependent.options.fix%22:false,%22use.hydra.win.display.zipcode.for.sewell%22:false,%22use.hydra.win.disable.momentjs%22:true,%22use.hydra.winteam.consumerdeals.disabled%22:true,%22use.hydra.unarm.replace.directive.for.ce%22:true,%22use.hydra.winteam.persist.query.in.rapid.search.input%22:false,%22use.hydra.winteam.replace.vsr.l1.title%22:true,%22use.hydra.win.swipable.tabs%22:false,%22use.hydra.skip.directive.activation%22:false,%22use.hydra.win.avoid.fragmentid.param.for.cb.request%22:false,%22use.hydra.partner.basel.race.condition%22:false,%22use.hydra.cloudfront.forceOrigin%22:true,%22use.hydra.win.geo.service.ev.charging.stations%22:false,%22use.hydra.win.scroll.into.view.when.filter.is.selected%22:false,%22use.hydra.win.scroll.when.clicked.back.button%22:true,%22use.hydra.win.nested.tabs.trigger.resize.event%22:false,%22use.hydra.serverside.web.components%22:true,%22use.hydra.win.should.redirect.for.nitra.site%22:false,%22use.hydra.win.add.force.origin.on.price.watch.submit%22:true,%22use.hydra.win.target.composed.path%22:false,%22use.hydra.win.form.file.upload%22:false,%22use.hydra.win.decode.make.and.model%22:true,%22use.hydra.win.js.minification.during.build%22:true,%22use.hydra.winteam.sticky.disable.pushelement.oninit%22:true,%22use.hydra.winteam.sticky.refactor.pushCSS%22:true,%22use.hydra.win.carousel.directive.refactoring%22:true,%22use.hydra.delayed.directive.activation%22:false,%22use.hydra.delayed.directive.activation.timeout%22:false,%22use.hydra.win.highlight.search.text.in.suggestion%22:false,%22use.hydra.win.show.title.in.search.suggestion%22:true,%22enable.saved.vehicles.from.preference%22:true,%22use.hydra.win.remove.server.side.call.saved.vehicles.workflow%22:%22gmps-cards-test,gmps-apple-chevy,gmps-bob-thomas%22,%22use.hydra.win.date.format.mmddyyyy.in.custom.forms%22:false,%22use.hydra.win.disable.rapid.search%22:false,%22use.hydra.win.dispatch.event.when.idle%22:true,%22use.hydra.win.optimize.engagement.script%22:true,%22use.hydra.win.smartgallery.mainImage.set.height%22:true,%22use.hydra.directive.dataLayer.memoization%22:true,%22use.hydra.directive.dataLayer.asyncDigitalUpdateEvent%22:true,%22use.hydra.win.zero.carousel.init.delay%22:false,%22use.hydra.win.vsr.filter.refresh.options%22:true,%22use.hydra.winteam.colorselector.srcset%22:false,%22use.hydra.stop.scroll.on.init%22:false,%22use.hydra.disable.directives%22:false,%22use.hydra.win.vsr.selected.filter.change.for.manual.refresh%22:false,%22use.hydra.win.enable.new.cl.encryption%22:true,%22use.hydra.win.vsr.search.without.current.filters%22:false,%22use.hydra.win.vdp.get.selected.image.index%22:true,%22use.hydra.win.vdp.enable.dynamic.schema.content%22:false,%22use.hydra.win.enable.mutation.observer.for.header%22:false%7D,%22isProgressiveShellPage%22:false,%22Co.context.sectorCtx%22:%7B%22sectors%22:%5B%22Automotive%22%5D%7D%7D,%22store%22:%7B%22properties%22:%7B%22routePrefix%22:%22/hydra-graph%22,%22googleMapsAPIKey%22:%22AIzaSyCD8_io4_4gwbNMs-zluCzgWBw5S6Yc5dE%22%7D%7D%7D")); }());</script> <script> window.imports = {"directiveSelectors":["body.wallet.platform-android",".read-more","[class*=\"col-\"] > .deck",".media-background-video > .content .media figure",".deck-tabs.col > [role=\"navigation\"]",".deck-tabs:not(.col) > [role=\"navigation\"]",".deck-accordion:not(.l1) > .deck",".deck-accordion:not(.l1)[class*=\"col-\"] > .deck",".deck-tabs-vertical:not(.l1).col > [role=\"navigation\"]",".deck-tabs-vertical:not(.l1).col > .deck",".deck-gallery > .deck",".deck-gallery",".vehicle-media-gallery .deck-gallery",".deck-carousel.col.cards-few > .deck,\n .deck-carousel.col.cards-many > .deck",".deck-carousel.col-2.cards-few > .deck,\n .deck-carousel.col-2.cards-many > .deck",".deck-carousel.col-3.cards-few > .deck,\n .deck-carousel.col-3.cards-many > .deck",".deck-carousel.col-4.cards-few > .deck,\n .deck-carousel.col-4.cards-many > .deck",".overflow-expand > .content .copy",".peek-a-boo.col > .deck[carousel]",".dcw-design-ford-distinctly [itemtype$=\"/AutomotiveBusiness\"] > .content [itemtype$=\"/Map\"],\n .dcw-design-ford-distinctly .automotive-business > .content [itemtype$=\"/Map\"],\n .dcw-design-ford-distinctly [class*=\"dealershipAddress-\"] > .content [itemtype$=\"/Map\"]",".dcw-design-ford-distinctly .disclaimer",".dcw-design-ford-distinctly [itemtype$=\"/PropertyValue\"].deck-tabs[class*=\"specifications\"] > [role=\"navigation\"]",".dcw-design-ford-distinctly [class*=\"modelDetails-\"]:not(.links-one) > .content .link,\n .dcw-design-ford-distinctly [class*=\"modelDetailsGM\"]:not(.links-one) > .content .link,\n .dcw-design-ford-distinctly [class*=\"modelDetailsAutomated\"]:not(.links-one) > .content .link",".align-card[class*=\"col-\"] > .deck",".logo-soup > .deck",".dcw-design-ford-distinctly [role=\"dialog\"].PromoPopUp > .content .copy .paymentInfoTab",".header.header-1 div[role=\"search\"][data-params*='cardName:advancedSiteSearch'],\n .header.header-2 div[role=\"search\"][data-params*='cardName:advancedSiteSearch'],\n .header.header-3 div[role=\"search\"][data-params*='cardName:advancedSiteSearch'],\n .header.header-4 div[role=\"search\"][data-params*='cardName:advancedSiteSearch'],\n .header.header-6 div[role=\"search\"][data-params*='cardName:advancedSiteSearch']",".compare-vehicles.card thead tr",".compare-vehicles.card tbody tr:first-child",".dealer-locator.card.accordion > .deck > .card[class*=\"dealersWrapper\"] > .deck .card > .content .auto-dealer .title",".dealer-locator.card.map > .deck > .card[class*=\"dealersWrapper\"] > .deck > .card .content .auto-dealer .title,\n .dealer-locator.card.modal > .deck > .card[class*=\"dealersWrapper\"] > .deck > .card .content .auto-dealer .title",".dcw-design-ford-distinctly .footer.card > .deck section:not([itemtype]) > .deck",".dcw-design-ford-distinctly .footer.card .deck section[promoelevator^=\"contentId\"]",".dcw-design-ford-distinctly .footer.card > .content .text .link a.backToTop",".listing-results-toolbar:not([data-vehicle-count=\"0\"]).listing-display-toggle > .content .copy a.display-toggle",".payment-search .fieldset",".payment-search .fieldset .range-slider label[data-rangefor]",".virtual-vehicle .vehicle-color-selector button.show-toggle",".vehicle-listing.card.overflow-expand > .content .copy dl",".vehicle-listing.card .vehicle-specifications h1,\n.vehicle-listing.card .vehicle-specifications h2,\n.vehicle-listing.card .vehicle-specifications h3,\n.vehicle-listing.card .vehicle-specifications h4,\n.vehicle-listing.card .vehicle-specifications h5,\n.vehicle-listing.card .vehicle-specifications h6",".vehicle-listing.card > .content .copy .paymentInfoTab",".vehicle-listing.card > .content .copy .paymentInfoTab + .tabContainer [itemprop=\"description\"] > p:last-child",".vehicle-listing.card .collapse-conditional-offers",".vehicle-listing.card .collapse-other-offers","[class*=\"col-\"] > .deck > .vehicle-listing > .content .vehicle-specifications","[class*=\"col-\"] > .deck > .card.vehicle-listing > .content",".animate-card:not([data-page='VehicleSearchResults']):not([data-page='ModelShowroom']) main .card:not(.deck-gallery):not([class*=\"media-treatment-flip\"]),\n .animate-card .listing-results,\n .animate-card .listing-results-toolbar,\n .animate-card .offer-spotlight,\n .animate-card .inventory-form,\n .animate-card .modelListing,\n .animate-card .condensed-listing,\n .animate-card .vehicle-listing,\n .animate-card .condensed-listing-results,\n .animate-card .vehicle-product-item,\n .animate-card .inline-ads",".animate-card.pull .listing-results,\n .animate-card.pull .listing-results-toolbar,\n .animate-card.pull .offer-spotlight,\n .animate-card.pull .inventory-form,\n .animate-card.pull .modelListing,\n .animate-card.pull .condensed-listing,\n .animate-card.pull .vehicle-listing,\n .animate-card.pull .condensed-listing-results,\n .animate-card.pull .vehicle-product-item,\n .animate-card.pull .inline-ads",".filter-tags .filter-tags-wrapper",".card > .content .tag:not(.special)","body .card a[data-print-card=\"true\"],\nbody .card .print-card",".vehicle-listing > .content .copy summary,\n .condensed-listing-results > .content .copy summary,\n .vehicle-mathbox-specs > .content .copy summary",".media-background-video > .content figure",".header.card.automotive-business .tools",".header.card.automotive-business .cta li.social-media:not(.mobileMenu) .social-popup",".header.card ul li.has-deck",".header.card div[role=\"search\"]",".header.card .reorderable-cta-enabled.cta .callUs",".header.card .menu",".header.card .menu nav > ul > li",".header.card",".header.card .franchise:not(.count-1):not(.count-2):not(.count-3):not(.count-4)","#notificationPanel ~ header.header-5.card .menu,\n #notificationPanel ~ header.header-nested-search.card .menu","header.header-1.card","header.header-1.card .cta ul li.mobileMenu",".navigation-menu",".header-1.meganav-enabled.card .cta ul li.mobileMenu,\n .header-6.meganav-enabled.card .cta ul li.mobileMenu,\n .header-nested-search.meganav-enabled.card .cta ul li.mobileMenu",".navigation-link"],"i18n":{"dictionaries":{"core":{"standard":{"firstName":"First Name","lastName":"Last Name","email":"Email","title":"Title","department":"Department","link":"Link","label":"Label","addLink":"Add Link","addOrEditLink":"Add/Edit Link","deleteLink":"Delete Link","content":"Content","pageOutline":"Page Outline","continue":"Continue","clearFilter":"Clear Filter","add":"Add","edit":"Edit","delete":"Delete","search":"Search","save":"Save","submit":"Submit","cancel":"Cancel","publish":"Publish","done":"Done","yesSelection":"Yes","noSelection":"No","none":"None","Select":"Select","yesDelete":"Yes, Delete","discard":"discard","next":"Next","skip":"Skip","close":"Close"}},"consumer":{"common":{"toggle":{"showMore":"+ Show All","showAllToggle":"Show All","showLess":"- Show Less","showLessToggle":"Show Less","readMore":"Read More +","readLess":"Read Less -"},"showMore":"+ Show All","showAllToggle":"Show All","showLess":"- Show Less","showLessToggle":"Show Less","readMore":"Read More +","readLess":"Read Less -","indexOutOfTotal":"{{index}} of {{total}}","noDataFound":"No {{field}} found","ALL":"ALL","Select":"Select","More":"More","listView":"List View","gridView":"Grid View","mapView":"Map View","vsrView":{"listView":"List View","gridView":"Grid View"},"formatting":{"date":{"jqueryDateFormat":"M d yy","momentjsDateFormat":"MMM DD Y"}},"calendarDateOptionsLegacy":{"dateFormat":"M d yy","isClosed":"Department closed.","isOpen":"Schedule an appointment online."},"form":{"validation":{"errors":{"minlength":{"singular":"Minimum of {{minlength}} character.","plural":"Minimum of {{minlength}} characters."},"symbols":{"singular":"At least {{symbols}} symbol character.","plural":"At least {{symbols}} symbol characters."},"numeric":{"singular":"At least {{numeric}} numeric character.","plural":"At least {{numeric}} numeric characters."},"uppercase":{"singular":"At least {{uppercase}} upper case character.","plural":"At least {{uppercase}} upper case characters."},"lowercase":{"singular":"At least {{lowercase}} lower case character.","plural":"At least {{lowercase}} lower case characters."},"regex":{"phone":"","message":"Enter valid phone."},"substring":{"email":{"message":"Cannot contain your email address."},"'contact:email'":{"message":"Cannot contain your email address."}},"identical":{"password":{"message":"Passwords must match."},"question1":{"message":"Passwords must match."}},"nonempty":{"characterswithoutspace":{"message":"At least one character (no spaces)."}}}}},"optin":{"thankyoumessage":"Thank you for confirming your preference. Please let us know if there is anything we can do to help you."},"virtualvehicle":{"comment":"I'm inquiring about the {{year}} {{make}} {{model}} {{trim}}, in exterior color {{exteriorColor}}"},"voicesearch":{"waiting":"Waiting","error":"Error","aborted":"Cancelled","allowMicAccess":"Please allow microphone access","checkMic":"Please check your microphone is not active on another tab","helperText":"Try to say something"},"advanced-site-search":{"site":"Search Anything","inventory":"Search Inventory"},"evMaps":{"levelTwoCharger":"Level 2 Charger","levelTwoChargerDescription":"0%-100% in 4 - 10 hours","dcFastCharger":"DC Fast Charger","dcFastChargerDescription":"0%-80% in 20 min - 1 hour"},"email":{"subject":"Take a look at what I found!"},"openinghours":{"open":"Open","opens":"Opens","closed":"Closed","closes":"Closes","closedToday":"Closed Today","noOpenings":"No Upcoming Open Hours"}},"directives":{}}}}}; </script> <!----> <!----> <script type="text/javascript" src="https://media.assets.sincrod.com/hydra-graph/hydra-graph-docker-1.0.29807/2f9494bd4388eb92555818f97ffccb84/bundle.js"></script> <script type="text/javascript" src="https://wsassets.sincrod.com/websites/dynamic/bundles/5.0-9920/y5i/lupqxaen19-vph_lj7q==/pixeltag.js?webId=ford-johnson-bros&locale=en_US&originalDomain=http%3A%2F%2Fwww.johnsonbrosford.com%2F" async=""></script> <!----> </body> </html>