# Ford Dealership Near Lakeland, Florida

:::raw
<div class="cms-fullwidth">
<style>
/* ================================================================= GEO page styles — brand-agnostic Font and color values are injected from dealer styling config. Fallback chain: brand font → Arial → Helvetica → sans-serif ================================================================= */ /* --- Base / Preview defaults --- */ .cardetail-infohead-sec { background: #f5f5f5; padding: 1.5rem 0; border-bottom: 3px solid #bc0600; margin-bottom: 0; } .cardetail-infohead-sec .container { max-width: 1170px; margin: 0 auto; padding: 0 15px; } .cardetail-infohead-sec h1 { font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 1.4rem; color: #212529; text-transform: uppercase; margin: 0; line-height: 1.4; } .cardetail-infohead-sec h1 small { display: block; font-family: 'Ford Antenna Regular', Arial, Helvetica, sans-serif; font-size: 0.85rem; color: #808080; text-transform: none; margin-top: 0.25rem; } /* --- Breadcrumb navigation --- */ .geo-breadcrumb { font-family: 'Ford Antenna Regular', Arial, Helvetica, sans-serif; font-size: 0.85rem; color: #666; margin-bottom: 1.5rem; padding: 0.5rem 0; display: flex; align-items: center; flex-wrap: wrap; gap: 0; } .geo-breadcrumb a { color: #0678bc; text-decoration: none; } .geo-breadcrumb a:hover { text-decoration: underline; } .geo-breadcrumb-sep { margin: 0 0.4rem; color: #999; font-size: 0.9rem; } .geo-breadcrumb span:last-child { color: #333; font-family: 'Ford Antenna Medium', Arial, Helvetica, sans-serif; } .commonpage-main-section { padding: 2rem 0; } .commonpage-main-section .container { max-width: 1170px; margin: 0 auto; padding: 0 15px; } .commonpage-inner { font-family: 'Ford Antenna Regular', Arial, Helvetica, sans-serif; color: #19183C; line-height: 1.6; font-size: 15px; } /* --- Typography --- */ .commonpage-inner h2 { font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; color: #212529; font-size: 1.5rem; margin-top: 0; margin-bottom: 0.75rem; } .commonpage-inner h3 { font-family: 'Ford Antenna Medium', Arial, Helvetica, sans-serif; color: #212529; font-size: 1.15rem; margin-top: 0; margin-bottom: 0.5rem; } .commonpage-inner a { color: #0678bc; text-decoration: none; } .commonpage-inner a:hover { text-decoration: underline; } .commonpage-inner p { margin-top: 0; margin-bottom: 1rem; } /* --- Buttons --- */ .btntop { display: inline-block; margin-right: 10px; margin-bottom: 10px; } .btntop a { display: inline-block; font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 14px; background-color: #bc0600; color: #fff; padding: 10px 24px; font-weight: bold; text-decoration: none; border-radius: 4px; transition: all 0.3s; } .btntop a:hover { background-color: #bc0600; opacity: 0.85; color: #fff; text-decoration: none; } /* --- FAQ accordion (spoke + hub pages) --- */ .faq-accordion { border: 1px solid #e0e0e0; border-radius: 5px; margin-bottom: 1rem; background: #fff; } .faq-accordion summary { padding: 1rem; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; } .faq-accordion summary::-webkit-details-marker { display: none; } .faq-accordion summary::after { content: "+"; font-size: 1.4rem; font-weight: bold; color: #bc0600; flex-shrink: 0; margin-left: 1rem; } .faq-accordion[open] summary::after { content: "\2212"; } .faq-accordion summary h2 { margin: 0; } .faq-accordion .answer { margin: 0 1rem 1rem; } h2.h4 { font-size: 1.1rem; margin-bottom: 5px; font-family: 'Ford Antenna Medium', Arial, Helvetica, sans-serif; } .answer { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); padding: 1rem; background: rgba(0, 0, 0, 0.05); border-radius: 5px; } .answer p { line-height: 1.6em; margin: 0; } /* --- GEO page layout --- */ .geo-section { margin-top: 2rem; } /* --- Tier 1 cards — primary locations --- */ .geo-card-tier1 { padding: 1rem 1rem 1rem 1.25rem; border: 1px solid #e0e0e0; border-left: 4px solid #bc0600; border-radius: 5px; background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); transition: box-shadow 0.2s, transform 0.2s; } .geo-card-tier1:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14); transform: translateY(-2px); } /* --- Tier 1 card grid --- */ .geo-tier1-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; } @media (max-width: 767px) { .geo-tier1-grid { grid-template-columns: 1fr; } } /* --- Tier 1 card header (city + drive badge) --- */ .geo-card-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 0.5rem; margin-bottom: 0.25rem; } .geo-card-header h3 { margin-bottom: 0; } .geo-card-meta { font-size: 0.9rem; color: #666; margin-bottom: 0.5rem; } /* --- Tier 2 cards — nearby communities --- */ .geo-card-tier2 { padding: 1rem; margin-bottom: 1rem; border: 1px solid #e0e0e0; border-radius: 5px; background: #fff; } /* --- Drive-time badge --- */ .geo-drive-badge { display: inline-block; background: #fff5f5; color: #bc0600; font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 0.85rem; padding: 2px 10px; border-radius: 3px; border: 1px solid #bc0600; margin-bottom: 0.5rem; } /* --- Card links --- */ .geo-card-links { margin-top: 0.5rem; display: flex; gap: 1rem; flex-wrap: wrap; } .geo-card-directions { font-size: 0.9rem; color: #0678bc; } /* --- Service badges --- */ .geo-service-badges { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; } .geo-service-badge { display: inline-flex; align-items: center; font-size: 0.85rem; padding: 5px 14px 5px 10px; border: 1px solid #c8d6c8; border-radius: 20px; color: #2d5a2d; background: #f4f8f4; font-family: 'Ford Antenna Medium', Arial, Helvetica, sans-serif; } .geo-service-badge::before { content: "\2713"; display: inline-block; font-size: 0.75rem; font-weight: bold; color: #3a7d3a; margin-right: 6px; flex-shrink: 0; } /* --- Map section spacing --- */ .geo-map-section { margin-bottom: 0.5rem; } /* --- Mid-page CTA bar --- */ .geo-cta-mid { margin: 1.5rem 0 2.5rem; padding: 1.5rem; background: #f5f5f5; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; border-radius: 0; text-align: center; } /* --- FAQ section separator --- */ .geo-section[itemscope] { border-top: 1px solid #e0e0e0; padding-top: 2rem; } /* --- Tier 3 two-column grid --- */ .geo-tier3-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; } .geo-tier3-item { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 1rem; background: #f9f9f9; border-radius: 4px; } .geo-tier3-meta { font-size: 0.85rem; color: #666; white-space: nowrap; } .geo-tier3-meta a { font-size: 0.85rem; } @media (max-width: 767px) { .geo-tier3-grid { grid-template-columns: 1fr; } } /* --- Static map --- */ .geo-hub-map { width: 100%; height: auto; border: 1px solid #e0e0e0; border-radius: 5px; } .geo-map-legend { display: flex; gap: 1.5rem; font-size: 0.85rem; color: #666; margin-top: 0.5rem; } .geo-map-legend span::before { content: "\25CF"; margin-right: 4px; } .geo-legend-dealer::before { color: #bc0600 !important; } .geo-legend-tier1::before { color: #0678bc !important; } .geo-legend-tier2::before { color: #2e8b57 !important; } .geo-legend-tier3::before { color: #999 !important; } /* --- Bottom CTA bar --- */ .geo-cta-bar { margin-top: 2rem; } /* --- Two-column layout (spoke pages) --- */ .geo-layout { display: flex; gap: 2rem; margin-top: 2rem; } .geo-main { flex: 1; min-width: 0; } .geo-sidebar { width: 340px; flex-shrink: 0; } @media (max-width: 767px) { .geo-layout { flex-direction: column; } .geo-sidebar { width: 100%; } } /* --- Sidebar cards --- */ .geo-sidebar-card { border: 1px solid #e0e0e0; border-radius: 5px; padding: 1.25rem; margin-bottom: 1rem; background: #fff; } .geo-sidebar-card h3 { margin-top: 0; } .geo-sidebar-map { width: 100%; height: auto; border-radius: 4px; } /* --- Quick actions (sidebar) --- */ .geo-quick-actions .btntop { display: block; margin-right: 0; margin-bottom: 8px; } .geo-quick-actions .btntop a { display: block; text-align: center; width: 100%; box-sizing: border-box; } /* --- Dealer info (sidebar) --- */ .geo-dealer-info p { margin-bottom: 0.5rem; } .geo-dealer-address { font-size: 0.95rem; line-height: 1.5; } /* --- Directions strip (blue bar) --- */ .geo-directions-strip { display: flex; align-items: center; gap: 1.5rem; background: #003478; color: #fff; padding: 1rem 1.5rem; border-radius: 5px; margin-top: 1.5rem; flex-wrap: wrap; } .geo-directions-strip .btntop { margin: 0; } .geo-directions-strip .btntop a { background-color: #fff; color: #003478; font-size: 13px; padding: 8px 20px; } .geo-directions-strip .btntop a:hover { background-color: #f0f0f0; color: #003478; } .geo-route-viz { display: flex; align-items: center; gap: 0.5rem; flex: 1; } .geo-route-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; } .geo-dot-start { background: #4a90d9; } .geo-dot-end { background: #bc0600; } .geo-route-label { font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 0.95rem; white-space: nowrap; } .geo-route-line { flex: 1; height: 0; border-top: 2px dashed rgba(255,255,255,0.5); min-width: 30px; } .geo-route-meta { font-size: 0.9rem; white-space: nowrap; } .geo-directions-strip .geo-drive-badge { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.4); } /* --- Section eyebrow --- */ .geo-section-eyebrow { display: block; font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: #bc0600; margin-bottom: 0.25rem; } /* --- Highlight box --- */ .geo-highlight-box { background: #f9f9f9; border-left: 4px solid #bc0600; padding: 1rem 1.25rem; border-radius: 0 5px 5px 0; margin-top: 1rem; } .geo-highlight-box h3 { margin-top: 0; margin-bottom: 0.5rem; } /* --- Route steps timeline --- */ .geo-route-steps { position: relative; padding-left: 2rem; border-left: 2px solid #e0e0e0; margin-left: 0.5rem; } .geo-route-step { display: flex; align-items: flex-start; gap: 0.75rem; padding-bottom: 1.25rem; position: relative; } .geo-route-step:last-child { padding-bottom: 0; } .geo-step-dot { width: 14px; height: 14px; border-radius: 50%; background: #ccc; flex-shrink: 0; position: absolute; left: -2.5rem; top: 2px; border: 2px solid #fff; } .geo-step-start { background: #003478; } .geo-step-end { background: #bc0600; } .geo-step-instruction { font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 0.95rem; } .geo-step-meta { font-size: 0.85rem; color: #666; margin-top: 2px; } /* --- Bottom CTA card --- */ .geo-cta-card { text-align: center; background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 5px; padding: 2rem; margin-top: 2rem; } .geo-cta-card h3 { margin-top: 0; } .geo-cta-card-actions { margin-top: 1rem; } /* --- Nearby list (shared base) --- */ .geo-nearby-list { list-style: none; padding: 0; margin: 0; } .geo-nearby-list li { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid #f0f0f0; font-size: 0.95rem; } .geo-nearby-list li:last-child { border-bottom: none; } .geo-nearby-list span { color: #666; font-size: 0.85rem; } .geo-nearby-list .geo-drive-badge { margin-bottom: 0; margin-right: 0.25rem; font-size: 0.8rem; } /* Sidebar-specific overrides */ .geo-sidebar-card .geo-nearby-list li { padding: 0.35rem 0; font-size: 0.9rem; } /* Hub page context — slightly larger for main content area */ .geo-section .geo-nearby-list li { padding: 0.6rem 0; font-size: 0.95rem; } /* --- Featured Models (hub page) — responsive card grid --- */ .geo-featured-models { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; margin-top: 1rem; } @media (max-width: 767px) { .geo-featured-models { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } } .geo-model-card { border: 1px solid #e0e0e0; border-radius: 5px; background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); transition: box-shadow 0.2s, transform 0.2s; text-align: center; overflow: hidden; } .geo-model-card:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14); transform: translateY(-2px); } .geo-model-card a { display: block; padding: 1rem; text-decoration: none; color: inherit; } .geo-model-card a:hover { text-decoration: none; } .geo-model-img { max-width: 100%; height: auto; } .geo-model-name { font-family: 'Ford Antenna Bold', Arial, Helvetica, sans-serif; font-size: 1rem; color: #212529; margin-top: 0.5rem; } /* --- Featured Models (spoke page) — compact chip row --- */ .geo-model-chips { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; } .geo-model-chip { display: inline-flex; align-items: center; gap: 0.5rem; background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 4px; padding: 0.5rem 1rem; text-decoration: none; color: inherit; transition: box-shadow 0.2s; } .geo-model-chip:hover { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); text-decoration: none; } .geo-model-chip-img { height: 32px; width: auto; }
</style>
<div> <div>  <!-- Breadcrumb Navigation --> <div class="geo-breadcrumb" aria-label="Breadcrumb"> <a href="/">Home</a> <span class="geo-breadcrumb-sep">&rsaquo;</span> <a href="/content/ford-dealer-near-me">Ford Dealer Locations</a> <span class="geo-breadcrumb-sep">&rsaquo;</span> <span>Lakeland, FL</span> </div>  <!-- Directions Strip --> <div class="geo-directions-strip"> <div class="geo-route-viz"> <span class="geo-route-dot geo-dot-start"></span> <span class="geo-route-label">Lakeland</span> <span class="geo-route-line"></span> <span class="geo-route-dot geo-dot-end"></span> <span class="geo-route-label">Plant City</span> </div> <div class="geo-route-meta"> <span class="geo-drive-badge">20 mins</span> &bull; 9.8 mi </div> <span class="btntop"><a href="https://www.google.com/maps/dir/?api=1&origin=Lakeland%2C+FL&destination=Jarrett+Scott+Ford&destination_place_id=ChIJV945VfM23YgRggsmLO-y0zM" target="_blank" rel="noopener" rel="noopener" onclick="dataLayer.push({'event': 'directions_click', 'city': 'Lakeland', 'state': 'FL'});"> Get Directions </a></span> </div> <!-- Two-Column Layout --> <div class="geo-layout"> <!-- Main Column --> <div class="geo-main"> <!-- About This Area --> <div class="geo-section"> <span class="geo-section-eyebrow">About This Area</span> <h2>Why Choose Jarrett Scott Ford from Lakeland?</h2> <p>Lakeland is a major metro of 112,137 in Polk County, just 20 mins from our Plant City location. Whether you're shopping for a new Ford, need expert service, or want to explore financing options, Jarrett Scott Ford is conveniently located 9.8 mi away.</p> <p>We serve customers from Bartow, Valrico, Brandon, Riverview, Wesley Chapel and throughout Polk County.</p> <div class="geo-highlight-box"> <h3>What We Offer</h3> <div class="geo-service-badges"> <span class="geo-service-badge">Full-service center with genuine Ford parts</span> <span class="geo-service-badge">Mobile service available</span> <span class="geo-service-badge">Pickup and delivery service</span> </div> </div> </div> <!-- Route Steps (if directions available) --> <div class="geo-section"> <p class="geo-about-dealer">Jarrett Scott Ford is a family-owned dealership in Plant City, Florida, committed to transparent pricing, no-pressure sales, and a service department that treats every vehicle like our own.</p> </div> <!-- Why Choose Us From This City --> <div class="geo-section geo-why-choose"> <h2>Jarrett Scott Ford: Just 20 mins from Lakeland</h2> <p>Just 20 mins from Lakeland, Jarrett Scott Ford offers full-service center with genuine Ford parts, mobile service available, and pickup and delivery service. Whether you're commuting from Polk County or making a special trip, we make it easy to find the right Ford for your needs.</p> </div> <!-- Featured Vehicle Models --> <div class="geo-section"> <h2>Explore New Ford Models</h2> <div class="geo-model-chips"> <a href="/vcp/new/ford/f-150" class="geo-model-chip"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/3bea6e4ed0404dfa4e9913ecf2b13427.jpg" alt="New Ford F-150" title="New Ford F-150" class="geo-model-chip-img" loading="lazy" onerror="this.style.display='none'"> <span>New Ford F-150</span> </a> <a href="/vcp/new/ford/explorer" class="geo-model-chip"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/0bd046bdcd81dac10c988bfa23e381e7.webp" alt="New Ford Explorer" title="New Ford Explorer" class="geo-model-chip-img" loading="lazy" onerror="this.style.display='none'"> <span>New Ford Explorer</span> </a> <a href="/vcp/new/ford/bronco-sport" class="geo-model-chip"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/1149ee31a06904b8aae20d05c89f12b0.webp" alt="New Ford Bronco Sport" title="New Ford Bronco Sport" class="geo-model-chip-img" loading="lazy" onerror="this.style.display='none'"> <span>New Ford Bronco Sport</span> </a> <a href="/vcp/new/ford/escape" class="geo-model-chip"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/751ff5447eba313fa8830d3c7c1c02e0.webp" alt="New Ford Escape" title="New Ford Escape" class="geo-model-chip-img" loading="lazy" onerror="this.style.display='none'"> <span>New Ford Escape</span> </a> <a href="/vcp/new/ford/mustang" class="geo-model-chip"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/318c77eaaac5d3c54676764a89be5ec6.webp" alt="New Ford Mustang" title="New Ford Mustang" class="geo-model-chip-img" loading="lazy" onerror="this.style.display='none'"> <span>New Ford Mustang</span> </a> <a href="/vcp/new/ford/ranger" class="geo-model-chip"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/08c54e27e2767a6c74160274b15c698e.webp" alt="New Ford Ranger" title="New Ford Ranger" class="geo-model-chip-img" loading="lazy" onerror="this.style.display='none'"> <span>New Ford Ranger</span> </a> </div> </div> <!-- FAQs with Schema Markup --> <div class="geo-section" itemscope itemtype="https://schema.org/FAQPage"> <h2>Frequently Asked Questions</h2> <details class="faq-accordion" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"> <summary><h2 class="h4" itemprop="name">How far is Lakeland, FL from Jarrett Scott Ford?</h2></summary> <div class="answer" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"> <p itemprop="text">Lakeland is approximately 9.8 mi from our dealership in Plant City, about a 20 mins drive. We proudly serve customers from Lakeland and the surrounding Polk County area.</p> </div> </details> <details class="faq-accordion" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"> <summary><h2 class="h4" itemprop="name">Do you offer test drives for Lakeland residents?</h2></summary> <div class="answer" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"> <p itemprop="text">Absolutely! We welcome customers from Lakeland to schedule a test drive at our Plant City location. Contact us to arrange a convenient time, and our team will have your vehicle of interest ready when you arrive.</p> </div> </details> <details class="faq-accordion" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"> <summary><h2 class="h4" itemprop="name">Can I schedule a service appointment online?</h2></summary> <div class="answer" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"> <p itemprop="text">Yes! You can schedule service appointments online through our website 24/7. Select your preferred date and time, describe your service needs, and we'll confirm your appointment.</p> </div> </details> <details class="faq-accordion" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"> <summary><h2 class="h4" itemprop="name">Can I get my Ford serviced if I live in Lakeland?</h2></summary> <div class="answer" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"> <p itemprop="text">Yes! Our service center welcomes Ford owners from Lakeland and throughout Florida. We offer factory-trained technicians, genuine Ford parts, and competitive service pricing.</p> </div> </details> <details class="faq-accordion" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"> <summary><h2 class="h4" itemprop="name">What is your return policy?</h2></summary> <div class="answer" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"> <p itemprop="text">We want you to be completely satisfied with your purchase. Ask about our exchange policy and any satisfaction guarantees available on your new or pre-owned Ford vehicle.</p> </div> </details> </div> <!-- All Locations Link --> <div class="geo-section"> <p>&larr; <a href="/content/ford-dealer-near-me">View All Ford Dealer Locations</a></p> </div> </div><!-- /.geo-main --> <!-- Sidebar --> <div class="geo-sidebar"> <!-- Quick Actions Card --> <div class="geo-sidebar-card"> <h3>Quick Actions</h3> <div class="geo-quick-actions"> <span class="btntop"><a href="/dealership-info/hours-and-directions">Contact Us</a></span> <span class="btntop"><a href="/new">Browse Inventory</a></span> <span class="btntop"><a href="/service-appointment">Schedule Service</a></span> </div> </div> <!-- Static Map Card --> <div class="geo-sidebar-card"> <a href="https://www.google.com/maps/dir/?api=1&origin=Lakeland%2C+FL&destination=Jarrett+Scott+Ford&destination_place_id=ChIJV945VfM23YgRggsmLO-y0zM" target="_blank" rel="noopener" rel="noopener" onclick="dataLayer.push({'event': 'directions_click', 'city': 'Lakeland', 'state': 'FL'});"> <img src="https://storage.googleapis.com/savvy-platform-media/cms-pages/jarrett-scott/4bd6c4c89c67a5926475512e6476aae3.png" alt="Map showing route from Lakeland to Jarrett Scott Ford" class="geo-sidebar-map" width="640" height="400" loading="lazy"> </a> </div> <!-- Nearby Areas Card --> <div class="geo-sidebar-card"> <h3>Also Serving Nearby</h3> <ul class="geo-nearby-list"> <li> <a href="/content/ford-dealer-near-me/bartow-fl">Bartow, FL</a> <span>(32 mins)</span> </li> <li> <a href="/content/ford-dealer-near-me/valrico-fl">Valrico, FL</a> <span>(25 mins)</span> </li> <li> <a href="/content/ford-dealer-near-me/brandon-fl">Brandon, FL</a> <span>(25 mins)</span> </li> <li> <a href="/content/ford-dealer-near-me/riverview-fl">Riverview, FL</a> <span>(29 mins)</span> </li> <li> <a href="/content/ford-dealer-near-me/wesley-chapel-fl">Wesley Chapel, FL</a> <span>(39 mins)</span> </li> </ul> </div> <!-- Dealer Info Card --> <div class="geo-sidebar-card geo-dealer-info"> <h3>Jarrett Scott Ford</h3> <p class="geo-dealer-address"> 2000 E Baker St<br> Plant City, FL 33563 </p> <p><table class="serviceHours"><tr><td class="hour1">Monday - Friday:&nbsp;</td><td class="hour2">8:30 AM - 7:00 PM</td></tr><tr><td class="hour1">Saturday:&nbsp;</td><td class="hour2">8:30 AM - 5:00 PM</td></tr><tr><td class="hour1">Sunday:&nbsp;</td><td class="hour2">Closed</td></tr></table></p> </div> </div><!-- /.geo-sidebar --> </div><!-- /.geo-layout --> <!-- Bottom CTA Card --> <div class="geo-cta-card"> <h3>Ready to Visit Jarrett Scott Ford?</h3> <p>We're just 20 mins from Lakeland. Come see us today!</p> <div class="geo-cta-card-actions"> <span class="btntop"><a href="/dealership-info/hours-and-directions">Contact Us</a></span> <span class="btntop"><a href="/new">Browse Inventory</a></span> <span class="btntop"><a href="/service-appointment">Schedule Service</a></span> </div> </div> </div> </div>
</div>
:::