Whoops, looks like something went wrong.

1/1 FatalThrowableError in Form.php line 107: Call to a member function formset() on null

  1. in Form.php line 107
  2. at Form::fields('recruiting_request_form') in FormTags.php line 61
  3. at FormTags->create()
  4. at call_user_func(array(object(FormTags), 'create')) in Engine.php line 163
  5. at Engine::renderTag('form', array('in' => 'recruiting_request_form', 'files' => 'true'), ' {{ if errors }} <div class="alert alert-danger cbgg-red p-2 cg-white mb-3"> {{ errors }} {{ value }}<br> {{ /errors }} </div> {{ /if }} {{ if success }}{{redirect to ='/submission'}} <div class="alert alert-success cbgg-green p-2 cg-white mb-3"> Form was submitted successfully. </div> {{ /if }} <div> <p class="cg-blue"> * Indicates required field. </p> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Event Info and Address</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Date Materials Needed.*</label> <input onpaste="return false;" type="text" id="datepicker2" name="date_needed" value="{{ old:date_needed }}" class="form-control w-90 p-1 cg-blue" placeholder="Date Materials Are Needed" /> </div> </div> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Event Name*</label> <input type="text" name="event" value="{{ old:event }}" class="form-control p-1 cg-blue" placeholder="Event Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2"> <label class="d-none">Event Location*</label> <input type="text" name="location" value="{{ old:location }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Location*" /> </div> <div class="form-group col-12 textfield"> <textarea name="delivery" class="form-control" placeholder="Event Address" rows="7"></textarea> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Event Date*</label> <input onpaste="return false;" type="text" id="datepicker3" name="event_date" value="{{ old:event_date }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Date" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">Start Time*</label> <input type="time" name="start_time" value="{{ old:start_time }}" class="form-control w-90 p-1 cg-blue" placeholder="Start Time" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">End Time*</label> <input type="time" name="end_time" value="{{ old:end_time }}" class="form-control w-90 p-1 cg-blue" placeholder="End Time" /> </div> </div> </div> <div> <h5 class="caps cg-blue">Requestor Info</h5> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Full Name*</label> <input type="text" name="name" value="{{ old:name }}" class="form-control p-1 cg-blue" placeholder="Full Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Title*</label> <input type="text" name="title" value="{{ old:title }}" class="form-control p-1 cg-blue" placeholder="Title*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Phone Number*</label> <input type="text" name="number" value="{{ old:number }}" class="form-control w-90 p-1 cg-blue" placeholder="Phone Number*" /> </div> <div class="pb-2 form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Email Address*</label> <input type="text" name="email" value="{{ old:email }}" class="form-control w-90 p-1 cg-blue" placeholder="Email Address*" /> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Requested Materials</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class=""> <label class="d-none">Type of Material Needed (Flyer, Banner, etc.)*</label> <input type="text" name="type" value="{{ old:type }}" class="form-control w-90 p-1 cg-blue" placeholder="Type of Material Needed (Flyer, Banner, etc.)*" /> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Purpose of Material*</label> <textarea name="purpose" class="form-control" placeholder="Purpose of Material*" rows="7">{{ old:purpose }}</textarea> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Please provide additional details for the content, design, etc*</label> <textarea name="details" class="form-control" placeholder="Please provide additional details for the content, design, etc*" rows="7">{{ old:details }}</textarea> </div> </div> <div class="row col-12" style="margin-top: 25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Shipping Address</h4> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2" style="margin-top:-8px;"> <label style="margin-bottom: 10px; display: block;">Where would you like your event materials shipped?</label> <input type="text" name="address_1" value="{{ old:address_1 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 1"/> </div> <div class="form-group col-12 textfield pt-1" style="margin-top:-8px;"> <input type="text" name="address_2" value="{{ old:address_2 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 2"/> </div> <div class="col-12 cg-blue pb-sm-1 t-sm"> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="city" value="" class="form-control p-1 cg-blue" placeholder="City" value="{{ old:city }}"> </div> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="state" value="" class="form-control p-1 cg-blue" placeholder="State" value="{{ old:state }}"> </div> <div class="form-group col-12 col-sm-4 textfield"> <input type="text" name="zip" value="" class="form-control p-1 cg-blue" placeholder="Zip" value="{{ old:zip }}"> </div> </div> <div class="row col-12" style="margin-top:25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Additional Notes</h4> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none"></label> <textarea name="additional_notes" class="form-control" placeholder="Is there anything else we should know about your request? If you did not attach logos/name partners, when can we expect to see those?" rows="7">{{ old:additional_notes }}</textarea> </div> </div> <div class="row col-12"> <h5 class="caps cg-blue">FILE UPLOADS</h5> <span class="cg-blue col-12 pr-2 pt-1 pb-2 t-md">Please upload photos, logos and other related files to reference for the design. Accepted file formats: .EPS, .JPG, .PNG, and .PDF files. Max file size for logos is 10MB.</span> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple2rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple3rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple4rec"> <input type="text" class="hide" name="recruiting-honey" class="honeypot" /> </div> </div> </div> <div class="row col-12" style="margin-top:15px;"> <div class="ta-center button-container pt-2 pb-2"> <button class="btn btn-primary">Submit</button> </div> </div> </div> ', array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null, 'site_name' => 'Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'layout' => 'default', 'site_url' => 'https://calibercollision.com/', 'homepage' => 'https://calibercollision.com/', 'current_url' => 'https://calibercollision.com/employment/recruiting-request-form', 'current_uri' => '/employment/recruiting-request-form', 'current_date' => object(Carbon), 'now' => object(Carbon), 'today' => object(Carbon), 'locale' => 'en', 'locale_name' => 'English', 'locale_full' => 'en_US', 'locale_url' => 'https://calibercollision.com/', 'get' => array(), 'post' => array(), 'get_post' => array(), 'old' => array(), 'response_code' => '200', 'logged_in' => false, 'logged_out' => true, 'environment' => 'production', 'xml_header' => '<?xml version="1.0" encoding="utf-8" ?>', 'csrf_token' => 'gi6dPYq8OAvFK77sftskyC0de3t14iPuDVN7QYpr', 'csrf_field' => object(Expression), 'settings' => array('assets' => array('image_manipulation_route' => '/img', 'image_manipulation_secure' => true, 'auto_crop' => true, 'image_manipulation_driver' => 'gd', 'image_manipulation_cached' => true, 'image_manipulation_cached_path' => 'img', 'thumbnail_max_width' => '6000', 'thumbnail_max_height' => '6000'), 'caching' => array('stache_always_update' => false, 'static_caching_enabled' => false, 'static_caching_length' => '500', 'static_caching_type' => 'cache', 'static_caching_file_path' => 'ccc', 'static_caching_ignore_query_strings' => false, 'static_caching_exclude' => array('/locate-a-caliber-collision-center', 'locate-a-caliber-collision-center', '/schedule-an-appointment', '/schedule-an-appointment/', 'schedule-an-appointment/', 'online-authorization/', 'contact-us/', 'customer-reviews/', 'customer-feedback', 'celebrationoflove2016', '/online-authorization', '/contact-us', '/customer-reviews', '/customer-feedback', '/celebrationoflove2016', '/about-us/community-involvement/recycled-rides/recycled-rides-event-request', '/locate-a-caliber-collision-center/fast-track-dealer-referral', 'locate-a-caliber-collision-center/fast-track-dealer-referral', '/employment/hr-job-request-form', 'employment/hr-job-request-form', 'employment/recruiting-request-form', '/employment/virginia-maryland-and-dc-employment-opportunities', 'employment/virginia-maryland-and-dc-employment-opportunities', '/field-marketing-event-request', 'field-marketing-event-request', '/caliber-classic-registration', 'caliber-classic-registration'), 'static_caching_invalidation' => array(), 'static_caching_lock_hold_length' => '0', 'static_caching_default_cache_length' => null), 'cp' => array('start_page' => 'dashboard', 'date_format' => 'Y/n/d', 'widgets' => array(array('type' => 'collection', 'collection' => 'locate-a-caliber-collision-center', 'limit' => '20', 'width' => '70', 'date' => 'last_modified'), array('type' => 'PowerTools', 'width' => '30')), 'locale' => null, 'pagination_size' => '50'), 'debug' => array('debug' => true, 'debug_bar' => false, 'loggers' => array('file' => array('daily' => true))), 'email' => array('driver' => 'log', 'from_email' => 'cc@calibercollision.com', 'from_name' => 'Caliber Collision Centers', 'host' => null, 'port' => '587', 'encryption' => 'tls', 'username' => '', 'password' => ''), 'routes' => array('routes' => array('/blog/tags' => 'blog/taxonomies', '/search' => 'search', '/users' => 'user/index', '/users/{username}' => 'user/profile', '/account' => 'user/account', '/login' => 'auth/login', '/register' => 'auth/register', '/forgot-password' => 'auth/password-forgot', '/reset-password' => 'auth/password-reset', '/api/reviews' => array('layout' => 'api', 'template' => 'api-reviews', 'content_type' => 'json'), '/api/locations' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/locations/{type}' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/dealers' => array('layout' => 'api', 'template' => 'api-dealers', 'content_type' => 'json'), '/api/insurance' => array('layout' => 'api', 'template' => 'api-insurance', 'content_type' => 'json'), '/api/pages' => array('layout' => 'api', 'template' => 'api-pages', 'content_type' => 'json'), '/api/faqs' => array('layout' => 'api', 'template' => 'api-faqs', 'content_type' => 'json'), '/api/soire' => array('layout' => 'api', 'template' => 'api-submission', 'content_type' => 'json'), '/api/partners' => array('layout' => 'api', 'template' => 'api-partners', 'content_type' => 'json'), '/api/export' => array('layout' => 'default', 'template' => 'export'), '/api/employment' => array('layout' => 'api', 'template' => 'api-employment', 'content_type' => 'json'), '/api/employment-export' => array('layout' => 'api', 'template' => 'employment-export'), '/api/appointments' => array('layout' => 'api', 'template' => 'api-appointments', 'content_type' => 'json'), '/api/appointments-export' => array('layout' => 'api', 'template' => 'appointments-export'), '/api/locations-export' => array('layout' => 'api', 'template' => 'api-locations-export'), '/api/reviews-export' => array('layout' => 'api', 'template' => 'api-reviews-export'), '/sandbox/glass-quote' => array('layout' => 'api', 'template' => 'glass-quote'), '/changinglanesrecruitment' => array('layout' => 'api', 'template' => 'changinglanes-recruitment'), '/changinglanesrecruitment/signup' => array('layout' => 'default', 'template' => 'changinglanes-recruitment-form'), '/changinglanesrecruitment/thankyou' => array('layout' => 'api', 'template' => 'changinglanes-recruitment-thankyou'), '/weallplayapart' => array('layout' => 'api-header', 'template' => 'leadership-summit-2019'), '/api/skyball' => array('layout' => 'api', 'template' => 'api-skyball', 'content_type' => 'json'), '/api/skyball-export' => array('layout' => 'api', 'template' => 'skyball-export'), '/happyholidays2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card-team'), '/holiday2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card'), '/digital-newsletter/search' => array('layout' => 'api-header-noindex', 'template' => '/newsletter/search'), '/thank-you-2' => array('layout' => 'default', 'template' => 'thank-you-2'), '/schedule-an-appointment-online' => array('layout' => 'default', 'template' => 'appointment-dev'), '/schedule-an-appointment-online-snapsheet' => array('layout' => 'default', 'template' => 'appointment-dev-snapsheet'), '/online-authorization' => array('layout' => 'default', 'template' => 'online-authorization-new'), '/api/urls' => array('layout' => 'api', 'template' => 'api-all-pages'), '/barbarian' => array('layout' => 'api', 'template' => 'barbarian')), 'collections' => array('blog' => '/news-events/{year}/{month}/{day}/{slug}', 'locate-a-caliber-collision-center' => '/locate-a-caliber-collision-center/{slug}', 'specials' => 'specials-states', 'offers' => 'offers', 'sponsored_events' => '/sponsored-events/{slug}', 'emails' => '/{slug}', 'acquisitions' => '/acquisitions/{slug}', 'live-chat' => '/live-chat/{slug}', 'hub_articles' => '/hub-of-help/{slug}', 'newsletter' => '/digital-newsletter/{slug}', 'newsletter_articles' => '/digital-newsletter/{newsletter_slug}/{slug}'), 'taxonomies' => array('tags' => '/blog/tags/{slug}', 'lo' => 'region'), 'redirect' => array('/locate-a-caliber-collision-center/davenport-northwest-bi' => 'https://www.caliber.com/find-a-location/davenport-northwest-bl', '/militarycombine' => 'combine', '/celebrationoflove2018' => 'celebration-of-love-nomination-2018', '/dealership-partners' => 'dealership-partners', '/green-commitment' => 'green-commitment', '/insurance-partners' => 'insurance-partners', '/repair-process' => 'repair-process', '/COMBINEPARTNERS' => 'military-service-partners', '/CombinePartners' => 'military-service-partners', '/combinepartners' => 'military-service-partners', '/combine-partners' => 'military-service-partners', '/emails' => 'https://www.caliber.com/leave-a-review', '/emails/september-2016-customer-email' => 'about-us/community-involvement/combine', '/combine' => 'about-us/community-involvement/heroes-day', '/Combine' => 'about-us/community-involvement/heroes-day', '/COMBINE' => 'about-us/community-involvement/heroes-day', '/Careers' => 'employment', '/TeammateUpdate' => 'teammateupdate', '/TeamMateUpdate' => 'teammateupdate', '/arizona-special-offers' => 'specials', '/california-special-offers' => 'specials', '/mobile' => '/', '/bodyshop.asp' => 'services', '/paintshop.asp' => 'services', '/careers/careers.aspx' => '/employment', '/about/about.aspx' => 'about-us', '/green-commitment.aspx' => 'services/environmental-commitment', '/locations/locations.aspx' => 'locate-a-caliber-collision-center', '/services/services.aspx' => 'services', '/locations/burbank-car-repair-shop/' => 'locate-a-caliber-collision-center', '/auto-body/accident-checklist' => 'services/collision-repair-process', '/PrivacyNotice.aspx' => 'privacy-policy', '/accident/appointment.aspx' => 'schedule-an-appointment', '/accident/customer-feedback.aspx' => 'customer-feedback', '/accident/faqs.aspx' => 'about-us/faqs', '/accident/inanaccident.aspx' => 'collision-repair-process', '/accident/repairauthorization.aspx' => 'services/collision-repair-process', '/index.aspx' => '/', '/warranty.aspx' => 'services/lifetime-warranty', '/LocationsWV.htm' => 'locate-a-caliber-collision-center/westlake-village', '/Home.html' => '/', '/walkthewalk*' => '/about-us/community-involvement/carry-the-load/*', '/about' => 'about-us', '/contact/contact.aspx' => 'contact-us', '/accident/customer-feedback-all.aspx' => 'customer-feedback', '/accident/collisionrepair.aspx' => '/', '/rrorders' => 'recycled-rides-event-request', '/recycledrides*' => 'about-us/community-involvement/recycled-rides', '/thankyou' => 'thank-you', '/agent' => 'about-us/insurance-partners', '/web-site-terms-conditions' => 'terms-conditions', '/careers' => 'employment', '/services/collision-repair-process' => 'services/repair-process', '/about-us/news-events' => 'news-events', '/hr-job-posting-request' => '/employment/hr-job-request-form', '/recruiting-request-form' => '/employment/recruiting-request-form', '/changinglanes' => '/about-us/community-involvement/changing-lanes/', '/ChangingLanes' => '/about-us/community-involvement/changing-lanes/', '/FoodDrive' => '/about-us/community-involvement/food-drive/', '/fooddrive' => '/about-us/community-involvement/food-drive/', '/caliber-classic' => '/about-us/community-involvement/caliber-classic/', '/locate-a-caliber-collision-center/Falcon' => '/locate-a-caliber-collision-center/falcon', '/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/fresno' => '/locate-a-caliber-collision-center/round-rock-commerce', '/index.htm' => '/', '/la-crescenta' => '/locate-a-caliber-collision-center/la-crescenta', '/locate' => '/locate-a-caliber-collision-center', '/locate-a-caliber-coll' => '/locate-a-caliber-collision-center', '/locate-a-caliber-colli' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-ce' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/bryan-college-stat' => '/locate-a-caliber-collision-center/bryan-college-station', '/locate-a-caliber-collision-center/cavender' => '/locate-a-caliber-collision-center/san-antonio-cavender', '/locate-a-caliber-collision-center/center-city-sou' => '/locate-a-caliber-collision-center/center-city-south', '/locate-a-caliber-collision-center/commerce-round-roc' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/f5241f74-07d9-4198-b19a-a95f969605c1/img/380dc8d9-481c-4d18-9162-ecd5688f98a8/img/headers/header_driven_to_serve.jpg/dc171fcd55fb5029ffa14ecb2514a014.jpg' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/frederick' => '/locate-a-caliber-collision-center/frederick-monocacy-valley', '/locate-a-caliber-collision-center/galleria' => '/locate-a-caliber-collision-center/houston-galleria', '/locate-a-caliber-collision-center/garden-ridge' => '/locate-a-caliber-collision-center/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/las-vegas-nellis-drive-in' => 'https://dev.calibercollision.com/locate-a-caliber-collision-center/las-vegas-nellis-drive-in', '/locate-a-caliber-collision-center/mays-round-rock' => '/locate-a-caliber-collision-center/round-rock-mays', '/locate-a-caliber-collision-center/padrecc-spid' => '/locate-a-caliber-collision-center/corpus-christi-ayers', '/locate-a-caliber-collision-center/ridgecrest' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/Roseville' => '/locate-a-caliber-collision-center/roseville', '/locate-a-caliber-collision-center/san-antonia-culebra' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-culebra-express' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-s' => '/locate-a-caliber-collision-center/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locate-a-caliber-collision-center/santa-mo' => '/locate-a-caliber-collision-center/santa-monica', '/Locate-A-Caliber-Collision-Center/Santa-Monica-Pico-Blvd' => '/locate-a-caliber-collision-center/santa-monica', '/locate-a-caliber-collision-center/tucson-price-street' => '/locate-a-caliber-collision-center/tucson-university', '/locate-a-caliber-collision-center/warrenton' => '/locate-a-caliber-collision-center/warrenton-non-drive', '/locate-a-caliber-collision-center/webercc-weber' => '/locate-a-caliber-collision-center/corpus-christi-weber', '/locate-a-caliber-collision-center/wheat-ridge-indepe' => '/locate-a-caliber-collision-center/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-s' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/locations/CA/san_diego/dagget.htm' => '/locate-a-caliber-collision-center/kearney-mesa-dagget', '/locations/locationdetails.aspx?scenterId=0009' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locations/TX/NTX/corinth.' => '/locate-a-caliber-collision-center/corinth', '/los-angeles-griffith-park' => '/locate-a-caliber-collision-center/los-angeles-griffith-park', '/oviedo' => '/locate-a-caliber-collision-center/oviedo', '/pasadena' => '/locate-a-caliber-collision-center/pasadena', '/RecycledRides' => '/about-us/community-involvement/recycled-rides', '/richland-hills' => '/locate-a-caliber-collision-center/richland-hills', '/services/dealerships' => '/services/dealership-partners', '/services/environmental-commitment' => '/services/green-commitment', '/services/free-estimates' => '/services/online-estimates', '/tujunga' => '/locate-a-caliber-collision-center/tujunga', '/wheat-ridge-robb-st' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/wylie' => '/locate-a-caliber-collision-center/wylie', '/locate-a-caliber-collision-center/no-location' => 'https://www.caliber.com/find-a-location/', '/employment' => 'https://jobs.calibercollision.com/employment', '/employment/careers' => 'https://jobs.calibercollision.com/employment', '/locate-a-caliber-collision-center/fishers-technology-dr' => '/locate-a-caliber-collision-center/fishers-technology-ln', '/locate-a-caliber-collision-center/murfreesboro-broad-st' => '/locate-a-caliber-collision-center/nashville-non-drive-south', '/locate-a-caliber-collision-center/santa-clara' => '/locate-a-caliber-collision-center/silicon-valley-non-drive', '/locate-a-caliber-collision-center/minneapolis-south' => '/locate-a-caliber-collision-center/south-minneapolis', '/locate-a-caliber-collision-center/henderson-east' => '/locate-a-caliber-collision-center/henderson-american-pacific', '/locate-a-caliber-collision-center/colorado-springs-copper-center' => '/locate-a-caliber-collision-center/colorado-springs-copper', '/locate-a-caliber-collision-center/glendale-south-louise-st' => '/locate-a-caliber-collision-center/glendale-s-louise-st', '/locate-a-caliber-collision-center/raleigh-crabtree-pines' => '/locate-a-caliber-collision-center/raleigh-crabtree', '/locate-a-caliber-collision-center/orlando-orange-blossom-trail' => '/locate-a-caliber-collision-center/orlando-orange-blossom', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/orlando-n-john-young' => '/locate-a-caliber-collision-center/orlando-silver-star-rd', '/locate-a-caliber-collision-center/lynwood' => '/locate-a-caliber-collision-center/lynwood-il', '/locate-a-caliber-collision-center/maryville' => '/locate-a-caliber-collision-center/maryville-il', '/locate-a-caliber-collision-center/west-chester' => '/locate-a-caliber-collision-center/west-chester-oh', '/locate-a-caliber-collision-center/lynnwood' => '/locate-a-caliber-collision-center/lynnwood-wa', '/locate-a-caliber-collision-center/marysville' => '/locate-a-caliber-collision-center/marysville-wa', '/locate-a-caliber-collision-center/middleton' => '/locate-a-caliber-collision-center/middleton-wi', '/locate-a-caliber-collision-center/lansdowne' => '/locate-a-caliber-collision-center/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/philadelphia-blue-grass-rd' => '/locate-a-caliber-collision-center/philadelphia-blue-grass', '/locate-a-caliber-collision-center/marlton-west-main-st' => '/locate-a-caliber-collision-center/evesham-township', '/locate-a-caliber-collision-center/middletown' => '/locate-a-caliber-collision-center/middletown-de', '/locate-a-caliber-collision-center/houston-park-row' => '/locate-a-caliber-collision-center/houston-non-drive-west', '/HeroesDay' => 'about-us/community-involvement/heroes-day', '/heroesday' => 'https://www.caliber.com/why-caliber', '/Heroesday' => 'about-us/community-involvement/heroes-day', '/HeroesDayRegistration' => '/heroesdayregistration', '/heroesdaycombine' => '/heroesdayregistration', '/HeroesDayCombine' => '/heroesdayregistration', '/calibercares' => 'https://www.caliberfamily.com', '/Calibercares' => 'https://www.caliberfamily.com', '/caliberCares' => 'https://www.caliberfamily.com', '/CaliberCares' => 'https://www.caliberfamily.com', '/CALIBERCARES' => 'https://www.caliberfamily.com', '/Resources' => '/resources', '/RESOURCES' => '/resources', '/customer-feedback' => 'https://www.caliber.com/leave-a-review', '/Restoring-You' => '/restoring-you', '/RESTORING-YOU' => '/restoring-you', '/locate-a-caliber-collision-center/elk-grove' => '/locate-a-caliber-collision-center/elk-grove-non-drive', '/recycled-rides' => '/about-us/community-involvement/recycled-rides', '/RECYCLED-RIDES' => '/about-us/community-involvement/recycled-rides', '/Recycled-Rides' => '/about-us/community-involvement/recycled-rides', '/recycledrides' => '/about-us/community-involvement/recycled-rides', '/RECYCLEDRIDES' => '/about-us/community-involvement/recycled-rides', '/locate-a-caliber-collision-center/colorado-springs-iowa-st' => '/locate-a-caliber-collision-center/colorado-springs-boulder-st', '/weallplayapart' => '/', '/locate-a-caliber-collision-center/memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/baltimore-belair-rd' => '/locate-a-caliber-collision-center/baltimore-hamilton', '/locate-a-caliber-collision-center/philadelphia-blue-grass' => '/locate-a-caliber-collision-center/philadelphia-byberry-rd', '/shopforsale' => '/shop-for-sale', '/SHOPFORSALE' => '/shop-for-sale', '/ShopForSale' => '/shop-for-sale', '/Shopforsale' => '/shop-for-sale', '/shopForsale' => '/shop-for-sale', '/shopforSale' => '/shop-for-sale', '/ShopForsale' => '/shop-for-sale', '/Shop-For-Sale' => '/shop-for-sale', '/SHOP-FOR-SALE' => '/shop-for-sale', '/locate-a-caliber-collision-center/dc-georgia-ave-nw' => '/locate-a-caliber-collision-center/hyattsville', '/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/locate-a-caliber-collision-center/akron-green-drive' => '/locate-a-caliber-collision-center/akron-green', '/locate-a-caliber-collision-center/colorado-springs-motor-city' => '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city', '/locate-a-caliber-collision-center/wooster-south' => '/locate-a-caliber-collision-center/wooster-east', '/locate-a-caliber-collision-center/jacksonville-blanding-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-sw', '/form' => 'https://estimate.calibercollision.com/form', '/locate-a-caliber-collision-center/orlando-silver-star-rd' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/southport-drive-center' => 'https://www.caliber.com/find-a-location', '/' => 'https://www.caliber.com/services/collision', '/services/online-estimates' => 'https://www.caliber.com/online-estimate', '/contact-us' => 'https://www.caliber.com/contact-us', '/about-us' => 'https://www.caliber.com/why-caliber', '/services/auto-glass-repair' => 'https://www.caliber.com/services/collision/auto-glass-collision-repair', '/coronavirus-update' => 'https://www.caliber.com/newsroom', '/services' => 'https://www.caliber.com/services/collision', '/caliber-combines-with-abra' => 'https://www.caliber.com/newsroom', '/services/on-site-car-rentals' => 'https://www.caliber.com/services/collision', '/about-us/repair-process' => 'https://www.caliber.com/services/collision', '/services/auto-body-repair' => 'https://www.caliber.com/services/collision/collision-repair', '/services/lifetime-warranty' => 'https://www.caliber.com/why-caliber', '/news-events' => 'https://www.caliber.com/newsroom', '/services/customer-service' => 'https://www.caliber.com/why-caliber', '/tell-us-about-your-experience' => 'https://www.caliber.com/leave-a-review', '/site-map' => 'https://www.caliber.com', '/live-chat/luxury' => 'https://www.caliber.com/contact-us', '/services/paintless-dent-repair' => 'https://www.caliber.com/services/collision/paintless-dent-repair', '/about-us/insurance-partners' => 'https://www.caliber.com', '/about-us/community-involvement/recycled-rides' => 'https://www.caliber.com/why-caliber', '/about-us/dealership-partners' => 'https://www.caliber.com/why-caliber/dealership-partners', '/services/diagnostic-scanning' => 'https://www.caliber.com/services/collision/car-diagnostic-test', '/about-us/community-involvement' => 'https://www.caliber.com/why-caliber', '/acquisitions/pohanka' => 'https://www.caliber.com/newsroom', '/acquisitions/haddock-collision' => 'https://www.caliber.com/newsroom', '/about-us/our-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/food-drive' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/hire-our-heroes' => 'https://www.caliber.com/why-caliber', '/employment/virginia-maryland-and-dc-employment-opportunities' => 'https://jobsatcaliber.com/', '/restoring-you' => 'https://www.caliber.com/why-caliber', '/live-chat/live-chat' => 'https://www.caliber.com/contact-us', '/about-us/community-involvement/heroes-day' => 'https://www.caliber.com/why-caliber', '/specials/refer-a-friend' => 'https://www.caliber.com/services/collision', '/about-us/green-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/caliber-classic' => 'https://www.caliber.com/why-caliber', '/military-service-partners' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/combine' => 'https://www.caliber.com/why-caliber', '/weather-alert-san-angelo' => 'https://www.caliber.com/newsroom', '/about-us/community-involvement/american-heart-association' => 'https://www.caliber.com/why-caliber', '/weather-alert-delrio' => 'https://www.caliber.com/newsroom', '/shop-for-sale' => 'https://www.caliber.com/services/collision', '/services/fleet-services' => 'https://www.caliber.com/services/fleet', '/teammateholiday2020' => 'https://www.caliber.com/why-caliber', '/terms-conditions' => 'https://www.caliber.com/terms', '/luxury' => 'https://www.caliber.com/services/collision', '/recycled-rides-nomination-form-old' => 'https://www.caliber.com/why-caliber', '/skyball-2019-sign-up-form' => 'https://www.caliber.com/newsroom', '/caliber-strategic-partner-appreciation-event' => 'https://www.caliber.com/newsroom', '/protechholiday2020' => 'https://www.caliber.com/newsroom', '/specials-states' => 'https://www.caliber.com/services/collision', '/about-us/community-involvement/recycled-rides/recycled-rides-carry-the-load-2015' => 'https://www.caliber.com/why-caliber', '/ca-privacy-act' => 'https://www.caliber.com/ca-privacy-act', '/coronavirus-update-es' => 'https://www.caliber.com/newsroom', '/privacy-policy' => 'https://www.caliber.com/terms', '/acquisitions/church-brothers-collision-repair' => 'https://www.caliber.com/newsroom', '/acquisitions/cooks-collision' => 'https://www.caliber.com/newsroom', '/acquisitions/goffs-collision-repair-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/herbs-paint-and-body-shops' => 'https://www.caliber.com/newsroom', '/acquisitions/hv-collisioncenter' => 'https://www.caliber.com/newsroom', '/acquisitions/prices-collision-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/the-collision-centers' => 'https://www.caliber.com/newsroom', '/animated-card-to-teammates' => 'https://www.caliber.com/why-caliber', '/approved-review' => 'https://www.caliber.com/leave-a-review', '/caliber-executive-hand-clap-video' => 'https://www.caliber.com/newsroom', '/caliber-storm-response-team' => 'https://www.caliber.com/newsroom', '/changing-lanes-rsvp-form' => 'https://www.caliber.com/why-caliber', '/combine45' => 'https://www.caliber.com/why-caliber', '/contact-us-old' => 'https://www.caliber.com/contact-us', '/declined-review' => 'https://www.caliber.com/leave-a-review', '/employment-adp' => 'https://www.caliber.com/services/collision', '/military-partners-form' => 'https://www.caliber.com/why-caliber', '/share-your-experience' => 'https://www.caliber.com/leave-a-review', '/southern-california-wildfires' => 'https://www.caliber.com/newsroom', '/specials' => 'https://www.caliber.com', '/sponsored-events' => 'https://www.caliber.com/newsroom', '/teammateupdate' => 'https://www.caliber.com/newsroom', '/washington-nationals-recycled-rides-gifting-2017' => 'https://www.caliber.com/why-caliber', '/weather-alert' => 'https://www.caliber.com/newsroom', '/weather-alert-charleston-maryland' => 'https://www.caliber.com/newsroom', '/weather-alert-colorado' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-dorian' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-sally' => 'https://www.caliber.com/newsroom', '/weather-alert-north-carolina' => 'https://www.caliber.com/newsroom', '/weather-alert-north-tx-and-ok' => 'https://www.caliber.com/newsroom', '/weather-alert-northeast' => 'https://www.caliber.com/newsroom', '/west-texas-inclement-weather' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/aberdeen' => 'https://www.caliber.com/find-a-location/aberdeen', '/locate-a-caliber-collision-center/abington' => 'https://www.caliber.com/find-a-location/abington', '/locate-a-caliber-collision-center/acworth' => 'https://www.caliber.com/find-a-location/acworth', '/locate-a-caliber-collision-center/addison' => 'https://www.caliber.com/find-a-location/addison', '/locate-a-caliber-collision-center/akron-green' => 'https://www.caliber.com/find-a-location/akron-green', '/locate-a-caliber-collision-center/albuquerque-alameda' => 'https://www.caliber.com/find-a-location/albuquerque-alameda', '/locate-a-caliber-collision-center/albuquerque-dorado' => 'https://www.caliber.com/find-a-location/albuquerque-dorado', '/locate-a-caliber-collision-center/albuquerque-downtown' => 'https://www.caliber.com/find-a-location/albuquerque-downtown', '/locate-a-caliber-collision-center/alcoa-airport-hwy' => 'https://www.caliber.com/find-a-location/alcoa-airport-hwy', '/locate-a-caliber-collision-center/alcoa-northpark' => 'https://www.caliber.com/find-a-location/alcoa-northpark', '/locate-a-caliber-collision-center/alexandria' => 'https://www.caliber.com/find-a-location/alexandria', '/locate-a-caliber-collision-center/alexandria-del-ray' => 'https://www.caliber.com/find-a-location/alexandria-del-ray', '/locate-a-caliber-collision-center/alexandria-farrington-ave' => 'https://www.caliber.com/find-a-location/alexandria-farrington-ave', '/locate-a-caliber-collision-center/algonquin' => 'https://www.caliber.com/find-a-location/algonquin', '/locate-a-caliber-collision-center/alhambra' => 'https://www.caliber.com/find-a-location/alhambra', '/locate-a-caliber-collision-center/allen' => 'https://www.caliber.com/find-a-location/allen', '/locate-a-caliber-collision-center/allen-greenville-rd' => 'https://www.caliber.com/find-a-location/allen-greenville-rd', '/locate-a-caliber-collision-center/allentown' => 'https://www.caliber.com/find-a-location/allentown', '/locate-a-caliber-collision-center/allentown-airport-rd' => 'https://www.caliber.com/find-a-location/allentown-airport-rd', '/locate-a-caliber-collision-center/alpharetta' => 'https://www.caliber.com/find-a-location/alpharetta', '/locate-a-caliber-collision-center/altamonte-springs' => 'https://www.caliber.com/find-a-location/altamonte-springs', '/locate-a-caliber-collision-center/alvin' => 'https://www.caliber.com/find-a-location/alvin', '/locate-a-caliber-collision-center/american-fork' => 'https://www.caliber.com/find-a-location/american-fork', '/locate-a-caliber-collision-center/anaheim' => 'https://www.caliber.com/find-a-location/anaheim', '/locate-a-caliber-collision-center/anaheim-hills' => 'https://www.caliber.com/find-a-location/anaheim-hills', '/locate-a-caliber-collision-center/anderson' => 'https://www.caliber.com/find-a-location/anderson', '/locate-a-caliber-collision-center/ankeny' => 'https://www.caliber.com/find-a-location/ankeny', '/locate-a-caliber-collision-center/annapolis' => 'https://www.caliber.com/find-a-location/annapolis', '/locate-a-caliber-collision-center/apex' => 'https://www.caliber.com/find-a-location/apex', '/locate-a-caliber-collision-center/apple-valley' => 'https://www.caliber.com/find-a-location/apple-valley', '/locate-a-caliber-collision-center/apple-valley-mn' => 'https://www.caliber.com/find-a-location/apple-valley-mn', '/locate-a-caliber-collision-center/arlington' => 'https://www.caliber.com/find-a-location/arlington', '/locate-a-caliber-collision-center/arlington-rx' => 'https://www.caliber.com/find-a-location/arlington-rx', '/locate-a-caliber-collision-center/arlington-s-cooper' => 'https://www.caliber.com/find-a-location/arlington-south-cooper', '/locate-a-caliber-collision-center/arlington-south' => 'https://www.caliber.com/find-a-location/arlington-south', '/locate-a-caliber-collision-center/arlington-tn' => 'https://www.caliber.com/find-a-location/arlington-tn', '/locate-a-caliber-collision-center/arlington-va' => 'https://www.caliber.com/find-a-location/arlington-va', '/locate-a-caliber-collision-center/ashland' => 'https://www.caliber.com/find-a-location/ashland', '/locate-a-caliber-collision-center/ashland-oh' => 'https://www.caliber.com/find-a-location/ashland-oh', '/locate-a-caliber-collision-center/aston' => 'https://www.caliber.com/find-a-location/aston', '/locate-a-caliber-collision-center/atascadero' => 'https://www.caliber.com/find-a-location/atascadero', '/locate-a-caliber-collision-center/atascadero-south' => 'https://www.caliber.com/find-a-location/atascadero-south', '/locate-a-caliber-collision-center/athens' => 'https://www.caliber.com/find-a-location/athens', '/locate-a-caliber-collision-center/atlanta-buckhead' => 'https://www.caliber.com/find-a-location/atlanta-buckhead', '/locate-a-caliber-collision-center/auburn' => 'https://www.caliber.com/find-a-location/auburn', '/locate-a-caliber-collision-center/auburn-wa' => 'https://www.caliber.com/find-a-location/auburn-wa', '/locate-a-caliber-collision-center/aurora' => 'https://www.caliber.com/find-a-location/aurora', '/locate-a-caliber-collision-center/aurora-chambers-rd' => 'https://www.caliber.com/find-a-location/aurora-chambers-rd', '/locate-a-caliber-collision-center/aurora-east-colfax-ave' => 'https://www.caliber.com/find-a-location/aurora-east-colfax-ave', '/locate-a-caliber-collision-center/aurora-s-abilene' => 'https://www.caliber.com/find-a-location/aurora-s-abilene', '/locate-a-caliber-collision-center/austin-highway-620' => 'https://www.caliber.com/find-a-location/austin-highway-620', '/locate-a-caliber-collision-center/austin-hunters-chase' => 'https://www.caliber.com/find-a-location/austin-hunters-chase', '/locate-a-caliber-collision-center/austin-kramer-lane' => 'https://www.caliber.com/find-a-location/austin-kramer-lane', '/locate-a-caliber-collision-center/austin-mcneil-dr' => 'https://www.caliber.com/find-a-location/austin-mcneil-dr', '/locate-a-caliber-collision-center/austin-metric-blvd' => 'https://www.caliber.com/find-a-location/austin-metric-blvd', '/locate-a-caliber-collision-center/austin-non-drive' => 'https://www.caliber.com/find-a-location/austin-non-drive', '/locate-a-caliber-collision-center/austin-onion-creek' => 'https://www.caliber.com/find-a-location/austin-onion-creek', '/locate-a-caliber-collision-center/austin-shelby-ln' => 'https://www.caliber.com/find-a-location/austin-shelby-ln', '/locate-a-caliber-collision-center/austin-wells-branch' => 'https://www.caliber.com/find-a-location/austin-wells-branch', '/locate-a-caliber-collision-center/avon' => 'https://www.caliber.com/find-a-location/avon', '/locate-a-caliber-collision-center/avondale' => 'https://www.caliber.com/find-a-location/avondale', '/locate-a-caliber-collision-center/azusa' => 'https://www.caliber.com/find-a-location/azusa', '/locate-a-caliber-collision-center/babylon' => 'https://www.caliber.com/find-a-location/babylon', '/locate-a-caliber-collision-center/baker-ranch' => 'https://www.caliber.com/find-a-location/baker-ranch', '/locate-a-caliber-collision-center/bakersfield-auto-mall' => 'https://www.caliber.com/find-a-location/bakersfield-auto-mall', '/locate-a-caliber-collision-center/bakersfield-downtown' => 'https://www.caliber.com/find-a-location/bakersfield-downtown', '/locate-a-caliber-collision-center/bakersfield-kern-st' => 'https://www.caliber.com/find-a-location/bakersfield-kern-st', '/locate-a-caliber-collision-center/bakersfield-northwest' => 'https://www.caliber.com/find-a-location/bakersfield-northwest', '/locate-a-caliber-collision-center/bakersfield-rosedale-hwy' => 'https://www.caliber.com/find-a-location/bakersfield-rosedale-hwy', '/locate-a-caliber-collision-center/bakersfield-south' => 'https://www.caliber.com/find-a-location/bakersfield-south', '/locate-a-caliber-collision-center/baltimore-hamilton' => 'https://www.caliber.com/find-a-location/baltimore-hamilton', '/locate-a-caliber-collision-center/baltimore-remington' => 'https://www.caliber.com/find-a-location/baltimore-remington', '/locate-a-caliber-collision-center/barstow' => 'https://www.caliber.com/find-a-location/barstow', '/locate-a-caliber-collision-center/baytown' => 'https://www.caliber.com/find-a-location/baytown', '/locate-a-caliber-collision-center/bayville' => 'https://www.caliber.com/find-a-location/bayville', '/locate-a-caliber-collision-center/bear' => 'https://www.caliber.com/find-a-location/bear', '/locate-a-caliber-collision-center/beaufort' => 'https://www.caliber.com/find-a-location/beaufort', '/locate-a-caliber-collision-center/beaverton' => 'https://www.caliber.com/find-a-location/beaverton', '/locate-a-caliber-collision-center/bedford' => 'https://www.caliber.com/find-a-location/bedford', '/locate-a-caliber-collision-center/bedford-airport-freeway' => 'https://www.caliber.com/find-a-location/bedford-airport-freeway', '/locate-a-caliber-collision-center/bedford-heights' => 'https://www.caliber.com/find-a-location/bedford-heights', '/locate-a-caliber-collision-center/bellevue' => 'https://www.caliber.com/find-a-location/bellevue', '/locate-a-caliber-collision-center/belmont' => 'https://www.caliber.com/find-a-location/belmont', '/locate-a-caliber-collision-center/belton-ih-35' => 'https://www.caliber.com/find-a-location/belton-ih-35', '/locate-a-caliber-collision-center/ben-white' => 'https://www.caliber.com/find-a-location/austin-ben-white', '/locate-a-caliber-collision-center/berkeley' => 'https://www.caliber.com/find-a-location/berkeley', '/locate-a-caliber-collision-center/berwyn' => 'https://www.caliber.com/find-a-location/berwyn', '/locate-a-caliber-collision-center/bethpage-drive-center' => 'https://www.caliber.com/find-a-location/bethpage-drive-center', '/locate-a-caliber-collision-center/beverly-hills' => 'https://www.caliber.com/find-a-location/beverly-hills', '/locate-a-caliber-collision-center/blackwood' => 'https://www.caliber.com/find-a-location/blackwood', '/locate-a-caliber-collision-center/blaine' => 'https://www.caliber.com/find-a-location/blaine', '/locate-a-caliber-collision-center/bloomington' => 'https://www.caliber.com/find-a-location/bloomington', '/locate-a-caliber-collision-center/bloomington-american-blvd' => 'https://www.caliber.com/find-a-location/bloomington-american-bl', '/locate-a-caliber-collision-center/bloomington-ca' => 'https://www.caliber.com/find-a-location/bloomington-ca', '/locate-a-caliber-collision-center/bloomington-east' => 'https://www.caliber.com/find-a-location/bloomington-east', '/locate-a-caliber-collision-center/bloomington-west' => 'https://www.caliber.com/find-a-location/west-bloomington', '/locate-a-caliber-collision-center/blue-island-western-ave' => 'https://www.caliber.com/find-a-location/blue-island-western-ave', '/locate-a-caliber-collision-center/blue-island-wireton-rd' => 'https://www.caliber.com/find-a-location/blue-island-wireton-rd', '/locate-a-caliber-collision-center/boca-raton' => 'https://www.caliber.com/find-a-location/boca-raton', '/locate-a-caliber-collision-center/boerne' => 'https://www.caliber.com/find-a-location/boerne', '/locate-a-caliber-collision-center/boise' => 'https://www.caliber.com/find-a-location/boise', '/locate-a-caliber-collision-center/boise-5-mile-rd' => 'https://www.caliber.com/find-a-location/boise-5-mile-rd', '/locate-a-caliber-collision-center/boise-s-federal-way' => 'https://www.caliber.com/find-a-location/boise-s-federal-way', '/locate-a-caliber-collision-center/bonita-springs' => 'https://www.caliber.com/find-a-location/bonita-springs', '/locate-a-caliber-collision-center/bordentown' => 'https://www.caliber.com/find-a-location/bordentown', '/locate-a-caliber-collision-center/bossier-city' => 'https://www.caliber.com/find-a-location/bossier-city', '/locate-a-caliber-collision-center/bothell' => 'https://www.caliber.com/find-a-location/bothell', '/locate-a-caliber-collision-center/boulder' => 'https://www.caliber.com/find-a-location/boulder', '/locate-a-caliber-collision-center/boulder-sterling-dr' => 'https://www.caliber.com/find-a-location/boulder-sterling-dr', '/locate-a-caliber-collision-center/boulder-valmont-rd' => 'https://www.caliber.com/find-a-location/boulder-valmont-rd', '/locate-a-caliber-collision-center/bountiful' => 'https://www.caliber.com/find-a-location/bountiful', '/locate-a-caliber-collision-center/bowling-green' => 'https://www.caliber.com/find-a-location/bowling-green', '/locate-a-caliber-collision-center/bradenton' => 'https://www.caliber.com/find-a-location/bradenton', '/locate-a-caliber-collision-center/braker-lane' => 'https://www.caliber.com/find-a-location/austin-braker-lane', '/locate-a-caliber-collision-center/brea' => 'https://www.caliber.com/find-a-location/brea', '/locate-a-caliber-collision-center/bremerton' => 'https://www.caliber.com/find-a-location/bremerton', '/locate-a-caliber-collision-center/brentwood' => 'https://www.caliber.com/find-a-location/brentwood', '/locate-a-caliber-collision-center/brentwood-ca' => 'https://www.caliber.com/find-a-location/brentwood-ca', '/locate-a-caliber-collision-center/brighton' => 'https://www.caliber.com/find-a-location/brighton', '/locate-a-caliber-collision-center/broken-arrow' => 'https://www.caliber.com/find-a-location/broken-arrow', '/locate-a-caliber-collision-center/brookfield' => 'https://www.caliber.com/find-a-location/brookfield', '/locate-a-caliber-collision-center/brooklyn-park' => 'https://www.caliber.com/find-a-location/brooklyn-park', '/locate-a-caliber-collision-center/brook-park' => 'https://www.caliber.com/find-a-location/brook-park', '/locate-a-caliber-collision-center/broomfield-w-116th-ave' => 'https://www.caliber.com/find-a-location/broomfield-w-116th-ave', '/locate-a-caliber-collision-center/broomfield-w-midway-blvd' => 'https://www.caliber.com/find-a-location/broomfield-w-midway-blvd', '/locate-a-caliber-collision-center/brownsburg' => 'https://www.caliber.com/find-a-location/brownsburg', '/locate-a-caliber-collision-center/bryan-college-station' => 'https://www.caliber.com/find-a-location/bryan-college-station', '/locate-a-caliber-collision-center/buford' => 'https://www.caliber.com/find-a-location/buford', '/locate-a-caliber-collision-center/burbank' => 'https://www.caliber.com/find-a-location/burbank', '/locate-a-caliber-collision-center/burbank-s-lake' => 'https://www.caliber.com/find-a-location/burbank-s-lake', '/locate-a-caliber-collision-center/burke' => 'https://www.caliber.com/find-a-location/burke', '/locate-a-caliber-collision-center/burleson' => 'https://www.caliber.com/find-a-location/burleson', '/locate-a-caliber-collision-center/burleson-south' => 'https://www.caliber.com/find-a-location/burleson-south', '/locate-a-caliber-collision-center/burlingame' => 'https://www.caliber.com/find-a-location/burlingame', '/locate-a-caliber-collision-center/burlington' => 'https://www.caliber.com/find-a-location/burlington', '/locate-a-caliber-collision-center/burnsville' => 'https://www.caliber.com/find-a-location/burnsville', '/locate-a-caliber-collision-center/calabasas' => 'https://www.caliber.com/find-a-location/calabasas-drive-center', '/locate-a-caliber-collision-center/calallen' => 'https://www.caliber.com/find-a-location/calallen', '/locate-a-caliber-collision-center/caldwell' => 'https://www.caliber.com/find-a-location/caldwell', '/locate-a-caliber-collision-center/caliber-luxury-charleston' => 'https://www.caliber.com/find-a-location/luxury-charleston', '/locate-a-caliber-collision-center/caliber-luxury-charlotte' => 'https://www.caliber.com/find-a-location/luxury-charlotte', '/locate-a-caliber-collision-center/campbell' => 'https://www.caliber.com/find-a-location/campbell', '/locate-a-caliber-collision-center/canoga-park' => 'https://www.caliber.com/find-a-location/canoga-park', '/locate-a-caliber-collision-center/canoga-park-alabama-ave' => 'https://www.caliber.com/find-a-location/canoga-park-alabama-ave', '/locate-a-caliber-collision-center/canoga-park-south' => 'https://www.caliber.com/find-a-location/canoga-park-south', '/locate-a-caliber-collision-center/canton' => 'https://www.caliber.com/find-a-location/canton', '/locate-a-caliber-collision-center/canyon-country' => 'https://www.caliber.com/find-a-location/canyon-country', '/locate-a-caliber-collision-center/cape-coral' => 'https://www.caliber.com/find-a-location/cape-coral', '/locate-a-caliber-collision-center/capitol-heights' => 'https://www.caliber.com/find-a-location/capitol-heights', '/locate-a-caliber-collision-center/carlsbad' => 'https://www.caliber.com/find-a-location/carlsbad', '/locate-a-caliber-collision-center/carmel' => 'https://www.caliber.com/find-a-location/carmel', '/locate-a-caliber-collision-center/carmichael' => 'https://www.caliber.com/find-a-location/carmichael', '/locate-a-caliber-collision-center/carol-stream' => 'https://www.caliber.com/find-a-location/carol-stream', '/locate-a-caliber-collision-center/carrollton-ga' => 'https://www.caliber.com/find-a-location/carrollton-ga', '/locate-a-caliber-collision-center/carrollton-i35-e' => 'https://www.caliber.com/find-a-location/carrollton-i35-e', '/locate-a-caliber-collision-center/carson' => 'https://www.caliber.com/find-a-location/carson', '/locate-a-caliber-collision-center/carson-city' => 'https://www.caliber.com/find-a-location/carson-city', '/locate-a-caliber-collision-center/cary-crossroads' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/castle-hayne' => 'https://www.caliber.com/find-a-location/castle-hayne', '/locate-a-caliber-collision-center/castle-hills' => 'https://www.caliber.com/find-a-location/castle-hills', '/locate-a-caliber-collision-center/castle-rock' => 'https://www.caliber.com/find-a-location/castle-rock', '/locate-a-caliber-collision-center/cathedral-city' => 'https://www.caliber.com/find-a-location/cathedral-city', '/locate-a-caliber-collision-center/catonsville' => 'https://www.caliber.com/find-a-location/catonsville', '/locate-a-caliber-collision-center/cedar-grove' => 'https://www.caliber.com/find-a-location/cedar-grove', '/locate-a-caliber-collision-center/cedar-park-south-bell-blvd' => 'https://www.caliber.com/find-a-location/cedar-park-south-bell-blvd', '/locate-a-caliber-collision-center/cedar-rapids-dodge-rd' => 'https://www.caliber.com/find-a-location/cedar-rapids-dodge-rd', '/locate-a-caliber-collision-center/celina' => 'https://www.caliber.com/find-a-location/celina', '/locate-a-caliber-collision-center/centennial' => 'https://www.caliber.com/find-a-location/centennial', '/locate-a-caliber-collision-center/centennial-hinsdale-cir' => 'https://www.caliber.com/find-a-location/centennial-hinsdale-cir', '/locate-a-caliber-collision-center/centennial-jordan-rd' => 'https://www.caliber.com/find-a-location/centennial-jordan-rd', '/locate-a-caliber-collision-center/centennial-s-colorado' => 'https://www.caliber.com/find-a-location/centennial-south-colorado', '/locate-a-caliber-collision-center/center-city-south' => 'https://www.caliber.com/find-a-location/center-city-south', '/locate-a-caliber-collision-center/centerville' => 'https://www.caliber.com/find-a-location/centerville', '/locate-a-caliber-collision-center/central-plano' => 'https://www.caliber.com/find-a-location/central-plano', '/locate-a-caliber-collision-center/chadds-ford' => 'https://www.caliber.com/find-a-location/chadds-ford', '/locate-a-caliber-collision-center/chambersburg' => 'https://www.caliber.com/find-a-location/chambersburg', '/locate-a-caliber-collision-center/chantilly' => 'https://www.caliber.com/find-a-location/chantilly', '/locate-a-caliber-collision-center/chantilly-expo-center' => 'https://www.caliber.com/find-a-location/chantilly-expo-center', '/locate-a-caliber-collision-center/charleroi' => 'https://www.caliber.com/find-a-location/charleroi', '/locate-a-caliber-collision-center/charleston-airport' => 'https://www.caliber.com/find-a-location/charleston-airport', '/locate-a-caliber-collision-center/charles-town' => 'https://www.caliber.com/find-a-location/charles-town', '/locate-a-caliber-collision-center/charlotte-albemarle-rd' => 'https://www.caliber.com/find-a-location/charlotte-albemarle-rd', '/locate-a-caliber-collision-center/charlotte-ballantyne' => 'https://www.caliber.com/find-a-location/charlotte-ballantyne', '/locate-a-caliber-collision-center/charlotte-fleet' => 'https://www.caliber.com/find-a-location/charlotte-fleet', '/locate-a-caliber-collision-center/charlotte-harbor' => 'https://www.caliber.com/find-a-location/charlotte-harbor', '/locate-a-caliber-collision-center/charlotte-independence' => 'https://www.caliber.com/find-a-location/charlotte-independence', '/locate-a-caliber-collision-center/charlotte-non-drive' => 'https://www.caliber.com/find-a-location/charlotte-non-drive', '/locate-a-caliber-collision-center/charlotte-south-end' => 'https://www.caliber.com/find-a-location/charlotte-south-end', '/locate-a-caliber-collision-center/charlotte-south-tryon' => 'https://www.caliber.com/find-a-location/charlotte-south-tryon', '/locate-a-caliber-collision-center/charlotte-tyvola-rd' => 'https://www.caliber.com/find-a-location/charlotte-tyvola-rd', '/locate-a-caliber-collision-center/charlotte-university' => 'https://www.caliber.com/find-a-location/charlotte-university', '/locate-a-caliber-collision-center/charlotte-uptown' => 'https://www.caliber.com/find-a-location/charlotte-uptown', '/locate-a-caliber-collision-center/chaska' => 'https://www.caliber.com/find-a-location/chaska', '/locate-a-caliber-collision-center/cherry-hill-east' => 'https://www.caliber.com/find-a-location/cherry-hill-east', '/locate-a-caliber-collision-center/chesterfield' => 'https://www.caliber.com/find-a-location/chesterfield', '/locate-a-caliber-collision-center/chesterfield-mo' => 'https://www.caliber.com/find-a-location/chesterfield-mo', '/locate-a-caliber-collision-center/chestertown' => 'https://www.caliber.com/find-a-location/chestertown', '/locate-a-caliber-collision-center/cheyenne' => 'https://www.caliber.com/find-a-location/cheyenne', '/locate-a-caliber-collision-center/chicago-columbus-ave' => 'https://www.caliber.com/find-a-location/chicago-columbus-ave', '/locate-a-caliber-collision-center/chicago-irving-park-rd' => 'https://www.caliber.com/find-a-location/chicago-irving-park-rd', '/locate-a-caliber-collision-center/chicago-north' => 'https://www.caliber.com/find-a-location/chicago-north', '/locate-a-caliber-collision-center/chicago-west-loop' => 'https://www.caliber.com/find-a-location/chicago-west-loop', '/locate-a-caliber-collision-center/chino-valley' => 'https://www.caliber.com/find-a-location/chino-valley', '/locate-a-caliber-collision-center/chula-vista' => 'https://www.caliber.com/find-a-location/chula-vista', '/locate-a-caliber-collision-center/cibolo' => 'https://www.caliber.com/find-a-location/cibolo', '/locate-a-caliber-collision-center/cincinnati-beechmont' => 'https://www.caliber.com/find-a-location/cincinnati-beechmont', '/locate-a-caliber-collision-center/cincinnati-eastgate' => 'https://www.caliber.com/find-a-location/cincinnati-eastgate', '/locate-a-caliber-collision-center/cincinnati-glenway-ave' => 'https://www.caliber.com/find-a-location/cincinnati-glenway-ave', '/locate-a-caliber-collision-center/cincinnati-kemper-rd' => 'https://www.caliber.com/find-a-location/cincinnati-kemper-road', '/locate-a-caliber-collision-center/cinco-ranch' => 'https://www.caliber.com/find-a-location/cinco-ranch', '/locate-a-caliber-collision-center/cinnaminson' => 'https://www.caliber.com/find-a-location/cinnaminson', '/locate-a-caliber-collision-center/citrus-heights-northeast' => 'https://www.caliber.com/find-a-location/citrus-heights-northeast', '/locate-a-caliber-collision-center/clackamas' => 'https://www.caliber.com/find-a-location/clackamas', '/locate-a-caliber-collision-center/claremont' => 'https://www.caliber.com/find-a-location/claremont', '/locate-a-caliber-collision-center/clarksville' => 'https://www.caliber.com/find-a-location/clarksville', '/locate-a-caliber-collision-center/clayton' => 'https://www.caliber.com/find-a-location/clayton', '/locate-a-caliber-collision-center/clearfield' => 'https://www.caliber.com/find-a-location/clearfield', '/locate-a-caliber-collision-center/clear-lake' => 'https://www.caliber.com/find-a-location/clear-lake', '/locate-a-caliber-collision-center/clermont' => 'https://www.caliber.com/find-a-location/clermont', '/locate-a-caliber-collision-center/clermont-east' => 'https://www.caliber.com/find-a-location/clermont-east', '/locate-a-caliber-collision-center/clifton-heights' => 'https://www.caliber.com/find-a-location/clifton-heights', '/locate-a-caliber-collision-center/clifton-heights-lansdowne' => 'https://www.caliber.com/find-a-location/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/clifton-park' => 'https://www.caliber.com/find-a-location/clifton-park', '/locate-a-caliber-collision-center/clinton' => 'https://www.caliber.com/find-a-location/clinton', '/locate-a-caliber-collision-center/clinton-old-branch-ave' => 'https://www.caliber.com/find-a-location/clinton-old-branch-ave', '/locate-a-caliber-collision-center/clovis' => 'https://www.caliber.com/find-a-location/clovis', '/locate-a-caliber-collision-center/clovis-north' => 'https://www.caliber.com/find-a-location/clovis-north', '/locate-a-caliber-collision-center/clovis-n-sunnyside-ave' => 'https://www.caliber.com/find-a-location/clovis-n-sunnyside-ave', '/locate-a-caliber-collision-center/coachella-valley' => 'https://www.caliber.com/find-a-location/coachella-valley', '/locate-a-caliber-collision-center/cohoes' => 'https://www.caliber.com/find-a-location/cohoes', '/locate-a-caliber-collision-center/college-station-tower-pt' => 'https://www.caliber.com/find-a-location/college-station-tower-pt', '/locate-a-caliber-collision-center/colleyville' => 'https://www.caliber.com/find-a-location/colleyville', '/locate-a-caliber-collision-center/collierville' => 'https://www.caliber.com/find-a-location/collierville', '/locate-a-caliber-collision-center/colmar' => 'https://www.caliber.com/find-a-location/colmar', '/locate-a-caliber-collision-center/colonial-heights-boulevard' => 'https://www.caliber.com/find-a-location/colonial-heights-boulevard', '/locate-a-caliber-collision-center/colonie' => 'https://www.caliber.com/find-a-location/colonie', '/locate-a-caliber-collision-center/colorado-springs' => 'https://www.caliber.com/find-a-location/colorado-springs', '/locate-a-caliber-collision-center/colorado-springs-astrozon-pl' => 'https://www.caliber.com/find-a-location/colorado-springs-astrozon-pl', '/locate-a-caliber-collision-center/colorado-springs-boulder-st' => 'https://www.caliber.com/find-a-location/colorado-springs-boulder-st', '/locate-a-caliber-collision-center/colorado-springs-copper' => 'https://www.caliber.com/find-a-location/colorado-springs-copper', '/locate-a-caliber-collision-center/colorado-springs-fillmore' => 'https://www.caliber.com/find-a-location/colorado-springs-fillmore', '/locate-a-caliber-collision-center/colorado-springs-n-murray' => 'https://www.caliber.com/find-a-location/colorado-springs-n-murray', '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city' => 'https://www.caliber.com/find-a-location/colorado-springs-non-drive', '/locate-a-caliber-collision-center/colorado-springs-north' => 'https://www.caliber.com/find-a-location/colorado-springs-north', '/locate-a-caliber-collision-center/colorado-springs-park-vista' => 'https://www.caliber.com/find-a-location/colorado-springs-park-vista', '/locate-a-caliber-collision-center/colorado-springs-south' => 'https://www.caliber.com/find-a-location/colorado-springs-south', '/locate-a-caliber-collision-center/columbia-greystone' => 'https://www.caliber.com/find-a-location/columbia-greystone', '/locate-a-caliber-collision-center/columbia-killian-road' => 'https://www.caliber.com/find-a-location/columbia-killian-rd', '/locate-a-caliber-collision-center/columbia-md' => 'https://www.caliber.com/find-a-location/columbia-md', '/locate-a-caliber-collision-center/columbia-mo-north' => 'https://www.caliber.com/find-a-location/columbia-mo-north', '/locate-a-caliber-collision-center/columbia-northeast' => 'https://www.caliber.com/find-a-location/columbia-northeast', '/locate-a-caliber-collision-center/columbus-in' => 'https://www.caliber.com/find-a-location/columbus-in', '/locate-a-caliber-collision-center/columbus-oh-e-lincoln-ave' => 'https://www.caliber.com/find-a-location/columbus-oh-e-lincoln', '/locate-a-caliber-collision-center/columbus-oh-n-hamilton-rd' => 'https://www.caliber.com/find-a-location/columbus-oh-n-hamilton-rd', '/locate-a-caliber-collision-center/concord' => 'https://www.caliber.com/find-a-location/concord', '/locate-a-caliber-collision-center/concord-nc' => 'https://www.caliber.com/find-a-location/concord-nc', '/locate-a-caliber-collision-center/concord-nc-raiford-dr' => 'https://www.caliber.com/find-a-location/concord-nc-raiford-dr', '/locate-a-caliber-collision-center/conroe' => 'https://www.caliber.com/find-a-location/conroe', '/locate-a-caliber-collision-center/conyers' => 'https://www.caliber.com/find-a-location/conyers', '/locate-a-caliber-collision-center/conyers-dogwood-dr' => 'https://www.caliber.com/find-a-location/conyers-dogwood-dr', '/locate-a-caliber-collision-center/coon-rapids' => 'https://www.caliber.com/find-a-location/coon-rapids', '/locate-a-caliber-collision-center/copperas-cove' => 'https://www.caliber.com/find-a-location/copperas-cove', '/locate-a-caliber-collision-center/copperfield' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/cordova' => 'https://www.caliber.com/find-a-location/cordova', '/locate-a-caliber-collision-center/corinth' => 'https://www.caliber.com/find-a-location/corinth', '/locate-a-caliber-collision-center/cornelius' => 'https://www.caliber.com/find-a-location/cornelius', '/locate-a-caliber-collision-center/corona' => 'https://www.caliber.com/find-a-location/corona', '/locate-a-caliber-collision-center/corpus-christi-ayers' => 'https://www.caliber.com/find-a-location/corpus-christi-ayers', '/locate-a-caliber-collision-center/corpus-christi-spid' => 'https://www.caliber.com/find-a-location/corpus-christi-spid', '/locate-a-caliber-collision-center/corpus-christi-spid-carroll' => 'https://www.caliber.com/find-a-location/corpus-christi-spid-carroll', '/locate-a-caliber-collision-center/corpus-christi-weber' => 'https://www.caliber.com/find-a-location/corpus-christi-weber', '/locate-a-caliber-collision-center/costa-mesa' => 'https://www.caliber.com/find-a-location/costa-mesa', '/locate-a-caliber-collision-center/costa-mesa-red-hill' => 'https://www.caliber.com/find-a-location/costa-mesa-red-hill', '/locate-a-caliber-collision-center/costa-mesa-w-18th-st' => 'https://www.caliber.com/find-a-location/costa-mesa-w-18th-st', '/locate-a-caliber-collision-center/cottage-grove' => 'https://www.caliber.com/find-a-location/cottage-grove', '/locate-a-caliber-collision-center/couer-dalene' => 'https://www.caliber.com/find-a-location/coeur-d-alene', '/locate-a-caliber-collision-center/covina' => 'https://www.caliber.com/find-a-location/covina', '/locate-a-caliber-collision-center/covington' => 'https://www.caliber.com/find-a-location/covington', '/locate-a-caliber-collision-center/crestwood' => 'https://www.caliber.com/find-a-location/crestwood', '/locate-a-caliber-collision-center/cross-roads' => 'https://www.caliber.com/find-a-location/cross-roads', '/locate-a-caliber-collision-center/crystal-city' => 'https://www.caliber.com/find-a-location/crystal-city', '/locate-a-caliber-collision-center/crystal-lake' => 'https://www.caliber.com/find-a-location/crystal-lake', '/locate-a-caliber-collision-center/cudahy' => 'https://www.caliber.com/find-a-location/cudahy', '/locate-a-caliber-collision-center/culpeper' => 'https://www.caliber.com/find-a-location/culpeper', '/locate-a-caliber-collision-center/cumming' => 'https://www.caliber.com/find-a-location/cumming', '/locate-a-caliber-collision-center/cynwyd' => 'https://www.caliber.com/find-a-location/cynwyd', '/locate-a-caliber-collision-center/cypress' => 'https://www.caliber.com/find-a-location/cypress', '/locate-a-caliber-collision-center/dallas' => 'https://www.caliber.com/find-a-location/dallas', '/locate-a-caliber-collision-center/dallas-galleria' => 'https://www.caliber.com/find-a-location/dallas-galleria', '/locate-a-caliber-collision-center/dallas-non-drive-north' => 'https://www.caliber.com/find-a-location/dallas-non-drive-north', '/locate-a-caliber-collision-center/davis-chiles-rd' => 'https://www.caliber.com/find-a-location/davis-chiles-rd', '/locate-a-caliber-collision-center/davis-research-park-dr' => 'https://www.caliber.com/find-a-location/davis-research-park-dr', '/locate-a-caliber-collision-center/decatur' => 'https://www.caliber.com/find-a-location/decatur', '/locate-a-caliber-collision-center/decatur-dekalb-industrial' => 'https://www.caliber.com/find-a-location/decatur-dekalb-industrial', '/locate-a-caliber-collision-center/delafield' => 'https://www.caliber.com/find-a-location/delafield', '/locate-a-caliber-collision-center/delray-beach-us-1' => 'https://www.caliber.com/find-a-location/delray-beach-us-1', '/locate-a-caliber-collision-center/denton' => 'https://www.caliber.com/find-a-location/denton', '/locate-a-caliber-collision-center/denver-cherry-creek' => 'https://www.caliber.com/find-a-location/denver-cherry-creek', '/locate-a-caliber-collision-center/denver-east-evans' => 'https://www.caliber.com/find-a-location/denver-east-evans', '/locate-a-caliber-collision-center/denver-east-evans-rx' => 'https://www.caliber.com/find-a-location/denver-east-evans-rx', '/locate-a-caliber-collision-center/denver-fleet' => 'https://www.caliber.com/find-a-location/denver-fleet', '/locate-a-caliber-collision-center/denver-non-drive' => 'https://www.caliber.com/find-a-location/denver-non-drive-north', '/locate-a-caliber-collision-center/denver-n-washington' => 'https://www.caliber.com/find-a-location/denver-n-washington', '/locate-a-caliber-collision-center/denver-park-hill' => 'https://www.caliber.com/find-a-location/denver-park-hill', '/locate-a-caliber-collision-center/denver-stapleton' => 'https://www.caliber.com/find-a-location/denver-stapleton', '/locate-a-caliber-collision-center/des-moines-merle-hay-rd' => 'https://www.caliber.com/find-a-location/des-moines-merle-hay-rd', '/locate-a-caliber-collision-center/dickson-city' => 'https://www.caliber.com/find-a-location/dickson-city', '/locate-a-caliber-collision-center/doraville' => 'https://www.caliber.com/find-a-location/doraville', '/locate-a-caliber-collision-center/douglasville' => 'https://www.caliber.com/find-a-location/douglasville', '/locate-a-caliber-collision-center/dover' => 'https://www.caliber.com/find-a-location/dover', '/locate-a-caliber-collision-center/dripping-springs' => 'https://www.caliber.com/find-a-location/dripping-springs', '/locate-a-caliber-collision-center/duarte' => 'https://www.caliber.com/find-a-location/duarte', '/locate-a-caliber-collision-center/dublin' => 'https://www.caliber.com/find-a-location/dublin', '/locate-a-caliber-collision-center/duluth' => 'https://www.caliber.com/find-a-location/duluth', '/locate-a-caliber-collision-center/dumfries' => 'https://www.caliber.com/find-a-location/dumfries', '/locate-a-caliber-collision-center/duncanville' => 'https://www.caliber.com/find-a-location/duncanville', '/locate-a-caliber-collision-center/duncanville-north' => 'https://www.caliber.com/find-a-location/duncanville-north', '/locate-a-caliber-collision-center/dundalk' => 'https://www.caliber.com/find-a-location/dundalk', '/locate-a-caliber-collision-center/durham-downtown' => 'https://www.caliber.com/find-a-location/durham-downtown', '/locate-a-caliber-collision-center/durham-fay-st' => 'https://www.caliber.com/find-a-location/durham-fay-st', '/locate-a-caliber-collision-center/durham-iredell-st' => 'https://www.caliber.com/find-a-location/durham-iredell-st', '/locate-a-caliber-collision-center/durham-northwest' => 'https://www.caliber.com/find-a-location/durham-northwest', '/locate-a-caliber-collision-center/durham-research-triangle' => 'https://www.caliber.com/find-a-location/durham-research-triangle', '/locate-a-caliber-collision-center/eagan' => 'https://www.caliber.com/find-a-location/eagan', '/locate-a-caliber-collision-center/eagan-sibley-highway' => 'https://www.caliber.com/find-a-location/eagan-sibley-highway', '/locate-a-caliber-collision-center/eagle-e-state-st' => 'https://www.caliber.com/find-a-location/eagle', '/locate-a-caliber-collision-center/easton' => 'https://www.caliber.com/find-a-location/easton', '/locate-a-caliber-collision-center/eden-prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/eden-prairie-aztec-dr' => 'https://www.caliber.com/find-a-location/eden-prairie-aztec-dr', '/locate-a-caliber-collision-center/edgewater' => 'https://www.caliber.com/find-a-location/edgewater', '/locate-a-caliber-collision-center/edmond' => 'https://www.caliber.com/find-a-location/edmond', '/locate-a-caliber-collision-center/edmonds' => 'https://www.caliber.com/find-a-location/edmonds', '/locate-a-caliber-collision-center/egg-harbor' => 'https://www.caliber.com/find-a-location/egg-harbor', '/locate-a-caliber-collision-center/elburn' => 'https://www.caliber.com/find-a-location/elburn', '/locate-a-caliber-collision-center/el-cajon-east-main-st' => 'https://www.caliber.com/find-a-location/el-cajon-east-main-st', '/locate-a-caliber-collision-center/el-cajon-north-johnson' => 'https://www.caliber.com/find-a-location/el-cajon-north-johnson', '/locate-a-caliber-collision-center/el-centro' => 'https://www.caliber.com/find-a-location/el-centro', '/locate-a-caliber-collision-center/el-dorado-hills' => 'https://www.caliber.com/find-a-location/el-dorado-hills', '/locate-a-caliber-collision-center/el-dorado-hills-post-st' => 'https://www.caliber.com/find-a-location/el-dorado-hills-post-st', '/locate-a-caliber-collision-center/elgin' => 'https://www.caliber.com/find-a-location/elgin', '/locate-a-caliber-collision-center/elgin-il' => 'https://www.caliber.com/find-a-location/elgin-il', '/locate-a-caliber-collision-center/elk-grove-elkmont-way' => 'https://www.caliber.com/find-a-location/elk-grove-elkmont-way', '/locate-a-caliber-collision-center/elk-grove-iron-rock-way' => 'https://www.caliber.com/find-a-location/elk-grove-iron-rock-way', '/locate-a-caliber-collision-center/elk-grove-non-drive' => 'https://www.caliber.com/find-a-location/elk-grove-non-drive', '/locate-a-caliber-collision-center/elkton' => 'https://www.caliber.com/find-a-location/elkton', '/locate-a-caliber-collision-center/elmhurst' => 'https://www.caliber.com/find-a-location/elmhurst', '/locate-a-caliber-collision-center/elm-park' => 'https://www.caliber.com/find-a-location/elm-park', '/locate-a-caliber-collision-center/el-paso-hondo-pass' => 'https://www.caliber.com/find-a-location/el-paso-hondo-pass', '/locate-a-caliber-collision-center/el-paso-ih-10' => 'https://www.caliber.com/find-a-location/el-paso-ih-10', '/locate-a-caliber-collision-center/el-paso-mesa' => 'https://www.caliber.com/find-a-location/el-paso-mesa', '/locate-a-caliber-collision-center/el-paso-montana' => 'https://www.caliber.com/find-a-location/el-paso-montana', '/locate-a-caliber-collision-center/el-paso-zaragoza-rd' => 'https://www.caliber.com/find-a-location/el-paso-n-zaragoza-rd', '/locate-a-caliber-collision-center/el-segundo' => 'https://www.caliber.com/find-a-location/el-segundo', '/locate-a-caliber-collision-center/encinitas' => 'https://www.caliber.com/find-a-location/encinitas', '/locate-a-caliber-collision-center/encinitas-westlake-st' => 'https://www.caliber.com/find-a-location/encinitas-westlake-st', '/locate-a-caliber-collision-center/englewood' => 'https://www.caliber.com/find-a-location/englewood', '/locate-a-caliber-collision-center/ephrata' => 'https://www.caliber.com/find-a-location/ephrata', '/locate-a-caliber-collision-center/escondido' => 'https://www.caliber.com/find-a-location/escondido', '/locate-a-caliber-collision-center/essex-non-drive' => 'https://www.caliber.com/find-a-location/essex-non-drive', '/locate-a-caliber-collision-center/eugene' => 'https://www.caliber.com/find-a-location/eugene', '/locate-a-caliber-collision-center/european-auto-body' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/everett' => 'https://www.caliber.com/find-a-location/everett', '/locate-a-caliber-collision-center/evesham-township' => 'https://www.caliber.com/find-a-location/evesham-township', '/locate-a-caliber-collision-center/ewing-township' => 'https://www.caliber.com/find-a-location/ewing-township', '/locate-a-caliber-collision-center/fairfax' => 'https://www.caliber.com/find-a-location/fairfax', '/locate-a-caliber-collision-center/fairfield' => 'https://www.caliber.com/find-a-location/fairfield', '/locate-a-caliber-collision-center/fairfield-woolner-ave' => 'https://www.caliber.com/find-a-location/fairfield-woolner-ave', '/locate-a-caliber-collision-center/falcon' => 'https://www.caliber.com/find-a-location/falcon', '/locate-a-caliber-collision-center/fallbrook' => 'https://www.caliber.com/find-a-location/fallbrook', '/locate-a-caliber-collision-center/falls-church' => 'https://www.caliber.com/find-a-location/falls-church', '/locate-a-caliber-collision-center/fallston' => 'https://www.caliber.com/find-a-location/fallston', '/locate-a-caliber-collision-center/farmers-branch' => 'https://www.caliber.com/find-a-location/farmers-branch', '/locate-a-caliber-collision-center/farmingdale' => 'https://www.caliber.com/find-a-location/farmingdale', '/locate-a-caliber-collision-center/farmington' => 'https://www.caliber.com/find-a-location/farmington', '/locate-a-caliber-collision-center/farragut' => 'https://www.caliber.com/find-a-location/farragut', '/locate-a-caliber-collision-center/fast-track-dealer-referral' => 'https://www.caliber.com', '/locate-a-caliber-collision-center/fayette-city' => 'https://www.caliber.com/find-a-location/fayette-city', '/locate-a-caliber-collision-center/fayetteville-east' => 'https://www.caliber.com/find-a-location/fayetteville-east', '/locate-a-caliber-collision-center/fayetteville-ga' => 'https://www.caliber.com/find-a-location/fayetteville-ga', '/locate-a-caliber-collision-center/fayetteville-nc' => 'https://www.caliber.com/find-a-location/fayetteville', '/locate-a-caliber-collision-center/fayetteville-raeford-rd' => 'https://www.caliber.com/find-a-location/fayetteville-raeford-rd', '/locate-a-caliber-collision-center/feasterville' => 'https://www.caliber.com/find-a-location/feasterville', '/locate-a-caliber-collision-center/festus' => 'https://www.caliber.com/find-a-location/festus', '/locate-a-caliber-collision-center/fife' => 'https://www.caliber.com/find-a-location/fife', '/locate-a-caliber-collision-center/fishers-britton-park-rd' => 'https://www.caliber.com/find-a-location/fishers-britton-park-rd', '/locate-a-caliber-collision-center/fishers-technology-ln' => 'https://www.caliber.com/find-a-location/fishers-technology-ln', '/locate-a-caliber-collision-center/flagstaff' => 'https://www.caliber.com/find-a-location/flagstaff', '/locate-a-caliber-collision-center/florence' => 'https://www.caliber.com/find-a-location/florence', '/locate-a-caliber-collision-center/florissant' => 'https://www.caliber.com/find-a-location/florissant', '/locate-a-caliber-collision-center/flourtown' => 'https://www.caliber.com/find-a-location/flourtown', '/locate-a-caliber-collision-center/flower-mound' => 'https://www.caliber.com/find-a-location/flower-mound', '/locate-a-caliber-collision-center/foley' => 'https://www.caliber.com/find-a-location/foley', '/locate-a-caliber-collision-center/folsom' => 'https://www.caliber.com/find-a-location/folsom', '/locate-a-caliber-collision-center/folsom-lake' => 'https://www.caliber.com/find-a-location/folsom-lake', '/locate-a-caliber-collision-center/fond-du-lac' => 'https://www.caliber.com/find-a-location/fond-du-lac', '/locate-a-caliber-collision-center/fontana' => 'https://www.caliber.com/find-a-location/fontana', '/locate-a-caliber-collision-center/forest-lake' => 'https://www.caliber.com/find-a-location/forest-lake', '/locate-a-caliber-collision-center/forest-park' => 'https://www.caliber.com/find-a-location/forest-park', '/locate-a-caliber-collision-center/forest-park-il' => 'https://www.caliber.com/find-a-location/forest-park-il', '/locate-a-caliber-collision-center/forest-park-oh' => 'https://www.caliber.com/find-a-location/forest-park-oh', '/locate-a-caliber-collision-center/forestville' => 'https://www.caliber.com/find-a-location/forestville', '/locate-a-caliber-collision-center/forney' => 'https://www.caliber.com/find-a-location/forney', '/locate-a-caliber-collision-center/fort-collins' => 'https://www.caliber.com/find-a-location/fort-collins', '/locate-a-caliber-collision-center/fort-lauderdale-powerline' => 'https://www.caliber.com/find-a-location/fort-lauderdale-powerline', '/locate-a-caliber-collision-center/fort-mill' => 'https://www.caliber.com/find-a-location/fort-mill', '/locate-a-caliber-collision-center/fort-myers-andrea-lane' => 'https://www.caliber.com/find-a-location/fort-myers-andrea-ln', '/locate-a-caliber-collision-center/fort-wayne-north' => 'https://www.caliber.com/find-a-location/fort-wayne-north', '/locate-a-caliber-collision-center/fort-worth-alliance' => 'https://www.caliber.com/find-a-location/fort-worth-alliance', '/locate-a-caliber-collision-center/fort-worth-beach-street' => 'https://www.caliber.com/find-a-location/fort-worth-beach-st', '/locate-a-caliber-collision-center/fort-worth-downtown' => 'https://www.caliber.com/find-a-location/fort-worth-downtown', '/locate-a-caliber-collision-center/fort-worth-harmon' => 'https://www.caliber.com/find-a-location/fort-worth-harmon', '/locate-a-caliber-collision-center/fort-worth-ih-30' => 'https://www.caliber.com/find-a-location/fort-worth-ih-30', '/locate-a-caliber-collision-center/fort-worth-non-drive' => 'https://www.caliber.com/find-a-location/fort-worth-non-drive', '/locate-a-caliber-collision-center/fort-worth-west' => 'https://www.caliber.com/find-a-location/fort-worth-west', '/locate-a-caliber-collision-center/fort-worth-western-center' => 'https://www.caliber.com/find-a-location/fort-worth-western-center', '/locate-a-caliber-collision-center/fountain' => 'https://www.caliber.com/find-a-location/fountain', '/locate-a-caliber-collision-center/fountain-inn' => 'https://www.caliber.com/find-a-location/fountain-inn', '/locate-a-caliber-collision-center/fountain-valley' => 'https://www.caliber.com/find-a-location/fountain-valley', '/locate-a-caliber-collision-center/frankfort-ky' => 'https://www.caliber.com/find-a-location/frankfort-ky', '/locate-a-caliber-collision-center/franklin' => 'https://www.caliber.com/find-a-location/franklin', '/locate-a-caliber-collision-center/franklin-columbia-ave' => 'https://www.caliber.com/find-a-location/franklin-columbia-ave', '/locate-a-caliber-collision-center/franklin-wi' => 'https://www.caliber.com/find-a-location/franklin-wi', '/locate-a-caliber-collision-center/frederick-monocacy-valley' => 'https://www.caliber.com/find-a-location/frederick-monocacy-valley', '/locate-a-caliber-collision-center/fredericksburg' => 'https://www.caliber.com/find-a-location/fredericksburg', '/locate-a-caliber-collision-center/fremont' => 'https://www.caliber.com/find-a-location/fremont', '/locate-a-caliber-collision-center/fremont-north' => 'https://www.caliber.com/find-a-location/fremont-north', '/locate-a-caliber-collision-center/fresno' => 'https://www.caliber.com/find-a-location/fresno', '/locate-a-caliber-collision-center/fresno-broadway' => 'https://www.caliber.com/find-a-location/fresno-broadway', '/locate-a-caliber-collision-center/fresno-n-blackstone' => 'https://www.caliber.com/find-a-location/fresno-n-blackstone', '/locate-a-caliber-collision-center/fresno-n-blythe-ave' => 'https://www.caliber.com/find-a-location/fresno-n-blythe-ave', '/locate-a-caliber-collision-center/fresno-n-milburn-ave' => 'https://www.caliber.com/find-a-location/fresno-n-milburn-ave', '/locate-a-caliber-collision-center/fresno-nthesta-st' => 'https://www.caliber.com/find-a-location/fresno-n-thesta-st', '/locate-a-caliber-collision-center/fresno-palm-bluff' => 'https://www.caliber.com/find-a-location/fresno-palm-bluff', '/locate-a-caliber-collision-center/fresno-tx' => 'https://www.caliber.com/find-a-location/fresno-tx', '/locate-a-caliber-collision-center/fridley' => 'https://www.caliber.com/find-a-location/fridley', '/locate-a-caliber-collision-center/friendswood' => 'https://www.caliber.com/find-a-location/friendswood', '/locate-a-caliber-collision-center/frisco' => 'https://www.caliber.com/find-a-location/frisco', '/locate-a-caliber-collision-center/frisco-downtown' => 'https://www.caliber.com/find-a-location/frisco-downtown', '/locate-a-caliber-collision-center/frisco-express' => 'https://www.caliber.com/find-a-location/frisco-express', '/locate-a-caliber-collision-center/fulshear' => 'https://www.caliber.com/find-a-location/fulshear', '/locate-a-caliber-collision-center/fuquay-varina' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/gainesville' => 'https://www.caliber.com/find-a-location/gainesville', '/locate-a-caliber-collision-center/gainesville-fl-north' => 'https://www.caliber.com/find-a-location/gainesville-fl-north', '/locate-a-caliber-collision-center/gainesville-rx' => 'https://www.caliber.com/find-a-location/gainesville-rx', '/locate-a-caliber-collision-center/gaithersburg' => 'https://www.caliber.com/find-a-location/gaithersburg', '/locate-a-caliber-collision-center/gallatin' => 'https://www.caliber.com/find-a-location/gallatin', '/locate-a-caliber-collision-center/galveston' => 'https://www.caliber.com/find-a-location/galveston', '/locate-a-caliber-collision-center/garden-grove' => 'https://www.caliber.com/find-a-location/garden-grove', '/locate-a-caliber-collision-center/garland' => 'https://www.caliber.com/find-a-location/garland', '/locate-a-caliber-collision-center/gastonia' => 'https://www.caliber.com/find-a-location/gastonia', '/locate-a-caliber-collision-center/georgetown' => 'https://www.caliber.com/find-a-location/georgetown', '/locate-a-caliber-collision-center/georgetown-ky' => 'https://www.caliber.com/find-a-location/georgetown-ky', '/locate-a-caliber-collision-center/germantown' => 'https://www.caliber.com/find-a-location/germantown', '/locate-a-caliber-collision-center/gilbert' => 'https://www.caliber.com/find-a-location/gilbert', '/locate-a-caliber-collision-center/gilroy' => 'https://www.caliber.com/find-a-location/gilroy', '/locate-a-caliber-collision-center/gilroy-church-st' => 'https://www.caliber.com/find-a-location/gilroy-church-st', '/locate-a-caliber-collision-center/glassboro' => 'https://www.caliber.com/find-a-location/glassboro', '/locate-a-caliber-collision-center/glen-allen' => 'https://www.caliber.com/find-a-location/glen-allen', '/locate-a-caliber-collision-center/glen-burnie' => 'https://www.caliber.com/find-a-location/glen-burnie', '/locate-a-caliber-collision-center/glen-burnie-north' => 'https://www.caliber.com/find-a-location/glen-burnie-north', '/locate-a-caliber-collision-center/glen-carbon' => 'https://www.caliber.com/find-a-location/glen-carbon', '/locate-a-caliber-collision-center/glendale' => 'https://www.caliber.com/find-a-location/glendale', '/locate-a-caliber-collision-center/glendale-s-louise-st' => 'https://www.caliber.com/find-a-location/glendale-s-louise-st', '/locate-a-caliber-collision-center/glendale-wi' => 'https://www.caliber.com/find-a-location/glendale-wi', '/locate-a-caliber-collision-center/glendora' => 'https://www.caliber.com/find-a-location/glendora', '/locate-a-caliber-collision-center/glenolden' => 'https://www.caliber.com/find-a-location/glenolden', '/locate-a-caliber-collision-center/glenside' => 'https://www.caliber.com/find-a-location/glenside', '/locate-a-caliber-collision-center/goose-creek' => 'https://www.caliber.com/find-a-location/goose-creek', '/locate-a-caliber-collision-center/grafton-wi' => 'https://www.caliber.com/find-a-location/grafton', '/locate-a-caliber-collision-center/grand-junction-25-rd' => 'https://www.caliber.com/find-a-location/grand-junction-25-road', '/locate-a-caliber-collision-center/grapevine' => 'https://www.caliber.com/find-a-location/grapevine', '/locate-a-caliber-collision-center/grass-valley' => 'https://www.caliber.com/find-a-location/grass-valley', '/locate-a-caliber-collision-center/grayslake' => 'https://www.caliber.com/find-a-location/grayslake', '/locate-a-caliber-collision-center/greeley' => 'https://www.caliber.com/find-a-location/greeley', '/locate-a-caliber-collision-center/greensboro-battleground-ave' => 'https://www.caliber.com/find-a-location/greensboro-battleground-ave', '/locate-a-caliber-collision-center/greensboro-edwardia-dr' => 'https://www.caliber.com/find-a-location/greensboro-edwardia-dr', '/locate-a-caliber-collision-center/greensboro-south' => 'https://www.caliber.com/find-a-location/greensboro-south', '/locate-a-caliber-collision-center/greensboro-s-regional-rd' => 'https://www.caliber.com/find-a-location/greensboro-s-regional-rd', '/locate-a-caliber-collision-center/greenville' => 'https://www.caliber.com/find-a-location/greenville', '/locate-a-caliber-collision-center/greenville-nc' => 'https://www.caliber.com/find-a-location/greenville-nc', '/locate-a-caliber-collision-center/greenville-woodruff-rd' => 'https://www.caliber.com/find-a-location/greenville-woodruff-rd', '/locate-a-caliber-collision-center/greenwood-melody-ave' => 'https://www.caliber.com/find-a-location/greenwood-melody-ave', '/locate-a-caliber-collision-center/greenwood-village' => 'https://www.caliber.com/find-a-location/greenwood-village', '/locate-a-caliber-collision-center/gresham' => 'https://www.caliber.com/find-a-location/gresham', '/locate-a-caliber-collision-center/grimes' => 'https://www.caliber.com/find-a-location/grimes', '/locate-a-caliber-collision-center/hagerstown' => 'https://www.caliber.com/find-a-location/hagerstown', '/locate-a-caliber-collision-center/hamilton' => 'https://www.caliber.com/find-a-location/hamilton', '/locate-a-caliber-collision-center/ham-lake' => 'https://www.caliber.com/find-a-location/ham-lake', '/locate-a-caliber-collision-center/hampton' => 'https://www.caliber.com/find-a-location/hampton', '/locate-a-caliber-collision-center/hampton-thomas-st' => 'https://www.caliber.com/find-a-location/hampton-thomas-st', '/locate-a-caliber-collision-center/hanford' => 'https://www.caliber.com/find-a-location/hanford', '/locate-a-caliber-collision-center/harker-heights' => 'https://www.caliber.com/find-a-location/harker-heights', '/locate-a-caliber-collision-center/harrisburg-nc' => 'https://www.caliber.com/find-a-location/harrisburg-nc', '/locate-a-caliber-collision-center/harrisburg-pa' => 'https://www.caliber.com/find-a-location/harrisburg-pa', '/locate-a-caliber-collision-center/harrison' => 'https://www.caliber.com/find-a-location/harrison', '/locate-a-caliber-collision-center/harrisonburg' => 'https://www.caliber.com/find-a-location/harrisonburg', '/locate-a-caliber-collision-center/hartville' => 'https://www.caliber.com/find-a-location/hartville', '/locate-a-caliber-collision-center/havre-de-grace' => 'https://www.caliber.com/find-a-location/havre-de-grace', '/locate-a-caliber-collision-center/hawthorne' => 'https://www.caliber.com/find-a-location/hawthorne', '/locate-a-caliber-collision-center/hayward' => 'https://www.caliber.com/find-a-location/hayward', '/locate-a-caliber-collision-center/helotes-express' => 'https://www.caliber.com/find-a-location/helotes-express', '/locate-a-caliber-collision-center/hemet' => 'https://www.caliber.com/find-a-location/hemet', '/locate-a-caliber-collision-center/henderson-american-pacific' => 'https://www.caliber.com/find-a-location/henderson-american-pacific', '/locate-a-caliber-collision-center/henderson-co' => 'https://www.caliber.com/find-a-location/henderson-co', '/locate-a-caliber-collision-center/henderson-eastgate' => 'https://www.caliber.com/find-a-location/henderson', '/locate-a-caliber-collision-center/hernando' => 'https://www.caliber.com/find-a-location/hernando', '/locate-a-caliber-collision-center/hesperia' => 'https://www.caliber.com/find-a-location/hesperia', '/locate-a-caliber-collision-center/hesperia-bear-valley-rd' => 'https://www.caliber.com/find-a-location/hesperia-bear-valley-rd', '/locate-a-caliber-collision-center/hickory-hollow' => 'https://www.caliber.com/find-a-location/hickory-hollow', '/locate-a-caliber-collision-center/highland-park' => 'https://www.caliber.com/find-a-location/highland-park', '/locate-a-caliber-collision-center/highlands-ranch' => 'https://www.caliber.com/find-a-location/highlands-ranch', '/locate-a-caliber-collision-center/hillsboro' => 'https://www.caliber.com/find-a-location/hillsboro', '/locate-a-caliber-collision-center/hollister' => 'https://www.caliber.com/find-a-location/hollister', '/locate-a-caliber-collision-center/hollywood' => 'https://www.caliber.com/find-a-location/hollywood', '/locate-a-caliber-collision-center/hollywood-blvd' => 'https://www.caliber.com/find-a-location/hollywood-blvd', '/locate-a-caliber-collision-center/hollywood-fl' => 'https://www.caliber.com/find-a-location/hollywood-fl', '/locate-a-caliber-collision-center/hopkins' => 'https://www.caliber.com/find-a-location/hopkins', '/locate-a-caliber-collision-center/hopkinsville' => 'https://www.caliber.com/find-a-location/hopkinsville', '/locate-a-caliber-collision-center/horn-lake' => 'https://www.caliber.com/find-a-location/horn-lake', '/locate-a-caliber-collision-center/horsham' => 'https://www.caliber.com/find-a-location/horsham', '/locate-a-caliber-collision-center/houston-galleria' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/houston-liberty-lakes' => 'https://www.caliber.com/find-a-location/houston-liberty-lakes', '/locate-a-caliber-collision-center/houston-memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/houston-morton-ranch' => 'https://www.caliber.com/find-a-location/houston-morton-ranch', '/locate-a-caliber-collision-center/houston-non-drive-north' => 'https://www.caliber.com/find-a-location/houston-non-drive-north', '/locate-a-caliber-collision-center/houston-non-drive-west' => 'https://www.caliber.com/find-a-location/houston-non-drive-west', '/locate-a-caliber-collision-center/houston-northeast' => 'https://www.caliber.com/find-a-location/houston-northeast', '/locate-a-caliber-collision-center/houston-pasadena' => 'https://www.caliber.com/find-a-location/houston-pasadena', '/locate-a-caliber-collision-center/houston-south-loop' => 'https://www.caliber.com/find-a-location/houston-south-loop', '/locate-a-caliber-collision-center/houston-southwest-freeway' => 'https://www.caliber.com/find-a-location/houston-southwest-freeway', '/locate-a-caliber-collision-center/houston-towne-lake' => 'https://www.caliber.com/find-a-location/houston-towne-lake', '/locate-a-caliber-collision-center/houston-willowbrook' => 'https://www.caliber.com/find-a-location/houston-willowbrook', '/locate-a-caliber-collision-center/huntersville' => 'https://www.caliber.com/find-a-location/huntersville', '/locate-a-caliber-collision-center/huntington' => 'https://www.caliber.com/find-a-location/huntington', '/locate-a-caliber-collision-center/huntington-beach' => 'https://www.caliber.com/find-a-location/huntington-beach', '/locate-a-caliber-collision-center/huntington-beach-graham-st' => 'https://www.caliber.com/find-a-location/huntington-beach-graham-st', '/locate-a-caliber-collision-center/hunt-valley' => 'https://www.caliber.com/find-a-location/hunt-valley', '/locate-a-caliber-collision-center/hutto' => 'https://www.caliber.com/find-a-location/hutto', '/locate-a-caliber-collision-center/hyattsville' => 'https://www.caliber.com/find-a-location/hyattsville', '/locate-a-caliber-collision-center/indianapolis-beech-grove' => 'https://www.caliber.com/find-a-location/indianapolis-beech-grove', '/locate-a-caliber-collision-center/indianapolis-castleton' => 'https://www.caliber.com/find-a-location/indianapolis-castleton', '/locate-a-caliber-collision-center/indianapolis-downtown' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/indianapolis-lafayette-park' => 'https://www.caliber.com/find-a-location/indianapolis-lafayette-park', '/locate-a-caliber-collision-center/indianapolis-lawrence' => 'https://www.caliber.com/find-a-location/indianapolis-lawrence', '/locate-a-caliber-collision-center/indianapolis-northwest' => 'https://www.caliber.com/find-a-location/indianapolis-northwest', '/locate-a-caliber-collision-center/indianapolis-shadeland' => 'https://www.caliber.com/find-a-location/indianapolis-shadeland', '/locate-a-caliber-collision-center/indianapolis-south' => 'https://www.caliber.com/find-a-location/indianapolis-south', '/locate-a-caliber-collision-center/indianapolis-stop-12' => 'https://www.caliber.com/find-a-location/indianapolis-stop-12', '/locate-a-caliber-collision-center/indianapolis-west' => 'https://www.caliber.com/find-a-location/indianapolis-west', '/locate-a-caliber-collision-center/indianapolis-westfield' => 'https://www.caliber.com/find-a-location/indianapolis-westfield', '/locate-a-caliber-collision-center/indian-land' => 'https://www.caliber.com/find-a-location/indian-land', '/locate-a-caliber-collision-center/indian-trail' => 'https://www.caliber.com/find-a-location/indian-trail', '/locate-a-caliber-collision-center/indio' => 'https://www.caliber.com/find-a-location/indio', '/locate-a-caliber-collision-center/inland-empire-non-drive' => 'https://www.caliber.com/find-a-location/inland-empire-non-drive', '/locate-a-caliber-collision-center/irmo' => 'https://www.caliber.com/find-a-location/irmo', '/locate-a-caliber-collision-center/irvine' => 'https://www.caliber.com/find-a-location/irvine', '/locate-a-caliber-collision-center/irvine-north' => 'https://www.caliber.com/find-a-location/irvine-north', '/locate-a-caliber-collision-center/issaquah-e-lake-sammamish' => 'https://www.caliber.com/find-a-location/issaquah-e-lake-sammamish', '/locate-a-caliber-collision-center/issaquah-sunset' => 'https://www.caliber.com/find-a-location/issaquah-sunset', '/locate-a-caliber-collision-center/jackson-tn' => 'https://www.caliber.com/find-a-location/jackson-tn', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic' => 'https://www.caliber.com/find-a-location/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/jacksonville-fl-beach-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-beach-blvd', '/locate-a-caliber-collision-center/jacksonville-fl-downtown' => 'https://www.caliber.com/find-a-location/jacksonville-fl-downtown', '/locate-a-caliber-collision-center/jacksonville-fl-mayport' => 'https://www.caliber.com/find-a-location/jacksonville-fl-mayport', '/locate-a-caliber-collision-center/jacksonville-fl-merrill-rd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-merrill-rd', '/locate-a-caliber-collision-center/jacksonville-fl-nas' => 'https://www.caliber.com/find-a-location/jacksonville-fl-nas', '/locate-a-caliber-collision-center/jacksonville-fl-non-drive' => 'https://www.caliber.com/find-a-location/jacksonville-fl-non-drive', '/locate-a-caliber-collision-center/jacksonville-fl-philips-hwy' => 'https://www.caliber.com/find-a-location/jacksonville-fl-philips-hwy', '/locate-a-caliber-collision-center/jacksonville-fl-sw' => 'https://www.caliber.com/find-a-location/jacksonville-fl-sw', '/locate-a-caliber-collision-center/jacksonville-nc-lejeune' => 'https://www.caliber.com/find-a-location/jacksonville-nc-lejeune', '/locate-a-caliber-collision-center/jacksonville-nc-marine-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-nc-marine-blvd', '/locate-a-caliber-collision-center/jacksonville-new-river' => 'https://www.caliber.com/find-a-location/jacksonville-new-river', '/locate-a-caliber-collision-center/janesville' => 'https://www.caliber.com/find-a-location/janesville', '/locate-a-caliber-collision-center/jessup' => 'https://www.caliber.com/find-a-location/jessup', '/locate-a-caliber-collision-center/johns-creek' => 'https://www.caliber.com/find-a-location/johns-creek', '/locate-a-caliber-collision-center/joppa' => 'https://www.caliber.com/find-a-location/joppa', '/locate-a-caliber-collision-center/jupiter' => 'https://www.caliber.com/find-a-location/jupiter', '/locate-a-caliber-collision-center/jupiter-old-dixie-hwy' => 'https://www.caliber.com/find-a-location/jupiter-old-dixie-highway', '/locate-a-caliber-collision-center/katy' => 'https://www.caliber.com/find-a-location/katy', '/locate-a-caliber-collision-center/kearney-mesa-dagget' => 'https://www.caliber.com/find-a-location/kearny-mesa-dagget', '/locate-a-caliber-collision-center/keizer' => 'https://www.caliber.com/find-a-location/keizer', '/locate-a-caliber-collision-center/keller' => 'https://www.caliber.com/find-a-location/keller', '/locate-a-caliber-collision-center/kennesaw' => 'https://www.caliber.com/find-a-location/kennesaw', '/locate-a-caliber-collision-center/kennesaw-moon-station' => 'https://www.caliber.com/find-a-location/kennesaw-moon-station', '/locate-a-caliber-collision-center/kennett-square' => 'https://www.caliber.com/find-a-location/kennett-square', '/locate-a-caliber-collision-center/kennewick' => 'https://www.caliber.com/find-a-location/kennewick', '/locate-a-caliber-collision-center/kenosha' => 'https://www.caliber.com/find-a-location/kenosha', '/locate-a-caliber-collision-center/kent-island' => 'https://www.caliber.com/find-a-location/kent-island', '/locate-a-caliber-collision-center/killeen' => 'https://www.caliber.com/find-a-location/killeen', '/locate-a-caliber-collision-center/killeen-downtown' => 'https://www.caliber.com/find-a-location/killeen-downtown', '/locate-a-caliber-collision-center/killeen-express' => 'https://www.caliber.com/find-a-location/killeen-express', '/locate-a-caliber-collision-center/king-of-prussia' => 'https://www.caliber.com/find-a-location/king-of-prussia', '/locate-a-caliber-collision-center/kingston' => 'https://www.caliber.com/find-a-location/kingston', '/locate-a-caliber-collision-center/kingston-pike' => 'https://www.caliber.com/find-a-location/kingston-pike', '/locate-a-caliber-collision-center/kingwood' => 'https://www.caliber.com/find-a-location/kingwood', '/locate-a-caliber-collision-center/kirkland' => 'https://www.caliber.com/find-a-location/kirkland', '/locate-a-caliber-collision-center/kissimmee' => 'https://www.caliber.com/find-a-location/kissimmee', '/locate-a-caliber-collision-center/kissimmee-east' => 'https://www.caliber.com/find-a-location/kissimmee-east', '/locate-a-caliber-collision-center/kissimmee-north' => 'https://www.caliber.com/find-a-location/kissimmee-north', '/locate-a-caliber-collision-center/knoxville-north' => 'https://www.caliber.com/find-a-location/knoxville-north', '/locate-a-caliber-collision-center/knoxville-west' => 'https://www.caliber.com/find-a-location/knoxville-west', '/locate-a-caliber-collision-center/kyle' => 'https://www.caliber.com/find-a-location/kyle', '/locate-a-caliber-collision-center/la-cienega' => 'https://www.caliber.com/find-a-location/los-angeles-la-cienega', '/locate-a-caliber-collision-center/la-crescenta' => 'https://www.caliber.com/find-a-location/la-crescenta-drive-center', '/locate-a-caliber-collision-center/ladson' => 'https://www.caliber.com/find-a-location/ladson', '/locate-a-caliber-collision-center/lafayette' => 'https://www.caliber.com/find-a-location/lafayette-farabee-dr', '/locate-a-caliber-collision-center/laguna-beach' => 'https://www.caliber.com/find-a-location/laguna-beach', '/locate-a-caliber-collision-center/laguna-niguel' => 'https://www.caliber.com/find-a-location/laguna-niguel', '/locate-a-caliber-collision-center/lake-elsinore' => 'https://www.caliber.com/find-a-location/lake-elsinore', '/locate-a-caliber-collision-center/lake-forest' => 'https://www.caliber.com/find-a-location/lake-forest', '/locate-a-caliber-collision-center/lake-havasu-city' => 'https://www.caliber.com/find-a-location/lake-havasu-city', '/locate-a-caliber-collision-center/lake-jackson' => 'https://www.caliber.com/find-a-location/lake-jackson', '/locate-a-caliber-collision-center/lake-norman-denver' => 'https://www.caliber.com/find-a-location/lake-norman', '/locate-a-caliber-collision-center/lake-oswego' => 'https://www.caliber.com/find-a-location/lake-oswego', '/locate-a-caliber-collision-center/lakeway' => 'https://www.caliber.com/find-a-location/lakeway', '/locate-a-caliber-collision-center/lakewood-co' => 'https://www.caliber.com/find-a-location/lakewood-co', '/locate-a-caliber-collision-center/lakewood-wa' => 'https://www.caliber.com/find-a-location/lakewood-wa', '/locate-a-caliber-collision-center/la-mesa' => 'https://www.caliber.com/find-a-location/la-mesa', '/locate-a-caliber-collision-center/lancaster' => 'https://www.caliber.com/find-a-location/lancaster', '/locate-a-caliber-collision-center/landover' => 'https://www.caliber.com/find-a-location/landover', '/locate-a-caliber-collision-center/largo' => 'https://www.caliber.com/find-a-location/largo', '/locate-a-caliber-collision-center/las-cruces' => 'https://www.caliber.com/find-a-location/las-cruces-n-telshor-bl', '/locate-a-caliber-collision-center/las-cruces-amador' => 'https://www.caliber.com/find-a-location/las-cruces-amador', '/locate-a-caliber-collision-center/las-vegas-anthem' => 'https://www.caliber.com/find-a-location/las-vegas-anthem', '/locate-a-caliber-collision-center/las-vegas-downtown' => 'https://www.caliber.com/find-a-location/las-vegas-downtown', '/locate-a-caliber-collision-center/las-vegas-procyon-st' => 'https://www.caliber.com/find-a-location/las-vegas-procyon-st', '/locate-a-caliber-collision-center/las-vegas-rancho-rd' => 'https://www.caliber.com/find-a-location/las-vegas-rancho-rd', '/locate-a-caliber-collision-center/las-vegas-ricky-rd' => 'https://www.caliber.com/find-a-location/las-vegas-ricky-rd', '/locate-a-caliber-collision-center/lawrenceville' => 'https://www.caliber.com/find-a-location/lawrenceville', '/locate-a-caliber-collision-center/leander-crystal-falls-pkwy' => 'https://www.caliber.com/find-a-location/leander-crystal-falls-pkwy', '/locate-a-caliber-collision-center/lebanon' => 'https://www.caliber.com/find-a-location/lebanon', '/locate-a-caliber-collision-center/lebanon-oh' => 'https://www.caliber.com/find-a-location/lebanon-oh', '/locate-a-caliber-collision-center/lebanon-pa' => 'https://www.caliber.com/find-a-location/lebanon-pa', '/locate-a-caliber-collision-center/lebanon-west-main-st' => 'https://www.caliber.com/find-a-location/lebanon-west-main-st', '/locate-a-caliber-collision-center/leesburg' => 'https://www.caliber.com/find-a-location/leesburg', '/locate-a-caliber-collision-center/lehigh-acres' => 'https://www.caliber.com/find-a-location/lehigh-acres', '/locate-a-caliber-collision-center/leon-springs-luxury' => 'https://www.caliber.com/find-a-location/luxury-leon-springs', '/locate-a-caliber-collision-center/levittown' => 'https://www.caliber.com/find-a-location/levittown', '/locate-a-caliber-collision-center/lewisville' => 'https://www.caliber.com/find-a-location/lewisville', '/locate-a-caliber-collision-center/lexington-ky' => 'https://www.caliber.com/find-a-location/lexington-ky', '/locate-a-caliber-collision-center/lexington-park' => 'https://www.caliber.com/find-a-location/lexington-park', '/locate-a-caliber-collision-center/lexington-sc' => 'https://www.caliber.com/find-a-location/lexington-sc', '/locate-a-caliber-collision-center/libertyville' => 'https://www.caliber.com/find-a-location/libertyville', '/locate-a-caliber-collision-center/lincoln' => 'https://www.caliber.com/find-a-location/lincoln', '/locate-a-caliber-collision-center/litchfield-park' => 'https://www.caliber.com/find-a-location/litchfield-park', '/locate-a-caliber-collision-center/lithia-springs' => 'https://www.caliber.com/find-a-location/lithia-springs', '/locate-a-caliber-collision-center/little-elm' => 'https://www.caliber.com/find-a-location/little-elm', '/locate-a-caliber-collision-center/littleton' => 'https://www.caliber.com/find-a-location/littleton', '/locate-a-caliber-collision-center/littleton-chatfield' => 'https://www.caliber.com/find-a-location/littleton-chatfield', '/locate-a-caliber-collision-center/littleton-s-broadway' => 'https://www.caliber.com/find-a-location/littleton-s-broadway', '/locate-a-caliber-collision-center/logan' => 'https://www.caliber.com/find-a-location/logan', '/locate-a-caliber-collision-center/lomita' => 'https://www.caliber.com/find-a-location/lomita', '/locate-a-caliber-collision-center/lompoc' => 'https://www.caliber.com/find-a-location/lompoc', '/locate-a-caliber-collision-center/long-beach' => 'https://www.caliber.com/find-a-location/long-beach', '/locate-a-caliber-collision-center/longmont' => 'https://www.caliber.com/find-a-location/longmont', '/locate-a-caliber-collision-center/longmont-boston-ave' => 'https://www.caliber.com/find-a-location/longmont-boston-ave', '/locate-a-caliber-collision-center/longview-north' => 'https://www.caliber.com/find-a-location/longview-north', '/locate-a-caliber-collision-center/longwood' => 'https://www.caliber.com/find-a-location/longwood', '/locate-a-caliber-collision-center/los-angeles-downtown' => 'https://www.caliber.com/find-a-location/los-angeles-downtown', '/locate-a-caliber-collision-center/los-angeles-griffith-park' => 'https://www.caliber.com/find-a-location/los-angeles-griffith-park', '/locate-a-caliber-collision-center/los-angeles-mid-city' => 'https://www.caliber.com/find-a-location/los-angeles-mid-city', '/locate-a-caliber-collision-center/los-angeles-s-la-brea' => 'https://www.caliber.com/find-a-location/los-angeles-s-la-brea', '/locate-a-caliber-collision-center/los-angeles-w-adams-blvd' => 'https://www.caliber.com/find-a-location/los-angeles-w-adams-blvd', '/locate-a-caliber-collision-center/los-angeles-w-washington' => 'https://www.caliber.com/find-a-location/los-angeles-w-washington', '/locate-a-caliber-collision-center/los-banos' => 'https://www.caliber.com/find-a-location/los-banos', '/locate-a-caliber-collision-center/los-gatos' => 'https://www.caliber.com/find-a-location/los-gatos', '/locate-a-caliber-collision-center/louisville-dixie-hwy' => 'https://www.caliber.com/find-a-location/louisville-dixie-hwy', '/locate-a-caliber-collision-center/loveland' => 'https://www.caliber.com/find-a-location/loveland', '/locate-a-caliber-collision-center/loveland-oh' => 'https://www.caliber.com/find-a-location/loveland-oh', '/locate-a-caliber-collision-center/loveland-topaz-dr' => 'https://www.caliber.com/find-a-location/loveland-topaz-dr', '/locate-a-caliber-collision-center/lumberton' => 'https://www.caliber.com/find-a-location/lumberton', '/locate-a-caliber-collision-center/lutz' => 'https://www.caliber.com/find-a-location/lutz', '/locate-a-caliber-collision-center/lynbrook' => 'https://www.caliber.com/find-a-location/lynbrook', '/locate-a-caliber-collision-center/lynchburg' => 'https://www.caliber.com/find-a-location/lynchburg', '/locate-a-caliber-collision-center/lynnwood-wa' => 'https://www.caliber.com/find-a-location/lynnwood-wa', '/locate-a-caliber-collision-center/lynwood-il' => 'https://www.caliber.com/find-a-location/lynwood-il', '/locate-a-caliber-collision-center/macon' => 'https://www.caliber.com/find-a-location/macon', '/locate-a-caliber-collision-center/madera' => 'https://www.caliber.com/find-a-location/madera', '/locate-a-caliber-collision-center/madison' => 'https://www.caliber.com/find-a-location/madison', '/locate-a-caliber-collision-center/madison-east-towne' => 'https://www.caliber.com/find-a-location/madison-east-towne', '/locate-a-caliber-collision-center/madison-gallatin-pike' => 'https://www.caliber.com/find-a-location/madison-gallatin-pike', '/locate-a-caliber-collision-center/madison-west-towne' => 'https://www.caliber.com/find-a-location/madison-west-towne', '/locate-a-caliber-collision-center/manassas' => 'https://www.caliber.com/find-a-location/manassas', '/locate-a-caliber-collision-center/manayunk' => 'https://www.caliber.com/find-a-location/manayunk', '/locate-a-caliber-collision-center/manchaca' => 'https://www.caliber.com/find-a-location/austin-menchaca', '/locate-a-caliber-collision-center/mansfield' => 'https://www.caliber.com/find-a-location/mansfield', '/locate-a-caliber-collision-center/manteca' => 'https://www.caliber.com/find-a-location/manteca', '/locate-a-caliber-collision-center/maple-grove' => 'https://www.caliber.com/find-a-location/maple-grove', '/locate-a-caliber-collision-center/maplewood' => 'https://www.caliber.com/find-a-location/maplewood', '/locate-a-caliber-collision-center/marble-falls' => 'https://www.caliber.com/find-a-location/marble-falls', '/locate-a-caliber-collision-center/margaret-wallace' => 'https://www.caliber.com/find-a-location/margaret-wallace', '/locate-a-caliber-collision-center/marietta' => 'https://www.caliber.com/find-a-location/marietta', '/locate-a-caliber-collision-center/marietta-cobb-pkwy' => 'https://www.caliber.com/find-a-location/marietta-cobb-parkway', '/locate-a-caliber-collision-center/marlow-heights' => 'https://www.caliber.com/find-a-location/marlow-heights', '/locate-a-caliber-collision-center/marlton' => 'https://www.caliber.com/find-a-location/marlton', '/locate-a-caliber-collision-center/marmora' => 'https://www.caliber.com/find-a-location/marmora', '/locate-a-caliber-collision-center/maryland-heights' => 'https://www.caliber.com/find-a-location/maryland-heights', '/locate-a-caliber-collision-center/marysville-wa' => 'https://www.caliber.com/find-a-location/marysville-wa', '/locate-a-caliber-collision-center/maryville-il' => 'https://www.caliber.com/find-a-location/maryville-il', '/locate-a-caliber-collision-center/massaponax' => 'https://www.caliber.com/find-a-location/massaponax', '/locate-a-caliber-collision-center/matthews' => 'https://www.caliber.com/find-a-location/matthews', '/locate-a-caliber-collision-center/mays-landing' => 'https://www.caliber.com/find-a-location/mays-landing', '/locate-a-caliber-collision-center/mckeesport' => 'https://www.caliber.com/find-a-location/mckeesport', '/locate-a-caliber-collision-center/mckinney-east' => 'https://www.caliber.com/find-a-location/mckinney-east', '/locate-a-caliber-collision-center/mckinney-hwy-380' => 'https://www.caliber.com/find-a-location/mckinney-hwy-380', '/locate-a-caliber-collision-center/mckinney-northwest' => 'https://www.caliber.com/find-a-location/mckinney-northwest', '/locate-a-caliber-collision-center/medford' => 'https://www.caliber.com/find-a-location/medford', '/locate-a-caliber-collision-center/medina' => 'https://www.caliber.com/find-a-location/medina', '/locate-a-caliber-collision-center/memphis-covington-pike' => 'https://www.caliber.com/find-a-location/memphis-covington-pike', '/locate-a-caliber-collision-center/memphis-downtown' => 'https://www.caliber.com/find-a-location/memphis-downtown', '/locate-a-caliber-collision-center/memphis-mt-moriah' => 'https://www.caliber.com/find-a-location/memphis-mt-moriah', '/locate-a-caliber-collision-center/memphis-southwind' => 'https://www.caliber.com/find-a-location/memphis-southwind', '/locate-a-caliber-collision-center/meridian' => 'https://www.caliber.com/find-a-location/meridian', '/locate-a-caliber-collision-center/meridian-e-fairview' => 'https://www.caliber.com/find-a-location/meridian-e-fairview', '/locate-a-caliber-collision-center/meridian-s-adkins-way' => 'https://www.caliber.com/find-a-location/meridian-s-adkins-way', '/locate-a-caliber-collision-center/merrillville' => 'https://www.caliber.com/find-a-location/merrillville', '/locate-a-caliber-collision-center/mesa-broadway-rd' => 'https://www.caliber.com/find-a-location/mesa-broadway-rd', '/locate-a-caliber-collision-center/mesa-east-main-st' => 'https://www.caliber.com/find-a-location/mesa-east-main-st', '/locate-a-caliber-collision-center/mesa-gateway' => 'https://www.caliber.com/find-a-location/mesa-gateway', '/locate-a-caliber-collision-center/miami-ne-14th-ave' => 'https://www.caliber.com/find-a-location/miami-ne-14th-ave', '/locate-a-caliber-collision-center/miami-north-doral' => 'https://www.caliber.com/find-a-location/miami-north-doral', '/locate-a-caliber-collision-center/miami-s-dixie-hwy' => 'https://www.caliber.com/find-a-location/miami-s-dixie-hwy', '/locate-a-caliber-collision-center/michigan-city' => 'https://www.caliber.com/find-a-location/michigan-city', '/locate-a-caliber-collision-center/middleton-wi' => 'https://www.caliber.com/find-a-location/middleton-wi', '/locate-a-caliber-collision-center/middletown-de' => 'https://www.caliber.com/find-a-location/middletown-de', '/locate-a-caliber-collision-center/midland-w-front-st' => 'https://www.caliber.com/find-a-location/midland-w-front-st', '/locate-a-caliber-collision-center/midlothian-grove-rd' => 'https://www.caliber.com/find-a-location/midlothian-grove-rd', '/locate-a-caliber-collision-center/midwest-city' => 'https://www.caliber.com/find-a-location/midwest-city', '/locate-a-caliber-collision-center/milford' => 'https://www.caliber.com/find-a-location/milford', '/locate-a-caliber-collision-center/millcreek' => 'https://www.caliber.com/find-a-location/millcreek', '/locate-a-caliber-collision-center/millersville' => 'https://www.caliber.com/find-a-location/millersville', '/locate-a-caliber-collision-center/milpitas' => 'https://www.caliber.com/find-a-location/milpitas', '/locate-a-caliber-collision-center/milwaukee-north' => 'https://www.caliber.com/find-a-location/milwaukee-north', '/locate-a-caliber-collision-center/minneapolis-downtown' => 'https://www.caliber.com/find-a-location/minneapolis-downtown', '/locate-a-caliber-collision-center/minnesota-fleet' => 'https://www.caliber.com/find-a-location/minnesota-fleet', '/locate-a-caliber-collision-center/miramar' => 'https://www.caliber.com/find-a-location/san-diego-miramar', '/locate-a-caliber-collision-center/mira-mesa' => 'https://www.caliber.com/find-a-location/mira-mesa', '/locate-a-caliber-collision-center/mishawaka' => 'https://www.caliber.com/find-a-location/mishawaka', '/locate-a-caliber-collision-center/mission-bay' => 'https://www.caliber.com/find-a-location/mission-bay', '/locate-a-caliber-collision-center/mission-valley' => 'https://www.caliber.com/find-a-location/mission-valley', '/locate-a-caliber-collision-center/mission-viejo' => 'https://www.caliber.com/find-a-location/mission-viejo', '/locate-a-caliber-collision-center/missouri-city' => 'https://www.caliber.com/find-a-location/missouri-city', '/locate-a-caliber-collision-center/mitchell' => 'https://www.caliber.com/find-a-location/mitchell', '/locate-a-caliber-collision-center/mobile-schillinger-rd-s' => 'https://www.caliber.com/find-a-location/mobile-schillinger-rd-s', '/locate-a-caliber-collision-center/mobile-springhill-ave' => 'https://www.caliber.com/find-a-location/mobile-springhill-ave', '/locate-a-caliber-collision-center/modesto' => 'https://www.caliber.com/find-a-location/modesto', '/locate-a-caliber-collision-center/modesto-10th-st' => 'https://www.caliber.com/find-a-location/modesto-10th-st', '/locate-a-caliber-collision-center/modesto-bangs-ave' => 'https://www.caliber.com/find-a-location/modesto-bangs-ave', '/locate-a-caliber-collision-center/modesto-stratos-way' => 'https://www.caliber.com/find-a-location/modesto-stratos-way', '/locate-a-caliber-collision-center/monroe' => 'https://www.caliber.com/find-a-location/monroe', '/locate-a-caliber-collision-center/monroe-hwy-74' => 'https://www.caliber.com/find-a-location/monroe-hwy-74', '/locate-a-caliber-collision-center/monroe-wa' => 'https://www.caliber.com/find-a-location/monroe-wa', '/locate-a-caliber-collision-center/monrovia' => 'https://www.caliber.com/find-a-location/monrovia', '/locate-a-caliber-collision-center/montgomery-n-eastern-blvd' => 'https://www.caliber.com/find-a-location/montgomery-n-eastern-bl', '/locate-a-caliber-collision-center/monument' => 'https://www.caliber.com/find-a-location/monument', '/locate-a-caliber-collision-center/moore' => 'https://www.caliber.com/find-a-location/moore', '/locate-a-caliber-collision-center/mooresville' => 'https://www.caliber.com/find-a-location/mooresville', '/locate-a-caliber-collision-center/moraine' => 'https://www.caliber.com/find-a-location/moraine', '/locate-a-caliber-collision-center/moreno-valley' => 'https://www.caliber.com/find-a-location/moreno-valley', '/locate-a-caliber-collision-center/morgan-hill' => 'https://www.caliber.com/find-a-location/morgan-hill', '/locate-a-caliber-collision-center/morrow' => 'https://www.caliber.com/find-a-location/morrow', '/locate-a-caliber-collision-center/morrow-mt-zion-blvd' => 'https://www.caliber.com/find-a-location/morrow-mt-zion-blvd', '/locate-a-caliber-collision-center/mountain-view' => 'https://www.caliber.com/find-a-location/mountain-view', '/locate-a-caliber-collision-center/mount-pleasant-sc' => 'https://www.caliber.com/find-a-location/mount-pleasant-sc', '/locate-a-caliber-collision-center/mount-pleasant-wi' => 'https://www.caliber.com/find-a-location/mount-pleasant-wi', '/locate-a-caliber-collision-center/mt-juliet' => 'https://www.caliber.com/find-a-location/mt-juliet', '/locate-a-caliber-collision-center/mullica-hill' => 'https://www.caliber.com/find-a-location/mullica-hill', '/locate-a-caliber-collision-center/muncie-north' => 'https://www.caliber.com/find-a-location/muncie-north', '/locate-a-caliber-collision-center/murfreesboro' => 'https://www.caliber.com/find-a-location/murfreesboro', '/locate-a-caliber-collision-center/murray' => 'https://www.caliber.com/find-a-location/murray', '/locate-a-caliber-collision-center/murrells-inlet' => 'https://www.caliber.com/find-a-location/murrells-inlet', '/locate-a-caliber-collision-center/murrieta' => 'https://www.caliber.com/find-a-location/murrieta', '/locate-a-caliber-collision-center/myrtle-beach-south' => 'https://www.caliber.com/find-a-location/myrtle-beach-south', '/locate-a-caliber-collision-center/nampa' => 'https://www.caliber.com/find-a-location/nampa', '/locate-a-caliber-collision-center/napa' => 'https://www.caliber.com/find-a-location/napa', '/locate-a-caliber-collision-center/naperville' => 'https://www.caliber.com/find-a-location/naperville', '/locate-a-caliber-collision-center/naperville-701-frontenac' => 'https://www.caliber.com/find-a-location/naperville-701-frontenac', '/locate-a-caliber-collision-center/naperville-801-frontenac' => 'https://www.caliber.com/find-a-location/naperville-801-frontenac', '/locate-a-caliber-collision-center/naples' => 'https://www.caliber.com/find-a-location/naples', '/locate-a-caliber-collision-center/nashville-downtown' => 'https://www.caliber.com/find-a-location/nashville-downtown', '/locate-a-caliber-collision-center/nashville-non-drive-south' => 'https://www.caliber.com/find-a-location/nashville-non-drive-south', '/locate-a-caliber-collision-center/nashville-west' => 'https://www.caliber.com/find-a-location/nashville-west', '/locate-a-caliber-collision-center/national-city' => 'https://www.caliber.com/find-a-location/national-city', '/locate-a-caliber-collision-center/navarre' => 'https://www.caliber.com/find-a-location/navarre', '/locate-a-caliber-collision-center/new-berlin' => 'https://www.caliber.com/find-a-location/new-berlin', '/locate-a-caliber-collision-center/new-berlin-sunnyslope' => 'https://www.caliber.com/find-a-location/new-berlin-sunnyslope', '/locate-a-caliber-collision-center/new-bern' => 'https://www.caliber.com/find-a-location/new-bern', '/locate-a-caliber-collision-center/new-braunfels' => 'https://www.caliber.com/find-a-location/new-braunfels', '/locate-a-caliber-collision-center/newburgh' => 'https://www.caliber.com/find-a-location/newburgh-in', '/locate-a-caliber-collision-center/new-hampton' => 'https://www.caliber.com/find-a-location/new-hampton', '/locate-a-caliber-collision-center/new-holland' => 'https://www.caliber.com/find-a-location/new-holland', '/locate-a-caliber-collision-center/new-kensington' => 'https://www.caliber.com/find-a-location/new-kensington', '/locate-a-caliber-collision-center/newnan' => 'https://www.caliber.com/find-a-location/newnan', '/locate-a-caliber-collision-center/newport' => 'https://www.caliber.com/find-a-location/newport', '/locate-a-caliber-collision-center/newport-news' => 'https://www.caliber.com/find-a-location/newport-news', '/locate-a-caliber-collision-center/newtown-square' => 'https://www.caliber.com/find-a-location/newtown-square', '/locate-a-caliber-collision-center/nicholasville' => 'https://www.caliber.com/find-a-location/nicholasville', '/locate-a-caliber-collision-center/nolanville' => 'https://www.caliber.com/find-a-location/nolanville', '/locate-a-caliber-collision-center/norco' => 'https://www.caliber.com/find-a-location/norco', '/locate-a-caliber-collision-center/norcross' => 'https://www.caliber.com/find-a-location/norcross', '/locate-a-caliber-collision-center/norfolk-wards-corner' => 'https://www.caliber.com/find-a-location/norfolk-wards-corner', '/locate-a-caliber-collision-center/north-bethesda' => 'https://www.caliber.com/find-a-location/north-bethesda', '/locate-a-caliber-collision-center/northbrook' => 'https://www.caliber.com/find-a-location/northbrook', '/locate-a-caliber-collision-center/north-charleston' => 'https://www.caliber.com/find-a-location/north-charleston', '/locate-a-caliber-collision-center/north-costa-mesa' => 'https://www.caliber.com/find-a-location/north-costa-mesa', '/locate-a-caliber-collision-center/northeast-philadelphia' => 'https://www.caliber.com/find-a-location/northeast-philadelphia', '/locate-a-caliber-collision-center/north-fulton' => 'https://www.caliber.com/find-a-location/north-fulton', '/locate-a-caliber-collision-center/northglenn' => 'https://www.caliber.com/find-a-location/northglenn', '/locate-a-caliber-collision-center/north-hollywood' => 'https://www.caliber.com/find-a-location/north-hollywood', '/locate-a-caliber-collision-center/north-hollywood-burbank-blvd' => 'https://www.caliber.com/find-a-location/north-hollywood-burbank-blvd', '/locate-a-caliber-collision-center/northlake' => 'https://www.caliber.com/find-a-location/northlake', '/locate-a-caliber-collision-center/north-lamar' => 'https://www.caliber.com/find-a-location/austin-north-lamar', '/locate-a-caliber-collision-center/north-las-vegas' => 'https://www.caliber.com/find-a-location/north-las-vegas', '/locate-a-caliber-collision-center/north-las-vegas-aliante' => 'https://www.caliber.com/find-a-location/north-las-vegas-aliante', '/locate-a-caliber-collision-center/north-las-vegas-e-craig-rd' => 'https://www.caliber.com/find-a-location/north-las-vegas-e-craig-rd', '/locate-a-caliber-collision-center/north-richland-hills' => 'https://www.caliber.com/find-a-location/north-richland-hills', '/locate-a-caliber-collision-center/north-riverside' => 'https://www.caliber.com/find-a-location/north-riverside', '/locate-a-caliber-collision-center/north-sarasota' => 'https://www.caliber.com/find-a-location/north-sarasota', '/locate-a-caliber-collision-center/north-wales' => 'https://www.caliber.com/find-a-location/north-wales', '/locate-a-caliber-collision-center/northwest-anaheim' => 'https://www.caliber.com/find-a-location/northwest-anaheim', '/locate-a-caliber-collision-center/northwest-oklahoma-city' => 'https://www.caliber.com/find-a-location/nw-oklahoma-city', '/locate-a-caliber-collision-center/norton' => 'https://www.caliber.com/find-a-location/norton', '/locate-a-caliber-collision-center/norwalk' => 'https://www.caliber.com/find-a-location/norwalk', '/locate-a-caliber-collision-center/nottingham' => 'https://www.caliber.com/find-a-location/nottingham', '/locate-a-caliber-collision-center/oak-creek' => 'https://www.caliber.com/find-a-location/oak-creek', '/locate-a-caliber-collision-center/oakland-11th-st' => 'https://www.caliber.com/find-a-location/oakland-11th-st', '/locate-a-caliber-collision-center/oakland-mlk-jr-way' => 'https://www.caliber.com/find-a-location/oakland-mlk-jr-way', '/locate-a-caliber-collision-center/oakland-park' => 'https://www.caliber.com/find-a-location/oakland-park', '/locate-a-caliber-collision-center/oakwood' => 'https://www.caliber.com/find-a-location/oakwood', '/locate-a-caliber-collision-center/ocala-west' => 'https://www.caliber.com/find-a-location/ocala-west', '/locate-a-caliber-collision-center/ocean-city' => 'https://www.caliber.com/find-a-location/ocean-city', '/locate-a-caliber-collision-center/oceanside' => 'https://www.caliber.com/find-a-location/oceanside', '/locate-a-caliber-collision-center/oconomowoc' => 'https://www.caliber.com/find-a-location/oconomowoc', '/locate-a-caliber-collision-center/odessa' => 'https://www.caliber.com/find-a-location/odessa', '/locate-a-caliber-collision-center/o-fallon' => 'https://www.caliber.com/find-a-location/ofallon-il', '/locate-a-caliber-collision-center/o-fallon-mo' => 'https://www.caliber.com/find-a-location/ofallon-mo', '/locate-a-caliber-collision-center/ogden' => 'https://www.caliber.com/find-a-location/ogden', '/locate-a-caliber-collision-center/olive-branch' => 'https://www.caliber.com/find-a-location/olive-branch', '/locate-a-caliber-collision-center/ontario' => 'https://www.caliber.com/find-a-location/ontario', '/locate-a-caliber-collision-center/ontario-downtown' => 'https://www.caliber.com/find-a-location/ontario-downtown', '/locate-a-caliber-collision-center/orange-non-drive' => 'https://www.caliber.com/find-a-location/orange-non-drive', '/locate-a-caliber-collision-center/orangevale' => 'https://www.caliber.com/find-a-location/orangevale', '/locate-a-caliber-collision-center/orlando-e-colonial' => 'https://www.caliber.com/find-a-location/orlando-e-colonial', '/locate-a-caliber-collision-center/orlando-orange-blossom' => 'https://www.caliber.com/find-a-location/orlando-orange-blossom', '/locate-a-caliber-collision-center/orlando-w-oak-ridge-rd' => 'https://www.caliber.com/find-a-location/orlando-w-oak-ridge-rd', '/locate-a-caliber-collision-center/oro-valley' => 'https://www.caliber.com/find-a-location/oro-valley', '/locate-a-caliber-collision-center/oswego' => 'https://www.caliber.com/find-a-location/oswego', '/locate-a-caliber-collision-center/oviedo' => 'https://www.caliber.com/find-a-location/oviedo', '/locate-a-caliber-collision-center/oxford-valley' => 'https://www.caliber.com/find-a-location/oxford-valley', '/locate-a-caliber-collision-center/oxnard' => 'https://www.caliber.com/find-a-location/oxnard', '/locate-a-caliber-collision-center/oxnard-auto-center' => 'https://www.caliber.com/find-a-location/oxnard-auto-center', '/locate-a-caliber-collision-center/oxon-hill' => 'https://www.caliber.com/find-a-location/oxon-hill', '/locate-a-caliber-collision-center/pacific-beach' => 'https://www.caliber.com/find-a-location/pacific-beach', '/locate-a-caliber-collision-center/painesville' => 'https://www.caliber.com/find-a-location/painesville', '/locate-a-caliber-collision-center/palatine-il' => 'https://www.caliber.com/find-a-location/palatine', '/locate-a-caliber-collision-center/palm-coast' => 'https://www.caliber.com/find-a-location/palm-coast', '/locate-a-caliber-collision-center/palmdale' => 'https://www.caliber.com/find-a-location/palmdale', '/locate-a-caliber-collision-center/palm-desert' => 'https://www.caliber.com/find-a-location/palm-desert', '/locate-a-caliber-collision-center/palmetto' => 'https://www.caliber.com/find-a-location/palmetto', '/locate-a-caliber-collision-center/palo-alto' => 'https://www.caliber.com/find-a-location/palo-alto', '/locate-a-caliber-collision-center/palos-hills' => 'https://www.caliber.com/find-a-location/palos-hills', '/locate-a-caliber-collision-center/parker' => 'https://www.caliber.com/find-a-location/parker', '/locate-a-caliber-collision-center/parker-woodman-way' => 'https://www.caliber.com/find-a-location/parker-woodman-dr', '/locate-a-caliber-collision-center/parkesburg' => 'https://www.caliber.com/find-a-location/parkesburg', '/locate-a-caliber-collision-center/park-forest' => 'https://www.caliber.com/find-a-location/park-forest', '/locate-a-caliber-collision-center/pasadena' => 'https://www.caliber.com/find-a-location/pasadena', '/locate-a-caliber-collision-center/pasadena-e-colorado-blvd' => 'https://www.caliber.com/find-a-location/pasadena-e-colorado-blvd', '/locate-a-caliber-collision-center/paso-robles' => 'https://www.caliber.com/find-a-location/paso-robles', '/locate-a-caliber-collision-center/patchogue' => 'https://www.caliber.com/find-a-location/patchogue', '/locate-a-caliber-collision-center/pawleys-island' => 'https://www.caliber.com/find-a-location/pawleys-island', '/locate-a-caliber-collision-center/peachtree-city' => 'https://www.caliber.com/find-a-location/peachtree-city', '/locate-a-caliber-collision-center/peachtree-city-clover-reach' => 'https://www.caliber.com/find-a-location/peachtree-city-clover-reach', '/locate-a-caliber-collision-center/pearland' => 'https://www.caliber.com/find-a-location/pearland', '/locate-a-caliber-collision-center/pembroke-pines-west' => 'https://www.caliber.com/find-a-location/pembroke-pines-west', '/locate-a-caliber-collision-center/pennington' => 'https://www.caliber.com/find-a-location/pennington', '/locate-a-caliber-collision-center/pennsauken' => 'https://www.caliber.com/find-a-location/pennsauken', '/locate-a-caliber-collision-center/pewaukee' => 'https://www.caliber.com/find-a-location/pewaukee', '/locate-a-caliber-collision-center/pflugerville' => 'https://www.caliber.com/find-a-location/pflugerville', '/locate-a-caliber-collision-center/philadelphia-byberry-rd' => 'https://www.caliber.com/find-a-location/philadelphia-byberry-rd', '/locate-a-caliber-collision-center/philadelphia-fleet' => 'https://www.caliber.com/find-a-location/philadelphia-fleet', '/locate-a-caliber-collision-center/philadelphia-frankford' => 'https://www.caliber.com/find-a-location/philadelphia-frankford', '/locate-a-caliber-collision-center/philadelphia-grant-ave' => 'https://www.caliber.com/find-a-location/philadelphia-grant-ave', '/locate-a-caliber-collision-center/philadelphia-non-drive' => 'https://www.caliber.com/find-a-location/philadelphia-non-drive', '/locate-a-caliber-collision-center/philadelphia-york-st' => 'https://www.caliber.com/find-a-location/philadelphia-york-st', '/locate-a-caliber-collision-center/pineville' => 'https://www.caliber.com/find-a-location/pineville', '/locate-a-caliber-collision-center/plainfield' => 'https://www.caliber.com/find-a-location/plainfield', '/locate-a-caliber-collision-center/plano' => 'https://www.caliber.com/find-a-location/plano', '/locate-a-caliber-collision-center/plano-coit-rd' => 'https://www.caliber.com/find-a-location/plano-coit-rd', '/locate-a-caliber-collision-center/pleasanton' => 'https://www.caliber.com/find-a-location/pleasanton', '/locate-a-caliber-collision-center/pleasantville' => 'https://www.caliber.com/find-a-location/pleasantville', '/locate-a-caliber-collision-center/plymouth' => 'https://www.caliber.com/find-a-location/plymouth', '/locate-a-caliber-collision-center/pocomoke' => 'https://www.caliber.com/find-a-location/pocomoke', '/locate-a-caliber-collision-center/pompano-beach' => 'https://www.caliber.com/find-a-location/pompano-beach', '/locate-a-caliber-collision-center/portland-nu-way' => 'https://www.caliber.com/find-a-location/portland-nu-way', '/locate-a-caliber-collision-center/portland-southeast' => 'https://www.caliber.com/find-a-location/portland-woodstock', '/locate-a-caliber-collision-center/portland-st-johns' => 'https://www.caliber.com/find-a-location/portland-st-johns', '/locate-a-caliber-collision-center/portsmouth-airline-blvd' => 'https://www.caliber.com/find-a-location/portsmouth-airline-blvd', '/locate-a-caliber-collision-center/poughkeepsie' => 'https://www.caliber.com/find-a-location/poughkeepsie', '/locate-a-caliber-collision-center/poulsbo' => 'https://www.caliber.com/find-a-location/poulsbo', '/locate-a-caliber-collision-center/poway' => 'https://www.caliber.com/find-a-location/poway', '/locate-a-caliber-collision-center/provo' => 'https://www.caliber.com/find-a-location/provo', '/locate-a-caliber-collision-center/pueblo' => 'https://www.caliber.com/find-a-location/pueblo', '/locate-a-caliber-collision-center/pueblo-west' => 'https://www.caliber.com/find-a-location/pueblo-west', '/locate-a-caliber-collision-center/purcellville' => 'https://www.caliber.com/find-a-location/purcellville', '/locate-a-caliber-collision-center/puyallup-canyon-rd' => 'https://www.caliber.com/find-a-location/puyallup-canyon-road', '/locate-a-caliber-collision-center/puyallup-river-rd' => 'https://www.caliber.com/find-a-location/puyallup-river-road', '/locate-a-caliber-collision-center/queen-creek' => 'https://www.caliber.com/find-a-location/queen-creek', '/locate-a-caliber-collision-center/queensbury' => 'https://www.caliber.com/find-a-location/queensbury', '/locate-a-caliber-collision-center/queens-village' => 'https://www.caliber.com/find-a-location/queens-village', '/locate-a-caliber-collision-center/raleigh-crabtree' => 'https://www.caliber.com/find-a-location/raleigh-fleet', '/locate-a-caliber-collision-center/raleigh-downtown' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-glenwood-ave' => 'https://www.caliber.com/find-a-location/raleigh-glenwood-ave', '/locate-a-caliber-collision-center/raleigh-new-bern-ave' => 'https://www.caliber.com/find-a-location/raleigh-new-bern-ave', '/locate-a-caliber-collision-center/raleigh-non-drive' => 'https://www.caliber.com/find-a-location/raleigh-non-drive', '/locate-a-caliber-collision-center/raleigh-paragon' => 'https://www.caliber.com/find-a-location/raleigh-paragon', '/locate-a-caliber-collision-center/rancho-cordova' => 'https://www.caliber.com/find-a-location/rancho-cordova', '/locate-a-caliber-collision-center/rancho-cucamonga' => 'https://www.caliber.com/find-a-location/rancho-cucamonga', '/locate-a-caliber-collision-center/rancho-santa-margarita' => 'https://www.caliber.com/find-a-location/rancho-santa-margarita', '/locate-a-caliber-collision-center/randallstown' => 'https://www.caliber.com/find-a-location/randallstown', '/locate-a-caliber-collision-center/reading-centre-ave' => 'https://www.caliber.com/find-a-location/reading-centre-ave', '/locate-a-caliber-collision-center/redlands' => 'https://www.caliber.com/find-a-location/redlands', '/locate-a-caliber-collision-center/red-mill' => 'https://www.caliber.com/find-a-location/red-mill', '/locate-a-caliber-collision-center/red-oak' => 'https://www.caliber.com/find-a-location/red-oak', '/locate-a-caliber-collision-center/redwood-city' => 'https://www.caliber.com/find-a-location/redwood-city', '/locate-a-caliber-collision-center/redwood-city-north' => 'https://www.caliber.com/find-a-location/redwood-city-north', '/locate-a-caliber-collision-center/reisterstown' => 'https://www.caliber.com/find-a-location/reisterstown', '/locate-a-caliber-collision-center/reno' => 'https://www.caliber.com/find-a-location/reno', '/locate-a-caliber-collision-center/renton' => 'https://www.caliber.com/find-a-location/renton', '/locate-a-caliber-collision-center/reseda' => 'https://www.caliber.com/find-a-location/reseda', '/locate-a-caliber-collision-center/rialto' => 'https://www.caliber.com/find-a-location/rialto', '/locate-a-caliber-collision-center/richardson' => 'https://www.caliber.com/find-a-location/richardson', '/locate-a-caliber-collision-center/richmond-broad-st' => 'https://www.caliber.com/find-a-location/richmond-broad-st', '/locate-a-caliber-collision-center/richmond-chippenham-square' => 'https://www.caliber.com/find-a-location/richmond-chippenham-square', '/locate-a-caliber-collision-center/richmond-dabney-rd' => 'https://www.caliber.com/find-a-location/richmond-dabney-rd', '/locate-a-caliber-collision-center/richmond-eubank-rd' => 'https://www.caliber.com/find-a-location/richmond-eubank-rd', '/locate-a-caliber-collision-center/richmond-midlothian' => 'https://www.caliber.com/find-a-location/richmond-midlothian', '/locate-a-caliber-collision-center/richmond-non-drive' => 'https://www.caliber.com/find-a-location/richmond-non-drive', '/locate-a-caliber-collision-center/richmond-pocono' => 'https://www.caliber.com/find-a-location/richmond-pocono', '/locate-a-caliber-collision-center/richmond-ridgefield-pkwy' => 'https://www.caliber.com/find-a-location/richmond-ridgefield-pkwy', '/locate-a-caliber-collision-center/richmond-tx' => 'https://www.caliber.com/find-a-location/richmond-tx', '/locate-a-caliber-collision-center/rio-grande' => 'https://www.caliber.com/find-a-location/rio-grande', '/locate-a-caliber-collision-center/rising-sun-md' => 'https://www.caliber.com/find-a-location/rising-sun-md', '/locate-a-caliber-collision-center/riverhead' => 'https://www.caliber.com/find-a-location/riverhead', '/locate-a-caliber-collision-center/riverside' => 'https://www.caliber.com/find-a-location/riverside', '/locate-a-caliber-collision-center/riverside-14th-street' => 'https://www.caliber.com/find-a-location/riverside-14th-street', '/locate-a-caliber-collision-center/riverside-buchanan-st' => 'https://www.caliber.com/find-a-location/riverside-buchanan-st', '/locate-a-caliber-collision-center/riverside-downtown' => 'https://www.caliber.com/find-a-location/riverside-downtown', '/locate-a-caliber-collision-center/river-styx' => 'https://www.caliber.com/find-a-location/river-styx', '/locate-a-caliber-collision-center/riverton' => 'https://www.caliber.com/find-a-location/riverton', '/locate-a-caliber-collision-center/riverview' => 'https://www.caliber.com/find-a-location/riverview', '/locate-a-caliber-collision-center/roanoke-northeast' => 'https://www.caliber.com/find-a-location/roanoke-northeast', '/locate-a-caliber-collision-center/roanoke-south' => 'https://www.caliber.com/find-a-location/roanoke-south', '/locate-a-caliber-collision-center/roanoke-tx' => 'https://www.caliber.com/find-a-location/roanoke-tx', '/locate-a-caliber-collision-center/rochester-lake-ave' => 'https://www.caliber.com/find-a-location/rochester-lake-ave', '/locate-a-caliber-collision-center/rockford' => 'https://www.caliber.com/find-a-location/rockford', '/locate-a-caliber-collision-center/rock-hill' => 'https://www.caliber.com/find-a-location/rock-hill', '/locate-a-caliber-collision-center/rocklin' => 'https://www.caliber.com/find-a-location/rocklin', '/locate-a-caliber-collision-center/rockville' => 'https://www.caliber.com/find-a-location/rockville', '/locate-a-caliber-collision-center/rockwall' => 'https://www.caliber.com/find-a-location/rockwall', '/locate-a-caliber-collision-center/rocky-point' => 'https://www.caliber.com/find-a-location/rocky-point', '/locate-a-caliber-collision-center/rogers' => 'https://www.caliber.com/find-a-location/rogers', '/locate-a-caliber-collision-center/rosenberg' => 'https://www.caliber.com/find-a-location/rosenberg', '/locate-a-caliber-collision-center/roseville' => 'https://www.caliber.com/find-a-location/roseville', '/locate-a-caliber-collision-center/roseville-industrial-ave' => 'https://www.caliber.com/find-a-location/roseville-industrial-ave', '/locate-a-caliber-collision-center/roseville-mn' => 'https://www.caliber.com/find-a-location/roseville-mn', '/locate-a-caliber-collision-center/roseville-taylor-rd' => 'https://www.caliber.com/find-a-location/roseville-taylor-rd', '/locate-a-caliber-collision-center/roswell' => 'https://www.caliber.com/find-a-location/roswell', '/locate-a-caliber-collision-center/round-rock-commerce' => 'https://www.caliber.com/find-a-location/round-rock-commerce', '/locate-a-caliber-collision-center/round-rock-mays' => 'https://www.caliber.com/find-a-location/round-rock-mays', '/locate-a-caliber-collision-center/round-rock-sam-bass-rd' => 'https://www.caliber.com/find-a-location/round-rock-sam-bass-rd', '/locate-a-caliber-collision-center/royal-palm-beach' => 'https://www.caliber.com/find-a-location/royal-palm-beach', '/locate-a-caliber-collision-center/runnemede' => 'https://www.caliber.com/find-a-location/runnemede', '/locate-a-caliber-collision-center/sacramento-20th-st' => 'https://www.caliber.com/find-a-location/sacramento-20th-st', '/locate-a-caliber-collision-center/sacramento-antelope' => 'https://www.caliber.com/find-a-location/antelope', '/locate-a-caliber-collision-center/sacramento-citrus-heights' => 'https://www.caliber.com/find-a-location/citrus-heights', '/locate-a-caliber-collision-center/sacramento-florin-rd' => 'https://www.caliber.com/find-a-location/sacramento-florin-rd', '/locate-a-caliber-collision-center/sacramento-fulton-ave' => 'https://www.caliber.com/find-a-location/sacramento-fulton-ave', '/locate-a-caliber-collision-center/sacramento-lexington-st' => 'https://www.caliber.com/find-a-location/sacramento-lexington-st', '/locate-a-caliber-collision-center/sacramento-non-drive' => 'https://www.caliber.com/find-a-location/sacramento-non-drive', '/locate-a-caliber-collision-center/sacramento-stockton-blvd' => 'https://www.caliber.com/find-a-location/sacramento-stockton-blvd', '/locate-a-caliber-collision-center/sacramento-tower-ave' => 'https://www.caliber.com/find-a-location/sacramento-tower-ave', '/locate-a-caliber-collision-center/sacramento-university' => 'https://www.caliber.com/find-a-location/sacramento-university', '/locate-a-caliber-collision-center/salem-or-north' => 'https://www.caliber.com/find-a-location/salem-or-north', '/locate-a-caliber-collision-center/salem-or-south' => 'https://www.caliber.com/find-a-location/salem-or-south', '/locate-a-caliber-collision-center/salinas-downtown' => 'https://www.caliber.com/find-a-location/salinas-downtown', '/locate-a-caliber-collision-center/salisbury' => 'https://www.caliber.com/find-a-location/salisbury', '/locate-a-caliber-collision-center/salisbury-south' => 'https://www.caliber.com/find-a-location/salisbury-south', '/locate-a-caliber-collision-center/salt-lake-city-downtown' => 'https://www.caliber.com/find-a-location/salt-lake-city-downtown', '/locate-a-caliber-collision-center/salt-lake-city-s-state-st' => 'https://www.caliber.com/find-a-location/salt-lake-city-s-state-st', '/locate-a-caliber-collision-center/san-angelo-w-beauregard' => 'https://www.caliber.com/find-a-location/san-angelo-w-beauregard', '/locate-a-caliber-collision-center/san-antonio-281-north' => 'https://www.caliber.com/find-a-location/san-antonio-281-n', '/locate-a-caliber-collision-center/san-antonio-281-overlook' => 'https://www.caliber.com/find-a-location/san-antonio-281-overlook', '/locate-a-caliber-collision-center/san-antonio-airport' => 'https://www.caliber.com/find-a-location/san-antonio-airport', '/locate-a-caliber-collision-center/san-antonio-austin-hwy' => 'https://www.caliber.com/find-a-location/san-antonio-austin-hwy', '/locate-a-caliber-collision-center/san-antonio-bandera' => 'https://www.caliber.com/find-a-location/san-antonio-bandera', '/locate-a-caliber-collision-center/san-antonio-blanco' => 'https://www.caliber.com/find-a-location/san-antonio-blanco', '/locate-a-caliber-collision-center/san-antonio-cavender' => 'https://www.caliber.com/find-a-location/san-antonio-cavender', '/locate-a-caliber-collision-center/san-antonio-city-base' => 'https://www.caliber.com/find-a-location/san-antonio-city-base', '/locate-a-caliber-collision-center/san-antonio-converse' => 'https://www.caliber.com/find-a-location/san-antonio-converse', '/locate-a-caliber-collision-center/san-antonio-culebra-rd' => 'https://www.caliber.com/find-a-location/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-downtown' => 'https://www.caliber.com/find-a-location/san-antonio-downtown', '/locate-a-caliber-collision-center/san-antonio-foster-rd' => 'https://www.caliber.com/find-a-location/san-antonio-foster-rd', '/locate-a-caliber-collision-center/san-antonio-garden-ridge' => 'https://www.caliber.com/find-a-location/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/san-antonio-ih-10' => 'https://www.caliber.com/find-a-location/san-antonio-ih-10', '/locate-a-caliber-collision-center/san-antonio-loop-1604' => 'https://www.caliber.com/find-a-location/san-antonio-loop-1604', '/locate-a-caliber-collision-center/san-antonio-non-drive' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive', '/locate-a-caliber-collision-center/san-antonio-non-drive-north' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive-north', '/locate-a-caliber-collision-center/san-antonio-nw-loop-410' => 'https://www.caliber.com/find-a-location/san-antonio-nw-loop-410', '/locate-a-caliber-collision-center/san-antonio-san-pedro' => 'https://www.caliber.com/find-a-location/san-antonio-san-pedro', '/locate-a-caliber-collision-center/san-antonio-w-marbach' => 'https://www.caliber.com/find-a-location/san-antonio-w-marbach', '/locate-a-caliber-collision-center/san-bernardino' => 'https://www.caliber.com/find-a-location/san-bernardino', '/locate-a-caliber-collision-center/san-carlos' => 'https://www.caliber.com/find-a-location/san-carlos', '/locate-a-caliber-collision-center/san-clemente' => 'https://www.caliber.com/find-a-location/san-clemente', '/locate-a-caliber-collision-center/san-diego-bay-park' => 'https://www.caliber.com/find-a-location/san-diego-bay-park', '/locate-a-caliber-collision-center/san-diego-downtown' => 'https://www.caliber.com/find-a-location/san-diego-downtown', '/locate-a-caliber-collision-center/san-diego-north-park' => 'https://www.caliber.com/find-a-location/san-diego-north-park', '/locate-a-caliber-collision-center/san-diego-point-loma' => 'https://www.caliber.com/find-a-location/san-diego-point-loma', '/locate-a-caliber-collision-center/sandy' => 'https://www.caliber.com/find-a-location/sandy', '/locate-a-caliber-collision-center/sandy-east' => 'https://www.caliber.com/find-a-location/sandy-east', '/locate-a-caliber-collision-center/sanford' => 'https://www.caliber.com/find-a-location/sanford', '/locate-a-caliber-collision-center/san-jose-airport' => 'https://www.caliber.com/find-a-location/san-jose-airport', '/locate-a-caliber-collision-center/san-jose-downtown' => 'https://www.caliber.com/find-a-location/san-jose-downtown', '/locate-a-caliber-collision-center/san-jose-monterey-rd' => 'https://www.caliber.com/find-a-location/san-jose-monterey-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-st' => 'https://www.caliber.com/find-a-location/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan-capistrano' => 'https://www.caliber.com/find-a-location/san-juan-capistrano', '/locate-a-caliber-collision-center/san-leandro' => 'https://www.caliber.com/find-a-location/san-leandro', '/locate-a-caliber-collision-center/san-leandro-teagarden-st' => 'https://www.caliber.com/find-a-location/san-leandro-teagarden-st', '/locate-a-caliber-collision-center/san-luis-obispo-airport' => 'https://www.caliber.com/find-a-location/san-luis-obispo-airport', '/locate-a-caliber-collision-center/san-luis-obispo-granada-dr' => 'https://www.caliber.com/find-a-location/san-luis-obispo-granada-dr', '/locate-a-caliber-collision-center/san-marcos' => 'https://www.caliber.com/find-a-location/san-marcos', '/locate-a-caliber-collision-center/san-marcos-non-drive' => 'https://www.caliber.com/find-a-location/san-marcos-non-drive', '/locate-a-caliber-collision-center/san-marcos-tx' => 'https://www.caliber.com/find-a-location/san-marcos-tx', '/locate-a-caliber-collision-center/san-rafael' => 'https://www.caliber.com/find-a-location/san-rafael', '/locate-a-caliber-collision-center/san-ramon' => 'https://www.caliber.com/find-a-location/san-ramon', '/locate-a-caliber-collision-center/santa-ana' => 'https://www.caliber.com/find-a-location/santa-ana', '/locate-a-caliber-collision-center/santa-barbara' => 'https://www.caliber.com/find-a-location/santa-barbara', '/locate-a-caliber-collision-center/santa-barbara-edison-ave' => 'https://www.caliber.com/find-a-location/santa-barbara-edison-ave', '/locate-a-caliber-collision-center/santa-barbara-gutierrez' => 'https://www.caliber.com/find-a-location/santa-barbara-gutierrez', '/locate-a-caliber-collision-center/santa-clara-de-la-cruz-blvd' => 'https://www.caliber.com/find-a-location/santa-clara-de-la-cruz-blvd', '/locate-a-caliber-collision-center/santa-cruz' => 'https://www.caliber.com/find-a-location/santa-cruz', '/locate-a-caliber-collision-center/santa-fe-siler-rd' => 'https://www.caliber.com/find-a-location/santa-fe-siler-rd', '/locate-a-caliber-collision-center/santa-fe-springs' => 'https://www.caliber.com/find-a-location/santa-fe-springs', '/locate-a-caliber-collision-center/santa-maria' => 'https://www.caliber.com/find-a-location/santa-maria', '/locate-a-caliber-collision-center/santa-monica' => 'https://www.caliber.com/find-a-location/santa-monica', '/locate-a-caliber-collision-center/santa-monica-lincoln' => 'https://www.caliber.com/find-a-location/santa-monica-lincoln', '/locate-a-caliber-collision-center/santa-monica-pico-blvd' => 'https://www.caliber.com/find-a-location/santa-monica-pico-blvd', '/locate-a-caliber-collision-center/saraland' => 'https://www.caliber.com/find-a-location/saraland', '/locate-a-caliber-collision-center/sarasota-cattlemen-rd' => 'https://www.caliber.com/find-a-location/sarasota-cattlemen-rd', '/locate-a-caliber-collision-center/saratoga-springs' => 'https://www.caliber.com/find-a-location/saratoga-springs', '/locate-a-caliber-collision-center/savage' => 'https://www.caliber.com/find-a-location/savage', '/locate-a-caliber-collision-center/schaumburg' => 'https://www.caliber.com/find-a-location/schaumburg', '/locate-a-caliber-collision-center/schenectady' => 'https://www.caliber.com/find-a-location/schenectady', '/locate-a-caliber-collision-center/schiller-park' => 'https://www.caliber.com/find-a-location/schiller-park', '/locate-a-caliber-collision-center/scottsdale' => 'https://www.caliber.com/find-a-location/scottsdale', '/locate-a-caliber-collision-center/scottsdale-old-town' => 'https://www.caliber.com/find-a-location/scottsdale-old-town', '/locate-a-caliber-collision-center/scottsdale-raintree-dr' => 'https://www.caliber.com/find-a-location/scottsdale-raintree-dr', '/locate-a-caliber-collision-center/seaside' => 'https://www.caliber.com/find-a-location/seaside', '/locate-a-caliber-collision-center/seattle-aurora' => 'https://www.caliber.com/find-a-location/seattle-aurora', '/locate-a-caliber-collision-center/seattle-ballard' => 'https://www.caliber.com/find-a-location/seattle-ballard', '/locate-a-caliber-collision-center/seattle-magnolia' => 'https://www.caliber.com/find-a-location/seattle-magnolia', '/locate-a-caliber-collision-center/seymour' => 'https://www.caliber.com/find-a-location/seymour', '/locate-a-caliber-collision-center/shakopee' => 'https://www.caliber.com/find-a-location/shakopee', '/locate-a-caliber-collision-center/shallotte' => 'https://www.caliber.com/find-a-location/shallotte', '/locate-a-caliber-collision-center/shorewood' => 'https://www.caliber.com/find-a-location/shorewood', '/locate-a-caliber-collision-center/shrewsbury' => 'https://www.caliber.com/find-a-location/shrewsbury', '/locate-a-caliber-collision-center/sicklerville' => 'https://www.caliber.com/find-a-location/sicklerville', '/locate-a-caliber-collision-center/signal-hill' => 'https://www.caliber.com/find-a-location/signal-hill', '/locate-a-caliber-collision-center/silicon-valley-non-drive' => 'https://www.caliber.com/find-a-location/silicon-valley-non-drive', '/locate-a-caliber-collision-center/silver-spring' => 'https://www.caliber.com/find-a-location/silver-spring', '/locate-a-caliber-collision-center/silverthorne' => 'https://www.caliber.com/find-a-location/silverthorne', '/locate-a-caliber-collision-center/simi-valley' => 'https://www.caliber.com/find-a-location/simi-valley', '/locate-a-caliber-collision-center/skokie' => 'https://www.caliber.com/find-a-location/skokie', '/locate-a-caliber-collision-center/skokie-howard-st' => 'https://www.caliber.com/find-a-location/skokie-w-howard-st', '/locate-a-caliber-collision-center/smyrna' => 'https://www.caliber.com/find-a-location/smyrna', '/locate-a-caliber-collision-center/snellville' => 'https://www.caliber.com/find-a-location/snellville', '/locate-a-caliber-collision-center/snohomish' => 'https://www.caliber.com/find-a-location/snohomish', '/locate-a-caliber-collision-center/south-bay' => 'https://www.caliber.com/find-a-location/south-bay', '/locate-a-caliber-collision-center/south-el-monte' => 'https://www.caliber.com/find-a-location/south-el-monte', '/locate-a-caliber-collision-center/south-euclid' => 'https://www.caliber.com/find-a-location/south-euclid', '/locate-a-caliber-collision-center/south-lamar' => 'https://www.caliber.com/find-a-location/austin-south-lamar', '/locate-a-caliber-collision-center/south-minneapolis' => 'https://www.caliber.com/find-a-location/south-minneapolis', '/locate-a-caliber-collision-center/south-san-diego' => 'https://www.caliber.com/find-a-location/south-san-diego', '/locate-a-caliber-collision-center/south-san-jose' => 'https://www.caliber.com/find-a-location/south-san-jose', '/locate-a-caliber-collision-center/south-tampa' => 'https://www.caliber.com/find-a-location/south-tampa', '/locate-a-caliber-collision-center/spanish-fort' => 'https://www.caliber.com/find-a-location/spanish-fort', '/locate-a-caliber-collision-center/sparks' => 'https://www.caliber.com/find-a-location/sparks', '/locate-a-caliber-collision-center/spartanburg-image-drive' => 'https://www.caliber.com/find-a-location/spartanburg-image-dr', '/locate-a-caliber-collision-center/spartanburg-westside' => 'https://www.caliber.com/find-a-location/spartanburg-westside', '/locate-a-caliber-collision-center/spokane-valley' => 'https://www.caliber.com/find-a-location/spokane-valley', '/locate-a-caliber-collision-center/spring' => 'https://www.caliber.com/find-a-location/spring', '/locate-a-caliber-collision-center/spring-aldine-westfield' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/spring-branch' => 'https://www.caliber.com/find-a-location/spring-branch', '/locate-a-caliber-collision-center/springfield' => 'https://www.caliber.com/find-a-location/springfield', '/locate-a-caliber-collision-center/springfield-or' => 'https://www.caliber.com/find-a-location/springfield-or', '/locate-a-caliber-collision-center/spring-rayford-rd' => 'https://www.caliber.com/find-a-location/spring-rayford-rd', '/locate-a-caliber-collision-center/spring-valley' => 'https://www.caliber.com/find-a-location/spring-valley', '/locate-a-caliber-collision-center/stafford-rx' => 'https://www.caliber.com/find-a-location/stafford-rx', '/locate-a-caliber-collision-center/st-charles' => 'https://www.caliber.com/find-a-location/st-charles', '/locate-a-caliber-collision-center/st-cloud' => 'https://www.caliber.com/find-a-location/st-cloud', '/locate-a-caliber-collision-center/sterling' => 'https://www.caliber.com/find-a-location/sterling', '/locate-a-caliber-collision-center/sterling-fleet' => 'https://www.caliber.com/find-a-location/sterling-fleet', '/locate-a-caliber-collision-center/sterling-rx' => 'https://www.caliber.com/find-a-location/sterling-rx', '/locate-a-caliber-collision-center/st-francis' => 'https://www.caliber.com/find-a-location/st-francis', '/locate-a-caliber-collision-center/stillwater' => 'https://www.caliber.com/find-a-location/stillwater', '/locate-a-caliber-collision-center/st-louis-big-bend-rd' => 'https://www.caliber.com/find-a-location/st-louis-big-bend-rd', '/locate-a-caliber-collision-center/st-louis-park' => 'https://www.caliber.com/find-a-location/st-louis-park', '/locate-a-caliber-collision-center/stockton' => 'https://www.caliber.com/find-a-location/stockton', '/locate-a-caliber-collision-center/stone-mountain' => 'https://www.caliber.com/find-a-location/stone-mountain', '/locate-a-caliber-collision-center/st-paul-midway' => 'https://www.caliber.com/find-a-location/st-paul-midway', '/locate-a-caliber-collision-center/st-petersburg' => 'https://www.caliber.com/find-a-location/st-petersburg', '/locate-a-caliber-collision-center/stuart' => 'https://www.caliber.com/find-a-location/stuart', '/locate-a-caliber-collision-center/suffolk' => 'https://www.caliber.com/find-a-location/suffolk', '/locate-a-caliber-collision-center/summerlin' => 'https://www.caliber.com/find-a-location/summerlin', '/locate-a-caliber-collision-center/summerville' => 'https://www.caliber.com/find-a-location/summerville', '/locate-a-caliber-collision-center/sunderland' => 'https://www.caliber.com/find-a-location/sunderland', '/locate-a-caliber-collision-center/sunnyvale' => 'https://www.caliber.com/find-a-location/sunnyvale', '/locate-a-caliber-collision-center/sunnyvale-east' => 'https://www.caliber.com/find-a-location/sunnyvale-east', '/locate-a-caliber-collision-center/surprise' => 'https://www.caliber.com/find-a-location/surprise', '/locate-a-caliber-collision-center/suwanee' => 'https://www.caliber.com/find-a-location/suwanee', '/locate-a-caliber-collision-center/swansea' => 'https://www.caliber.com/find-a-location/swansea', '/locate-a-caliber-collision-center/sylmar' => 'https://www.caliber.com/find-a-location/sylmar', '/locate-a-caliber-collision-center/tacoma' => 'https://www.caliber.com/find-a-location/tacoma', '/locate-a-caliber-collision-center/tacoma-allenmore' => 'https://www.caliber.com/find-a-location/tacoma-allenmore', '/locate-a-caliber-collision-center/tampa-anderson-rd' => 'https://www.caliber.com/find-a-location/tampa-anderson-rd', '/locate-a-caliber-collision-center/tampa-carrollwood' => 'https://www.caliber.com/find-a-location/tampa-carrollwood', '/locate-a-caliber-collision-center/tampa-nebraska-ave' => 'https://www.caliber.com/find-a-location/tampa-nebraska-ave', '/locate-a-caliber-collision-center/tampa-n-florida-ave' => 'https://www.caliber.com/find-a-location/tampa-n-florida-ave', '/locate-a-caliber-collision-center/tampa-us-301' => 'https://www.caliber.com/find-a-location/tampa-us-301', '/locate-a-caliber-collision-center/tarpon-springs' => 'https://www.caliber.com/find-a-location/tarpon-springs', '/locate-a-caliber-collision-center/taylors' => 'https://www.caliber.com/find-a-location/taylors', '/locate-a-caliber-collision-center/temecula' => 'https://www.caliber.com/find-a-location/temecula', '/locate-a-caliber-collision-center/tempe' => 'https://www.caliber.com/find-a-location/tempe', '/locate-a-caliber-collision-center/tempe-chandler' => 'https://www.caliber.com/find-a-location/tempe-chandler', '/locate-a-caliber-collision-center/temple' => 'https://www.caliber.com/find-a-location/temple-avenue-m', '/locate-a-caliber-collision-center/temple-ih-35' => 'https://www.caliber.com/find-a-location/temple-ih-35', '/locate-a-caliber-collision-center/terre-haute' => 'https://www.caliber.com/find-a-location/terre-haute', '/locate-a-caliber-collision-center/texarkana' => 'https://www.caliber.com/find-a-location/texarkana', '/locate-a-caliber-collision-center/the-woodlands' => 'https://www.caliber.com/find-a-location/the-woodlands', '/locate-a-caliber-collision-center/thornton' => 'https://www.caliber.com/find-a-location/thornton', '/locate-a-caliber-collision-center/thornton-grant-st' => 'https://www.caliber.com/find-a-location/thornton-grant-st', '/locate-a-caliber-collision-center/thousand-oaks' => 'https://www.caliber.com/find-a-location/thousand-oaks', '/locate-a-caliber-collision-center/tigard' => 'https://www.caliber.com/find-a-location/tigard', '/locate-a-caliber-collision-center/tilmans-corner' => 'https://www.caliber.com/find-a-location/tillmans-corner', '/locate-a-caliber-collision-center/tomball' => 'https://www.caliber.com/find-a-location/tomball', '/locate-a-caliber-collision-center/toms-river' => 'https://www.caliber.com/find-a-location/toms-river', '/locate-a-caliber-collision-center/tooele' => 'https://www.caliber.com/find-a-location/tooele', '/locate-a-caliber-collision-center/torrance' => 'https://www.caliber.com/find-a-location/torrance', '/locate-a-caliber-collision-center/tracy' => 'https://www.caliber.com/find-a-location/tracy', '/locate-a-caliber-collision-center/tracy-west' => 'https://www.caliber.com/find-a-location/tracy-west', '/locate-a-caliber-collision-center/troy' => 'https://www.caliber.com/find-a-location/troy', '/locate-a-caliber-collision-center/troy-oh' => 'https://www.caliber.com/find-a-location/troy-oh', '/locate-a-caliber-collision-center/tualatin' => 'https://www.caliber.com/find-a-location/tualatin', '/locate-a-caliber-collision-center/tucker' => 'https://www.caliber.com/find-a-location/tucker', '/locate-a-caliber-collision-center/tucson-palo-verde' => 'https://www.caliber.com/find-a-location/tucson-palo-verde', '/locate-a-caliber-collision-center/tucson-research' => 'https://www.caliber.com/find-a-location/tucson-research', '/locate-a-caliber-collision-center/tucson-university' => 'https://www.caliber.com/find-a-location/tucson-university', '/locate-a-caliber-collision-center/tujunga' => 'https://www.caliber.com/find-a-location/tujunga', '/locate-a-caliber-collision-center/tulare' => 'https://www.caliber.com/find-a-location/tulare', '/locate-a-caliber-collision-center/tustin' => 'https://www.caliber.com/find-a-location/tustin', '/locate-a-caliber-collision-center/twentynine-palms' => 'https://www.caliber.com/find-a-location/twentynine-palms', '/locate-a-caliber-collision-center/twin-falls-west' => 'https://www.caliber.com/find-a-location/twin-falls-west', '/locate-a-caliber-collision-center/tyler-east' => 'https://www.caliber.com/find-a-location/tyler-east', '/locate-a-caliber-collision-center/tysons-corner' => 'https://www.caliber.com/find-a-location/tysons-corner', '/locate-a-caliber-collision-center/union-city' => 'https://www.caliber.com/find-a-location/union-city', '/locate-a-caliber-collision-center/university-city' => 'https://www.caliber.com/find-a-location/university-city', '/locate-a-caliber-collision-center/upland' => 'https://www.caliber.com/find-a-location/upland', '/locate-a-caliber-collision-center/utica' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/utica-lincoln-ave' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/vacaville' => 'https://www.caliber.com/find-a-location/vacaville', '/locate-a-caliber-collision-center/vacaville-union-way' => 'https://www.caliber.com/find-a-location/vacaville-union-way', '/locate-a-caliber-collision-center/valencia' => 'https://www.caliber.com/find-a-location/valencia', '/locate-a-caliber-collision-center/vallejo' => 'https://www.caliber.com/find-a-location/vallejo', '/locate-a-caliber-collision-center/valley-ranch' => 'https://www.caliber.com/find-a-location/valley-ranch', '/locate-a-caliber-collision-center/vancouver-cascade' => 'https://www.caliber.com/find-a-location/vancouver-cascade', '/locate-a-caliber-collision-center/vancouver-hazel-dell' => 'https://www.caliber.com/find-a-location/vancouver-hazel-dell', '/locate-a-caliber-collision-center/vancouver-mill-plain' => 'https://www.caliber.com/find-a-location/vancouver-mill-plain', '/locate-a-caliber-collision-center/vancouver-orchards' => 'https://www.caliber.com/find-a-location/vancouver-orchards', '/locate-a-caliber-collision-center/vandalia' => 'https://www.caliber.com/find-a-location/vandalia', '/locate-a-caliber-collision-center/van-nuys' => 'https://www.caliber.com/find-a-location/van-nuys', '/locate-a-caliber-collision-center/venice' => 'https://www.caliber.com/find-a-location/venice', '/locate-a-caliber-collision-center/ventura' => 'https://www.caliber.com/find-a-location/ventura', '/locate-a-caliber-collision-center/verde-valley' => 'https://www.caliber.com/find-a-location/verde-valley', '/locate-a-caliber-collision-center/victorville' => 'https://www.caliber.com/find-a-location/victorville', '/locate-a-caliber-collision-center/victorville-west' => 'https://www.caliber.com/find-a-location/victorville-west', '/locate-a-caliber-collision-center/vineland' => 'https://www.caliber.com/find-a-location/vineland', '/locate-a-caliber-collision-center/virginia-beach-birdneck' => 'https://www.caliber.com/find-a-location/virginia-beach-birdneck', '/locate-a-caliber-collision-center/virginia-beach-lynnhaven' => 'https://www.caliber.com/find-a-location/virginia-beach-lynnhaven', '/locate-a-caliber-collision-center/virginia-beach-non-drive' => 'https://www.caliber.com/find-a-location/virginia-beach-non-drive', '/locate-a-caliber-collision-center/virginia-beach-oceana-south' => 'https://www.caliber.com/find-a-location/virginia-beach-oceana-south', '/locate-a-caliber-collision-center/visalia' => 'https://www.caliber.com/find-a-location/visalia', '/locate-a-caliber-collision-center/vista' => 'https://www.caliber.com/find-a-location/vista', '/locate-a-caliber-collision-center/wadsworth' => 'https://www.caliber.com/find-a-location/wadsworth', '/locate-a-caliber-collision-center/wakefield' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wake-forest' => 'https://www.caliber.com/find-a-location/wake-forest', '/locate-a-caliber-collision-center/waldorf' => 'https://www.caliber.com/find-a-location/waldorf', '/locate-a-caliber-collision-center/walnut' => 'https://www.caliber.com/find-a-location/walnut', '/locate-a-caliber-collision-center/walnut-creek-main-st' => 'https://www.caliber.com/find-a-location/walnut-creek-main-st', '/locate-a-caliber-collision-center/walnut-creek-pine-st' => 'https://www.caliber.com/find-a-location/walnut-creek-pine-st', '/locate-a-caliber-collision-center/warminster' => 'https://www.caliber.com/find-a-location/warminster', '/locate-a-caliber-collision-center/warner-robins' => 'https://www.caliber.com/find-a-location/warner-robins', '/locate-a-caliber-collision-center/warrenton-non-drive' => 'https://www.caliber.com/find-a-location/warrenton-non-drive', '/locate-a-caliber-collision-center/warrenville' => 'https://www.caliber.com/find-a-location/warrenville', '/locate-a-caliber-collision-center/washington-township' => 'https://www.caliber.com/find-a-location/washington-township', '/locate-a-caliber-collision-center/watsonville' => 'https://www.caliber.com/find-a-location/watsonville', '/locate-a-caliber-collision-center/waukegan' => 'https://www.caliber.com/find-a-location/waukegan', '/locate-a-caliber-collision-center/waukesha' => 'https://www.caliber.com/find-a-location/waukesha', '/locate-a-caliber-collision-center/waukesha-north' => 'https://www.caliber.com/find-a-location/waukesha-north', '/locate-a-caliber-collision-center/weatherford' => 'https://www.caliber.com/find-a-location/weatherford', '/locate-a-caliber-collision-center/webster' => 'https://www.caliber.com/find-a-location/webster', '/locate-a-caliber-collision-center/wellington' => 'https://www.caliber.com/find-a-location/wellington', '/locate-a-caliber-collision-center/wenatchee' => 'https://www.caliber.com/find-a-location/wenatchee', '/locate-a-caliber-collision-center/wentzville' => 'https://www.caliber.com/find-a-location/wentzville', '/locate-a-caliber-collision-center/wesley-chapel' => 'https://www.caliber.com/find-a-location/wesley-chapel', '/locate-a-caliber-collision-center/west-allis' => 'https://www.caliber.com/find-a-location/west-allis', '/locate-a-caliber-collision-center/west-allis-lincoln-ave' => 'https://www.caliber.com/find-a-location/west-allis-lincoln-ave', '/locate-a-caliber-collision-center/west-ashley' => 'https://www.caliber.com/find-a-location/west-ashley', '/locate-a-caliber-collision-center/west-chester-oh' => 'https://www.caliber.com/find-a-location/west-chester-oh', '/locate-a-caliber-collision-center/west-chester-pa' => 'https://www.caliber.com/find-a-location/west-chester-pa', '/locate-a-caliber-collision-center/west-denton' => 'https://www.caliber.com/find-a-location/west-denton', '/locate-a-caliber-collision-center/west-denver' => 'https://www.caliber.com/find-a-location/west-denver', '/locate-a-caliber-collision-center/west-frisco' => 'https://www.caliber.com/find-a-location/west-frisco-fm-423', '/locate-a-caliber-collision-center/westlake-village' => 'https://www.caliber.com/find-a-location/westlake-village', '/locate-a-caliber-collision-center/westlake-village-east' => 'https://www.caliber.com/find-a-location/westlake-village-east', '/locate-a-caliber-collision-center/westminster' => 'https://www.caliber.com/find-a-location/westminster', '/locate-a-caliber-collision-center/westminster-co' => 'https://www.caliber.com/find-a-location/westminster-co', '/locate-a-caliber-collision-center/westminster-co-pierce-st' => 'https://www.caliber.com/find-a-location/westminster-co-pierce-st', '/locate-a-caliber-collision-center/westmont' => 'https://www.caliber.com/find-a-location/westmont', '/locate-a-caliber-collision-center/west-plano' => 'https://www.caliber.com/find-a-location/west-plano', '/locate-a-caliber-collision-center/west-sacramento' => 'https://www.caliber.com/find-a-location/west-sacramento', '/locate-a-caliber-collision-center/west-salem' => 'https://www.caliber.com/find-a-location/west-salem', '/locate-a-caliber-collision-center/west-san-antonio' => 'https://www.caliber.com/find-a-location/san-antonio-west', '/locate-a-caliber-collision-center/west-st-paul' => 'https://www.caliber.com/find-a-location/west-st-paul', '/locate-a-caliber-collision-center/west-valley-city' => 'https://www.caliber.com/find-a-location/west-valley-city', '/locate-a-caliber-collision-center/wheat-ridge-independence-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-robb-st', '/locate-a-caliber-collision-center/wheat-ridge-w-48th-ave' => 'https://www.caliber.com/find-a-location/wheat-ridge-w-48th-ave', '/locate-a-caliber-collision-center/white-marsh' => 'https://www.caliber.com/find-a-location/white-marsh', '/locate-a-caliber-collision-center/white-plains' => 'https://www.caliber.com/find-a-location/white-plains', '/locate-a-caliber-collision-center/whittier' => 'https://www.caliber.com/find-a-location/whittier', '/locate-a-caliber-collision-center/williamsburg' => 'https://www.caliber.com/find-a-location/williamsburg', '/locate-a-caliber-collision-center/willow-glen' => 'https://www.caliber.com/find-a-location/willow-glen', '/locate-a-caliber-collision-center/wilmington-de-germay-dr' => 'https://www.caliber.com/find-a-location/wilmington-de-germay-dr', '/locate-a-caliber-collision-center/wilmington-de-newport-pike' => 'https://www.caliber.com/find-a-location/wilmington-de-newport-pike', '/locate-a-caliber-collision-center/wilmington-hwy-21' => 'https://www.caliber.com/find-a-location/wilmington-hwy-421', '/locate-a-caliber-collision-center/wilmington-market-st' => 'https://www.caliber.com/find-a-location/wilmington-market-street', '/locate-a-caliber-collision-center/winchester' => 'https://www.caliber.com/find-a-location/winchester', '/locate-a-caliber-collision-center/winnetka' => 'https://www.caliber.com/find-a-location/winnetka', '/locate-a-caliber-collision-center/wolfchase' => 'https://www.caliber.com/find-a-location/wolfchase', '/locate-a-caliber-collision-center/woodbridge' => 'https://www.caliber.com/find-a-location/woodbridge', '/locate-a-caliber-collision-center/woodcrest' => 'https://www.caliber.com/find-a-location/woodcrest', '/locate-a-caliber-collision-center/woodridge' => 'https://www.caliber.com/find-a-location/woodridge', '/locate-a-caliber-collision-center/wooster-east' => 'https://www.caliber.com/find-a-location/wooster-east', '/locate-a-caliber-collision-center/wooster-north' => 'https://www.caliber.com/find-a-location/wooster-north', '/locate-a-caliber-collision-center/wylie' => 'https://www.caliber.com/find-a-location/wylie', '/locate-a-caliber-collision-center/xenia' => 'https://www.caliber.com/find-a-location/xenia', '/locate-a-caliber-collision-center/yakima' => 'https://www.caliber.com/find-a-location/yakima', '/locate-a-caliber-collision-center/yelm' => 'https://www.caliber.com/find-a-location/yelm', '/locate-a-caliber-collision-center/yuba-city' => 'https://www.caliber.com/find-a-location/yuba-city', '/locate-a-caliber-collision-center/zion' => 'https://www.caliber.com/find-a-location/zion', '/locate-a-caliber-collision-center/zionsville' => 'https://www.caliber.com/find-a-location/zionsville', '/about-us/community-involvement/carry-the-load/' => 'https://www.caliber.com/why-caliber', '/april-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/april-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/blog' => 'https://www.caliber.com/why-caliber', '/careers/' => 'https://jobsatcaliber.com/', '/combine/' => 'https://www.caliber.com/why-caliber', '/december-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-customer-email/' => 'https://www.caliber.com/leave-a-review', '/emails/october-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/september-email-2014/' => 'https://www.caliber.com/leave-a-review', '/employment/' => 'https://jobsatcaliber.com/', '/fast-track-dealer-referral' => 'https://www.caliber.com/why-caliber', '/february-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/february-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-email-2015' => 'https://www.caliber.com/leave-a-review', '/get-a-free-online-estimate/' => 'https://www.caliber.com/online-estimate', '/heroesdayregistration' => 'https://www.caliber.com/why-caliber', '/holiday2020' => 'https://www.caliber.com/newsroom', '/houston-blood-drive' => 'https://www.caliber.com/newsroom', '/hub-of-help' => 'https://www.caliber.com/shop-talk', '/hub-of-help/how-does-a-seatbelt-protect-you-in-a-car-accident' => 'https://www.caliber.com/shop-talk/what-to-do-after-a-car-accident/', '/hub-of-help/should-you-replace-your-childs-seat-after-a-car-accident' => 'https://www.caliber.com/shop-talk', '/january-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2020-email' => 'https://www.caliber.com/leave-a-review', '/july-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/locate-a-caliber-collision-center/?zip=' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/albany-or' => 'https://www.caliber.com/find-a-location/albany-or', '/locate-a-caliber-collision-center/asheville-patton-ave' => 'https://www.caliber.com/find-a-location/asheville-patton-ave', '/locate-a-caliber-collision-center/bend-southeast' => 'https://www.caliber.com/find-a-location/bend-southeast', '/locate-a-caliber-collision-center/berkeley-shattuck-ave' => 'https://www.caliber.com/find-a-location/berkeley-shattuck-ave', '/locate-a-caliber-collision-center/bethel-park' => 'https://www.caliber.com/find-a-location/bethel-park', '/locate-a-caliber-collision-center/bloomfield-nj' => 'https://www.caliber.com/find-a-location/bloomfield-nj', '/locate-a-caliber-collision-center/boise-royal-blvd' => 'https://www.caliber.com/find-a-location/boise-royal-blvd', '/locate-a-caliber-collision-center/cary-crossroads/' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard/' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/chalfont' => 'https://www.caliber.com/find-a-location/chalfont', '/locate-a-caliber-collision-center/chesterland' => 'https://www.caliber.com/find-a-location/chesterland', '/locate-a-caliber-collision-center/cold-spring' => 'https://www.caliber.com/find-a-location/cold-spring', '/locate-a-caliber-collision-center/copperfield/' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/corvallis-north' => 'https://www.caliber.com/find-a-location/corvallis-north', '/locate-a-caliber-collision-center/dallas-or' => 'https://www.caliber.com/find-a-location/dallas-or', '/locate-a-caliber-collision-center/Eden%20Prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/el-paso-west' => 'https://www.caliber.com/find-a-location/el-paso-west', '/locate-a-caliber-collision-center/european-auto-body/' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/elkhart' => 'https://www.caliber.com/find-a-location/elkhart', '/locate-a-caliber-collision-center/fenton' => 'https://www.caliber.com/find-a-location/fenton', '/locate-a-caliber-collision-center/fuquay-varina/' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/glendale-az' => 'https://www.caliber.com/find-a-location/glendale-az', '/locate-a-caliber-collision-center/grand-junction-east' => 'https://www.caliber.com/find-a-location/grand-junction-east', '/locate-a-caliber-collision-center/hendersonville' => 'https://www.caliber.com/find-a-location/hendersonville', '/locate-a-caliber-collision-center/holland' => 'https://www.caliber.com/find-a-location/holland', '/locate-a-caliber-collision-center/houston-galleria/' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/indianapolis-non-drive' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/irvine-carnegie-ave' => 'https://www.caliber.com/find-a-location/irvine-e-carnegie-ave', '/locate-a-caliber-collision-center/lebanon-or' => 'https://www.caliber.com/find-a-location/lebanon-or', '/locate-a-caliber-collision-center/lincoln-city' => 'https://www.caliber.com/find-a-location/lincoln-city', '/locate-a-caliber-collision-center/linthicum' => 'https://www.caliber.com/find-a-location/linthicum', '/locate-a-caliber-collision-center/melissa' => 'https://www.caliber.com/find-a-location/melissa', '/locate-a-caliber-collision-center/mesquite' => 'https://www.caliber.com/find-a-location/mesquite', '/locate-a-caliber-collision-center/monroeville' => 'https://www.caliber.com/find-a-location/monroeville', '/locate-a-caliber-collision-center/newport-or' => 'https://www.caliber.com/find-a-location/newport-or', '/locate-a-caliber-collision-center/orlando-non-drive' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/palmdale-downtown' => 'https://www.caliber.com/find-a-location/palmdale-downtown', '/locate-a-caliber-collision-center/philomath' => 'https://www.caliber.com/find-a-location/philomath', '/locate-a-caliber-collision-center/phoenix-happy-valley' => 'https://www.caliber.com/find-a-location/phoenix-happy-valley', '/locate-a-caliber-collision-center/raleigh-downtown/' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-oak-forest-dr' => 'https://www.caliber.com/find-a-location/raleigh-oak-forest-dr', '/locate-a-caliber-collision-center/redmond' => 'https://www.caliber.com/find-a-location/redmond', '/locate-a-caliber-collision-center/salem-or-hoyt-st' => 'https://www.caliber.com/find-a-location/salem-or-hoyt-st', '/locate-a-caliber-collision-center/spring-aldine-westfield/' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/tucson-thornydale' => 'https://www.caliber.com/find-a-location/tucson-thornydale', '/locate-a-caliber-collision-center/upland-downtown' => 'https://www.caliber.com/find-a-location/upland-downtown', '/locate-a-caliber-collision-center/valley-stream' => 'https://www.caliber.com/find-a-location/valley-stream', '/locate-a-caliber-collision-center/wakefield/' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wexford' => 'https://www.caliber.com/find-a-location/wexford', '/locate-a-caliber-collision-center/willard' => 'https://www.caliber.com/find-a-location/willard', '/locate-a-caliber-collision-center/youngsville' => 'https://www.caliber.com/find-a-location/youngsville', '/locate-a-caliber-collision-center?zip=' => 'https://www.caliber.com/find-a-location', '/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/march-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/march-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-email-2014' => 'https://www.caliber.com/leave-a-review', '/recycledrides/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-carry-the-load-2015/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-nomination-form' => 'https://www.caliber.com/why-caliber', '/RYHeartHealth' => 'https://www.caliber.com/why-caliber', '/search' => 'https://www.caliber.com', '/september-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-email-2014' => 'https://www.caliber.com/leave-a-review', '/services/collision-repair-process/' => 'https://www.caliber.com/services/collision/collision-repair', '/services/insurance-partners/' => 'https://www.caliber.com/why-caliber/auto-insurance-partners', '/services/repair-process' => 'https://www.caliber.com/services/collision', '/wp-content/uploads/2012/10/Caliber-Food-Drive-Delivers-7-23-12.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/07/Caliber-Food-Drive-Collects-1-Million-Meals-INDUSTRY-FINAL-7-8-14.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/10/RR_image1.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Stranded-on-a-Highway.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Winterize-Your-Car.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2015/12/Caliber-Recycled-Rides-Airs-on-WCC.pdf' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center/bloomington-non-drive' => 'https://www.caliber.com/find-a-location/bloomington-non-drive', '/locate-a-caliber-collision-center/alexandria-potomac-yard' => 'https://www.caliber.com/find-a-location/alexandria-potomac-yard', '/locate-a-caliber-collision-center/orrville-drive-center' => 'https://www.caliber.com/find-a-location/orrville-drive-center', '/locate-a-caliber-collision-center/miami-sw-130th-st' => 'https://www.caliber.com/find-a-location/miami-sw-130th-st', '/locate-a-caliber-collision-center/staunton' => 'https://www.caliber.com/find-a-location/staunton', '/locate-a-caliber-collision-center/fayetteville-fleet' => 'https://www.caliber.com/find-a-location', '/resources' => 'https://www.caliber.com/resources', '/locate-a-caliber-collision-center/colerian-1138' => 'https://calibercollision.com/locate-a-caliber-collision-center/colerain', '/support' => 'https://www.caliber.com/resources', '/about-us/community-involvement/changing-lanes' => 'https://www.caliber.com/restoring-you/changing-lanes', '/schedule-an-appointment' => 'https://www.caliber.com/request-an-appointment/collision', '/online-authorization-caliber' => 'https://www.caliber.com/online-estimate', '/locate-a-caliber-collision-center/orange-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/torrance-w-190th' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hope-mills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/midland-n-loop-250-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santa-clarita' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/denver-green-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clarksville-ft-campbell' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/asheville-brevard-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/east-rochester' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/frederick-co' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/southport' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-bagby-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/roseville-industrial-s' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oconomowoc-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/atlanta-non-drive-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenix-n-26th-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/normal-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/murfreesboro-church-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sherman' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bentonville-ar' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/wilson' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/norfolk-azalea-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lancaster-trevor-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mint-hill' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/champaign-n-mattis-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kalamazoo' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lakeland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/luxury-charlotte-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/loveland-crossroads-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/colerain' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanford-glendale-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/doverde' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-tn' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/seneca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanbrunoca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rockford-mi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bardstown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-ridgeville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bastrop' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/union-city-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawano' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/omaha-g-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanatoga' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oceanside-airport-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-sun-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/syracuse-west-genesee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/virginia-beach-cleveland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oakland-36th-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/danville-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-brunswick' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clearwater' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-lasalle-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/covington-wa' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/reynoldsburg' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/cartersville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/knoxville-crossroads' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shepherdsville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waldorf-kaine-pl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/portage' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sacramento-natomas' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/dublin-oh' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/boiling-spring-lake' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lees-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/brookhaven' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-southeast' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-angelo-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/antioch' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fayetteville-bingham-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-arizona-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/tempe-e-curry-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/gilbert-s-douglas-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merriam' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/watertown-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-mateo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/joplin' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/montrose' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merced' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-williams-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/caliber-ashwaubenon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sebastopol' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kissimmee-obt' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbus-oh-boltonfield' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/banning' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fremont-central' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawnee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/greenville-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hattiesburg-king-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/victorville-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/baltimore-mortimer-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-royalton' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-oak-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rochester-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/granada-hills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-nw-prairie' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-w-oakland-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/independence' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanover' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grandview' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/alexandria-burnside-pi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mccomb' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mobile-government-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/winter-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/olympia' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mount-vernon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/richmond-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-bruno' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hatboro' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/houston-astrodome' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/ofallon-mo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bloomington-il-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/charlottesville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-e-olive-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-st-paul' => 'https://www.caliber.com/find-a-location', '/about-us/faqs' => 'https://www.caliber.com/faq', '/technician-apprentice-program' => 'https://www.caliber.com/why-caliber/restoring-you/technician-apprentice-program', '/news-events/2021/04/12/caliber-kicks-off-10th-annual-restoring-you-food-drive' => 'https://www.caliber.com/newsroom/press-releases/caliber-food-drive-041221', '/news-events/2021/01/25/caliber-announces-the-appointment-of-aylwin-b-lewis-to-its-board-of-directors' => 'https://www.caliber.com/newsroom/press-releases/aylwin-lewis-to-board-of-directors-012521', '/news-events/2020/11/18/caliber-positions-for-next-phase-of-growth-announces-internal-promotions' => 'https://www.caliber.com/newsroom/press-releases/caliber-mark-sanders-steve-grimshaw-111820', '/news-events/2020/09/29/caliber-commits-to-restoring-you-by-gifting-restored-vehicles-to-frontline-heroes-in-dallas-fort-worth-los-angeles-and-new-york-nominated-by-the-public' => 'https://www.caliber.com/newsroom/press-releases/caliber-ry-rr-frontline-heroes-072920', '/news-events/2020/01/21/honoring-our-heroes-and-restoring-the-rhythm-of-lives-caliber-collision-partners-with-dallas-cowboys-to-support-our-troops-and-first-responders' => 'https://www.caliber.com/newsroom/press-releases/ft-hood-roadshow-012120', '/locate-a-caliber-collision-center/pensacola' => 'https://www.caliber.com/find-a-location/pensacola', '/locate-a-caliber-collision-center/chesapeake' => 'https://www.caliber.com/find-a-location/chesapeake', '/locate-a-caliber-collision-center/lake-wylie' => 'https://www.caliber.com/find-a-location/lake-wylie', '/locate-a-caliber-collision-center/gaithersburg-south' => 'https://www.caliber.com/find-a-location/gaithersburg-south', '/locate-a-caliber-collision-center/colorado-springs-n-academy' => 'https://www.caliber.com/find-a-location/colorado-springs-n-academy', '/locate-a-caliber-collision-center/norman' => 'https://www.caliber.com/find-a-location/norman', '/locate-a-caliber-collision-center/fort-myers-non-drive' => 'https://www.caliber.com/find-a-location/fort-myers-non-drive', '/locate-a-caliber-collision-center/carbondale' => 'https://www.caliber.com/find-a-location/carbondale', '/locate-a-caliber-collision-center/greenville-e-butler' => 'https://www.caliber.com/find-a-location/greenville-e-butler', '/locate-a-caliber-collision-center/conway' => 'https://www.caliber.com/find-a-location/conway', '/locate-a-caliber-collision-center/montgomery-taylor-rd' => 'https://www.caliber.com/find-a-location/montgomery-taylor-rd', '/locate-a-caliber-collision-center/yuba-city-market-st' => 'https://www.caliber.com/find-a-location/yuba-city-market-st', '/locate-a-caliber-collision-center/elyria' => 'https://www.caliber.com/find-a-location/elyria', '/locate-a-caliber-collision-center/independence-s-dodgion' => 'https://www.caliber.com/find-a-location/independence-s-dodgion', '/locate-a-caliber-collision-center/anderson-in' => 'https://www.caliber.com/find-a-location/anderson-in', '/locate-a-caliber-collision-center/baltimore-frankford-ave' => 'https://www.caliber.com/find-a-location/baltimore-frankford-ave', '/locate-a-caliber-collision-center/oak-ridge' => 'https://www.caliber.com/find-a-location/oak-ridge', '/locate-a-caliber-collision-center/alexandria-ky' => 'https://www.caliber.com/find-a-location/alexandria-ky', '/locate-a-caliber-collision-center/stockton-n-wilson' => 'https://www.caliber.com/find-a-location/stockton-n-wilson', '/locate-a-caliber-collision-center/canton-oh' => 'https://www.caliber.com/find-a-location/canton-oh', '/locate-a-caliber-collision-center/spokane-downtown' => 'https://www.caliber.com/find-a-location/spokane-downtown', '/locate-a-caliber-collision-center/kaysville' => 'https://www.caliber.com/find-a-location/kaysville', '/locate-a-caliber-collision-center/quakertown' => 'https://www.caliber.com/find-a-location/quakertown', '/locate-a-caliber-collision-center/milford-ct' => 'https://www.caliber.com/find-a-location/milford-ct', '/locate-a-caliber-collision-center/ellisville' => 'https://www.caliber.com/find-a-location/ellisville', '/locate-a-caliber-collision-center/phoenix-n-23rd-ave' => 'https://www.caliber.com/find-a-location/phoenix-n-23rd-ave', '/locate-a-caliber-collision-center/delano' => 'https://www.caliber.com/find-a-location/delano', '/locate-a-caliber-collision-center/edmond-deer-creek' => 'https://www.caliber.com/find-a-location/edmond-deer-creek', '/locate-a-caliber-collision-center/olathe-n-rogers-rd' => 'https://www.caliber.com/find-a-location/olathe-n-rogers-rd', '/locate-a-caliber-collision-center/oklahoma-city-north' => 'https://www.caliber.com/find-a-location/oklahoma-city-north', '/locate-a-caliber-collision-center/sheffield-village' => 'https://www.caliber.com/find-a-location/sheffield-village', '/locate-a-caliber-collision-center/rochester-mn' => 'https://www.caliber.com/find-a-location/rochester-mn', '/locate-a-caliber-collision-center/waretown' => 'https://www.caliber.com/find-a-location/waretown', '/locate-a-caliber-collision-center/nicholasville-wilson-dr' => 'https://www.caliber.com/find-a-location/nicholasville-wilson-dr', '/locate-a-caliber-collision-center/la-crosse' => 'https://www.caliber.com/find-a-location/la-crosse', '/locate-a-caliber-collision-center/portland-tx' => 'https://www.caliber.com/find-a-location/portland-tx', '/locate-a-caliber-collision-center/neenah' => 'https://www.caliber.com/find-a-location/neenah', '/locate-a-caliber-collision-center/sevierville' => 'https://www.caliber.com/find-a-location/sevierville', '/locate-a-caliber-collision-center/san-pablo' => 'https://www.caliber.com/find-a-location/san-pablo', '/locate-a-caliber-collision-center/oshkosh' => 'https://www.caliber.com/find-a-location/oshkosh', '/locate-a-caliber-collision-center/souderton' => 'https://www.caliber.com/find-a-location/souderton', '/locate-a-caliber-collision-center/rock-hill-newport' => 'https://www.caliber.com/find-a-location/rock-hill-newport', '/locate-a-caliber-collision-center/benton-il' => 'https://www.caliber.com/find-a-location/benton-il', '/locate-a-caliber-collision-center/onalaska' => 'https://www.caliber.com/find-a-location/onalaska', '/locate-a-caliber-collision-center/lodi-south' => 'https://www.caliber.com/find-a-location/lodi-south', '/locate-a-caliber-collision-center/walton' => 'https://www.caliber.com/find-a-location/walton', '/locate-a-caliber-collision-center/moorpark' => 'https://www.caliber.com/find-a-location/moorpark', '/locate-a-caliber-collision-center/conway-southeast' => 'https://www.caliber.com/find-a-location/conway-southeast', '/locate-a-caliber-collision-center/overland-park-metcalf' => 'https://www.caliber.com/find-a-location/overland-park-metcalf', '/live-chat/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/url/hv-collisioncenter.html?H&V-CollisionCenter' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/march-2015-agent-email' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/08/05/caliber-acquires-herbs-paint-and-body' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/07/07/caliber-opens-new-state-of-the-art-greenfield-facility-in-west-frisco' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2018/05/21/golfers-play-with-a-purpose-at-3rd-annual-caliber-classic-golf-tournament' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/caliber-opens-new-location-in-las-vegas-nv' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/06/23/gift-of-reliable-transportation-helps-us-army-veteran-rebuild-life-reunite-with-family' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/san-miguel-high-students-celebrate-fall-sports-school-van-donation-at-first-pep-rally' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/07/17/caliber-collision-rhythm-restoration-food-drive-results' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/05/05/caliber-opens-two-new-locations-in-california' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/09/03/caliber-opens-new-location-in-kingwood-tx' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html'), 'vanity' => array('/get-a-free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/get-a-free-online-estimate/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/mobile/free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/blog' => 'https://blog.calibercollision.com', '/2015-heartwalk' => 'http://heartwalk.kintera.org/dallastx/CaliberCollisionHearts', '/holidaycard2015' => 'http://holidaycard2015.calibercollision.com/', '/locate-a-caliber-collision-center/lone-mountain' => '/locate-a-caliber-collision-center/north-las-vegas', '/holidaycard2016' => 'http://holidaycard2016.calibercollision.com/', '/heroesinhighgear' => 'https://calibercollision.com/about-us/community-involvement', '/HeroesInHighGear' => 'https://calibercollision.com/about-us/community-involvement')), 'search' => array('driver' => 'local', 'auto_index' => true, 'default_index' => 'default', 'searchable' => array('title', 'content'), 'algolia_api_key' => '', 'algolia_app_id' => ''), 'services' => array(), 'system' => array('license_key' => '243aabe7-dac1-4e1e-8ac2-472b114f1bd3', 'locales' => array('en' => array('full' => 'en_US', 'name' => 'English', 'url' => 'https://calibercollision.com/')), 'timezone' => 'America/Chicago', 'date_format' => 'F jS, Y', 'default_extension' => 'md', 'filesystems' => array('content' => array('driver' => 'local', 'root' => 'site/content'), 'storage' => array('driver' => 'local', 'root' => 'site/storage'), 'users' => array('driver' => 'local', 'root' => 'site/users'), 'themes' => array('driver' => 'local', 'root' => 'site/themes', 'url' => '/site/themes')), 'app_key' => 'IcFGH2eSZBA3JJOykV5ErMLdnWd2ggkA', 'redactor' => array(array('name' => 'Standard', 'settings' => array('buttons' => array('formatting', 'bold', 'italic', 'deleted', 'unorderedlist', 'orderedlist', 'outdent', 'indent', 'image', 'file', 'video', 'table', 'link', 'horizontalrule', 'fontcolor', 'backcolor', 'alignment', 'html'), 'formatting' => array('p', 'h1', 'h2', 'h3', 'span', 'div'))), array('name' => 'Basic', 'settings' => array('buttons' => array('bold', 'italic', 'formatting')))), 'csrf_exclude' => array('/cp/addons/cccreviews/acceptReview', '/cp/addons/cccreviews/rejectReview', '/cp/addons/cccreviews/postReview', '/cp/addons/cccreviews/approveReview', '/!/Fetch/*', '/assets/emails/acq/fonts/RFRufo-Bold.woff'), 'send_powered_by_header' => false, 'ensure_unique_ids' => true, 'yaml_parser' => 'spyc', 'php_max_memory_limit' => null), 'theming' => array('theme' => 'calibercollision', 'default_layout' => 'default', 'default_page_template' => 'default', 'default_entry_template' => 'post', 'default_taxonomy_template' => 'taxonomy', 'error_template_folder' => 'errors', 'default_fieldset' => 'default', 'default_page_fieldset' => 'page', 'default_entry_fieldset' => 'entry', 'default_term_fieldset' => 'term', 'default_asset_fieldset' => 'asset', 'smartypants' => false, 'allow_php' => true, 'markdown_hard_wrap' => false), 'users' => array('login_type' => 'username', 'enable_gravatar' => true, 'driver' => 'file', 'redis_write_file' => true, 'new_user_roles' => array())), 'segment_1' => 'employment', 'segment_2' => 'recruiting-request-form', 'last_segment' => 'recruiting-request-form', 'aq_redirects' => array('redirect_acquisition' => array(array('refer_location' => 'http://midlothian.connerbrothers.com/', 'info_text' => 'We are proud to inform you Conner Brothers Body Shops of Midlothian and Richmond are now a part of the nation’s leading collision repair provider, Caliber Collision. Dedicated to maintaining the high quality workmanship and personal service you’ve come to expect, we look forward to restoring the rhythm of your life.', 'headline_text' => 'THE FAN - RICHMOND', 'partner_logo' => '/assets/partner-logo/CBToday.png'), array('refer_location' => 'https://fortunecollision.com/', 'partner_logo' => '/assets/partner-logo/fcc-logo-01-e1413209811936.png', 'info_text' => 'We are proud to inform you Fortune Collision Center is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®'), array('refer_location' => 'https://www.professional-collision.com/', 'partner_logo' => '/assets/partner-logo/pc_logo1-320x76.png', 'info_text' => 'We are proud to inform you Professional Collision is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®')), 'fieldset' => 'redirect_acquisitions', 'title' => 'Acquisition Redirects', 'id' => 'c7aad81d-005c-4db0-aaf0-889949f2bc53'), 'alert' => array('show_alert' => true, 'fieldset' => 'alert_fs', 'title' => 'Alert Notification', 'id' => 'c7424988-025e-4441-acca-0eacb6b91b64'), 'sponsor_levels' => array('info_grid' => array(array('headline' => 'Presenting Sponsor', 'price' => '$15,000', 'text' => '- 12 playing positions (3 teams) - 12 Premium Player Gift Bags - Four (4) Pin Flags with your logo - Special recognition at awards dinner - Your logo static at the top of the digital pairings during registration and digital scoreboard for tournament - Your logo on the front of all golf cart signs at the presenting sponsor - Your logo on tournament photo show at post golf banquet - Your logo to appear on all tee signs and pin flags as our presenting sponsor - Tent opportunity at hole of choice', 'number_av' => '1'), array('headline' => 'Gold Sponsor', 'price' => '$8,000', 'text' => '- 8 playing positions (2 teams) - 8 Premium Player Gift Bags - Two (2) signage opportunities - One (1) Pin Flag + one (1) additional signage opportunity of your choice - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '3'), array('headline' => 'Silver Sponsor', 'price' => '$4,500', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '5'), array('headline' => 'Hole-in-One Sponsor', 'price' => '$3,000', 'text' => '- Must provide hole-in-one insurance for grand prize - 4 playing positions (1 team) - 4 Premium Player Gift Bags - Two (2) signage opportunities - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '2'), array('headline' => 'Bronze Sponsor', 'price' => '$3,000', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Tent opportunity', 'number_av' => '8'), array('headline' => 'Shoe Sponsor', 'price' => '$10,000', 'text' => '- Logo printed on shoe display - Table opportunity', 'number_av' => '1'), array('headline' => 'Pullover Sponsor', 'price' => '$7,000', 'text' => '- Logo printed on sleeve of golf pullover - Table opportunity', 'number_av' => '1'), array('headline' => 'Sunglasses Sponsor', 'price' => '$5,000', 'text' => '- Logo printed on exterior of the sunglasses case - Table opportunity', 'number_av' => '1'), array('headline' => 'Stainless Steel Colster Sponsor', 'text' => '- Logo printed on tumbler - Table opportunity', 'price' => '$5,000', 'number_av' => '1'), array('headline' => 'Shirt Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on sleeve of golf polo - Table opportunity', 'number_av' => '1'), array('headline' => 'Gloves Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on Titleist glove - Table opportunity', 'number_av' => '1'), array('headline' => 'Towel Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on premium golf towel - Table opportunity', 'number_av' => '1'), array('headline' => 'Photo Souvenir Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on the inside of photo souvenir frame for team photo', 'number_av' => '1'), array('headline' => 'Beverage Sponsor', 'price' => '$3,000', 'text' => '- Signage opportunity available', 'number_av' => '1'), array('headline' => 'Lunch Sponsor', 'price' => '$3,000', 'text' => '- Signage during lunch', 'number_av' => '1'), array('headline' => 'Live Scoring Sponsor', 'price' => '$1,500', 'text' => '- Digital logo or ad opportunity displayed on live scoring device for every team', 'number_av' => '1'), array('headline' => 'Air Cannon Sponsor', 'price' => '$1,500', 'text' => '- Signage at air cannon hole', 'number_av' => '1'), array('headline' => 'Photo Sponsor', 'price' => '$800', 'text' => '- Logo displayed static during on-screen slideshow', 'number_av' => '2'), array('headline' => 'Scorecard Sponsor', 'price' => '$350', 'text' => '- Logo printed on scorecards', 'number_av' => '4'), array('headline' => ' Golf Cart Sponsors', 'price' => '$300', 'text' => '- Logo printed on golf cart signs', 'number_av' => '10'), array('headline' => ' Pin Flag Sponsors', 'price' => '$300', 'text' => '- Logo printed on 1 pin flag at hole', 'number_av' => '11'), array('headline' => 'Tee Box Sponsors', 'price' => '$250', 'text' => '- Logo printed on 1 tee box sign', 'number_av' => '6')), 'fieldset' => 'basic', 'title' => 'Caliber Classic Sponsor Levels', 'id' => '083caacd-0fcc-4cc1-b6ec-3f1588045208'), 'cr_vendors' => array('google_icon' => '/assets/img/icons/google_icon.svg', 'yelp_icon' => '/assets/img/icons/yelp_icon.svg', 'carwise_icon' => '/assets/img/icons/carwise_icon.svg', 'facebook_icon' => '/assets/facebook_icon2.svg', 'carries_icon' => '/assets/img/icons/carwise_icon.svg', 'fieldset' => 'reviews', 'title' => 'Customer Review Vendors', 'id' => '35202c68-7b1f-4835-b527-0f253f79534e'), 'footer_nav' => array('title' => 'Footer Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'schedule an appointment', 'link_url' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c'), array('link_text' => 'services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'contact us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'blog', 'external_link' => 'https://blog.calibercollision.com/'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Free Online Estimate', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_text' => 'Employment', 'external_link' => 'https://jobsatcaliber.com/', 'is_extetnal_link' => true), array('link_text' => 'Locate a Center', 'link_url' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e'), array('link_text' => 'Hub of Help', 'link_url' => 'cb8331a3-f549-4ca4-8710-c9da362de75a'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'link_url' => '095d21e8-2ac8-4834-90e6-c71030aea0b7'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Privacy Policy', 'link_url' => '6dd6ba83-1a75-49d6-9769-c546235eb031'), array('link_text' => 'CA Privacy Act', 'link_url' => '11546b19-0f60-4879-a701-6032dcc8b9e0'), array('link_text' => 'Terms & Conditions', 'link_url' => '0d283aaa-4640-494c-acfe-ed93ec59ae41'), array('link_text' => 'Sitemap', 'link_url' => '749d2502-7b1d-46c0-82b4-d02aef2dc42c'))), array('type' => 'col_nav_set')), 'fieldset' => 'navi', 'id' => '640cbe79-bff7-4cd9-bd3d-976e2afd881a'), 'global' => array('site_name' => 'Caliber Collision', 'seo_title' => 'Auto Body Repair & Paint Shop | Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'canonical_tag' => '{{url}}', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'id' => 'd9bfc09a-3a90-41d3-8acc-3f551f8432af'), 'marketing_conditional' => array('check_box_text' => 'I consent to receive marketing and future promotions from Caliber.', 'legal' => 'Marketing and Future Promotions<br/><br/>This check box affirms my consent to receive additional marketing and promotional information from Caliber and its affiliates via email/or and text/SMS messaging. I understand that my decision to receive marketing information is not a condition of receiving service and in no way affects the service Caliber or its affiliates will provide me. I can opt out of receiving marketing information at any time; for email marketing – by clicking the unsubscribe link included in any email and indicating my preferences; for text/SMS, replying "Unsubscribe" to the Caliber affiliate number that sends the marketing text/SMS message to the number you provided. Lastly, by writing to Caliber Collision Centers, Attention: Marketing Unsubscribe, 2941 Lake Vista Dr., Lewisville, Texas 75067.', 'fieldset' => 'marketing_conditional', 'title' => 'Marketing Conditional', 'id' => '2001bd3d-ab35-471a-8535-1782abc9c25a'), 'primary_nav' => array('title' => 'Primary Navigation', 'page_links' => array(array('link_title' => 'Locate a Center', 'icon' => '/assets/img/icons/locations.svg', 'pg_link' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e', 'color' => 'cbgg-red'), array('link_title' => 'Free Online Estimate', 'icon' => '/assets/img/icons/free_estimate.svg', 'color' => 'cbgg-yellow', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_title' => 'Make Appointment', 'icon' => '/assets/img/icons/schedule_appt.svg', 'pg_link' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c', 'color' => 'cbgg-green'), array('link_title' => 'Employment', 'icon' => '/assets/img/icons/employment.svg', 'color' => 'cbgg-blue', 'external_link' => 'https://jobsatcaliber.com')), 'nav_item' => array('954a3d09-7a34-4bab-9ce0-cd4d8620790e', '3cf9ba9f-429e-4023-b58e-6870f96ba6b3', 'cb6f2ca0-1877-42a2-ac26-ec21246c0753', '1e53649c-8bc0-451b-b772-90356c40f66d'), 'fieldset' => 'navi', 'id' => '9c80759e-5264-4be1-b834-d8271de287c1'), 'sec_nav' => array('title' => 'Secondary Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'external_link' => '/online-authorization'), array('link_text' => 'Services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Contact Us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Blog', 'external_link' => 'https://blog.calibercollision.com/'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e')))), 'fieldset' => 'navi', 'id' => 'd7382fdf-8d1c-4be7-adca-4d05afd8f2ba'), 'social_channels' => array('social_icons' => array(array('channel' => 'facebook', 'social_icon' => '/assets/img/icons/facebook.svg', 'url' => 'https://www.facebook.com/pages/Caliber-Collision/179049245541477'), array('channel' => 'twitter', 'social_icon' => '/assets/img/icons/twitter.svg', 'url' => 'http://twitter.com/CaliberAutoBody'), array('channel' => 'youtube', 'social_icon' => '/assets/img/icons/youtube.svg', 'url' => 'http://www.youtube.com/CaliberCollisionUSA'), array('channel' => 'linkedin', 'url' => 'https://www.linkedin.com/company/calibercollision/', 'social_icon' => '/assets/linkedin-1496848361.svg'), array('channel' => 'instagram', 'social_icon' => '/assets/img/icons/instagram.svg', 'url' => 'http://instagram.com/calibercollision'), array('channel' => 'blog', 'social_icon' => '/assets/img/icons/blog.svg', 'url' => 'https://blog.calibercollision.com/')), 'fieldset' => 'social_nav', 'title' => 'Social Channels', 'id' => '5bd74bb6-9bd5-4079-b393-a4fb90f5588c'), 'test' => array('fieldset' => 'default', 'title' => 'TEST', 'id' => '61819f55-7c2d-44c8-82ab-04d4955d927c'), 'utilities' => array('title' => 'Utilities', 'utilityNav' => array(array('link_name' => '1-888-225-4237', 'external_link' => 'tel:1-888-225-4237', 'linkIcon' => '/assets/img/icons/phone.svg'), array('link_name' => 'live chat', 'linkIcon' => '/assets/img/icons/livechat.svg')), 'fieldset' => 'navi', 'id' => 'ce39ef6f-b5c3-4b06-a779-350a9f01bb2a'), 'default_error_message' => array('header_title' => 'sorry.', 'header_content' => '<p>The page you are looking for cannot be found. </p>', 'header_bg' => '/assets/img/headers/locations.jpg', 'page_content' => array(array('type' => 'full_set', 'body' => '<p>THE PAGE YOU ARE LOOKING FOR MIGHT HAVE BEEN REMOVED, HAD ITS NAME CHANGED, OR IS TEMPORARILY UNAVAILABLE. </p>', 'bg_color' => 'blue', 'text_color' => 'white'), array('type' => 'half_set', 'header' => 'PLEASE TRY THE FOLLOWING:', 'list' => array('if you typed the page address in the Address bar, make sure that it is spelled correctly', 'Go to the homepage calibercollision.com, and look for links to the information you want.', 'Go to the Site Map to find links to the information you want.', 'Click the back button to try another link.'), 'bg_align' => 'full')), 'seo_title' => '{{title}} Auto Body Repair & Paint Shop | Caliber Collision', 'fieldset' => 'segments', 'title' => 'default error message', 'id' => '805a7d50-e50c-4a95-ad6d-9b1d040aaec7'), 'form_conditions' => array('term_conditions' => array(array('state_select' => '4e3b7c46-f723-443f-9a71-e9571198e0a1', 'abbreviation' => 'AL', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5dfc964a-20d4-4713-9810-1bb1af5fddd9', 'abbreviation' => 'AZ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'af1ce41d-2566-40c4-8a3a-abc197dbb444', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'AR', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '2ac35919-d099-4f01-9538-d043f990ff68', 'abbreviation' => 'CA', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => 'a232b074-7cc1-458d-9d76-37056cde9ad6', 'abbreviation' => 'CO', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '6a9f53a6-827e-4cdc-95c4-9e60176b4368', 'abbreviation' => 'CT', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '258900a4-3496-4f74-b66b-b0b2c4926830', 'abbreviation' => 'DE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_e' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'rights' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '30f1a714-d1cc-466e-8a30-120a3f6f91ca', 'abbreviation' => 'FL', 'terms_b' => 'NOTICE OF RIGHTS - I UNDERSTAND THAT, UNDER STATE LAW, I AM ENTITLED TO A WRITTEN ESTIMATE IF MY FINAL BILL WILL EXCEED $1,500. I will be notified before any work commences on my car and will be given an opportunity to approve the collision repair work order before any repair begins. I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair.', 'policy' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '77e5b21e-7c6b-4d37-990b-280dd7319478', 'abbreviation' => 'GA', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control. I authorize any and all supplements to be paid directly to Caliber Collision.', 'policy' => 'POWER OF ATTORNEY - For insurance claims, I hereby constitute and appoint Caliber Collision and its authorized employees to be my true and lawful attorney-in-fact with authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'PURSUANT TO THE OFFICIAL CODE OF GEORGIA ANNOTATED, O.C.G.A. § 40-3-54 (2014), work performed on any vehicle required to have a certificate of title can have a special lien attached until the work is paid for or satisfied through foreclosure as provided by Georgia law. I have read and agree to the Terms and Conditions.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the diagnostic and repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '34ea7e25-b91e-4e7a-bd93-e4dbf309982c', 'abbreviation' => 'ID', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'f7f47516-7e70-4fc1-bc98-c15d17ac8b33', 'abbreviation' => 'IL', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '3264ce70-71a9-4713-8e4c-9855b1aec47e', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'IN', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '286c2062-a78e-46a0-b3aa-0e7389519863', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'abbreviation' => 'IA', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'ESTIMATE - You have the right to a written or oral estimate if the expected cost of repairs or service will be more than fifty dollars. Your bill will not be higher than the estimate by more than ten percent unless you approve a higher amount before repairs are finished. Indicate your choice: Written estimate, Oral estimate, No estimate, Call me if repairs and service will be more than $(blank space for amount) Dollar amount', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly, and/or partially completed work, based on Caliber’s normal hourly labor rate.'), array('state_select' => '577cb9da-3406-42b5-a4f9-b7358c898cdc', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'KS', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '26560e25-298c-4d7d-9918-1a2fa3d137aa', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'KY', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'cd881ba9-fd23-4f96-ad02-faa1520c07b3', 'abbreviation' => 'MS', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '650e9c71-f2ec-4617-9495-67afaddbf215', 'abbreviation' => 'MD', 'terms' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic's Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'CUSTOMER RIGHTS (Md. Code Ann., Com. Law § 14-1008) - YOU HAVE THE RIGHT TO REQUEST A WRITTEN ESTIMATE FOR REPAIRS EXCEEDING $50 ($25 FOR MONTGOMERY COUNTY). YOU MAY NOT BE CHARGED ANY AMOUNT 10% IN EXCESS OF THE WRITTEN ESTIMATE WITHOUT YOUR CONSENT. YOU ARE ENTITLED TO THE RETURN OF ANY REPLACED PARTS EXCEPT WHEN PARTS ARE REQUIRED TO BE RETURNED TO THE MANUFACTURER UNDER A WARRANTY AGREEMENT. REPAIRS NOT ORIGINALLY AUTHORIZED BY YOU MAY NOT BE CHARGED TO YOU WITHOUT YOUR CONSENT.', 'terms_f' => 'MANUFACTURER SPECIAL POLICY ADJUSTMENT PROGRAMS - Federal law requires manufactures to furnish the National Highway Traffic Safety Administration (N.H.T.S.A.) with bulletins describing any defects in their vehicles. You may obtain copies of these bulletins either from the manufacturer or N.H.T.S.A. In addition, certain consumer publications or organizations publish this information, which may be available for a fee or for free.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle's repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber's control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs. ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c219bd39-e073-4e16-a3cf-a4e4a56477cc', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.', 'abbreviation' => 'MI'), array('state_select' => '93175f20-f5e9-47ec-8f06-472d27ef0f2f', 'terms' => 'RETURN OF REPLACED PARTS - Replaced parts will be returned to you if you request their return before the repairs are commenced, except for any parts that must be returned to the manufacturer, distributor, or other person under warranty or exchange arrangement, or that is required to be retained or disposed of pursuant to law, or is necessary for pending litigation. If you request the return of parts, any such parts that cannot be returned to you will be made available for you to examine for a period of five (5) business days after repairs are completed. By signing below, I acknowledge that I have received this notice, and I do NOT wish to have replaced parts returned to me. (If you DO wish to have replaced parts returned to you, do NOT check this box and instead notify Caliber that you would like replaced parts returned or shown to you.)', 'terms_b' => 'REPAIR ESTIMATES & STORAGE FEES - I have reviewed and understand my rights under <a href="https://www.revisor.mn.gov/statutes/cite/325F.62/pdf">Minnesota Statutes Ann. § 325F.62(3)</a>. I expressly acknowledge that if my vehicle is not picked up within ten (10) days after Caliber Collision has notified me that the repairs are completed or that my vehicle is otherwise ready for pick up, Caliber will charge storage fees at rates that are ordinary and customary for the area, but not to exceed $35.00 per day.', 'abbreviation' => 'MN', 'policy' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_c' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate (these charges will be calculated on the final bill Caliber provides me). ', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_i' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.'), array('state_select' => '5bc48dbc-3996-4d73-b387-799b76c1c853', 'abbreviation' => 'MO', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '9ff4bf4c-b5a1-41f0-8749-3109a63c707b', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'abbreviation' => 'MT', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'deccdd37-ac27-49bb-901e-635d39dc29fe', 'abbreviation' => 'NE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd833690a-2571-4675-be41-081d44f75575', 'abbreviation' => 'NV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '775005b6-ef0d-4d75-980f-c1b13b9d8629', 'abbreviation' => 'NJ', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '479d8b97-8b0b-4cc9-bcb9-a02169d1714d', 'abbreviation' => 'NM', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'be3e2c5e-ee12-4767-b64a-09f7914d2a0c', 'abbreviation' => 'NY', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'rights' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'state_select' => '3ef51b9c-d562-42f3-9ff2-8eb5846582c8', 'abbreviation' => 'NC', 'terms_c' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_b' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair. A written estimate delivered via email using the email address I’ve included is acceptable to me.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'CUSTOMER RIGHTS - (1) A consumer has a right to receive a written estimate or to waive receipt of that estimate if the cost or repairs will exceed $350.00. (2) A consumer may request, at the time the work order is taken, the return or inspection of all parts that have been replaced during the motor vehicle repair.', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '1eab2a85-9973-460d-8063-f064feb79f03', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'ND', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd63bff4f-c165-418c-8f8e-3be2cfb4c7e2', 'abbreviation' => 'OH', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '87e7db74-69ee-42ec-905e-ddaaf999826e', 'abbreviation' => 'OK', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'ab630449-682a-40d3-bd61-aba87b396cd1', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'OR', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '402cbf00-8206-41fe-9149-bf592b5de64e', 'abbreviation' => 'PA', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5862ea75-05f7-4d16-85ee-afad87f35581', 'abbreviation' => 'SC', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd671a168-0c70-4cc8-a280-a1e4f925ae12', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'SD', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AFTERMARKET PARTS - Caliber may be directed (by my insurer) to prepare my estimate based on the use of aftermarket parts supplied by a source other than the manufacturer of my vehicle. I understand that my estimate will reflect whether such parts were used, and that warranties applicable to these replacement parts are provided by the manufacturer or distributor of these parts rather than the manufacturer of my vehicle.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c6880d3e-4640-44ae-8f41-49ddd58992a4', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'TN', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'CONSUMER’S RIGHTS - This Notice is being provided to you pursuant to Tennessee law (T.C.A. § 66-19-104), which provides that you are entitled to request a written estimate for repairs that cost in excess of two hundred fifty dollars ($250), and that you may not be charged an amount over twenty-five percent (25%) in excess of the written estimate without your consent or Caliber Collision’s good faith attempt to acquire the consent.', 'rights' => 'NOTICE PURSUANT TO T.C.A. § 47-18-104(b)(28) - Upon my request, I am entitled to have returned to me or to be given the opportunity to inspect any parts that are removed from my vehicle and replaced during the repair process. This requirement does not apply to any part that must be returned to a manufacturer or distributor under a warranty agreement or otherwise disposed of as required by law or other applicable rule or regulation. This requirement also does not apply to any part retained as part of a trade-in agreement or core charge agreement; such parts will not be returned to me unless I agree to pay the additional core charge or other trade-in fee. By initialing below, I acknowledge that I have received this notice and do not want to have replaced parts returned to me or make available for my inspection. (If you do wish to have such replaced parts returned to you or made available for inspection, do not initial and instead notify Caliber Collision that you would like replaced parts returned to you or shown to you.) ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS -This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. REMOVAL OF PERSONAL ARTICLES - I acknowledge that I have removed all personal and valuable articles from the vehicle. I understand that Caliber Collision will not be and is not responsible for any belongings left in the vehicle.', 'state_select' => '3e3b9e63-ee17-42e6-a297-b702a2ce35f2', 'abbreviation' => 'TX', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'NOTICE PURSUANT TO SECTION 70.001, TEXAS PROPERTY CODE - I am the person or agent acting on behalf of the person, who is obligated to pay for the repairs of the motor vehicle herein described. I understand that this vehicle is subject to repossession in accordance with Section 9.609, Texas Business & Commerce Code, if a written order of payment for repairs of the vehicle is stopped, dishonored because of insufficient funds, no funds, or because the drawer or maker of the order has no account or the account on which it is drawn has been closed.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_i' => 'TERMS AND CONDITIONS - I have read, understood and agree to the terms and authorizations contained in the terms and conditions governing Caliber's repair services, including the Dispute Settlement & Arbitration provision. We recommend that you retain a copy for your reference.'), array('state_select' => '4c9549ad-dc27-49d3-8e13-58eae2e6d6f3', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation and an anticipated completion date. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'UT', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, reassembly of certain parts may not be possible in some instances, and that I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate. ', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '3b74e82f-940b-4f3f-8bfb-5643082520d2', 'abbreviation' => 'VA', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'CUSTOMER RIGHTS - I understand that I may request to receive a written repair estimate, and that no repair work charge may exceed any written estimate by more than 10% unless I authorize the additional work. I further understand that Caliber Collision shall offer to return all replaced parts except warranty, core charge or trade-in parts required to be returned to a manufacturer or distributor, and that any complaints I have can be made to the Division of Consumer Counsel of the Department of Law.', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '370ed2f3-18cf-4ac1-a50d-7d0c5201083f', 'abbreviation' => 'DC', 'availability' => 'This state requires "certification authority" (like DocuSign) per the Electronic Authentication Act.'), array('state_select' => 'd02b8e49-c5cd-475b-8a17-b8d519873fff', 'abbreviation' => 'WV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '37d7845a-9219-4b75-a8d3-e1db3a8a3dc5', 'abbreviation' => 'WI', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplemental repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'REPLACED PARTS - Under Wisconsin law (Wis. Admin. Code ATCP § 132.07), you are entitled to inspect or request the return of parts replaced or removed from your vehicle during repairs. Replaced parts will be returned to you if you request them, unless the parts must be returned under a warranty or exchange agreement or that otherwise must be disposed of as required by law or regulation (such parts will still be made available to you for inspection upon request). By initialing below, you acknowledge that you have received this notice and do not want to have replaced parts returned to you. If you do wish to have replaced parts returned to you, please do not initial below and instead notify Caliber that you would like replaced parts returned or shown to you.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'STATEMENT OF ESTIMATE ALTERNATIVES (Wis. Admin. Code ATCP § 132.04) - YOU ARE ENTITLED TO A PRICE ESTIMATE FOR THE REPAIRS YOU HAVE AUTHORIZED. THE REPAIR PRICE MAY BE LESS THAT THE ESTIMATE BUT WILL NOT EXCEED THE ESTIMATE WITHOUT YOUR PERMISSION. Choose One Check Boxes: 1. I request an estimate in writing before you begin repairs. 2. Please proceed with repairs but call me before continuing if the price will exceed $________. 3.I do not want an estimate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c8f9e06b-cb69-481f-a179-a5212e3d64b8', 'abbreviation' => 'WY', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.')), 'fieldset' => 'form_conditions', 'title' => 'form conditions', 'id' => '66d89224-c910-4993-9d13-94aa0d55b9b1'), 'page' => array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null)))
  6. at call_user_func_array(array('Statamic\View\Antlers\Engine', 'renderTag'), array('form:create', array('in' => 'recruiting_request_form', 'files' => 'true'), ' {{ if errors }} <div class="alert alert-danger cbgg-red p-2 cg-white mb-3"> {{ errors }} {{ value }}<br> {{ /errors }} </div> {{ /if }} {{ if success }}{{redirect to ='/submission'}} <div class="alert alert-success cbgg-green p-2 cg-white mb-3"> Form was submitted successfully. </div> {{ /if }} <div> <p class="cg-blue"> * Indicates required field. </p> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Event Info and Address</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Date Materials Needed.*</label> <input onpaste="return false;" type="text" id="datepicker2" name="date_needed" value="{{ old:date_needed }}" class="form-control w-90 p-1 cg-blue" placeholder="Date Materials Are Needed" /> </div> </div> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Event Name*</label> <input type="text" name="event" value="{{ old:event }}" class="form-control p-1 cg-blue" placeholder="Event Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2"> <label class="d-none">Event Location*</label> <input type="text" name="location" value="{{ old:location }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Location*" /> </div> <div class="form-group col-12 textfield"> <textarea name="delivery" class="form-control" placeholder="Event Address" rows="7"></textarea> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Event Date*</label> <input onpaste="return false;" type="text" id="datepicker3" name="event_date" value="{{ old:event_date }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Date" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">Start Time*</label> <input type="time" name="start_time" value="{{ old:start_time }}" class="form-control w-90 p-1 cg-blue" placeholder="Start Time" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">End Time*</label> <input type="time" name="end_time" value="{{ old:end_time }}" class="form-control w-90 p-1 cg-blue" placeholder="End Time" /> </div> </div> </div> <div> <h5 class="caps cg-blue">Requestor Info</h5> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Full Name*</label> <input type="text" name="name" value="{{ old:name }}" class="form-control p-1 cg-blue" placeholder="Full Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Title*</label> <input type="text" name="title" value="{{ old:title }}" class="form-control p-1 cg-blue" placeholder="Title*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Phone Number*</label> <input type="text" name="number" value="{{ old:number }}" class="form-control w-90 p-1 cg-blue" placeholder="Phone Number*" /> </div> <div class="pb-2 form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Email Address*</label> <input type="text" name="email" value="{{ old:email }}" class="form-control w-90 p-1 cg-blue" placeholder="Email Address*" /> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Requested Materials</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class=""> <label class="d-none">Type of Material Needed (Flyer, Banner, etc.)*</label> <input type="text" name="type" value="{{ old:type }}" class="form-control w-90 p-1 cg-blue" placeholder="Type of Material Needed (Flyer, Banner, etc.)*" /> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Purpose of Material*</label> <textarea name="purpose" class="form-control" placeholder="Purpose of Material*" rows="7">{{ old:purpose }}</textarea> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Please provide additional details for the content, design, etc*</label> <textarea name="details" class="form-control" placeholder="Please provide additional details for the content, design, etc*" rows="7">{{ old:details }}</textarea> </div> </div> <div class="row col-12" style="margin-top: 25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Shipping Address</h4> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2" style="margin-top:-8px;"> <label style="margin-bottom: 10px; display: block;">Where would you like your event materials shipped?</label> <input type="text" name="address_1" value="{{ old:address_1 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 1"/> </div> <div class="form-group col-12 textfield pt-1" style="margin-top:-8px;"> <input type="text" name="address_2" value="{{ old:address_2 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 2"/> </div> <div class="col-12 cg-blue pb-sm-1 t-sm"> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="city" value="" class="form-control p-1 cg-blue" placeholder="City" value="{{ old:city }}"> </div> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="state" value="" class="form-control p-1 cg-blue" placeholder="State" value="{{ old:state }}"> </div> <div class="form-group col-12 col-sm-4 textfield"> <input type="text" name="zip" value="" class="form-control p-1 cg-blue" placeholder="Zip" value="{{ old:zip }}"> </div> </div> <div class="row col-12" style="margin-top:25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Additional Notes</h4> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none"></label> <textarea name="additional_notes" class="form-control" placeholder="Is there anything else we should know about your request? If you did not attach logos/name partners, when can we expect to see those?" rows="7">{{ old:additional_notes }}</textarea> </div> </div> <div class="row col-12"> <h5 class="caps cg-blue">FILE UPLOADS</h5> <span class="cg-blue col-12 pr-2 pt-1 pb-2 t-md">Please upload photos, logos and other related files to reference for the design. Accepted file formats: .EPS, .JPG, .PNG, and .PDF files. Max file size for logos is 10MB.</span> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple2rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple3rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple4rec"> <input type="text" class="hide" name="recruiting-honey" class="honeypot" /> </div> </div> </div> <div class="row col-12" style="margin-top:15px;"> <div class="ta-center button-container pt-2 pb-2"> <button class="btn btn-primary">Submit</button> </div> </div> </div> ', array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null, 'site_name' => 'Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'layout' => 'default', 'site_url' => 'https://calibercollision.com/', 'homepage' => 'https://calibercollision.com/', 'current_url' => 'https://calibercollision.com/employment/recruiting-request-form', 'current_uri' => '/employment/recruiting-request-form', 'current_date' => object(Carbon), 'now' => object(Carbon), 'today' => object(Carbon), 'locale' => 'en', 'locale_name' => 'English', 'locale_full' => 'en_US', 'locale_url' => 'https://calibercollision.com/', 'get' => array(), 'post' => array(), 'get_post' => array(), 'old' => array(), 'response_code' => '200', 'logged_in' => false, 'logged_out' => true, 'environment' => 'production', 'xml_header' => '<?xml version="1.0" encoding="utf-8" ?>', 'csrf_token' => 'gi6dPYq8OAvFK77sftskyC0de3t14iPuDVN7QYpr', 'csrf_field' => object(Expression), 'settings' => array('assets' => array('image_manipulation_route' => '/img', 'image_manipulation_secure' => true, 'auto_crop' => true, 'image_manipulation_driver' => 'gd', 'image_manipulation_cached' => true, 'image_manipulation_cached_path' => 'img', 'thumbnail_max_width' => '6000', 'thumbnail_max_height' => '6000'), 'caching' => array('stache_always_update' => false, 'static_caching_enabled' => false, 'static_caching_length' => '500', 'static_caching_type' => 'cache', 'static_caching_file_path' => 'ccc', 'static_caching_ignore_query_strings' => false, 'static_caching_exclude' => array('/locate-a-caliber-collision-center', 'locate-a-caliber-collision-center', '/schedule-an-appointment', '/schedule-an-appointment/', 'schedule-an-appointment/', 'online-authorization/', 'contact-us/', 'customer-reviews/', 'customer-feedback', 'celebrationoflove2016', '/online-authorization', '/contact-us', '/customer-reviews', '/customer-feedback', '/celebrationoflove2016', '/about-us/community-involvement/recycled-rides/recycled-rides-event-request', '/locate-a-caliber-collision-center/fast-track-dealer-referral', 'locate-a-caliber-collision-center/fast-track-dealer-referral', '/employment/hr-job-request-form', 'employment/hr-job-request-form', 'employment/recruiting-request-form', '/employment/virginia-maryland-and-dc-employment-opportunities', 'employment/virginia-maryland-and-dc-employment-opportunities', '/field-marketing-event-request', 'field-marketing-event-request', '/caliber-classic-registration', 'caliber-classic-registration'), 'static_caching_invalidation' => array(), 'static_caching_lock_hold_length' => '0', 'static_caching_default_cache_length' => null), 'cp' => array('start_page' => 'dashboard', 'date_format' => 'Y/n/d', 'widgets' => array(array('type' => 'collection', 'collection' => 'locate-a-caliber-collision-center', 'limit' => '20', 'width' => '70', 'date' => 'last_modified'), array('type' => 'PowerTools', 'width' => '30')), 'locale' => null, 'pagination_size' => '50'), 'debug' => array('debug' => true, 'debug_bar' => false, 'loggers' => array('file' => array('daily' => true))), 'email' => array('driver' => 'log', 'from_email' => 'cc@calibercollision.com', 'from_name' => 'Caliber Collision Centers', 'host' => null, 'port' => '587', 'encryption' => 'tls', 'username' => '', 'password' => ''), 'routes' => array('routes' => array('/blog/tags' => 'blog/taxonomies', '/search' => 'search', '/users' => 'user/index', '/users/{username}' => 'user/profile', '/account' => 'user/account', '/login' => 'auth/login', '/register' => 'auth/register', '/forgot-password' => 'auth/password-forgot', '/reset-password' => 'auth/password-reset', '/api/reviews' => array('layout' => 'api', 'template' => 'api-reviews', 'content_type' => 'json'), '/api/locations' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/locations/{type}' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/dealers' => array('layout' => 'api', 'template' => 'api-dealers', 'content_type' => 'json'), '/api/insurance' => array('layout' => 'api', 'template' => 'api-insurance', 'content_type' => 'json'), '/api/pages' => array('layout' => 'api', 'template' => 'api-pages', 'content_type' => 'json'), '/api/faqs' => array('layout' => 'api', 'template' => 'api-faqs', 'content_type' => 'json'), '/api/soire' => array('layout' => 'api', 'template' => 'api-submission', 'content_type' => 'json'), '/api/partners' => array('layout' => 'api', 'template' => 'api-partners', 'content_type' => 'json'), '/api/export' => array('layout' => 'default', 'template' => 'export'), '/api/employment' => array('layout' => 'api', 'template' => 'api-employment', 'content_type' => 'json'), '/api/employment-export' => array('layout' => 'api', 'template' => 'employment-export'), '/api/appointments' => array('layout' => 'api', 'template' => 'api-appointments', 'content_type' => 'json'), '/api/appointments-export' => array('layout' => 'api', 'template' => 'appointments-export'), '/api/locations-export' => array('layout' => 'api', 'template' => 'api-locations-export'), '/api/reviews-export' => array('layout' => 'api', 'template' => 'api-reviews-export'), '/sandbox/glass-quote' => array('layout' => 'api', 'template' => 'glass-quote'), '/changinglanesrecruitment' => array('layout' => 'api', 'template' => 'changinglanes-recruitment'), '/changinglanesrecruitment/signup' => array('layout' => 'default', 'template' => 'changinglanes-recruitment-form'), '/changinglanesrecruitment/thankyou' => array('layout' => 'api', 'template' => 'changinglanes-recruitment-thankyou'), '/weallplayapart' => array('layout' => 'api-header', 'template' => 'leadership-summit-2019'), '/api/skyball' => array('layout' => 'api', 'template' => 'api-skyball', 'content_type' => 'json'), '/api/skyball-export' => array('layout' => 'api', 'template' => 'skyball-export'), '/happyholidays2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card-team'), '/holiday2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card'), '/digital-newsletter/search' => array('layout' => 'api-header-noindex', 'template' => '/newsletter/search'), '/thank-you-2' => array('layout' => 'default', 'template' => 'thank-you-2'), '/schedule-an-appointment-online' => array('layout' => 'default', 'template' => 'appointment-dev'), '/schedule-an-appointment-online-snapsheet' => array('layout' => 'default', 'template' => 'appointment-dev-snapsheet'), '/online-authorization' => array('layout' => 'default', 'template' => 'online-authorization-new'), '/api/urls' => array('layout' => 'api', 'template' => 'api-all-pages'), '/barbarian' => array('layout' => 'api', 'template' => 'barbarian')), 'collections' => array('blog' => '/news-events/{year}/{month}/{day}/{slug}', 'locate-a-caliber-collision-center' => '/locate-a-caliber-collision-center/{slug}', 'specials' => 'specials-states', 'offers' => 'offers', 'sponsored_events' => '/sponsored-events/{slug}', 'emails' => '/{slug}', 'acquisitions' => '/acquisitions/{slug}', 'live-chat' => '/live-chat/{slug}', 'hub_articles' => '/hub-of-help/{slug}', 'newsletter' => '/digital-newsletter/{slug}', 'newsletter_articles' => '/digital-newsletter/{newsletter_slug}/{slug}'), 'taxonomies' => array('tags' => '/blog/tags/{slug}', 'lo' => 'region'), 'redirect' => array('/locate-a-caliber-collision-center/davenport-northwest-bi' => 'https://www.caliber.com/find-a-location/davenport-northwest-bl', '/militarycombine' => 'combine', '/celebrationoflove2018' => 'celebration-of-love-nomination-2018', '/dealership-partners' => 'dealership-partners', '/green-commitment' => 'green-commitment', '/insurance-partners' => 'insurance-partners', '/repair-process' => 'repair-process', '/COMBINEPARTNERS' => 'military-service-partners', '/CombinePartners' => 'military-service-partners', '/combinepartners' => 'military-service-partners', '/combine-partners' => 'military-service-partners', '/emails' => 'https://www.caliber.com/leave-a-review', '/emails/september-2016-customer-email' => 'about-us/community-involvement/combine', '/combine' => 'about-us/community-involvement/heroes-day', '/Combine' => 'about-us/community-involvement/heroes-day', '/COMBINE' => 'about-us/community-involvement/heroes-day', '/Careers' => 'employment', '/TeammateUpdate' => 'teammateupdate', '/TeamMateUpdate' => 'teammateupdate', '/arizona-special-offers' => 'specials', '/california-special-offers' => 'specials', '/mobile' => '/', '/bodyshop.asp' => 'services', '/paintshop.asp' => 'services', '/careers/careers.aspx' => '/employment', '/about/about.aspx' => 'about-us', '/green-commitment.aspx' => 'services/environmental-commitment', '/locations/locations.aspx' => 'locate-a-caliber-collision-center', '/services/services.aspx' => 'services', '/locations/burbank-car-repair-shop/' => 'locate-a-caliber-collision-center', '/auto-body/accident-checklist' => 'services/collision-repair-process', '/PrivacyNotice.aspx' => 'privacy-policy', '/accident/appointment.aspx' => 'schedule-an-appointment', '/accident/customer-feedback.aspx' => 'customer-feedback', '/accident/faqs.aspx' => 'about-us/faqs', '/accident/inanaccident.aspx' => 'collision-repair-process', '/accident/repairauthorization.aspx' => 'services/collision-repair-process', '/index.aspx' => '/', '/warranty.aspx' => 'services/lifetime-warranty', '/LocationsWV.htm' => 'locate-a-caliber-collision-center/westlake-village', '/Home.html' => '/', '/walkthewalk*' => '/about-us/community-involvement/carry-the-load/*', '/about' => 'about-us', '/contact/contact.aspx' => 'contact-us', '/accident/customer-feedback-all.aspx' => 'customer-feedback', '/accident/collisionrepair.aspx' => '/', '/rrorders' => 'recycled-rides-event-request', '/recycledrides*' => 'about-us/community-involvement/recycled-rides', '/thankyou' => 'thank-you', '/agent' => 'about-us/insurance-partners', '/web-site-terms-conditions' => 'terms-conditions', '/careers' => 'employment', '/services/collision-repair-process' => 'services/repair-process', '/about-us/news-events' => 'news-events', '/hr-job-posting-request' => '/employment/hr-job-request-form', '/recruiting-request-form' => '/employment/recruiting-request-form', '/changinglanes' => '/about-us/community-involvement/changing-lanes/', '/ChangingLanes' => '/about-us/community-involvement/changing-lanes/', '/FoodDrive' => '/about-us/community-involvement/food-drive/', '/fooddrive' => '/about-us/community-involvement/food-drive/', '/caliber-classic' => '/about-us/community-involvement/caliber-classic/', '/locate-a-caliber-collision-center/Falcon' => '/locate-a-caliber-collision-center/falcon', '/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/fresno' => '/locate-a-caliber-collision-center/round-rock-commerce', '/index.htm' => '/', '/la-crescenta' => '/locate-a-caliber-collision-center/la-crescenta', '/locate' => '/locate-a-caliber-collision-center', '/locate-a-caliber-coll' => '/locate-a-caliber-collision-center', '/locate-a-caliber-colli' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-ce' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/bryan-college-stat' => '/locate-a-caliber-collision-center/bryan-college-station', '/locate-a-caliber-collision-center/cavender' => '/locate-a-caliber-collision-center/san-antonio-cavender', '/locate-a-caliber-collision-center/center-city-sou' => '/locate-a-caliber-collision-center/center-city-south', '/locate-a-caliber-collision-center/commerce-round-roc' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/f5241f74-07d9-4198-b19a-a95f969605c1/img/380dc8d9-481c-4d18-9162-ecd5688f98a8/img/headers/header_driven_to_serve.jpg/dc171fcd55fb5029ffa14ecb2514a014.jpg' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/frederick' => '/locate-a-caliber-collision-center/frederick-monocacy-valley', '/locate-a-caliber-collision-center/galleria' => '/locate-a-caliber-collision-center/houston-galleria', '/locate-a-caliber-collision-center/garden-ridge' => '/locate-a-caliber-collision-center/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/las-vegas-nellis-drive-in' => 'https://dev.calibercollision.com/locate-a-caliber-collision-center/las-vegas-nellis-drive-in', '/locate-a-caliber-collision-center/mays-round-rock' => '/locate-a-caliber-collision-center/round-rock-mays', '/locate-a-caliber-collision-center/padrecc-spid' => '/locate-a-caliber-collision-center/corpus-christi-ayers', '/locate-a-caliber-collision-center/ridgecrest' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/Roseville' => '/locate-a-caliber-collision-center/roseville', '/locate-a-caliber-collision-center/san-antonia-culebra' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-culebra-express' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-s' => '/locate-a-caliber-collision-center/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locate-a-caliber-collision-center/santa-mo' => '/locate-a-caliber-collision-center/santa-monica', '/Locate-A-Caliber-Collision-Center/Santa-Monica-Pico-Blvd' => '/locate-a-caliber-collision-center/santa-monica', '/locate-a-caliber-collision-center/tucson-price-street' => '/locate-a-caliber-collision-center/tucson-university', '/locate-a-caliber-collision-center/warrenton' => '/locate-a-caliber-collision-center/warrenton-non-drive', '/locate-a-caliber-collision-center/webercc-weber' => '/locate-a-caliber-collision-center/corpus-christi-weber', '/locate-a-caliber-collision-center/wheat-ridge-indepe' => '/locate-a-caliber-collision-center/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-s' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/locations/CA/san_diego/dagget.htm' => '/locate-a-caliber-collision-center/kearney-mesa-dagget', '/locations/locationdetails.aspx?scenterId=0009' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locations/TX/NTX/corinth.' => '/locate-a-caliber-collision-center/corinth', '/los-angeles-griffith-park' => '/locate-a-caliber-collision-center/los-angeles-griffith-park', '/oviedo' => '/locate-a-caliber-collision-center/oviedo', '/pasadena' => '/locate-a-caliber-collision-center/pasadena', '/RecycledRides' => '/about-us/community-involvement/recycled-rides', '/richland-hills' => '/locate-a-caliber-collision-center/richland-hills', '/services/dealerships' => '/services/dealership-partners', '/services/environmental-commitment' => '/services/green-commitment', '/services/free-estimates' => '/services/online-estimates', '/tujunga' => '/locate-a-caliber-collision-center/tujunga', '/wheat-ridge-robb-st' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/wylie' => '/locate-a-caliber-collision-center/wylie', '/locate-a-caliber-collision-center/no-location' => 'https://www.caliber.com/find-a-location/', '/employment' => 'https://jobs.calibercollision.com/employment', '/employment/careers' => 'https://jobs.calibercollision.com/employment', '/locate-a-caliber-collision-center/fishers-technology-dr' => '/locate-a-caliber-collision-center/fishers-technology-ln', '/locate-a-caliber-collision-center/murfreesboro-broad-st' => '/locate-a-caliber-collision-center/nashville-non-drive-south', '/locate-a-caliber-collision-center/santa-clara' => '/locate-a-caliber-collision-center/silicon-valley-non-drive', '/locate-a-caliber-collision-center/minneapolis-south' => '/locate-a-caliber-collision-center/south-minneapolis', '/locate-a-caliber-collision-center/henderson-east' => '/locate-a-caliber-collision-center/henderson-american-pacific', '/locate-a-caliber-collision-center/colorado-springs-copper-center' => '/locate-a-caliber-collision-center/colorado-springs-copper', '/locate-a-caliber-collision-center/glendale-south-louise-st' => '/locate-a-caliber-collision-center/glendale-s-louise-st', '/locate-a-caliber-collision-center/raleigh-crabtree-pines' => '/locate-a-caliber-collision-center/raleigh-crabtree', '/locate-a-caliber-collision-center/orlando-orange-blossom-trail' => '/locate-a-caliber-collision-center/orlando-orange-blossom', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/orlando-n-john-young' => '/locate-a-caliber-collision-center/orlando-silver-star-rd', '/locate-a-caliber-collision-center/lynwood' => '/locate-a-caliber-collision-center/lynwood-il', '/locate-a-caliber-collision-center/maryville' => '/locate-a-caliber-collision-center/maryville-il', '/locate-a-caliber-collision-center/west-chester' => '/locate-a-caliber-collision-center/west-chester-oh', '/locate-a-caliber-collision-center/lynnwood' => '/locate-a-caliber-collision-center/lynnwood-wa', '/locate-a-caliber-collision-center/marysville' => '/locate-a-caliber-collision-center/marysville-wa', '/locate-a-caliber-collision-center/middleton' => '/locate-a-caliber-collision-center/middleton-wi', '/locate-a-caliber-collision-center/lansdowne' => '/locate-a-caliber-collision-center/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/philadelphia-blue-grass-rd' => '/locate-a-caliber-collision-center/philadelphia-blue-grass', '/locate-a-caliber-collision-center/marlton-west-main-st' => '/locate-a-caliber-collision-center/evesham-township', '/locate-a-caliber-collision-center/middletown' => '/locate-a-caliber-collision-center/middletown-de', '/locate-a-caliber-collision-center/houston-park-row' => '/locate-a-caliber-collision-center/houston-non-drive-west', '/HeroesDay' => 'about-us/community-involvement/heroes-day', '/heroesday' => 'https://www.caliber.com/why-caliber', '/Heroesday' => 'about-us/community-involvement/heroes-day', '/HeroesDayRegistration' => '/heroesdayregistration', '/heroesdaycombine' => '/heroesdayregistration', '/HeroesDayCombine' => '/heroesdayregistration', '/calibercares' => 'https://www.caliberfamily.com', '/Calibercares' => 'https://www.caliberfamily.com', '/caliberCares' => 'https://www.caliberfamily.com', '/CaliberCares' => 'https://www.caliberfamily.com', '/CALIBERCARES' => 'https://www.caliberfamily.com', '/Resources' => '/resources', '/RESOURCES' => '/resources', '/customer-feedback' => 'https://www.caliber.com/leave-a-review', '/Restoring-You' => '/restoring-you', '/RESTORING-YOU' => '/restoring-you', '/locate-a-caliber-collision-center/elk-grove' => '/locate-a-caliber-collision-center/elk-grove-non-drive', '/recycled-rides' => '/about-us/community-involvement/recycled-rides', '/RECYCLED-RIDES' => '/about-us/community-involvement/recycled-rides', '/Recycled-Rides' => '/about-us/community-involvement/recycled-rides', '/recycledrides' => '/about-us/community-involvement/recycled-rides', '/RECYCLEDRIDES' => '/about-us/community-involvement/recycled-rides', '/locate-a-caliber-collision-center/colorado-springs-iowa-st' => '/locate-a-caliber-collision-center/colorado-springs-boulder-st', '/weallplayapart' => '/', '/locate-a-caliber-collision-center/memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/baltimore-belair-rd' => '/locate-a-caliber-collision-center/baltimore-hamilton', '/locate-a-caliber-collision-center/philadelphia-blue-grass' => '/locate-a-caliber-collision-center/philadelphia-byberry-rd', '/shopforsale' => '/shop-for-sale', '/SHOPFORSALE' => '/shop-for-sale', '/ShopForSale' => '/shop-for-sale', '/Shopforsale' => '/shop-for-sale', '/shopForsale' => '/shop-for-sale', '/shopforSale' => '/shop-for-sale', '/ShopForsale' => '/shop-for-sale', '/Shop-For-Sale' => '/shop-for-sale', '/SHOP-FOR-SALE' => '/shop-for-sale', '/locate-a-caliber-collision-center/dc-georgia-ave-nw' => '/locate-a-caliber-collision-center/hyattsville', '/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/locate-a-caliber-collision-center/akron-green-drive' => '/locate-a-caliber-collision-center/akron-green', '/locate-a-caliber-collision-center/colorado-springs-motor-city' => '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city', '/locate-a-caliber-collision-center/wooster-south' => '/locate-a-caliber-collision-center/wooster-east', '/locate-a-caliber-collision-center/jacksonville-blanding-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-sw', '/form' => 'https://estimate.calibercollision.com/form', '/locate-a-caliber-collision-center/orlando-silver-star-rd' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/southport-drive-center' => 'https://www.caliber.com/find-a-location', '/' => 'https://www.caliber.com/services/collision', '/services/online-estimates' => 'https://www.caliber.com/online-estimate', '/contact-us' => 'https://www.caliber.com/contact-us', '/about-us' => 'https://www.caliber.com/why-caliber', '/services/auto-glass-repair' => 'https://www.caliber.com/services/collision/auto-glass-collision-repair', '/coronavirus-update' => 'https://www.caliber.com/newsroom', '/services' => 'https://www.caliber.com/services/collision', '/caliber-combines-with-abra' => 'https://www.caliber.com/newsroom', '/services/on-site-car-rentals' => 'https://www.caliber.com/services/collision', '/about-us/repair-process' => 'https://www.caliber.com/services/collision', '/services/auto-body-repair' => 'https://www.caliber.com/services/collision/collision-repair', '/services/lifetime-warranty' => 'https://www.caliber.com/why-caliber', '/news-events' => 'https://www.caliber.com/newsroom', '/services/customer-service' => 'https://www.caliber.com/why-caliber', '/tell-us-about-your-experience' => 'https://www.caliber.com/leave-a-review', '/site-map' => 'https://www.caliber.com', '/live-chat/luxury' => 'https://www.caliber.com/contact-us', '/services/paintless-dent-repair' => 'https://www.caliber.com/services/collision/paintless-dent-repair', '/about-us/insurance-partners' => 'https://www.caliber.com', '/about-us/community-involvement/recycled-rides' => 'https://www.caliber.com/why-caliber', '/about-us/dealership-partners' => 'https://www.caliber.com/why-caliber/dealership-partners', '/services/diagnostic-scanning' => 'https://www.caliber.com/services/collision/car-diagnostic-test', '/about-us/community-involvement' => 'https://www.caliber.com/why-caliber', '/acquisitions/pohanka' => 'https://www.caliber.com/newsroom', '/acquisitions/haddock-collision' => 'https://www.caliber.com/newsroom', '/about-us/our-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/food-drive' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/hire-our-heroes' => 'https://www.caliber.com/why-caliber', '/employment/virginia-maryland-and-dc-employment-opportunities' => 'https://jobsatcaliber.com/', '/restoring-you' => 'https://www.caliber.com/why-caliber', '/live-chat/live-chat' => 'https://www.caliber.com/contact-us', '/about-us/community-involvement/heroes-day' => 'https://www.caliber.com/why-caliber', '/specials/refer-a-friend' => 'https://www.caliber.com/services/collision', '/about-us/green-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/caliber-classic' => 'https://www.caliber.com/why-caliber', '/military-service-partners' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/combine' => 'https://www.caliber.com/why-caliber', '/weather-alert-san-angelo' => 'https://www.caliber.com/newsroom', '/about-us/community-involvement/american-heart-association' => 'https://www.caliber.com/why-caliber', '/weather-alert-delrio' => 'https://www.caliber.com/newsroom', '/shop-for-sale' => 'https://www.caliber.com/services/collision', '/services/fleet-services' => 'https://www.caliber.com/services/fleet', '/teammateholiday2020' => 'https://www.caliber.com/why-caliber', '/terms-conditions' => 'https://www.caliber.com/terms', '/luxury' => 'https://www.caliber.com/services/collision', '/recycled-rides-nomination-form-old' => 'https://www.caliber.com/why-caliber', '/skyball-2019-sign-up-form' => 'https://www.caliber.com/newsroom', '/caliber-strategic-partner-appreciation-event' => 'https://www.caliber.com/newsroom', '/protechholiday2020' => 'https://www.caliber.com/newsroom', '/specials-states' => 'https://www.caliber.com/services/collision', '/about-us/community-involvement/recycled-rides/recycled-rides-carry-the-load-2015' => 'https://www.caliber.com/why-caliber', '/ca-privacy-act' => 'https://www.caliber.com/ca-privacy-act', '/coronavirus-update-es' => 'https://www.caliber.com/newsroom', '/privacy-policy' => 'https://www.caliber.com/terms', '/acquisitions/church-brothers-collision-repair' => 'https://www.caliber.com/newsroom', '/acquisitions/cooks-collision' => 'https://www.caliber.com/newsroom', '/acquisitions/goffs-collision-repair-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/herbs-paint-and-body-shops' => 'https://www.caliber.com/newsroom', '/acquisitions/hv-collisioncenter' => 'https://www.caliber.com/newsroom', '/acquisitions/prices-collision-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/the-collision-centers' => 'https://www.caliber.com/newsroom', '/animated-card-to-teammates' => 'https://www.caliber.com/why-caliber', '/approved-review' => 'https://www.caliber.com/leave-a-review', '/caliber-executive-hand-clap-video' => 'https://www.caliber.com/newsroom', '/caliber-storm-response-team' => 'https://www.caliber.com/newsroom', '/changing-lanes-rsvp-form' => 'https://www.caliber.com/why-caliber', '/combine45' => 'https://www.caliber.com/why-caliber', '/contact-us-old' => 'https://www.caliber.com/contact-us', '/declined-review' => 'https://www.caliber.com/leave-a-review', '/employment-adp' => 'https://www.caliber.com/services/collision', '/military-partners-form' => 'https://www.caliber.com/why-caliber', '/share-your-experience' => 'https://www.caliber.com/leave-a-review', '/southern-california-wildfires' => 'https://www.caliber.com/newsroom', '/specials' => 'https://www.caliber.com', '/sponsored-events' => 'https://www.caliber.com/newsroom', '/teammateupdate' => 'https://www.caliber.com/newsroom', '/washington-nationals-recycled-rides-gifting-2017' => 'https://www.caliber.com/why-caliber', '/weather-alert' => 'https://www.caliber.com/newsroom', '/weather-alert-charleston-maryland' => 'https://www.caliber.com/newsroom', '/weather-alert-colorado' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-dorian' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-sally' => 'https://www.caliber.com/newsroom', '/weather-alert-north-carolina' => 'https://www.caliber.com/newsroom', '/weather-alert-north-tx-and-ok' => 'https://www.caliber.com/newsroom', '/weather-alert-northeast' => 'https://www.caliber.com/newsroom', '/west-texas-inclement-weather' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/aberdeen' => 'https://www.caliber.com/find-a-location/aberdeen', '/locate-a-caliber-collision-center/abington' => 'https://www.caliber.com/find-a-location/abington', '/locate-a-caliber-collision-center/acworth' => 'https://www.caliber.com/find-a-location/acworth', '/locate-a-caliber-collision-center/addison' => 'https://www.caliber.com/find-a-location/addison', '/locate-a-caliber-collision-center/akron-green' => 'https://www.caliber.com/find-a-location/akron-green', '/locate-a-caliber-collision-center/albuquerque-alameda' => 'https://www.caliber.com/find-a-location/albuquerque-alameda', '/locate-a-caliber-collision-center/albuquerque-dorado' => 'https://www.caliber.com/find-a-location/albuquerque-dorado', '/locate-a-caliber-collision-center/albuquerque-downtown' => 'https://www.caliber.com/find-a-location/albuquerque-downtown', '/locate-a-caliber-collision-center/alcoa-airport-hwy' => 'https://www.caliber.com/find-a-location/alcoa-airport-hwy', '/locate-a-caliber-collision-center/alcoa-northpark' => 'https://www.caliber.com/find-a-location/alcoa-northpark', '/locate-a-caliber-collision-center/alexandria' => 'https://www.caliber.com/find-a-location/alexandria', '/locate-a-caliber-collision-center/alexandria-del-ray' => 'https://www.caliber.com/find-a-location/alexandria-del-ray', '/locate-a-caliber-collision-center/alexandria-farrington-ave' => 'https://www.caliber.com/find-a-location/alexandria-farrington-ave', '/locate-a-caliber-collision-center/algonquin' => 'https://www.caliber.com/find-a-location/algonquin', '/locate-a-caliber-collision-center/alhambra' => 'https://www.caliber.com/find-a-location/alhambra', '/locate-a-caliber-collision-center/allen' => 'https://www.caliber.com/find-a-location/allen', '/locate-a-caliber-collision-center/allen-greenville-rd' => 'https://www.caliber.com/find-a-location/allen-greenville-rd', '/locate-a-caliber-collision-center/allentown' => 'https://www.caliber.com/find-a-location/allentown', '/locate-a-caliber-collision-center/allentown-airport-rd' => 'https://www.caliber.com/find-a-location/allentown-airport-rd', '/locate-a-caliber-collision-center/alpharetta' => 'https://www.caliber.com/find-a-location/alpharetta', '/locate-a-caliber-collision-center/altamonte-springs' => 'https://www.caliber.com/find-a-location/altamonte-springs', '/locate-a-caliber-collision-center/alvin' => 'https://www.caliber.com/find-a-location/alvin', '/locate-a-caliber-collision-center/american-fork' => 'https://www.caliber.com/find-a-location/american-fork', '/locate-a-caliber-collision-center/anaheim' => 'https://www.caliber.com/find-a-location/anaheim', '/locate-a-caliber-collision-center/anaheim-hills' => 'https://www.caliber.com/find-a-location/anaheim-hills', '/locate-a-caliber-collision-center/anderson' => 'https://www.caliber.com/find-a-location/anderson', '/locate-a-caliber-collision-center/ankeny' => 'https://www.caliber.com/find-a-location/ankeny', '/locate-a-caliber-collision-center/annapolis' => 'https://www.caliber.com/find-a-location/annapolis', '/locate-a-caliber-collision-center/apex' => 'https://www.caliber.com/find-a-location/apex', '/locate-a-caliber-collision-center/apple-valley' => 'https://www.caliber.com/find-a-location/apple-valley', '/locate-a-caliber-collision-center/apple-valley-mn' => 'https://www.caliber.com/find-a-location/apple-valley-mn', '/locate-a-caliber-collision-center/arlington' => 'https://www.caliber.com/find-a-location/arlington', '/locate-a-caliber-collision-center/arlington-rx' => 'https://www.caliber.com/find-a-location/arlington-rx', '/locate-a-caliber-collision-center/arlington-s-cooper' => 'https://www.caliber.com/find-a-location/arlington-south-cooper', '/locate-a-caliber-collision-center/arlington-south' => 'https://www.caliber.com/find-a-location/arlington-south', '/locate-a-caliber-collision-center/arlington-tn' => 'https://www.caliber.com/find-a-location/arlington-tn', '/locate-a-caliber-collision-center/arlington-va' => 'https://www.caliber.com/find-a-location/arlington-va', '/locate-a-caliber-collision-center/ashland' => 'https://www.caliber.com/find-a-location/ashland', '/locate-a-caliber-collision-center/ashland-oh' => 'https://www.caliber.com/find-a-location/ashland-oh', '/locate-a-caliber-collision-center/aston' => 'https://www.caliber.com/find-a-location/aston', '/locate-a-caliber-collision-center/atascadero' => 'https://www.caliber.com/find-a-location/atascadero', '/locate-a-caliber-collision-center/atascadero-south' => 'https://www.caliber.com/find-a-location/atascadero-south', '/locate-a-caliber-collision-center/athens' => 'https://www.caliber.com/find-a-location/athens', '/locate-a-caliber-collision-center/atlanta-buckhead' => 'https://www.caliber.com/find-a-location/atlanta-buckhead', '/locate-a-caliber-collision-center/auburn' => 'https://www.caliber.com/find-a-location/auburn', '/locate-a-caliber-collision-center/auburn-wa' => 'https://www.caliber.com/find-a-location/auburn-wa', '/locate-a-caliber-collision-center/aurora' => 'https://www.caliber.com/find-a-location/aurora', '/locate-a-caliber-collision-center/aurora-chambers-rd' => 'https://www.caliber.com/find-a-location/aurora-chambers-rd', '/locate-a-caliber-collision-center/aurora-east-colfax-ave' => 'https://www.caliber.com/find-a-location/aurora-east-colfax-ave', '/locate-a-caliber-collision-center/aurora-s-abilene' => 'https://www.caliber.com/find-a-location/aurora-s-abilene', '/locate-a-caliber-collision-center/austin-highway-620' => 'https://www.caliber.com/find-a-location/austin-highway-620', '/locate-a-caliber-collision-center/austin-hunters-chase' => 'https://www.caliber.com/find-a-location/austin-hunters-chase', '/locate-a-caliber-collision-center/austin-kramer-lane' => 'https://www.caliber.com/find-a-location/austin-kramer-lane', '/locate-a-caliber-collision-center/austin-mcneil-dr' => 'https://www.caliber.com/find-a-location/austin-mcneil-dr', '/locate-a-caliber-collision-center/austin-metric-blvd' => 'https://www.caliber.com/find-a-location/austin-metric-blvd', '/locate-a-caliber-collision-center/austin-non-drive' => 'https://www.caliber.com/find-a-location/austin-non-drive', '/locate-a-caliber-collision-center/austin-onion-creek' => 'https://www.caliber.com/find-a-location/austin-onion-creek', '/locate-a-caliber-collision-center/austin-shelby-ln' => 'https://www.caliber.com/find-a-location/austin-shelby-ln', '/locate-a-caliber-collision-center/austin-wells-branch' => 'https://www.caliber.com/find-a-location/austin-wells-branch', '/locate-a-caliber-collision-center/avon' => 'https://www.caliber.com/find-a-location/avon', '/locate-a-caliber-collision-center/avondale' => 'https://www.caliber.com/find-a-location/avondale', '/locate-a-caliber-collision-center/azusa' => 'https://www.caliber.com/find-a-location/azusa', '/locate-a-caliber-collision-center/babylon' => 'https://www.caliber.com/find-a-location/babylon', '/locate-a-caliber-collision-center/baker-ranch' => 'https://www.caliber.com/find-a-location/baker-ranch', '/locate-a-caliber-collision-center/bakersfield-auto-mall' => 'https://www.caliber.com/find-a-location/bakersfield-auto-mall', '/locate-a-caliber-collision-center/bakersfield-downtown' => 'https://www.caliber.com/find-a-location/bakersfield-downtown', '/locate-a-caliber-collision-center/bakersfield-kern-st' => 'https://www.caliber.com/find-a-location/bakersfield-kern-st', '/locate-a-caliber-collision-center/bakersfield-northwest' => 'https://www.caliber.com/find-a-location/bakersfield-northwest', '/locate-a-caliber-collision-center/bakersfield-rosedale-hwy' => 'https://www.caliber.com/find-a-location/bakersfield-rosedale-hwy', '/locate-a-caliber-collision-center/bakersfield-south' => 'https://www.caliber.com/find-a-location/bakersfield-south', '/locate-a-caliber-collision-center/baltimore-hamilton' => 'https://www.caliber.com/find-a-location/baltimore-hamilton', '/locate-a-caliber-collision-center/baltimore-remington' => 'https://www.caliber.com/find-a-location/baltimore-remington', '/locate-a-caliber-collision-center/barstow' => 'https://www.caliber.com/find-a-location/barstow', '/locate-a-caliber-collision-center/baytown' => 'https://www.caliber.com/find-a-location/baytown', '/locate-a-caliber-collision-center/bayville' => 'https://www.caliber.com/find-a-location/bayville', '/locate-a-caliber-collision-center/bear' => 'https://www.caliber.com/find-a-location/bear', '/locate-a-caliber-collision-center/beaufort' => 'https://www.caliber.com/find-a-location/beaufort', '/locate-a-caliber-collision-center/beaverton' => 'https://www.caliber.com/find-a-location/beaverton', '/locate-a-caliber-collision-center/bedford' => 'https://www.caliber.com/find-a-location/bedford', '/locate-a-caliber-collision-center/bedford-airport-freeway' => 'https://www.caliber.com/find-a-location/bedford-airport-freeway', '/locate-a-caliber-collision-center/bedford-heights' => 'https://www.caliber.com/find-a-location/bedford-heights', '/locate-a-caliber-collision-center/bellevue' => 'https://www.caliber.com/find-a-location/bellevue', '/locate-a-caliber-collision-center/belmont' => 'https://www.caliber.com/find-a-location/belmont', '/locate-a-caliber-collision-center/belton-ih-35' => 'https://www.caliber.com/find-a-location/belton-ih-35', '/locate-a-caliber-collision-center/ben-white' => 'https://www.caliber.com/find-a-location/austin-ben-white', '/locate-a-caliber-collision-center/berkeley' => 'https://www.caliber.com/find-a-location/berkeley', '/locate-a-caliber-collision-center/berwyn' => 'https://www.caliber.com/find-a-location/berwyn', '/locate-a-caliber-collision-center/bethpage-drive-center' => 'https://www.caliber.com/find-a-location/bethpage-drive-center', '/locate-a-caliber-collision-center/beverly-hills' => 'https://www.caliber.com/find-a-location/beverly-hills', '/locate-a-caliber-collision-center/blackwood' => 'https://www.caliber.com/find-a-location/blackwood', '/locate-a-caliber-collision-center/blaine' => 'https://www.caliber.com/find-a-location/blaine', '/locate-a-caliber-collision-center/bloomington' => 'https://www.caliber.com/find-a-location/bloomington', '/locate-a-caliber-collision-center/bloomington-american-blvd' => 'https://www.caliber.com/find-a-location/bloomington-american-bl', '/locate-a-caliber-collision-center/bloomington-ca' => 'https://www.caliber.com/find-a-location/bloomington-ca', '/locate-a-caliber-collision-center/bloomington-east' => 'https://www.caliber.com/find-a-location/bloomington-east', '/locate-a-caliber-collision-center/bloomington-west' => 'https://www.caliber.com/find-a-location/west-bloomington', '/locate-a-caliber-collision-center/blue-island-western-ave' => 'https://www.caliber.com/find-a-location/blue-island-western-ave', '/locate-a-caliber-collision-center/blue-island-wireton-rd' => 'https://www.caliber.com/find-a-location/blue-island-wireton-rd', '/locate-a-caliber-collision-center/boca-raton' => 'https://www.caliber.com/find-a-location/boca-raton', '/locate-a-caliber-collision-center/boerne' => 'https://www.caliber.com/find-a-location/boerne', '/locate-a-caliber-collision-center/boise' => 'https://www.caliber.com/find-a-location/boise', '/locate-a-caliber-collision-center/boise-5-mile-rd' => 'https://www.caliber.com/find-a-location/boise-5-mile-rd', '/locate-a-caliber-collision-center/boise-s-federal-way' => 'https://www.caliber.com/find-a-location/boise-s-federal-way', '/locate-a-caliber-collision-center/bonita-springs' => 'https://www.caliber.com/find-a-location/bonita-springs', '/locate-a-caliber-collision-center/bordentown' => 'https://www.caliber.com/find-a-location/bordentown', '/locate-a-caliber-collision-center/bossier-city' => 'https://www.caliber.com/find-a-location/bossier-city', '/locate-a-caliber-collision-center/bothell' => 'https://www.caliber.com/find-a-location/bothell', '/locate-a-caliber-collision-center/boulder' => 'https://www.caliber.com/find-a-location/boulder', '/locate-a-caliber-collision-center/boulder-sterling-dr' => 'https://www.caliber.com/find-a-location/boulder-sterling-dr', '/locate-a-caliber-collision-center/boulder-valmont-rd' => 'https://www.caliber.com/find-a-location/boulder-valmont-rd', '/locate-a-caliber-collision-center/bountiful' => 'https://www.caliber.com/find-a-location/bountiful', '/locate-a-caliber-collision-center/bowling-green' => 'https://www.caliber.com/find-a-location/bowling-green', '/locate-a-caliber-collision-center/bradenton' => 'https://www.caliber.com/find-a-location/bradenton', '/locate-a-caliber-collision-center/braker-lane' => 'https://www.caliber.com/find-a-location/austin-braker-lane', '/locate-a-caliber-collision-center/brea' => 'https://www.caliber.com/find-a-location/brea', '/locate-a-caliber-collision-center/bremerton' => 'https://www.caliber.com/find-a-location/bremerton', '/locate-a-caliber-collision-center/brentwood' => 'https://www.caliber.com/find-a-location/brentwood', '/locate-a-caliber-collision-center/brentwood-ca' => 'https://www.caliber.com/find-a-location/brentwood-ca', '/locate-a-caliber-collision-center/brighton' => 'https://www.caliber.com/find-a-location/brighton', '/locate-a-caliber-collision-center/broken-arrow' => 'https://www.caliber.com/find-a-location/broken-arrow', '/locate-a-caliber-collision-center/brookfield' => 'https://www.caliber.com/find-a-location/brookfield', '/locate-a-caliber-collision-center/brooklyn-park' => 'https://www.caliber.com/find-a-location/brooklyn-park', '/locate-a-caliber-collision-center/brook-park' => 'https://www.caliber.com/find-a-location/brook-park', '/locate-a-caliber-collision-center/broomfield-w-116th-ave' => 'https://www.caliber.com/find-a-location/broomfield-w-116th-ave', '/locate-a-caliber-collision-center/broomfield-w-midway-blvd' => 'https://www.caliber.com/find-a-location/broomfield-w-midway-blvd', '/locate-a-caliber-collision-center/brownsburg' => 'https://www.caliber.com/find-a-location/brownsburg', '/locate-a-caliber-collision-center/bryan-college-station' => 'https://www.caliber.com/find-a-location/bryan-college-station', '/locate-a-caliber-collision-center/buford' => 'https://www.caliber.com/find-a-location/buford', '/locate-a-caliber-collision-center/burbank' => 'https://www.caliber.com/find-a-location/burbank', '/locate-a-caliber-collision-center/burbank-s-lake' => 'https://www.caliber.com/find-a-location/burbank-s-lake', '/locate-a-caliber-collision-center/burke' => 'https://www.caliber.com/find-a-location/burke', '/locate-a-caliber-collision-center/burleson' => 'https://www.caliber.com/find-a-location/burleson', '/locate-a-caliber-collision-center/burleson-south' => 'https://www.caliber.com/find-a-location/burleson-south', '/locate-a-caliber-collision-center/burlingame' => 'https://www.caliber.com/find-a-location/burlingame', '/locate-a-caliber-collision-center/burlington' => 'https://www.caliber.com/find-a-location/burlington', '/locate-a-caliber-collision-center/burnsville' => 'https://www.caliber.com/find-a-location/burnsville', '/locate-a-caliber-collision-center/calabasas' => 'https://www.caliber.com/find-a-location/calabasas-drive-center', '/locate-a-caliber-collision-center/calallen' => 'https://www.caliber.com/find-a-location/calallen', '/locate-a-caliber-collision-center/caldwell' => 'https://www.caliber.com/find-a-location/caldwell', '/locate-a-caliber-collision-center/caliber-luxury-charleston' => 'https://www.caliber.com/find-a-location/luxury-charleston', '/locate-a-caliber-collision-center/caliber-luxury-charlotte' => 'https://www.caliber.com/find-a-location/luxury-charlotte', '/locate-a-caliber-collision-center/campbell' => 'https://www.caliber.com/find-a-location/campbell', '/locate-a-caliber-collision-center/canoga-park' => 'https://www.caliber.com/find-a-location/canoga-park', '/locate-a-caliber-collision-center/canoga-park-alabama-ave' => 'https://www.caliber.com/find-a-location/canoga-park-alabama-ave', '/locate-a-caliber-collision-center/canoga-park-south' => 'https://www.caliber.com/find-a-location/canoga-park-south', '/locate-a-caliber-collision-center/canton' => 'https://www.caliber.com/find-a-location/canton', '/locate-a-caliber-collision-center/canyon-country' => 'https://www.caliber.com/find-a-location/canyon-country', '/locate-a-caliber-collision-center/cape-coral' => 'https://www.caliber.com/find-a-location/cape-coral', '/locate-a-caliber-collision-center/capitol-heights' => 'https://www.caliber.com/find-a-location/capitol-heights', '/locate-a-caliber-collision-center/carlsbad' => 'https://www.caliber.com/find-a-location/carlsbad', '/locate-a-caliber-collision-center/carmel' => 'https://www.caliber.com/find-a-location/carmel', '/locate-a-caliber-collision-center/carmichael' => 'https://www.caliber.com/find-a-location/carmichael', '/locate-a-caliber-collision-center/carol-stream' => 'https://www.caliber.com/find-a-location/carol-stream', '/locate-a-caliber-collision-center/carrollton-ga' => 'https://www.caliber.com/find-a-location/carrollton-ga', '/locate-a-caliber-collision-center/carrollton-i35-e' => 'https://www.caliber.com/find-a-location/carrollton-i35-e', '/locate-a-caliber-collision-center/carson' => 'https://www.caliber.com/find-a-location/carson', '/locate-a-caliber-collision-center/carson-city' => 'https://www.caliber.com/find-a-location/carson-city', '/locate-a-caliber-collision-center/cary-crossroads' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/castle-hayne' => 'https://www.caliber.com/find-a-location/castle-hayne', '/locate-a-caliber-collision-center/castle-hills' => 'https://www.caliber.com/find-a-location/castle-hills', '/locate-a-caliber-collision-center/castle-rock' => 'https://www.caliber.com/find-a-location/castle-rock', '/locate-a-caliber-collision-center/cathedral-city' => 'https://www.caliber.com/find-a-location/cathedral-city', '/locate-a-caliber-collision-center/catonsville' => 'https://www.caliber.com/find-a-location/catonsville', '/locate-a-caliber-collision-center/cedar-grove' => 'https://www.caliber.com/find-a-location/cedar-grove', '/locate-a-caliber-collision-center/cedar-park-south-bell-blvd' => 'https://www.caliber.com/find-a-location/cedar-park-south-bell-blvd', '/locate-a-caliber-collision-center/cedar-rapids-dodge-rd' => 'https://www.caliber.com/find-a-location/cedar-rapids-dodge-rd', '/locate-a-caliber-collision-center/celina' => 'https://www.caliber.com/find-a-location/celina', '/locate-a-caliber-collision-center/centennial' => 'https://www.caliber.com/find-a-location/centennial', '/locate-a-caliber-collision-center/centennial-hinsdale-cir' => 'https://www.caliber.com/find-a-location/centennial-hinsdale-cir', '/locate-a-caliber-collision-center/centennial-jordan-rd' => 'https://www.caliber.com/find-a-location/centennial-jordan-rd', '/locate-a-caliber-collision-center/centennial-s-colorado' => 'https://www.caliber.com/find-a-location/centennial-south-colorado', '/locate-a-caliber-collision-center/center-city-south' => 'https://www.caliber.com/find-a-location/center-city-south', '/locate-a-caliber-collision-center/centerville' => 'https://www.caliber.com/find-a-location/centerville', '/locate-a-caliber-collision-center/central-plano' => 'https://www.caliber.com/find-a-location/central-plano', '/locate-a-caliber-collision-center/chadds-ford' => 'https://www.caliber.com/find-a-location/chadds-ford', '/locate-a-caliber-collision-center/chambersburg' => 'https://www.caliber.com/find-a-location/chambersburg', '/locate-a-caliber-collision-center/chantilly' => 'https://www.caliber.com/find-a-location/chantilly', '/locate-a-caliber-collision-center/chantilly-expo-center' => 'https://www.caliber.com/find-a-location/chantilly-expo-center', '/locate-a-caliber-collision-center/charleroi' => 'https://www.caliber.com/find-a-location/charleroi', '/locate-a-caliber-collision-center/charleston-airport' => 'https://www.caliber.com/find-a-location/charleston-airport', '/locate-a-caliber-collision-center/charles-town' => 'https://www.caliber.com/find-a-location/charles-town', '/locate-a-caliber-collision-center/charlotte-albemarle-rd' => 'https://www.caliber.com/find-a-location/charlotte-albemarle-rd', '/locate-a-caliber-collision-center/charlotte-ballantyne' => 'https://www.caliber.com/find-a-location/charlotte-ballantyne', '/locate-a-caliber-collision-center/charlotte-fleet' => 'https://www.caliber.com/find-a-location/charlotte-fleet', '/locate-a-caliber-collision-center/charlotte-harbor' => 'https://www.caliber.com/find-a-location/charlotte-harbor', '/locate-a-caliber-collision-center/charlotte-independence' => 'https://www.caliber.com/find-a-location/charlotte-independence', '/locate-a-caliber-collision-center/charlotte-non-drive' => 'https://www.caliber.com/find-a-location/charlotte-non-drive', '/locate-a-caliber-collision-center/charlotte-south-end' => 'https://www.caliber.com/find-a-location/charlotte-south-end', '/locate-a-caliber-collision-center/charlotte-south-tryon' => 'https://www.caliber.com/find-a-location/charlotte-south-tryon', '/locate-a-caliber-collision-center/charlotte-tyvola-rd' => 'https://www.caliber.com/find-a-location/charlotte-tyvola-rd', '/locate-a-caliber-collision-center/charlotte-university' => 'https://www.caliber.com/find-a-location/charlotte-university', '/locate-a-caliber-collision-center/charlotte-uptown' => 'https://www.caliber.com/find-a-location/charlotte-uptown', '/locate-a-caliber-collision-center/chaska' => 'https://www.caliber.com/find-a-location/chaska', '/locate-a-caliber-collision-center/cherry-hill-east' => 'https://www.caliber.com/find-a-location/cherry-hill-east', '/locate-a-caliber-collision-center/chesterfield' => 'https://www.caliber.com/find-a-location/chesterfield', '/locate-a-caliber-collision-center/chesterfield-mo' => 'https://www.caliber.com/find-a-location/chesterfield-mo', '/locate-a-caliber-collision-center/chestertown' => 'https://www.caliber.com/find-a-location/chestertown', '/locate-a-caliber-collision-center/cheyenne' => 'https://www.caliber.com/find-a-location/cheyenne', '/locate-a-caliber-collision-center/chicago-columbus-ave' => 'https://www.caliber.com/find-a-location/chicago-columbus-ave', '/locate-a-caliber-collision-center/chicago-irving-park-rd' => 'https://www.caliber.com/find-a-location/chicago-irving-park-rd', '/locate-a-caliber-collision-center/chicago-north' => 'https://www.caliber.com/find-a-location/chicago-north', '/locate-a-caliber-collision-center/chicago-west-loop' => 'https://www.caliber.com/find-a-location/chicago-west-loop', '/locate-a-caliber-collision-center/chino-valley' => 'https://www.caliber.com/find-a-location/chino-valley', '/locate-a-caliber-collision-center/chula-vista' => 'https://www.caliber.com/find-a-location/chula-vista', '/locate-a-caliber-collision-center/cibolo' => 'https://www.caliber.com/find-a-location/cibolo', '/locate-a-caliber-collision-center/cincinnati-beechmont' => 'https://www.caliber.com/find-a-location/cincinnati-beechmont', '/locate-a-caliber-collision-center/cincinnati-eastgate' => 'https://www.caliber.com/find-a-location/cincinnati-eastgate', '/locate-a-caliber-collision-center/cincinnati-glenway-ave' => 'https://www.caliber.com/find-a-location/cincinnati-glenway-ave', '/locate-a-caliber-collision-center/cincinnati-kemper-rd' => 'https://www.caliber.com/find-a-location/cincinnati-kemper-road', '/locate-a-caliber-collision-center/cinco-ranch' => 'https://www.caliber.com/find-a-location/cinco-ranch', '/locate-a-caliber-collision-center/cinnaminson' => 'https://www.caliber.com/find-a-location/cinnaminson', '/locate-a-caliber-collision-center/citrus-heights-northeast' => 'https://www.caliber.com/find-a-location/citrus-heights-northeast', '/locate-a-caliber-collision-center/clackamas' => 'https://www.caliber.com/find-a-location/clackamas', '/locate-a-caliber-collision-center/claremont' => 'https://www.caliber.com/find-a-location/claremont', '/locate-a-caliber-collision-center/clarksville' => 'https://www.caliber.com/find-a-location/clarksville', '/locate-a-caliber-collision-center/clayton' => 'https://www.caliber.com/find-a-location/clayton', '/locate-a-caliber-collision-center/clearfield' => 'https://www.caliber.com/find-a-location/clearfield', '/locate-a-caliber-collision-center/clear-lake' => 'https://www.caliber.com/find-a-location/clear-lake', '/locate-a-caliber-collision-center/clermont' => 'https://www.caliber.com/find-a-location/clermont', '/locate-a-caliber-collision-center/clermont-east' => 'https://www.caliber.com/find-a-location/clermont-east', '/locate-a-caliber-collision-center/clifton-heights' => 'https://www.caliber.com/find-a-location/clifton-heights', '/locate-a-caliber-collision-center/clifton-heights-lansdowne' => 'https://www.caliber.com/find-a-location/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/clifton-park' => 'https://www.caliber.com/find-a-location/clifton-park', '/locate-a-caliber-collision-center/clinton' => 'https://www.caliber.com/find-a-location/clinton', '/locate-a-caliber-collision-center/clinton-old-branch-ave' => 'https://www.caliber.com/find-a-location/clinton-old-branch-ave', '/locate-a-caliber-collision-center/clovis' => 'https://www.caliber.com/find-a-location/clovis', '/locate-a-caliber-collision-center/clovis-north' => 'https://www.caliber.com/find-a-location/clovis-north', '/locate-a-caliber-collision-center/clovis-n-sunnyside-ave' => 'https://www.caliber.com/find-a-location/clovis-n-sunnyside-ave', '/locate-a-caliber-collision-center/coachella-valley' => 'https://www.caliber.com/find-a-location/coachella-valley', '/locate-a-caliber-collision-center/cohoes' => 'https://www.caliber.com/find-a-location/cohoes', '/locate-a-caliber-collision-center/college-station-tower-pt' => 'https://www.caliber.com/find-a-location/college-station-tower-pt', '/locate-a-caliber-collision-center/colleyville' => 'https://www.caliber.com/find-a-location/colleyville', '/locate-a-caliber-collision-center/collierville' => 'https://www.caliber.com/find-a-location/collierville', '/locate-a-caliber-collision-center/colmar' => 'https://www.caliber.com/find-a-location/colmar', '/locate-a-caliber-collision-center/colonial-heights-boulevard' => 'https://www.caliber.com/find-a-location/colonial-heights-boulevard', '/locate-a-caliber-collision-center/colonie' => 'https://www.caliber.com/find-a-location/colonie', '/locate-a-caliber-collision-center/colorado-springs' => 'https://www.caliber.com/find-a-location/colorado-springs', '/locate-a-caliber-collision-center/colorado-springs-astrozon-pl' => 'https://www.caliber.com/find-a-location/colorado-springs-astrozon-pl', '/locate-a-caliber-collision-center/colorado-springs-boulder-st' => 'https://www.caliber.com/find-a-location/colorado-springs-boulder-st', '/locate-a-caliber-collision-center/colorado-springs-copper' => 'https://www.caliber.com/find-a-location/colorado-springs-copper', '/locate-a-caliber-collision-center/colorado-springs-fillmore' => 'https://www.caliber.com/find-a-location/colorado-springs-fillmore', '/locate-a-caliber-collision-center/colorado-springs-n-murray' => 'https://www.caliber.com/find-a-location/colorado-springs-n-murray', '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city' => 'https://www.caliber.com/find-a-location/colorado-springs-non-drive', '/locate-a-caliber-collision-center/colorado-springs-north' => 'https://www.caliber.com/find-a-location/colorado-springs-north', '/locate-a-caliber-collision-center/colorado-springs-park-vista' => 'https://www.caliber.com/find-a-location/colorado-springs-park-vista', '/locate-a-caliber-collision-center/colorado-springs-south' => 'https://www.caliber.com/find-a-location/colorado-springs-south', '/locate-a-caliber-collision-center/columbia-greystone' => 'https://www.caliber.com/find-a-location/columbia-greystone', '/locate-a-caliber-collision-center/columbia-killian-road' => 'https://www.caliber.com/find-a-location/columbia-killian-rd', '/locate-a-caliber-collision-center/columbia-md' => 'https://www.caliber.com/find-a-location/columbia-md', '/locate-a-caliber-collision-center/columbia-mo-north' => 'https://www.caliber.com/find-a-location/columbia-mo-north', '/locate-a-caliber-collision-center/columbia-northeast' => 'https://www.caliber.com/find-a-location/columbia-northeast', '/locate-a-caliber-collision-center/columbus-in' => 'https://www.caliber.com/find-a-location/columbus-in', '/locate-a-caliber-collision-center/columbus-oh-e-lincoln-ave' => 'https://www.caliber.com/find-a-location/columbus-oh-e-lincoln', '/locate-a-caliber-collision-center/columbus-oh-n-hamilton-rd' => 'https://www.caliber.com/find-a-location/columbus-oh-n-hamilton-rd', '/locate-a-caliber-collision-center/concord' => 'https://www.caliber.com/find-a-location/concord', '/locate-a-caliber-collision-center/concord-nc' => 'https://www.caliber.com/find-a-location/concord-nc', '/locate-a-caliber-collision-center/concord-nc-raiford-dr' => 'https://www.caliber.com/find-a-location/concord-nc-raiford-dr', '/locate-a-caliber-collision-center/conroe' => 'https://www.caliber.com/find-a-location/conroe', '/locate-a-caliber-collision-center/conyers' => 'https://www.caliber.com/find-a-location/conyers', '/locate-a-caliber-collision-center/conyers-dogwood-dr' => 'https://www.caliber.com/find-a-location/conyers-dogwood-dr', '/locate-a-caliber-collision-center/coon-rapids' => 'https://www.caliber.com/find-a-location/coon-rapids', '/locate-a-caliber-collision-center/copperas-cove' => 'https://www.caliber.com/find-a-location/copperas-cove', '/locate-a-caliber-collision-center/copperfield' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/cordova' => 'https://www.caliber.com/find-a-location/cordova', '/locate-a-caliber-collision-center/corinth' => 'https://www.caliber.com/find-a-location/corinth', '/locate-a-caliber-collision-center/cornelius' => 'https://www.caliber.com/find-a-location/cornelius', '/locate-a-caliber-collision-center/corona' => 'https://www.caliber.com/find-a-location/corona', '/locate-a-caliber-collision-center/corpus-christi-ayers' => 'https://www.caliber.com/find-a-location/corpus-christi-ayers', '/locate-a-caliber-collision-center/corpus-christi-spid' => 'https://www.caliber.com/find-a-location/corpus-christi-spid', '/locate-a-caliber-collision-center/corpus-christi-spid-carroll' => 'https://www.caliber.com/find-a-location/corpus-christi-spid-carroll', '/locate-a-caliber-collision-center/corpus-christi-weber' => 'https://www.caliber.com/find-a-location/corpus-christi-weber', '/locate-a-caliber-collision-center/costa-mesa' => 'https://www.caliber.com/find-a-location/costa-mesa', '/locate-a-caliber-collision-center/costa-mesa-red-hill' => 'https://www.caliber.com/find-a-location/costa-mesa-red-hill', '/locate-a-caliber-collision-center/costa-mesa-w-18th-st' => 'https://www.caliber.com/find-a-location/costa-mesa-w-18th-st', '/locate-a-caliber-collision-center/cottage-grove' => 'https://www.caliber.com/find-a-location/cottage-grove', '/locate-a-caliber-collision-center/couer-dalene' => 'https://www.caliber.com/find-a-location/coeur-d-alene', '/locate-a-caliber-collision-center/covina' => 'https://www.caliber.com/find-a-location/covina', '/locate-a-caliber-collision-center/covington' => 'https://www.caliber.com/find-a-location/covington', '/locate-a-caliber-collision-center/crestwood' => 'https://www.caliber.com/find-a-location/crestwood', '/locate-a-caliber-collision-center/cross-roads' => 'https://www.caliber.com/find-a-location/cross-roads', '/locate-a-caliber-collision-center/crystal-city' => 'https://www.caliber.com/find-a-location/crystal-city', '/locate-a-caliber-collision-center/crystal-lake' => 'https://www.caliber.com/find-a-location/crystal-lake', '/locate-a-caliber-collision-center/cudahy' => 'https://www.caliber.com/find-a-location/cudahy', '/locate-a-caliber-collision-center/culpeper' => 'https://www.caliber.com/find-a-location/culpeper', '/locate-a-caliber-collision-center/cumming' => 'https://www.caliber.com/find-a-location/cumming', '/locate-a-caliber-collision-center/cynwyd' => 'https://www.caliber.com/find-a-location/cynwyd', '/locate-a-caliber-collision-center/cypress' => 'https://www.caliber.com/find-a-location/cypress', '/locate-a-caliber-collision-center/dallas' => 'https://www.caliber.com/find-a-location/dallas', '/locate-a-caliber-collision-center/dallas-galleria' => 'https://www.caliber.com/find-a-location/dallas-galleria', '/locate-a-caliber-collision-center/dallas-non-drive-north' => 'https://www.caliber.com/find-a-location/dallas-non-drive-north', '/locate-a-caliber-collision-center/davis-chiles-rd' => 'https://www.caliber.com/find-a-location/davis-chiles-rd', '/locate-a-caliber-collision-center/davis-research-park-dr' => 'https://www.caliber.com/find-a-location/davis-research-park-dr', '/locate-a-caliber-collision-center/decatur' => 'https://www.caliber.com/find-a-location/decatur', '/locate-a-caliber-collision-center/decatur-dekalb-industrial' => 'https://www.caliber.com/find-a-location/decatur-dekalb-industrial', '/locate-a-caliber-collision-center/delafield' => 'https://www.caliber.com/find-a-location/delafield', '/locate-a-caliber-collision-center/delray-beach-us-1' => 'https://www.caliber.com/find-a-location/delray-beach-us-1', '/locate-a-caliber-collision-center/denton' => 'https://www.caliber.com/find-a-location/denton', '/locate-a-caliber-collision-center/denver-cherry-creek' => 'https://www.caliber.com/find-a-location/denver-cherry-creek', '/locate-a-caliber-collision-center/denver-east-evans' => 'https://www.caliber.com/find-a-location/denver-east-evans', '/locate-a-caliber-collision-center/denver-east-evans-rx' => 'https://www.caliber.com/find-a-location/denver-east-evans-rx', '/locate-a-caliber-collision-center/denver-fleet' => 'https://www.caliber.com/find-a-location/denver-fleet', '/locate-a-caliber-collision-center/denver-non-drive' => 'https://www.caliber.com/find-a-location/denver-non-drive-north', '/locate-a-caliber-collision-center/denver-n-washington' => 'https://www.caliber.com/find-a-location/denver-n-washington', '/locate-a-caliber-collision-center/denver-park-hill' => 'https://www.caliber.com/find-a-location/denver-park-hill', '/locate-a-caliber-collision-center/denver-stapleton' => 'https://www.caliber.com/find-a-location/denver-stapleton', '/locate-a-caliber-collision-center/des-moines-merle-hay-rd' => 'https://www.caliber.com/find-a-location/des-moines-merle-hay-rd', '/locate-a-caliber-collision-center/dickson-city' => 'https://www.caliber.com/find-a-location/dickson-city', '/locate-a-caliber-collision-center/doraville' => 'https://www.caliber.com/find-a-location/doraville', '/locate-a-caliber-collision-center/douglasville' => 'https://www.caliber.com/find-a-location/douglasville', '/locate-a-caliber-collision-center/dover' => 'https://www.caliber.com/find-a-location/dover', '/locate-a-caliber-collision-center/dripping-springs' => 'https://www.caliber.com/find-a-location/dripping-springs', '/locate-a-caliber-collision-center/duarte' => 'https://www.caliber.com/find-a-location/duarte', '/locate-a-caliber-collision-center/dublin' => 'https://www.caliber.com/find-a-location/dublin', '/locate-a-caliber-collision-center/duluth' => 'https://www.caliber.com/find-a-location/duluth', '/locate-a-caliber-collision-center/dumfries' => 'https://www.caliber.com/find-a-location/dumfries', '/locate-a-caliber-collision-center/duncanville' => 'https://www.caliber.com/find-a-location/duncanville', '/locate-a-caliber-collision-center/duncanville-north' => 'https://www.caliber.com/find-a-location/duncanville-north', '/locate-a-caliber-collision-center/dundalk' => 'https://www.caliber.com/find-a-location/dundalk', '/locate-a-caliber-collision-center/durham-downtown' => 'https://www.caliber.com/find-a-location/durham-downtown', '/locate-a-caliber-collision-center/durham-fay-st' => 'https://www.caliber.com/find-a-location/durham-fay-st', '/locate-a-caliber-collision-center/durham-iredell-st' => 'https://www.caliber.com/find-a-location/durham-iredell-st', '/locate-a-caliber-collision-center/durham-northwest' => 'https://www.caliber.com/find-a-location/durham-northwest', '/locate-a-caliber-collision-center/durham-research-triangle' => 'https://www.caliber.com/find-a-location/durham-research-triangle', '/locate-a-caliber-collision-center/eagan' => 'https://www.caliber.com/find-a-location/eagan', '/locate-a-caliber-collision-center/eagan-sibley-highway' => 'https://www.caliber.com/find-a-location/eagan-sibley-highway', '/locate-a-caliber-collision-center/eagle-e-state-st' => 'https://www.caliber.com/find-a-location/eagle', '/locate-a-caliber-collision-center/easton' => 'https://www.caliber.com/find-a-location/easton', '/locate-a-caliber-collision-center/eden-prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/eden-prairie-aztec-dr' => 'https://www.caliber.com/find-a-location/eden-prairie-aztec-dr', '/locate-a-caliber-collision-center/edgewater' => 'https://www.caliber.com/find-a-location/edgewater', '/locate-a-caliber-collision-center/edmond' => 'https://www.caliber.com/find-a-location/edmond', '/locate-a-caliber-collision-center/edmonds' => 'https://www.caliber.com/find-a-location/edmonds', '/locate-a-caliber-collision-center/egg-harbor' => 'https://www.caliber.com/find-a-location/egg-harbor', '/locate-a-caliber-collision-center/elburn' => 'https://www.caliber.com/find-a-location/elburn', '/locate-a-caliber-collision-center/el-cajon-east-main-st' => 'https://www.caliber.com/find-a-location/el-cajon-east-main-st', '/locate-a-caliber-collision-center/el-cajon-north-johnson' => 'https://www.caliber.com/find-a-location/el-cajon-north-johnson', '/locate-a-caliber-collision-center/el-centro' => 'https://www.caliber.com/find-a-location/el-centro', '/locate-a-caliber-collision-center/el-dorado-hills' => 'https://www.caliber.com/find-a-location/el-dorado-hills', '/locate-a-caliber-collision-center/el-dorado-hills-post-st' => 'https://www.caliber.com/find-a-location/el-dorado-hills-post-st', '/locate-a-caliber-collision-center/elgin' => 'https://www.caliber.com/find-a-location/elgin', '/locate-a-caliber-collision-center/elgin-il' => 'https://www.caliber.com/find-a-location/elgin-il', '/locate-a-caliber-collision-center/elk-grove-elkmont-way' => 'https://www.caliber.com/find-a-location/elk-grove-elkmont-way', '/locate-a-caliber-collision-center/elk-grove-iron-rock-way' => 'https://www.caliber.com/find-a-location/elk-grove-iron-rock-way', '/locate-a-caliber-collision-center/elk-grove-non-drive' => 'https://www.caliber.com/find-a-location/elk-grove-non-drive', '/locate-a-caliber-collision-center/elkton' => 'https://www.caliber.com/find-a-location/elkton', '/locate-a-caliber-collision-center/elmhurst' => 'https://www.caliber.com/find-a-location/elmhurst', '/locate-a-caliber-collision-center/elm-park' => 'https://www.caliber.com/find-a-location/elm-park', '/locate-a-caliber-collision-center/el-paso-hondo-pass' => 'https://www.caliber.com/find-a-location/el-paso-hondo-pass', '/locate-a-caliber-collision-center/el-paso-ih-10' => 'https://www.caliber.com/find-a-location/el-paso-ih-10', '/locate-a-caliber-collision-center/el-paso-mesa' => 'https://www.caliber.com/find-a-location/el-paso-mesa', '/locate-a-caliber-collision-center/el-paso-montana' => 'https://www.caliber.com/find-a-location/el-paso-montana', '/locate-a-caliber-collision-center/el-paso-zaragoza-rd' => 'https://www.caliber.com/find-a-location/el-paso-n-zaragoza-rd', '/locate-a-caliber-collision-center/el-segundo' => 'https://www.caliber.com/find-a-location/el-segundo', '/locate-a-caliber-collision-center/encinitas' => 'https://www.caliber.com/find-a-location/encinitas', '/locate-a-caliber-collision-center/encinitas-westlake-st' => 'https://www.caliber.com/find-a-location/encinitas-westlake-st', '/locate-a-caliber-collision-center/englewood' => 'https://www.caliber.com/find-a-location/englewood', '/locate-a-caliber-collision-center/ephrata' => 'https://www.caliber.com/find-a-location/ephrata', '/locate-a-caliber-collision-center/escondido' => 'https://www.caliber.com/find-a-location/escondido', '/locate-a-caliber-collision-center/essex-non-drive' => 'https://www.caliber.com/find-a-location/essex-non-drive', '/locate-a-caliber-collision-center/eugene' => 'https://www.caliber.com/find-a-location/eugene', '/locate-a-caliber-collision-center/european-auto-body' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/everett' => 'https://www.caliber.com/find-a-location/everett', '/locate-a-caliber-collision-center/evesham-township' => 'https://www.caliber.com/find-a-location/evesham-township', '/locate-a-caliber-collision-center/ewing-township' => 'https://www.caliber.com/find-a-location/ewing-township', '/locate-a-caliber-collision-center/fairfax' => 'https://www.caliber.com/find-a-location/fairfax', '/locate-a-caliber-collision-center/fairfield' => 'https://www.caliber.com/find-a-location/fairfield', '/locate-a-caliber-collision-center/fairfield-woolner-ave' => 'https://www.caliber.com/find-a-location/fairfield-woolner-ave', '/locate-a-caliber-collision-center/falcon' => 'https://www.caliber.com/find-a-location/falcon', '/locate-a-caliber-collision-center/fallbrook' => 'https://www.caliber.com/find-a-location/fallbrook', '/locate-a-caliber-collision-center/falls-church' => 'https://www.caliber.com/find-a-location/falls-church', '/locate-a-caliber-collision-center/fallston' => 'https://www.caliber.com/find-a-location/fallston', '/locate-a-caliber-collision-center/farmers-branch' => 'https://www.caliber.com/find-a-location/farmers-branch', '/locate-a-caliber-collision-center/farmingdale' => 'https://www.caliber.com/find-a-location/farmingdale', '/locate-a-caliber-collision-center/farmington' => 'https://www.caliber.com/find-a-location/farmington', '/locate-a-caliber-collision-center/farragut' => 'https://www.caliber.com/find-a-location/farragut', '/locate-a-caliber-collision-center/fast-track-dealer-referral' => 'https://www.caliber.com', '/locate-a-caliber-collision-center/fayette-city' => 'https://www.caliber.com/find-a-location/fayette-city', '/locate-a-caliber-collision-center/fayetteville-east' => 'https://www.caliber.com/find-a-location/fayetteville-east', '/locate-a-caliber-collision-center/fayetteville-ga' => 'https://www.caliber.com/find-a-location/fayetteville-ga', '/locate-a-caliber-collision-center/fayetteville-nc' => 'https://www.caliber.com/find-a-location/fayetteville', '/locate-a-caliber-collision-center/fayetteville-raeford-rd' => 'https://www.caliber.com/find-a-location/fayetteville-raeford-rd', '/locate-a-caliber-collision-center/feasterville' => 'https://www.caliber.com/find-a-location/feasterville', '/locate-a-caliber-collision-center/festus' => 'https://www.caliber.com/find-a-location/festus', '/locate-a-caliber-collision-center/fife' => 'https://www.caliber.com/find-a-location/fife', '/locate-a-caliber-collision-center/fishers-britton-park-rd' => 'https://www.caliber.com/find-a-location/fishers-britton-park-rd', '/locate-a-caliber-collision-center/fishers-technology-ln' => 'https://www.caliber.com/find-a-location/fishers-technology-ln', '/locate-a-caliber-collision-center/flagstaff' => 'https://www.caliber.com/find-a-location/flagstaff', '/locate-a-caliber-collision-center/florence' => 'https://www.caliber.com/find-a-location/florence', '/locate-a-caliber-collision-center/florissant' => 'https://www.caliber.com/find-a-location/florissant', '/locate-a-caliber-collision-center/flourtown' => 'https://www.caliber.com/find-a-location/flourtown', '/locate-a-caliber-collision-center/flower-mound' => 'https://www.caliber.com/find-a-location/flower-mound', '/locate-a-caliber-collision-center/foley' => 'https://www.caliber.com/find-a-location/foley', '/locate-a-caliber-collision-center/folsom' => 'https://www.caliber.com/find-a-location/folsom', '/locate-a-caliber-collision-center/folsom-lake' => 'https://www.caliber.com/find-a-location/folsom-lake', '/locate-a-caliber-collision-center/fond-du-lac' => 'https://www.caliber.com/find-a-location/fond-du-lac', '/locate-a-caliber-collision-center/fontana' => 'https://www.caliber.com/find-a-location/fontana', '/locate-a-caliber-collision-center/forest-lake' => 'https://www.caliber.com/find-a-location/forest-lake', '/locate-a-caliber-collision-center/forest-park' => 'https://www.caliber.com/find-a-location/forest-park', '/locate-a-caliber-collision-center/forest-park-il' => 'https://www.caliber.com/find-a-location/forest-park-il', '/locate-a-caliber-collision-center/forest-park-oh' => 'https://www.caliber.com/find-a-location/forest-park-oh', '/locate-a-caliber-collision-center/forestville' => 'https://www.caliber.com/find-a-location/forestville', '/locate-a-caliber-collision-center/forney' => 'https://www.caliber.com/find-a-location/forney', '/locate-a-caliber-collision-center/fort-collins' => 'https://www.caliber.com/find-a-location/fort-collins', '/locate-a-caliber-collision-center/fort-lauderdale-powerline' => 'https://www.caliber.com/find-a-location/fort-lauderdale-powerline', '/locate-a-caliber-collision-center/fort-mill' => 'https://www.caliber.com/find-a-location/fort-mill', '/locate-a-caliber-collision-center/fort-myers-andrea-lane' => 'https://www.caliber.com/find-a-location/fort-myers-andrea-ln', '/locate-a-caliber-collision-center/fort-wayne-north' => 'https://www.caliber.com/find-a-location/fort-wayne-north', '/locate-a-caliber-collision-center/fort-worth-alliance' => 'https://www.caliber.com/find-a-location/fort-worth-alliance', '/locate-a-caliber-collision-center/fort-worth-beach-street' => 'https://www.caliber.com/find-a-location/fort-worth-beach-st', '/locate-a-caliber-collision-center/fort-worth-downtown' => 'https://www.caliber.com/find-a-location/fort-worth-downtown', '/locate-a-caliber-collision-center/fort-worth-harmon' => 'https://www.caliber.com/find-a-location/fort-worth-harmon', '/locate-a-caliber-collision-center/fort-worth-ih-30' => 'https://www.caliber.com/find-a-location/fort-worth-ih-30', '/locate-a-caliber-collision-center/fort-worth-non-drive' => 'https://www.caliber.com/find-a-location/fort-worth-non-drive', '/locate-a-caliber-collision-center/fort-worth-west' => 'https://www.caliber.com/find-a-location/fort-worth-west', '/locate-a-caliber-collision-center/fort-worth-western-center' => 'https://www.caliber.com/find-a-location/fort-worth-western-center', '/locate-a-caliber-collision-center/fountain' => 'https://www.caliber.com/find-a-location/fountain', '/locate-a-caliber-collision-center/fountain-inn' => 'https://www.caliber.com/find-a-location/fountain-inn', '/locate-a-caliber-collision-center/fountain-valley' => 'https://www.caliber.com/find-a-location/fountain-valley', '/locate-a-caliber-collision-center/frankfort-ky' => 'https://www.caliber.com/find-a-location/frankfort-ky', '/locate-a-caliber-collision-center/franklin' => 'https://www.caliber.com/find-a-location/franklin', '/locate-a-caliber-collision-center/franklin-columbia-ave' => 'https://www.caliber.com/find-a-location/franklin-columbia-ave', '/locate-a-caliber-collision-center/franklin-wi' => 'https://www.caliber.com/find-a-location/franklin-wi', '/locate-a-caliber-collision-center/frederick-monocacy-valley' => 'https://www.caliber.com/find-a-location/frederick-monocacy-valley', '/locate-a-caliber-collision-center/fredericksburg' => 'https://www.caliber.com/find-a-location/fredericksburg', '/locate-a-caliber-collision-center/fremont' => 'https://www.caliber.com/find-a-location/fremont', '/locate-a-caliber-collision-center/fremont-north' => 'https://www.caliber.com/find-a-location/fremont-north', '/locate-a-caliber-collision-center/fresno' => 'https://www.caliber.com/find-a-location/fresno', '/locate-a-caliber-collision-center/fresno-broadway' => 'https://www.caliber.com/find-a-location/fresno-broadway', '/locate-a-caliber-collision-center/fresno-n-blackstone' => 'https://www.caliber.com/find-a-location/fresno-n-blackstone', '/locate-a-caliber-collision-center/fresno-n-blythe-ave' => 'https://www.caliber.com/find-a-location/fresno-n-blythe-ave', '/locate-a-caliber-collision-center/fresno-n-milburn-ave' => 'https://www.caliber.com/find-a-location/fresno-n-milburn-ave', '/locate-a-caliber-collision-center/fresno-nthesta-st' => 'https://www.caliber.com/find-a-location/fresno-n-thesta-st', '/locate-a-caliber-collision-center/fresno-palm-bluff' => 'https://www.caliber.com/find-a-location/fresno-palm-bluff', '/locate-a-caliber-collision-center/fresno-tx' => 'https://www.caliber.com/find-a-location/fresno-tx', '/locate-a-caliber-collision-center/fridley' => 'https://www.caliber.com/find-a-location/fridley', '/locate-a-caliber-collision-center/friendswood' => 'https://www.caliber.com/find-a-location/friendswood', '/locate-a-caliber-collision-center/frisco' => 'https://www.caliber.com/find-a-location/frisco', '/locate-a-caliber-collision-center/frisco-downtown' => 'https://www.caliber.com/find-a-location/frisco-downtown', '/locate-a-caliber-collision-center/frisco-express' => 'https://www.caliber.com/find-a-location/frisco-express', '/locate-a-caliber-collision-center/fulshear' => 'https://www.caliber.com/find-a-location/fulshear', '/locate-a-caliber-collision-center/fuquay-varina' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/gainesville' => 'https://www.caliber.com/find-a-location/gainesville', '/locate-a-caliber-collision-center/gainesville-fl-north' => 'https://www.caliber.com/find-a-location/gainesville-fl-north', '/locate-a-caliber-collision-center/gainesville-rx' => 'https://www.caliber.com/find-a-location/gainesville-rx', '/locate-a-caliber-collision-center/gaithersburg' => 'https://www.caliber.com/find-a-location/gaithersburg', '/locate-a-caliber-collision-center/gallatin' => 'https://www.caliber.com/find-a-location/gallatin', '/locate-a-caliber-collision-center/galveston' => 'https://www.caliber.com/find-a-location/galveston', '/locate-a-caliber-collision-center/garden-grove' => 'https://www.caliber.com/find-a-location/garden-grove', '/locate-a-caliber-collision-center/garland' => 'https://www.caliber.com/find-a-location/garland', '/locate-a-caliber-collision-center/gastonia' => 'https://www.caliber.com/find-a-location/gastonia', '/locate-a-caliber-collision-center/georgetown' => 'https://www.caliber.com/find-a-location/georgetown', '/locate-a-caliber-collision-center/georgetown-ky' => 'https://www.caliber.com/find-a-location/georgetown-ky', '/locate-a-caliber-collision-center/germantown' => 'https://www.caliber.com/find-a-location/germantown', '/locate-a-caliber-collision-center/gilbert' => 'https://www.caliber.com/find-a-location/gilbert', '/locate-a-caliber-collision-center/gilroy' => 'https://www.caliber.com/find-a-location/gilroy', '/locate-a-caliber-collision-center/gilroy-church-st' => 'https://www.caliber.com/find-a-location/gilroy-church-st', '/locate-a-caliber-collision-center/glassboro' => 'https://www.caliber.com/find-a-location/glassboro', '/locate-a-caliber-collision-center/glen-allen' => 'https://www.caliber.com/find-a-location/glen-allen', '/locate-a-caliber-collision-center/glen-burnie' => 'https://www.caliber.com/find-a-location/glen-burnie', '/locate-a-caliber-collision-center/glen-burnie-north' => 'https://www.caliber.com/find-a-location/glen-burnie-north', '/locate-a-caliber-collision-center/glen-carbon' => 'https://www.caliber.com/find-a-location/glen-carbon', '/locate-a-caliber-collision-center/glendale' => 'https://www.caliber.com/find-a-location/glendale', '/locate-a-caliber-collision-center/glendale-s-louise-st' => 'https://www.caliber.com/find-a-location/glendale-s-louise-st', '/locate-a-caliber-collision-center/glendale-wi' => 'https://www.caliber.com/find-a-location/glendale-wi', '/locate-a-caliber-collision-center/glendora' => 'https://www.caliber.com/find-a-location/glendora', '/locate-a-caliber-collision-center/glenolden' => 'https://www.caliber.com/find-a-location/glenolden', '/locate-a-caliber-collision-center/glenside' => 'https://www.caliber.com/find-a-location/glenside', '/locate-a-caliber-collision-center/goose-creek' => 'https://www.caliber.com/find-a-location/goose-creek', '/locate-a-caliber-collision-center/grafton-wi' => 'https://www.caliber.com/find-a-location/grafton', '/locate-a-caliber-collision-center/grand-junction-25-rd' => 'https://www.caliber.com/find-a-location/grand-junction-25-road', '/locate-a-caliber-collision-center/grapevine' => 'https://www.caliber.com/find-a-location/grapevine', '/locate-a-caliber-collision-center/grass-valley' => 'https://www.caliber.com/find-a-location/grass-valley', '/locate-a-caliber-collision-center/grayslake' => 'https://www.caliber.com/find-a-location/grayslake', '/locate-a-caliber-collision-center/greeley' => 'https://www.caliber.com/find-a-location/greeley', '/locate-a-caliber-collision-center/greensboro-battleground-ave' => 'https://www.caliber.com/find-a-location/greensboro-battleground-ave', '/locate-a-caliber-collision-center/greensboro-edwardia-dr' => 'https://www.caliber.com/find-a-location/greensboro-edwardia-dr', '/locate-a-caliber-collision-center/greensboro-south' => 'https://www.caliber.com/find-a-location/greensboro-south', '/locate-a-caliber-collision-center/greensboro-s-regional-rd' => 'https://www.caliber.com/find-a-location/greensboro-s-regional-rd', '/locate-a-caliber-collision-center/greenville' => 'https://www.caliber.com/find-a-location/greenville', '/locate-a-caliber-collision-center/greenville-nc' => 'https://www.caliber.com/find-a-location/greenville-nc', '/locate-a-caliber-collision-center/greenville-woodruff-rd' => 'https://www.caliber.com/find-a-location/greenville-woodruff-rd', '/locate-a-caliber-collision-center/greenwood-melody-ave' => 'https://www.caliber.com/find-a-location/greenwood-melody-ave', '/locate-a-caliber-collision-center/greenwood-village' => 'https://www.caliber.com/find-a-location/greenwood-village', '/locate-a-caliber-collision-center/gresham' => 'https://www.caliber.com/find-a-location/gresham', '/locate-a-caliber-collision-center/grimes' => 'https://www.caliber.com/find-a-location/grimes', '/locate-a-caliber-collision-center/hagerstown' => 'https://www.caliber.com/find-a-location/hagerstown', '/locate-a-caliber-collision-center/hamilton' => 'https://www.caliber.com/find-a-location/hamilton', '/locate-a-caliber-collision-center/ham-lake' => 'https://www.caliber.com/find-a-location/ham-lake', '/locate-a-caliber-collision-center/hampton' => 'https://www.caliber.com/find-a-location/hampton', '/locate-a-caliber-collision-center/hampton-thomas-st' => 'https://www.caliber.com/find-a-location/hampton-thomas-st', '/locate-a-caliber-collision-center/hanford' => 'https://www.caliber.com/find-a-location/hanford', '/locate-a-caliber-collision-center/harker-heights' => 'https://www.caliber.com/find-a-location/harker-heights', '/locate-a-caliber-collision-center/harrisburg-nc' => 'https://www.caliber.com/find-a-location/harrisburg-nc', '/locate-a-caliber-collision-center/harrisburg-pa' => 'https://www.caliber.com/find-a-location/harrisburg-pa', '/locate-a-caliber-collision-center/harrison' => 'https://www.caliber.com/find-a-location/harrison', '/locate-a-caliber-collision-center/harrisonburg' => 'https://www.caliber.com/find-a-location/harrisonburg', '/locate-a-caliber-collision-center/hartville' => 'https://www.caliber.com/find-a-location/hartville', '/locate-a-caliber-collision-center/havre-de-grace' => 'https://www.caliber.com/find-a-location/havre-de-grace', '/locate-a-caliber-collision-center/hawthorne' => 'https://www.caliber.com/find-a-location/hawthorne', '/locate-a-caliber-collision-center/hayward' => 'https://www.caliber.com/find-a-location/hayward', '/locate-a-caliber-collision-center/helotes-express' => 'https://www.caliber.com/find-a-location/helotes-express', '/locate-a-caliber-collision-center/hemet' => 'https://www.caliber.com/find-a-location/hemet', '/locate-a-caliber-collision-center/henderson-american-pacific' => 'https://www.caliber.com/find-a-location/henderson-american-pacific', '/locate-a-caliber-collision-center/henderson-co' => 'https://www.caliber.com/find-a-location/henderson-co', '/locate-a-caliber-collision-center/henderson-eastgate' => 'https://www.caliber.com/find-a-location/henderson', '/locate-a-caliber-collision-center/hernando' => 'https://www.caliber.com/find-a-location/hernando', '/locate-a-caliber-collision-center/hesperia' => 'https://www.caliber.com/find-a-location/hesperia', '/locate-a-caliber-collision-center/hesperia-bear-valley-rd' => 'https://www.caliber.com/find-a-location/hesperia-bear-valley-rd', '/locate-a-caliber-collision-center/hickory-hollow' => 'https://www.caliber.com/find-a-location/hickory-hollow', '/locate-a-caliber-collision-center/highland-park' => 'https://www.caliber.com/find-a-location/highland-park', '/locate-a-caliber-collision-center/highlands-ranch' => 'https://www.caliber.com/find-a-location/highlands-ranch', '/locate-a-caliber-collision-center/hillsboro' => 'https://www.caliber.com/find-a-location/hillsboro', '/locate-a-caliber-collision-center/hollister' => 'https://www.caliber.com/find-a-location/hollister', '/locate-a-caliber-collision-center/hollywood' => 'https://www.caliber.com/find-a-location/hollywood', '/locate-a-caliber-collision-center/hollywood-blvd' => 'https://www.caliber.com/find-a-location/hollywood-blvd', '/locate-a-caliber-collision-center/hollywood-fl' => 'https://www.caliber.com/find-a-location/hollywood-fl', '/locate-a-caliber-collision-center/hopkins' => 'https://www.caliber.com/find-a-location/hopkins', '/locate-a-caliber-collision-center/hopkinsville' => 'https://www.caliber.com/find-a-location/hopkinsville', '/locate-a-caliber-collision-center/horn-lake' => 'https://www.caliber.com/find-a-location/horn-lake', '/locate-a-caliber-collision-center/horsham' => 'https://www.caliber.com/find-a-location/horsham', '/locate-a-caliber-collision-center/houston-galleria' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/houston-liberty-lakes' => 'https://www.caliber.com/find-a-location/houston-liberty-lakes', '/locate-a-caliber-collision-center/houston-memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/houston-morton-ranch' => 'https://www.caliber.com/find-a-location/houston-morton-ranch', '/locate-a-caliber-collision-center/houston-non-drive-north' => 'https://www.caliber.com/find-a-location/houston-non-drive-north', '/locate-a-caliber-collision-center/houston-non-drive-west' => 'https://www.caliber.com/find-a-location/houston-non-drive-west', '/locate-a-caliber-collision-center/houston-northeast' => 'https://www.caliber.com/find-a-location/houston-northeast', '/locate-a-caliber-collision-center/houston-pasadena' => 'https://www.caliber.com/find-a-location/houston-pasadena', '/locate-a-caliber-collision-center/houston-south-loop' => 'https://www.caliber.com/find-a-location/houston-south-loop', '/locate-a-caliber-collision-center/houston-southwest-freeway' => 'https://www.caliber.com/find-a-location/houston-southwest-freeway', '/locate-a-caliber-collision-center/houston-towne-lake' => 'https://www.caliber.com/find-a-location/houston-towne-lake', '/locate-a-caliber-collision-center/houston-willowbrook' => 'https://www.caliber.com/find-a-location/houston-willowbrook', '/locate-a-caliber-collision-center/huntersville' => 'https://www.caliber.com/find-a-location/huntersville', '/locate-a-caliber-collision-center/huntington' => 'https://www.caliber.com/find-a-location/huntington', '/locate-a-caliber-collision-center/huntington-beach' => 'https://www.caliber.com/find-a-location/huntington-beach', '/locate-a-caliber-collision-center/huntington-beach-graham-st' => 'https://www.caliber.com/find-a-location/huntington-beach-graham-st', '/locate-a-caliber-collision-center/hunt-valley' => 'https://www.caliber.com/find-a-location/hunt-valley', '/locate-a-caliber-collision-center/hutto' => 'https://www.caliber.com/find-a-location/hutto', '/locate-a-caliber-collision-center/hyattsville' => 'https://www.caliber.com/find-a-location/hyattsville', '/locate-a-caliber-collision-center/indianapolis-beech-grove' => 'https://www.caliber.com/find-a-location/indianapolis-beech-grove', '/locate-a-caliber-collision-center/indianapolis-castleton' => 'https://www.caliber.com/find-a-location/indianapolis-castleton', '/locate-a-caliber-collision-center/indianapolis-downtown' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/indianapolis-lafayette-park' => 'https://www.caliber.com/find-a-location/indianapolis-lafayette-park', '/locate-a-caliber-collision-center/indianapolis-lawrence' => 'https://www.caliber.com/find-a-location/indianapolis-lawrence', '/locate-a-caliber-collision-center/indianapolis-northwest' => 'https://www.caliber.com/find-a-location/indianapolis-northwest', '/locate-a-caliber-collision-center/indianapolis-shadeland' => 'https://www.caliber.com/find-a-location/indianapolis-shadeland', '/locate-a-caliber-collision-center/indianapolis-south' => 'https://www.caliber.com/find-a-location/indianapolis-south', '/locate-a-caliber-collision-center/indianapolis-stop-12' => 'https://www.caliber.com/find-a-location/indianapolis-stop-12', '/locate-a-caliber-collision-center/indianapolis-west' => 'https://www.caliber.com/find-a-location/indianapolis-west', '/locate-a-caliber-collision-center/indianapolis-westfield' => 'https://www.caliber.com/find-a-location/indianapolis-westfield', '/locate-a-caliber-collision-center/indian-land' => 'https://www.caliber.com/find-a-location/indian-land', '/locate-a-caliber-collision-center/indian-trail' => 'https://www.caliber.com/find-a-location/indian-trail', '/locate-a-caliber-collision-center/indio' => 'https://www.caliber.com/find-a-location/indio', '/locate-a-caliber-collision-center/inland-empire-non-drive' => 'https://www.caliber.com/find-a-location/inland-empire-non-drive', '/locate-a-caliber-collision-center/irmo' => 'https://www.caliber.com/find-a-location/irmo', '/locate-a-caliber-collision-center/irvine' => 'https://www.caliber.com/find-a-location/irvine', '/locate-a-caliber-collision-center/irvine-north' => 'https://www.caliber.com/find-a-location/irvine-north', '/locate-a-caliber-collision-center/issaquah-e-lake-sammamish' => 'https://www.caliber.com/find-a-location/issaquah-e-lake-sammamish', '/locate-a-caliber-collision-center/issaquah-sunset' => 'https://www.caliber.com/find-a-location/issaquah-sunset', '/locate-a-caliber-collision-center/jackson-tn' => 'https://www.caliber.com/find-a-location/jackson-tn', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic' => 'https://www.caliber.com/find-a-location/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/jacksonville-fl-beach-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-beach-blvd', '/locate-a-caliber-collision-center/jacksonville-fl-downtown' => 'https://www.caliber.com/find-a-location/jacksonville-fl-downtown', '/locate-a-caliber-collision-center/jacksonville-fl-mayport' => 'https://www.caliber.com/find-a-location/jacksonville-fl-mayport', '/locate-a-caliber-collision-center/jacksonville-fl-merrill-rd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-merrill-rd', '/locate-a-caliber-collision-center/jacksonville-fl-nas' => 'https://www.caliber.com/find-a-location/jacksonville-fl-nas', '/locate-a-caliber-collision-center/jacksonville-fl-non-drive' => 'https://www.caliber.com/find-a-location/jacksonville-fl-non-drive', '/locate-a-caliber-collision-center/jacksonville-fl-philips-hwy' => 'https://www.caliber.com/find-a-location/jacksonville-fl-philips-hwy', '/locate-a-caliber-collision-center/jacksonville-fl-sw' => 'https://www.caliber.com/find-a-location/jacksonville-fl-sw', '/locate-a-caliber-collision-center/jacksonville-nc-lejeune' => 'https://www.caliber.com/find-a-location/jacksonville-nc-lejeune', '/locate-a-caliber-collision-center/jacksonville-nc-marine-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-nc-marine-blvd', '/locate-a-caliber-collision-center/jacksonville-new-river' => 'https://www.caliber.com/find-a-location/jacksonville-new-river', '/locate-a-caliber-collision-center/janesville' => 'https://www.caliber.com/find-a-location/janesville', '/locate-a-caliber-collision-center/jessup' => 'https://www.caliber.com/find-a-location/jessup', '/locate-a-caliber-collision-center/johns-creek' => 'https://www.caliber.com/find-a-location/johns-creek', '/locate-a-caliber-collision-center/joppa' => 'https://www.caliber.com/find-a-location/joppa', '/locate-a-caliber-collision-center/jupiter' => 'https://www.caliber.com/find-a-location/jupiter', '/locate-a-caliber-collision-center/jupiter-old-dixie-hwy' => 'https://www.caliber.com/find-a-location/jupiter-old-dixie-highway', '/locate-a-caliber-collision-center/katy' => 'https://www.caliber.com/find-a-location/katy', '/locate-a-caliber-collision-center/kearney-mesa-dagget' => 'https://www.caliber.com/find-a-location/kearny-mesa-dagget', '/locate-a-caliber-collision-center/keizer' => 'https://www.caliber.com/find-a-location/keizer', '/locate-a-caliber-collision-center/keller' => 'https://www.caliber.com/find-a-location/keller', '/locate-a-caliber-collision-center/kennesaw' => 'https://www.caliber.com/find-a-location/kennesaw', '/locate-a-caliber-collision-center/kennesaw-moon-station' => 'https://www.caliber.com/find-a-location/kennesaw-moon-station', '/locate-a-caliber-collision-center/kennett-square' => 'https://www.caliber.com/find-a-location/kennett-square', '/locate-a-caliber-collision-center/kennewick' => 'https://www.caliber.com/find-a-location/kennewick', '/locate-a-caliber-collision-center/kenosha' => 'https://www.caliber.com/find-a-location/kenosha', '/locate-a-caliber-collision-center/kent-island' => 'https://www.caliber.com/find-a-location/kent-island', '/locate-a-caliber-collision-center/killeen' => 'https://www.caliber.com/find-a-location/killeen', '/locate-a-caliber-collision-center/killeen-downtown' => 'https://www.caliber.com/find-a-location/killeen-downtown', '/locate-a-caliber-collision-center/killeen-express' => 'https://www.caliber.com/find-a-location/killeen-express', '/locate-a-caliber-collision-center/king-of-prussia' => 'https://www.caliber.com/find-a-location/king-of-prussia', '/locate-a-caliber-collision-center/kingston' => 'https://www.caliber.com/find-a-location/kingston', '/locate-a-caliber-collision-center/kingston-pike' => 'https://www.caliber.com/find-a-location/kingston-pike', '/locate-a-caliber-collision-center/kingwood' => 'https://www.caliber.com/find-a-location/kingwood', '/locate-a-caliber-collision-center/kirkland' => 'https://www.caliber.com/find-a-location/kirkland', '/locate-a-caliber-collision-center/kissimmee' => 'https://www.caliber.com/find-a-location/kissimmee', '/locate-a-caliber-collision-center/kissimmee-east' => 'https://www.caliber.com/find-a-location/kissimmee-east', '/locate-a-caliber-collision-center/kissimmee-north' => 'https://www.caliber.com/find-a-location/kissimmee-north', '/locate-a-caliber-collision-center/knoxville-north' => 'https://www.caliber.com/find-a-location/knoxville-north', '/locate-a-caliber-collision-center/knoxville-west' => 'https://www.caliber.com/find-a-location/knoxville-west', '/locate-a-caliber-collision-center/kyle' => 'https://www.caliber.com/find-a-location/kyle', '/locate-a-caliber-collision-center/la-cienega' => 'https://www.caliber.com/find-a-location/los-angeles-la-cienega', '/locate-a-caliber-collision-center/la-crescenta' => 'https://www.caliber.com/find-a-location/la-crescenta-drive-center', '/locate-a-caliber-collision-center/ladson' => 'https://www.caliber.com/find-a-location/ladson', '/locate-a-caliber-collision-center/lafayette' => 'https://www.caliber.com/find-a-location/lafayette-farabee-dr', '/locate-a-caliber-collision-center/laguna-beach' => 'https://www.caliber.com/find-a-location/laguna-beach', '/locate-a-caliber-collision-center/laguna-niguel' => 'https://www.caliber.com/find-a-location/laguna-niguel', '/locate-a-caliber-collision-center/lake-elsinore' => 'https://www.caliber.com/find-a-location/lake-elsinore', '/locate-a-caliber-collision-center/lake-forest' => 'https://www.caliber.com/find-a-location/lake-forest', '/locate-a-caliber-collision-center/lake-havasu-city' => 'https://www.caliber.com/find-a-location/lake-havasu-city', '/locate-a-caliber-collision-center/lake-jackson' => 'https://www.caliber.com/find-a-location/lake-jackson', '/locate-a-caliber-collision-center/lake-norman-denver' => 'https://www.caliber.com/find-a-location/lake-norman', '/locate-a-caliber-collision-center/lake-oswego' => 'https://www.caliber.com/find-a-location/lake-oswego', '/locate-a-caliber-collision-center/lakeway' => 'https://www.caliber.com/find-a-location/lakeway', '/locate-a-caliber-collision-center/lakewood-co' => 'https://www.caliber.com/find-a-location/lakewood-co', '/locate-a-caliber-collision-center/lakewood-wa' => 'https://www.caliber.com/find-a-location/lakewood-wa', '/locate-a-caliber-collision-center/la-mesa' => 'https://www.caliber.com/find-a-location/la-mesa', '/locate-a-caliber-collision-center/lancaster' => 'https://www.caliber.com/find-a-location/lancaster', '/locate-a-caliber-collision-center/landover' => 'https://www.caliber.com/find-a-location/landover', '/locate-a-caliber-collision-center/largo' => 'https://www.caliber.com/find-a-location/largo', '/locate-a-caliber-collision-center/las-cruces' => 'https://www.caliber.com/find-a-location/las-cruces-n-telshor-bl', '/locate-a-caliber-collision-center/las-cruces-amador' => 'https://www.caliber.com/find-a-location/las-cruces-amador', '/locate-a-caliber-collision-center/las-vegas-anthem' => 'https://www.caliber.com/find-a-location/las-vegas-anthem', '/locate-a-caliber-collision-center/las-vegas-downtown' => 'https://www.caliber.com/find-a-location/las-vegas-downtown', '/locate-a-caliber-collision-center/las-vegas-procyon-st' => 'https://www.caliber.com/find-a-location/las-vegas-procyon-st', '/locate-a-caliber-collision-center/las-vegas-rancho-rd' => 'https://www.caliber.com/find-a-location/las-vegas-rancho-rd', '/locate-a-caliber-collision-center/las-vegas-ricky-rd' => 'https://www.caliber.com/find-a-location/las-vegas-ricky-rd', '/locate-a-caliber-collision-center/lawrenceville' => 'https://www.caliber.com/find-a-location/lawrenceville', '/locate-a-caliber-collision-center/leander-crystal-falls-pkwy' => 'https://www.caliber.com/find-a-location/leander-crystal-falls-pkwy', '/locate-a-caliber-collision-center/lebanon' => 'https://www.caliber.com/find-a-location/lebanon', '/locate-a-caliber-collision-center/lebanon-oh' => 'https://www.caliber.com/find-a-location/lebanon-oh', '/locate-a-caliber-collision-center/lebanon-pa' => 'https://www.caliber.com/find-a-location/lebanon-pa', '/locate-a-caliber-collision-center/lebanon-west-main-st' => 'https://www.caliber.com/find-a-location/lebanon-west-main-st', '/locate-a-caliber-collision-center/leesburg' => 'https://www.caliber.com/find-a-location/leesburg', '/locate-a-caliber-collision-center/lehigh-acres' => 'https://www.caliber.com/find-a-location/lehigh-acres', '/locate-a-caliber-collision-center/leon-springs-luxury' => 'https://www.caliber.com/find-a-location/luxury-leon-springs', '/locate-a-caliber-collision-center/levittown' => 'https://www.caliber.com/find-a-location/levittown', '/locate-a-caliber-collision-center/lewisville' => 'https://www.caliber.com/find-a-location/lewisville', '/locate-a-caliber-collision-center/lexington-ky' => 'https://www.caliber.com/find-a-location/lexington-ky', '/locate-a-caliber-collision-center/lexington-park' => 'https://www.caliber.com/find-a-location/lexington-park', '/locate-a-caliber-collision-center/lexington-sc' => 'https://www.caliber.com/find-a-location/lexington-sc', '/locate-a-caliber-collision-center/libertyville' => 'https://www.caliber.com/find-a-location/libertyville', '/locate-a-caliber-collision-center/lincoln' => 'https://www.caliber.com/find-a-location/lincoln', '/locate-a-caliber-collision-center/litchfield-park' => 'https://www.caliber.com/find-a-location/litchfield-park', '/locate-a-caliber-collision-center/lithia-springs' => 'https://www.caliber.com/find-a-location/lithia-springs', '/locate-a-caliber-collision-center/little-elm' => 'https://www.caliber.com/find-a-location/little-elm', '/locate-a-caliber-collision-center/littleton' => 'https://www.caliber.com/find-a-location/littleton', '/locate-a-caliber-collision-center/littleton-chatfield' => 'https://www.caliber.com/find-a-location/littleton-chatfield', '/locate-a-caliber-collision-center/littleton-s-broadway' => 'https://www.caliber.com/find-a-location/littleton-s-broadway', '/locate-a-caliber-collision-center/logan' => 'https://www.caliber.com/find-a-location/logan', '/locate-a-caliber-collision-center/lomita' => 'https://www.caliber.com/find-a-location/lomita', '/locate-a-caliber-collision-center/lompoc' => 'https://www.caliber.com/find-a-location/lompoc', '/locate-a-caliber-collision-center/long-beach' => 'https://www.caliber.com/find-a-location/long-beach', '/locate-a-caliber-collision-center/longmont' => 'https://www.caliber.com/find-a-location/longmont', '/locate-a-caliber-collision-center/longmont-boston-ave' => 'https://www.caliber.com/find-a-location/longmont-boston-ave', '/locate-a-caliber-collision-center/longview-north' => 'https://www.caliber.com/find-a-location/longview-north', '/locate-a-caliber-collision-center/longwood' => 'https://www.caliber.com/find-a-location/longwood', '/locate-a-caliber-collision-center/los-angeles-downtown' => 'https://www.caliber.com/find-a-location/los-angeles-downtown', '/locate-a-caliber-collision-center/los-angeles-griffith-park' => 'https://www.caliber.com/find-a-location/los-angeles-griffith-park', '/locate-a-caliber-collision-center/los-angeles-mid-city' => 'https://www.caliber.com/find-a-location/los-angeles-mid-city', '/locate-a-caliber-collision-center/los-angeles-s-la-brea' => 'https://www.caliber.com/find-a-location/los-angeles-s-la-brea', '/locate-a-caliber-collision-center/los-angeles-w-adams-blvd' => 'https://www.caliber.com/find-a-location/los-angeles-w-adams-blvd', '/locate-a-caliber-collision-center/los-angeles-w-washington' => 'https://www.caliber.com/find-a-location/los-angeles-w-washington', '/locate-a-caliber-collision-center/los-banos' => 'https://www.caliber.com/find-a-location/los-banos', '/locate-a-caliber-collision-center/los-gatos' => 'https://www.caliber.com/find-a-location/los-gatos', '/locate-a-caliber-collision-center/louisville-dixie-hwy' => 'https://www.caliber.com/find-a-location/louisville-dixie-hwy', '/locate-a-caliber-collision-center/loveland' => 'https://www.caliber.com/find-a-location/loveland', '/locate-a-caliber-collision-center/loveland-oh' => 'https://www.caliber.com/find-a-location/loveland-oh', '/locate-a-caliber-collision-center/loveland-topaz-dr' => 'https://www.caliber.com/find-a-location/loveland-topaz-dr', '/locate-a-caliber-collision-center/lumberton' => 'https://www.caliber.com/find-a-location/lumberton', '/locate-a-caliber-collision-center/lutz' => 'https://www.caliber.com/find-a-location/lutz', '/locate-a-caliber-collision-center/lynbrook' => 'https://www.caliber.com/find-a-location/lynbrook', '/locate-a-caliber-collision-center/lynchburg' => 'https://www.caliber.com/find-a-location/lynchburg', '/locate-a-caliber-collision-center/lynnwood-wa' => 'https://www.caliber.com/find-a-location/lynnwood-wa', '/locate-a-caliber-collision-center/lynwood-il' => 'https://www.caliber.com/find-a-location/lynwood-il', '/locate-a-caliber-collision-center/macon' => 'https://www.caliber.com/find-a-location/macon', '/locate-a-caliber-collision-center/madera' => 'https://www.caliber.com/find-a-location/madera', '/locate-a-caliber-collision-center/madison' => 'https://www.caliber.com/find-a-location/madison', '/locate-a-caliber-collision-center/madison-east-towne' => 'https://www.caliber.com/find-a-location/madison-east-towne', '/locate-a-caliber-collision-center/madison-gallatin-pike' => 'https://www.caliber.com/find-a-location/madison-gallatin-pike', '/locate-a-caliber-collision-center/madison-west-towne' => 'https://www.caliber.com/find-a-location/madison-west-towne', '/locate-a-caliber-collision-center/manassas' => 'https://www.caliber.com/find-a-location/manassas', '/locate-a-caliber-collision-center/manayunk' => 'https://www.caliber.com/find-a-location/manayunk', '/locate-a-caliber-collision-center/manchaca' => 'https://www.caliber.com/find-a-location/austin-menchaca', '/locate-a-caliber-collision-center/mansfield' => 'https://www.caliber.com/find-a-location/mansfield', '/locate-a-caliber-collision-center/manteca' => 'https://www.caliber.com/find-a-location/manteca', '/locate-a-caliber-collision-center/maple-grove' => 'https://www.caliber.com/find-a-location/maple-grove', '/locate-a-caliber-collision-center/maplewood' => 'https://www.caliber.com/find-a-location/maplewood', '/locate-a-caliber-collision-center/marble-falls' => 'https://www.caliber.com/find-a-location/marble-falls', '/locate-a-caliber-collision-center/margaret-wallace' => 'https://www.caliber.com/find-a-location/margaret-wallace', '/locate-a-caliber-collision-center/marietta' => 'https://www.caliber.com/find-a-location/marietta', '/locate-a-caliber-collision-center/marietta-cobb-pkwy' => 'https://www.caliber.com/find-a-location/marietta-cobb-parkway', '/locate-a-caliber-collision-center/marlow-heights' => 'https://www.caliber.com/find-a-location/marlow-heights', '/locate-a-caliber-collision-center/marlton' => 'https://www.caliber.com/find-a-location/marlton', '/locate-a-caliber-collision-center/marmora' => 'https://www.caliber.com/find-a-location/marmora', '/locate-a-caliber-collision-center/maryland-heights' => 'https://www.caliber.com/find-a-location/maryland-heights', '/locate-a-caliber-collision-center/marysville-wa' => 'https://www.caliber.com/find-a-location/marysville-wa', '/locate-a-caliber-collision-center/maryville-il' => 'https://www.caliber.com/find-a-location/maryville-il', '/locate-a-caliber-collision-center/massaponax' => 'https://www.caliber.com/find-a-location/massaponax', '/locate-a-caliber-collision-center/matthews' => 'https://www.caliber.com/find-a-location/matthews', '/locate-a-caliber-collision-center/mays-landing' => 'https://www.caliber.com/find-a-location/mays-landing', '/locate-a-caliber-collision-center/mckeesport' => 'https://www.caliber.com/find-a-location/mckeesport', '/locate-a-caliber-collision-center/mckinney-east' => 'https://www.caliber.com/find-a-location/mckinney-east', '/locate-a-caliber-collision-center/mckinney-hwy-380' => 'https://www.caliber.com/find-a-location/mckinney-hwy-380', '/locate-a-caliber-collision-center/mckinney-northwest' => 'https://www.caliber.com/find-a-location/mckinney-northwest', '/locate-a-caliber-collision-center/medford' => 'https://www.caliber.com/find-a-location/medford', '/locate-a-caliber-collision-center/medina' => 'https://www.caliber.com/find-a-location/medina', '/locate-a-caliber-collision-center/memphis-covington-pike' => 'https://www.caliber.com/find-a-location/memphis-covington-pike', '/locate-a-caliber-collision-center/memphis-downtown' => 'https://www.caliber.com/find-a-location/memphis-downtown', '/locate-a-caliber-collision-center/memphis-mt-moriah' => 'https://www.caliber.com/find-a-location/memphis-mt-moriah', '/locate-a-caliber-collision-center/memphis-southwind' => 'https://www.caliber.com/find-a-location/memphis-southwind', '/locate-a-caliber-collision-center/meridian' => 'https://www.caliber.com/find-a-location/meridian', '/locate-a-caliber-collision-center/meridian-e-fairview' => 'https://www.caliber.com/find-a-location/meridian-e-fairview', '/locate-a-caliber-collision-center/meridian-s-adkins-way' => 'https://www.caliber.com/find-a-location/meridian-s-adkins-way', '/locate-a-caliber-collision-center/merrillville' => 'https://www.caliber.com/find-a-location/merrillville', '/locate-a-caliber-collision-center/mesa-broadway-rd' => 'https://www.caliber.com/find-a-location/mesa-broadway-rd', '/locate-a-caliber-collision-center/mesa-east-main-st' => 'https://www.caliber.com/find-a-location/mesa-east-main-st', '/locate-a-caliber-collision-center/mesa-gateway' => 'https://www.caliber.com/find-a-location/mesa-gateway', '/locate-a-caliber-collision-center/miami-ne-14th-ave' => 'https://www.caliber.com/find-a-location/miami-ne-14th-ave', '/locate-a-caliber-collision-center/miami-north-doral' => 'https://www.caliber.com/find-a-location/miami-north-doral', '/locate-a-caliber-collision-center/miami-s-dixie-hwy' => 'https://www.caliber.com/find-a-location/miami-s-dixie-hwy', '/locate-a-caliber-collision-center/michigan-city' => 'https://www.caliber.com/find-a-location/michigan-city', '/locate-a-caliber-collision-center/middleton-wi' => 'https://www.caliber.com/find-a-location/middleton-wi', '/locate-a-caliber-collision-center/middletown-de' => 'https://www.caliber.com/find-a-location/middletown-de', '/locate-a-caliber-collision-center/midland-w-front-st' => 'https://www.caliber.com/find-a-location/midland-w-front-st', '/locate-a-caliber-collision-center/midlothian-grove-rd' => 'https://www.caliber.com/find-a-location/midlothian-grove-rd', '/locate-a-caliber-collision-center/midwest-city' => 'https://www.caliber.com/find-a-location/midwest-city', '/locate-a-caliber-collision-center/milford' => 'https://www.caliber.com/find-a-location/milford', '/locate-a-caliber-collision-center/millcreek' => 'https://www.caliber.com/find-a-location/millcreek', '/locate-a-caliber-collision-center/millersville' => 'https://www.caliber.com/find-a-location/millersville', '/locate-a-caliber-collision-center/milpitas' => 'https://www.caliber.com/find-a-location/milpitas', '/locate-a-caliber-collision-center/milwaukee-north' => 'https://www.caliber.com/find-a-location/milwaukee-north', '/locate-a-caliber-collision-center/minneapolis-downtown' => 'https://www.caliber.com/find-a-location/minneapolis-downtown', '/locate-a-caliber-collision-center/minnesota-fleet' => 'https://www.caliber.com/find-a-location/minnesota-fleet', '/locate-a-caliber-collision-center/miramar' => 'https://www.caliber.com/find-a-location/san-diego-miramar', '/locate-a-caliber-collision-center/mira-mesa' => 'https://www.caliber.com/find-a-location/mira-mesa', '/locate-a-caliber-collision-center/mishawaka' => 'https://www.caliber.com/find-a-location/mishawaka', '/locate-a-caliber-collision-center/mission-bay' => 'https://www.caliber.com/find-a-location/mission-bay', '/locate-a-caliber-collision-center/mission-valley' => 'https://www.caliber.com/find-a-location/mission-valley', '/locate-a-caliber-collision-center/mission-viejo' => 'https://www.caliber.com/find-a-location/mission-viejo', '/locate-a-caliber-collision-center/missouri-city' => 'https://www.caliber.com/find-a-location/missouri-city', '/locate-a-caliber-collision-center/mitchell' => 'https://www.caliber.com/find-a-location/mitchell', '/locate-a-caliber-collision-center/mobile-schillinger-rd-s' => 'https://www.caliber.com/find-a-location/mobile-schillinger-rd-s', '/locate-a-caliber-collision-center/mobile-springhill-ave' => 'https://www.caliber.com/find-a-location/mobile-springhill-ave', '/locate-a-caliber-collision-center/modesto' => 'https://www.caliber.com/find-a-location/modesto', '/locate-a-caliber-collision-center/modesto-10th-st' => 'https://www.caliber.com/find-a-location/modesto-10th-st', '/locate-a-caliber-collision-center/modesto-bangs-ave' => 'https://www.caliber.com/find-a-location/modesto-bangs-ave', '/locate-a-caliber-collision-center/modesto-stratos-way' => 'https://www.caliber.com/find-a-location/modesto-stratos-way', '/locate-a-caliber-collision-center/monroe' => 'https://www.caliber.com/find-a-location/monroe', '/locate-a-caliber-collision-center/monroe-hwy-74' => 'https://www.caliber.com/find-a-location/monroe-hwy-74', '/locate-a-caliber-collision-center/monroe-wa' => 'https://www.caliber.com/find-a-location/monroe-wa', '/locate-a-caliber-collision-center/monrovia' => 'https://www.caliber.com/find-a-location/monrovia', '/locate-a-caliber-collision-center/montgomery-n-eastern-blvd' => 'https://www.caliber.com/find-a-location/montgomery-n-eastern-bl', '/locate-a-caliber-collision-center/monument' => 'https://www.caliber.com/find-a-location/monument', '/locate-a-caliber-collision-center/moore' => 'https://www.caliber.com/find-a-location/moore', '/locate-a-caliber-collision-center/mooresville' => 'https://www.caliber.com/find-a-location/mooresville', '/locate-a-caliber-collision-center/moraine' => 'https://www.caliber.com/find-a-location/moraine', '/locate-a-caliber-collision-center/moreno-valley' => 'https://www.caliber.com/find-a-location/moreno-valley', '/locate-a-caliber-collision-center/morgan-hill' => 'https://www.caliber.com/find-a-location/morgan-hill', '/locate-a-caliber-collision-center/morrow' => 'https://www.caliber.com/find-a-location/morrow', '/locate-a-caliber-collision-center/morrow-mt-zion-blvd' => 'https://www.caliber.com/find-a-location/morrow-mt-zion-blvd', '/locate-a-caliber-collision-center/mountain-view' => 'https://www.caliber.com/find-a-location/mountain-view', '/locate-a-caliber-collision-center/mount-pleasant-sc' => 'https://www.caliber.com/find-a-location/mount-pleasant-sc', '/locate-a-caliber-collision-center/mount-pleasant-wi' => 'https://www.caliber.com/find-a-location/mount-pleasant-wi', '/locate-a-caliber-collision-center/mt-juliet' => 'https://www.caliber.com/find-a-location/mt-juliet', '/locate-a-caliber-collision-center/mullica-hill' => 'https://www.caliber.com/find-a-location/mullica-hill', '/locate-a-caliber-collision-center/muncie-north' => 'https://www.caliber.com/find-a-location/muncie-north', '/locate-a-caliber-collision-center/murfreesboro' => 'https://www.caliber.com/find-a-location/murfreesboro', '/locate-a-caliber-collision-center/murray' => 'https://www.caliber.com/find-a-location/murray', '/locate-a-caliber-collision-center/murrells-inlet' => 'https://www.caliber.com/find-a-location/murrells-inlet', '/locate-a-caliber-collision-center/murrieta' => 'https://www.caliber.com/find-a-location/murrieta', '/locate-a-caliber-collision-center/myrtle-beach-south' => 'https://www.caliber.com/find-a-location/myrtle-beach-south', '/locate-a-caliber-collision-center/nampa' => 'https://www.caliber.com/find-a-location/nampa', '/locate-a-caliber-collision-center/napa' => 'https://www.caliber.com/find-a-location/napa', '/locate-a-caliber-collision-center/naperville' => 'https://www.caliber.com/find-a-location/naperville', '/locate-a-caliber-collision-center/naperville-701-frontenac' => 'https://www.caliber.com/find-a-location/naperville-701-frontenac', '/locate-a-caliber-collision-center/naperville-801-frontenac' => 'https://www.caliber.com/find-a-location/naperville-801-frontenac', '/locate-a-caliber-collision-center/naples' => 'https://www.caliber.com/find-a-location/naples', '/locate-a-caliber-collision-center/nashville-downtown' => 'https://www.caliber.com/find-a-location/nashville-downtown', '/locate-a-caliber-collision-center/nashville-non-drive-south' => 'https://www.caliber.com/find-a-location/nashville-non-drive-south', '/locate-a-caliber-collision-center/nashville-west' => 'https://www.caliber.com/find-a-location/nashville-west', '/locate-a-caliber-collision-center/national-city' => 'https://www.caliber.com/find-a-location/national-city', '/locate-a-caliber-collision-center/navarre' => 'https://www.caliber.com/find-a-location/navarre', '/locate-a-caliber-collision-center/new-berlin' => 'https://www.caliber.com/find-a-location/new-berlin', '/locate-a-caliber-collision-center/new-berlin-sunnyslope' => 'https://www.caliber.com/find-a-location/new-berlin-sunnyslope', '/locate-a-caliber-collision-center/new-bern' => 'https://www.caliber.com/find-a-location/new-bern', '/locate-a-caliber-collision-center/new-braunfels' => 'https://www.caliber.com/find-a-location/new-braunfels', '/locate-a-caliber-collision-center/newburgh' => 'https://www.caliber.com/find-a-location/newburgh-in', '/locate-a-caliber-collision-center/new-hampton' => 'https://www.caliber.com/find-a-location/new-hampton', '/locate-a-caliber-collision-center/new-holland' => 'https://www.caliber.com/find-a-location/new-holland', '/locate-a-caliber-collision-center/new-kensington' => 'https://www.caliber.com/find-a-location/new-kensington', '/locate-a-caliber-collision-center/newnan' => 'https://www.caliber.com/find-a-location/newnan', '/locate-a-caliber-collision-center/newport' => 'https://www.caliber.com/find-a-location/newport', '/locate-a-caliber-collision-center/newport-news' => 'https://www.caliber.com/find-a-location/newport-news', '/locate-a-caliber-collision-center/newtown-square' => 'https://www.caliber.com/find-a-location/newtown-square', '/locate-a-caliber-collision-center/nicholasville' => 'https://www.caliber.com/find-a-location/nicholasville', '/locate-a-caliber-collision-center/nolanville' => 'https://www.caliber.com/find-a-location/nolanville', '/locate-a-caliber-collision-center/norco' => 'https://www.caliber.com/find-a-location/norco', '/locate-a-caliber-collision-center/norcross' => 'https://www.caliber.com/find-a-location/norcross', '/locate-a-caliber-collision-center/norfolk-wards-corner' => 'https://www.caliber.com/find-a-location/norfolk-wards-corner', '/locate-a-caliber-collision-center/north-bethesda' => 'https://www.caliber.com/find-a-location/north-bethesda', '/locate-a-caliber-collision-center/northbrook' => 'https://www.caliber.com/find-a-location/northbrook', '/locate-a-caliber-collision-center/north-charleston' => 'https://www.caliber.com/find-a-location/north-charleston', '/locate-a-caliber-collision-center/north-costa-mesa' => 'https://www.caliber.com/find-a-location/north-costa-mesa', '/locate-a-caliber-collision-center/northeast-philadelphia' => 'https://www.caliber.com/find-a-location/northeast-philadelphia', '/locate-a-caliber-collision-center/north-fulton' => 'https://www.caliber.com/find-a-location/north-fulton', '/locate-a-caliber-collision-center/northglenn' => 'https://www.caliber.com/find-a-location/northglenn', '/locate-a-caliber-collision-center/north-hollywood' => 'https://www.caliber.com/find-a-location/north-hollywood', '/locate-a-caliber-collision-center/north-hollywood-burbank-blvd' => 'https://www.caliber.com/find-a-location/north-hollywood-burbank-blvd', '/locate-a-caliber-collision-center/northlake' => 'https://www.caliber.com/find-a-location/northlake', '/locate-a-caliber-collision-center/north-lamar' => 'https://www.caliber.com/find-a-location/austin-north-lamar', '/locate-a-caliber-collision-center/north-las-vegas' => 'https://www.caliber.com/find-a-location/north-las-vegas', '/locate-a-caliber-collision-center/north-las-vegas-aliante' => 'https://www.caliber.com/find-a-location/north-las-vegas-aliante', '/locate-a-caliber-collision-center/north-las-vegas-e-craig-rd' => 'https://www.caliber.com/find-a-location/north-las-vegas-e-craig-rd', '/locate-a-caliber-collision-center/north-richland-hills' => 'https://www.caliber.com/find-a-location/north-richland-hills', '/locate-a-caliber-collision-center/north-riverside' => 'https://www.caliber.com/find-a-location/north-riverside', '/locate-a-caliber-collision-center/north-sarasota' => 'https://www.caliber.com/find-a-location/north-sarasota', '/locate-a-caliber-collision-center/north-wales' => 'https://www.caliber.com/find-a-location/north-wales', '/locate-a-caliber-collision-center/northwest-anaheim' => 'https://www.caliber.com/find-a-location/northwest-anaheim', '/locate-a-caliber-collision-center/northwest-oklahoma-city' => 'https://www.caliber.com/find-a-location/nw-oklahoma-city', '/locate-a-caliber-collision-center/norton' => 'https://www.caliber.com/find-a-location/norton', '/locate-a-caliber-collision-center/norwalk' => 'https://www.caliber.com/find-a-location/norwalk', '/locate-a-caliber-collision-center/nottingham' => 'https://www.caliber.com/find-a-location/nottingham', '/locate-a-caliber-collision-center/oak-creek' => 'https://www.caliber.com/find-a-location/oak-creek', '/locate-a-caliber-collision-center/oakland-11th-st' => 'https://www.caliber.com/find-a-location/oakland-11th-st', '/locate-a-caliber-collision-center/oakland-mlk-jr-way' => 'https://www.caliber.com/find-a-location/oakland-mlk-jr-way', '/locate-a-caliber-collision-center/oakland-park' => 'https://www.caliber.com/find-a-location/oakland-park', '/locate-a-caliber-collision-center/oakwood' => 'https://www.caliber.com/find-a-location/oakwood', '/locate-a-caliber-collision-center/ocala-west' => 'https://www.caliber.com/find-a-location/ocala-west', '/locate-a-caliber-collision-center/ocean-city' => 'https://www.caliber.com/find-a-location/ocean-city', '/locate-a-caliber-collision-center/oceanside' => 'https://www.caliber.com/find-a-location/oceanside', '/locate-a-caliber-collision-center/oconomowoc' => 'https://www.caliber.com/find-a-location/oconomowoc', '/locate-a-caliber-collision-center/odessa' => 'https://www.caliber.com/find-a-location/odessa', '/locate-a-caliber-collision-center/o-fallon' => 'https://www.caliber.com/find-a-location/ofallon-il', '/locate-a-caliber-collision-center/o-fallon-mo' => 'https://www.caliber.com/find-a-location/ofallon-mo', '/locate-a-caliber-collision-center/ogden' => 'https://www.caliber.com/find-a-location/ogden', '/locate-a-caliber-collision-center/olive-branch' => 'https://www.caliber.com/find-a-location/olive-branch', '/locate-a-caliber-collision-center/ontario' => 'https://www.caliber.com/find-a-location/ontario', '/locate-a-caliber-collision-center/ontario-downtown' => 'https://www.caliber.com/find-a-location/ontario-downtown', '/locate-a-caliber-collision-center/orange-non-drive' => 'https://www.caliber.com/find-a-location/orange-non-drive', '/locate-a-caliber-collision-center/orangevale' => 'https://www.caliber.com/find-a-location/orangevale', '/locate-a-caliber-collision-center/orlando-e-colonial' => 'https://www.caliber.com/find-a-location/orlando-e-colonial', '/locate-a-caliber-collision-center/orlando-orange-blossom' => 'https://www.caliber.com/find-a-location/orlando-orange-blossom', '/locate-a-caliber-collision-center/orlando-w-oak-ridge-rd' => 'https://www.caliber.com/find-a-location/orlando-w-oak-ridge-rd', '/locate-a-caliber-collision-center/oro-valley' => 'https://www.caliber.com/find-a-location/oro-valley', '/locate-a-caliber-collision-center/oswego' => 'https://www.caliber.com/find-a-location/oswego', '/locate-a-caliber-collision-center/oviedo' => 'https://www.caliber.com/find-a-location/oviedo', '/locate-a-caliber-collision-center/oxford-valley' => 'https://www.caliber.com/find-a-location/oxford-valley', '/locate-a-caliber-collision-center/oxnard' => 'https://www.caliber.com/find-a-location/oxnard', '/locate-a-caliber-collision-center/oxnard-auto-center' => 'https://www.caliber.com/find-a-location/oxnard-auto-center', '/locate-a-caliber-collision-center/oxon-hill' => 'https://www.caliber.com/find-a-location/oxon-hill', '/locate-a-caliber-collision-center/pacific-beach' => 'https://www.caliber.com/find-a-location/pacific-beach', '/locate-a-caliber-collision-center/painesville' => 'https://www.caliber.com/find-a-location/painesville', '/locate-a-caliber-collision-center/palatine-il' => 'https://www.caliber.com/find-a-location/palatine', '/locate-a-caliber-collision-center/palm-coast' => 'https://www.caliber.com/find-a-location/palm-coast', '/locate-a-caliber-collision-center/palmdale' => 'https://www.caliber.com/find-a-location/palmdale', '/locate-a-caliber-collision-center/palm-desert' => 'https://www.caliber.com/find-a-location/palm-desert', '/locate-a-caliber-collision-center/palmetto' => 'https://www.caliber.com/find-a-location/palmetto', '/locate-a-caliber-collision-center/palo-alto' => 'https://www.caliber.com/find-a-location/palo-alto', '/locate-a-caliber-collision-center/palos-hills' => 'https://www.caliber.com/find-a-location/palos-hills', '/locate-a-caliber-collision-center/parker' => 'https://www.caliber.com/find-a-location/parker', '/locate-a-caliber-collision-center/parker-woodman-way' => 'https://www.caliber.com/find-a-location/parker-woodman-dr', '/locate-a-caliber-collision-center/parkesburg' => 'https://www.caliber.com/find-a-location/parkesburg', '/locate-a-caliber-collision-center/park-forest' => 'https://www.caliber.com/find-a-location/park-forest', '/locate-a-caliber-collision-center/pasadena' => 'https://www.caliber.com/find-a-location/pasadena', '/locate-a-caliber-collision-center/pasadena-e-colorado-blvd' => 'https://www.caliber.com/find-a-location/pasadena-e-colorado-blvd', '/locate-a-caliber-collision-center/paso-robles' => 'https://www.caliber.com/find-a-location/paso-robles', '/locate-a-caliber-collision-center/patchogue' => 'https://www.caliber.com/find-a-location/patchogue', '/locate-a-caliber-collision-center/pawleys-island' => 'https://www.caliber.com/find-a-location/pawleys-island', '/locate-a-caliber-collision-center/peachtree-city' => 'https://www.caliber.com/find-a-location/peachtree-city', '/locate-a-caliber-collision-center/peachtree-city-clover-reach' => 'https://www.caliber.com/find-a-location/peachtree-city-clover-reach', '/locate-a-caliber-collision-center/pearland' => 'https://www.caliber.com/find-a-location/pearland', '/locate-a-caliber-collision-center/pembroke-pines-west' => 'https://www.caliber.com/find-a-location/pembroke-pines-west', '/locate-a-caliber-collision-center/pennington' => 'https://www.caliber.com/find-a-location/pennington', '/locate-a-caliber-collision-center/pennsauken' => 'https://www.caliber.com/find-a-location/pennsauken', '/locate-a-caliber-collision-center/pewaukee' => 'https://www.caliber.com/find-a-location/pewaukee', '/locate-a-caliber-collision-center/pflugerville' => 'https://www.caliber.com/find-a-location/pflugerville', '/locate-a-caliber-collision-center/philadelphia-byberry-rd' => 'https://www.caliber.com/find-a-location/philadelphia-byberry-rd', '/locate-a-caliber-collision-center/philadelphia-fleet' => 'https://www.caliber.com/find-a-location/philadelphia-fleet', '/locate-a-caliber-collision-center/philadelphia-frankford' => 'https://www.caliber.com/find-a-location/philadelphia-frankford', '/locate-a-caliber-collision-center/philadelphia-grant-ave' => 'https://www.caliber.com/find-a-location/philadelphia-grant-ave', '/locate-a-caliber-collision-center/philadelphia-non-drive' => 'https://www.caliber.com/find-a-location/philadelphia-non-drive', '/locate-a-caliber-collision-center/philadelphia-york-st' => 'https://www.caliber.com/find-a-location/philadelphia-york-st', '/locate-a-caliber-collision-center/pineville' => 'https://www.caliber.com/find-a-location/pineville', '/locate-a-caliber-collision-center/plainfield' => 'https://www.caliber.com/find-a-location/plainfield', '/locate-a-caliber-collision-center/plano' => 'https://www.caliber.com/find-a-location/plano', '/locate-a-caliber-collision-center/plano-coit-rd' => 'https://www.caliber.com/find-a-location/plano-coit-rd', '/locate-a-caliber-collision-center/pleasanton' => 'https://www.caliber.com/find-a-location/pleasanton', '/locate-a-caliber-collision-center/pleasantville' => 'https://www.caliber.com/find-a-location/pleasantville', '/locate-a-caliber-collision-center/plymouth' => 'https://www.caliber.com/find-a-location/plymouth', '/locate-a-caliber-collision-center/pocomoke' => 'https://www.caliber.com/find-a-location/pocomoke', '/locate-a-caliber-collision-center/pompano-beach' => 'https://www.caliber.com/find-a-location/pompano-beach', '/locate-a-caliber-collision-center/portland-nu-way' => 'https://www.caliber.com/find-a-location/portland-nu-way', '/locate-a-caliber-collision-center/portland-southeast' => 'https://www.caliber.com/find-a-location/portland-woodstock', '/locate-a-caliber-collision-center/portland-st-johns' => 'https://www.caliber.com/find-a-location/portland-st-johns', '/locate-a-caliber-collision-center/portsmouth-airline-blvd' => 'https://www.caliber.com/find-a-location/portsmouth-airline-blvd', '/locate-a-caliber-collision-center/poughkeepsie' => 'https://www.caliber.com/find-a-location/poughkeepsie', '/locate-a-caliber-collision-center/poulsbo' => 'https://www.caliber.com/find-a-location/poulsbo', '/locate-a-caliber-collision-center/poway' => 'https://www.caliber.com/find-a-location/poway', '/locate-a-caliber-collision-center/provo' => 'https://www.caliber.com/find-a-location/provo', '/locate-a-caliber-collision-center/pueblo' => 'https://www.caliber.com/find-a-location/pueblo', '/locate-a-caliber-collision-center/pueblo-west' => 'https://www.caliber.com/find-a-location/pueblo-west', '/locate-a-caliber-collision-center/purcellville' => 'https://www.caliber.com/find-a-location/purcellville', '/locate-a-caliber-collision-center/puyallup-canyon-rd' => 'https://www.caliber.com/find-a-location/puyallup-canyon-road', '/locate-a-caliber-collision-center/puyallup-river-rd' => 'https://www.caliber.com/find-a-location/puyallup-river-road', '/locate-a-caliber-collision-center/queen-creek' => 'https://www.caliber.com/find-a-location/queen-creek', '/locate-a-caliber-collision-center/queensbury' => 'https://www.caliber.com/find-a-location/queensbury', '/locate-a-caliber-collision-center/queens-village' => 'https://www.caliber.com/find-a-location/queens-village', '/locate-a-caliber-collision-center/raleigh-crabtree' => 'https://www.caliber.com/find-a-location/raleigh-fleet', '/locate-a-caliber-collision-center/raleigh-downtown' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-glenwood-ave' => 'https://www.caliber.com/find-a-location/raleigh-glenwood-ave', '/locate-a-caliber-collision-center/raleigh-new-bern-ave' => 'https://www.caliber.com/find-a-location/raleigh-new-bern-ave', '/locate-a-caliber-collision-center/raleigh-non-drive' => 'https://www.caliber.com/find-a-location/raleigh-non-drive', '/locate-a-caliber-collision-center/raleigh-paragon' => 'https://www.caliber.com/find-a-location/raleigh-paragon', '/locate-a-caliber-collision-center/rancho-cordova' => 'https://www.caliber.com/find-a-location/rancho-cordova', '/locate-a-caliber-collision-center/rancho-cucamonga' => 'https://www.caliber.com/find-a-location/rancho-cucamonga', '/locate-a-caliber-collision-center/rancho-santa-margarita' => 'https://www.caliber.com/find-a-location/rancho-santa-margarita', '/locate-a-caliber-collision-center/randallstown' => 'https://www.caliber.com/find-a-location/randallstown', '/locate-a-caliber-collision-center/reading-centre-ave' => 'https://www.caliber.com/find-a-location/reading-centre-ave', '/locate-a-caliber-collision-center/redlands' => 'https://www.caliber.com/find-a-location/redlands', '/locate-a-caliber-collision-center/red-mill' => 'https://www.caliber.com/find-a-location/red-mill', '/locate-a-caliber-collision-center/red-oak' => 'https://www.caliber.com/find-a-location/red-oak', '/locate-a-caliber-collision-center/redwood-city' => 'https://www.caliber.com/find-a-location/redwood-city', '/locate-a-caliber-collision-center/redwood-city-north' => 'https://www.caliber.com/find-a-location/redwood-city-north', '/locate-a-caliber-collision-center/reisterstown' => 'https://www.caliber.com/find-a-location/reisterstown', '/locate-a-caliber-collision-center/reno' => 'https://www.caliber.com/find-a-location/reno', '/locate-a-caliber-collision-center/renton' => 'https://www.caliber.com/find-a-location/renton', '/locate-a-caliber-collision-center/reseda' => 'https://www.caliber.com/find-a-location/reseda', '/locate-a-caliber-collision-center/rialto' => 'https://www.caliber.com/find-a-location/rialto', '/locate-a-caliber-collision-center/richardson' => 'https://www.caliber.com/find-a-location/richardson', '/locate-a-caliber-collision-center/richmond-broad-st' => 'https://www.caliber.com/find-a-location/richmond-broad-st', '/locate-a-caliber-collision-center/richmond-chippenham-square' => 'https://www.caliber.com/find-a-location/richmond-chippenham-square', '/locate-a-caliber-collision-center/richmond-dabney-rd' => 'https://www.caliber.com/find-a-location/richmond-dabney-rd', '/locate-a-caliber-collision-center/richmond-eubank-rd' => 'https://www.caliber.com/find-a-location/richmond-eubank-rd', '/locate-a-caliber-collision-center/richmond-midlothian' => 'https://www.caliber.com/find-a-location/richmond-midlothian', '/locate-a-caliber-collision-center/richmond-non-drive' => 'https://www.caliber.com/find-a-location/richmond-non-drive', '/locate-a-caliber-collision-center/richmond-pocono' => 'https://www.caliber.com/find-a-location/richmond-pocono', '/locate-a-caliber-collision-center/richmond-ridgefield-pkwy' => 'https://www.caliber.com/find-a-location/richmond-ridgefield-pkwy', '/locate-a-caliber-collision-center/richmond-tx' => 'https://www.caliber.com/find-a-location/richmond-tx', '/locate-a-caliber-collision-center/rio-grande' => 'https://www.caliber.com/find-a-location/rio-grande', '/locate-a-caliber-collision-center/rising-sun-md' => 'https://www.caliber.com/find-a-location/rising-sun-md', '/locate-a-caliber-collision-center/riverhead' => 'https://www.caliber.com/find-a-location/riverhead', '/locate-a-caliber-collision-center/riverside' => 'https://www.caliber.com/find-a-location/riverside', '/locate-a-caliber-collision-center/riverside-14th-street' => 'https://www.caliber.com/find-a-location/riverside-14th-street', '/locate-a-caliber-collision-center/riverside-buchanan-st' => 'https://www.caliber.com/find-a-location/riverside-buchanan-st', '/locate-a-caliber-collision-center/riverside-downtown' => 'https://www.caliber.com/find-a-location/riverside-downtown', '/locate-a-caliber-collision-center/river-styx' => 'https://www.caliber.com/find-a-location/river-styx', '/locate-a-caliber-collision-center/riverton' => 'https://www.caliber.com/find-a-location/riverton', '/locate-a-caliber-collision-center/riverview' => 'https://www.caliber.com/find-a-location/riverview', '/locate-a-caliber-collision-center/roanoke-northeast' => 'https://www.caliber.com/find-a-location/roanoke-northeast', '/locate-a-caliber-collision-center/roanoke-south' => 'https://www.caliber.com/find-a-location/roanoke-south', '/locate-a-caliber-collision-center/roanoke-tx' => 'https://www.caliber.com/find-a-location/roanoke-tx', '/locate-a-caliber-collision-center/rochester-lake-ave' => 'https://www.caliber.com/find-a-location/rochester-lake-ave', '/locate-a-caliber-collision-center/rockford' => 'https://www.caliber.com/find-a-location/rockford', '/locate-a-caliber-collision-center/rock-hill' => 'https://www.caliber.com/find-a-location/rock-hill', '/locate-a-caliber-collision-center/rocklin' => 'https://www.caliber.com/find-a-location/rocklin', '/locate-a-caliber-collision-center/rockville' => 'https://www.caliber.com/find-a-location/rockville', '/locate-a-caliber-collision-center/rockwall' => 'https://www.caliber.com/find-a-location/rockwall', '/locate-a-caliber-collision-center/rocky-point' => 'https://www.caliber.com/find-a-location/rocky-point', '/locate-a-caliber-collision-center/rogers' => 'https://www.caliber.com/find-a-location/rogers', '/locate-a-caliber-collision-center/rosenberg' => 'https://www.caliber.com/find-a-location/rosenberg', '/locate-a-caliber-collision-center/roseville' => 'https://www.caliber.com/find-a-location/roseville', '/locate-a-caliber-collision-center/roseville-industrial-ave' => 'https://www.caliber.com/find-a-location/roseville-industrial-ave', '/locate-a-caliber-collision-center/roseville-mn' => 'https://www.caliber.com/find-a-location/roseville-mn', '/locate-a-caliber-collision-center/roseville-taylor-rd' => 'https://www.caliber.com/find-a-location/roseville-taylor-rd', '/locate-a-caliber-collision-center/roswell' => 'https://www.caliber.com/find-a-location/roswell', '/locate-a-caliber-collision-center/round-rock-commerce' => 'https://www.caliber.com/find-a-location/round-rock-commerce', '/locate-a-caliber-collision-center/round-rock-mays' => 'https://www.caliber.com/find-a-location/round-rock-mays', '/locate-a-caliber-collision-center/round-rock-sam-bass-rd' => 'https://www.caliber.com/find-a-location/round-rock-sam-bass-rd', '/locate-a-caliber-collision-center/royal-palm-beach' => 'https://www.caliber.com/find-a-location/royal-palm-beach', '/locate-a-caliber-collision-center/runnemede' => 'https://www.caliber.com/find-a-location/runnemede', '/locate-a-caliber-collision-center/sacramento-20th-st' => 'https://www.caliber.com/find-a-location/sacramento-20th-st', '/locate-a-caliber-collision-center/sacramento-antelope' => 'https://www.caliber.com/find-a-location/antelope', '/locate-a-caliber-collision-center/sacramento-citrus-heights' => 'https://www.caliber.com/find-a-location/citrus-heights', '/locate-a-caliber-collision-center/sacramento-florin-rd' => 'https://www.caliber.com/find-a-location/sacramento-florin-rd', '/locate-a-caliber-collision-center/sacramento-fulton-ave' => 'https://www.caliber.com/find-a-location/sacramento-fulton-ave', '/locate-a-caliber-collision-center/sacramento-lexington-st' => 'https://www.caliber.com/find-a-location/sacramento-lexington-st', '/locate-a-caliber-collision-center/sacramento-non-drive' => 'https://www.caliber.com/find-a-location/sacramento-non-drive', '/locate-a-caliber-collision-center/sacramento-stockton-blvd' => 'https://www.caliber.com/find-a-location/sacramento-stockton-blvd', '/locate-a-caliber-collision-center/sacramento-tower-ave' => 'https://www.caliber.com/find-a-location/sacramento-tower-ave', '/locate-a-caliber-collision-center/sacramento-university' => 'https://www.caliber.com/find-a-location/sacramento-university', '/locate-a-caliber-collision-center/salem-or-north' => 'https://www.caliber.com/find-a-location/salem-or-north', '/locate-a-caliber-collision-center/salem-or-south' => 'https://www.caliber.com/find-a-location/salem-or-south', '/locate-a-caliber-collision-center/salinas-downtown' => 'https://www.caliber.com/find-a-location/salinas-downtown', '/locate-a-caliber-collision-center/salisbury' => 'https://www.caliber.com/find-a-location/salisbury', '/locate-a-caliber-collision-center/salisbury-south' => 'https://www.caliber.com/find-a-location/salisbury-south', '/locate-a-caliber-collision-center/salt-lake-city-downtown' => 'https://www.caliber.com/find-a-location/salt-lake-city-downtown', '/locate-a-caliber-collision-center/salt-lake-city-s-state-st' => 'https://www.caliber.com/find-a-location/salt-lake-city-s-state-st', '/locate-a-caliber-collision-center/san-angelo-w-beauregard' => 'https://www.caliber.com/find-a-location/san-angelo-w-beauregard', '/locate-a-caliber-collision-center/san-antonio-281-north' => 'https://www.caliber.com/find-a-location/san-antonio-281-n', '/locate-a-caliber-collision-center/san-antonio-281-overlook' => 'https://www.caliber.com/find-a-location/san-antonio-281-overlook', '/locate-a-caliber-collision-center/san-antonio-airport' => 'https://www.caliber.com/find-a-location/san-antonio-airport', '/locate-a-caliber-collision-center/san-antonio-austin-hwy' => 'https://www.caliber.com/find-a-location/san-antonio-austin-hwy', '/locate-a-caliber-collision-center/san-antonio-bandera' => 'https://www.caliber.com/find-a-location/san-antonio-bandera', '/locate-a-caliber-collision-center/san-antonio-blanco' => 'https://www.caliber.com/find-a-location/san-antonio-blanco', '/locate-a-caliber-collision-center/san-antonio-cavender' => 'https://www.caliber.com/find-a-location/san-antonio-cavender', '/locate-a-caliber-collision-center/san-antonio-city-base' => 'https://www.caliber.com/find-a-location/san-antonio-city-base', '/locate-a-caliber-collision-center/san-antonio-converse' => 'https://www.caliber.com/find-a-location/san-antonio-converse', '/locate-a-caliber-collision-center/san-antonio-culebra-rd' => 'https://www.caliber.com/find-a-location/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-downtown' => 'https://www.caliber.com/find-a-location/san-antonio-downtown', '/locate-a-caliber-collision-center/san-antonio-foster-rd' => 'https://www.caliber.com/find-a-location/san-antonio-foster-rd', '/locate-a-caliber-collision-center/san-antonio-garden-ridge' => 'https://www.caliber.com/find-a-location/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/san-antonio-ih-10' => 'https://www.caliber.com/find-a-location/san-antonio-ih-10', '/locate-a-caliber-collision-center/san-antonio-loop-1604' => 'https://www.caliber.com/find-a-location/san-antonio-loop-1604', '/locate-a-caliber-collision-center/san-antonio-non-drive' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive', '/locate-a-caliber-collision-center/san-antonio-non-drive-north' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive-north', '/locate-a-caliber-collision-center/san-antonio-nw-loop-410' => 'https://www.caliber.com/find-a-location/san-antonio-nw-loop-410', '/locate-a-caliber-collision-center/san-antonio-san-pedro' => 'https://www.caliber.com/find-a-location/san-antonio-san-pedro', '/locate-a-caliber-collision-center/san-antonio-w-marbach' => 'https://www.caliber.com/find-a-location/san-antonio-w-marbach', '/locate-a-caliber-collision-center/san-bernardino' => 'https://www.caliber.com/find-a-location/san-bernardino', '/locate-a-caliber-collision-center/san-carlos' => 'https://www.caliber.com/find-a-location/san-carlos', '/locate-a-caliber-collision-center/san-clemente' => 'https://www.caliber.com/find-a-location/san-clemente', '/locate-a-caliber-collision-center/san-diego-bay-park' => 'https://www.caliber.com/find-a-location/san-diego-bay-park', '/locate-a-caliber-collision-center/san-diego-downtown' => 'https://www.caliber.com/find-a-location/san-diego-downtown', '/locate-a-caliber-collision-center/san-diego-north-park' => 'https://www.caliber.com/find-a-location/san-diego-north-park', '/locate-a-caliber-collision-center/san-diego-point-loma' => 'https://www.caliber.com/find-a-location/san-diego-point-loma', '/locate-a-caliber-collision-center/sandy' => 'https://www.caliber.com/find-a-location/sandy', '/locate-a-caliber-collision-center/sandy-east' => 'https://www.caliber.com/find-a-location/sandy-east', '/locate-a-caliber-collision-center/sanford' => 'https://www.caliber.com/find-a-location/sanford', '/locate-a-caliber-collision-center/san-jose-airport' => 'https://www.caliber.com/find-a-location/san-jose-airport', '/locate-a-caliber-collision-center/san-jose-downtown' => 'https://www.caliber.com/find-a-location/san-jose-downtown', '/locate-a-caliber-collision-center/san-jose-monterey-rd' => 'https://www.caliber.com/find-a-location/san-jose-monterey-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-st' => 'https://www.caliber.com/find-a-location/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan-capistrano' => 'https://www.caliber.com/find-a-location/san-juan-capistrano', '/locate-a-caliber-collision-center/san-leandro' => 'https://www.caliber.com/find-a-location/san-leandro', '/locate-a-caliber-collision-center/san-leandro-teagarden-st' => 'https://www.caliber.com/find-a-location/san-leandro-teagarden-st', '/locate-a-caliber-collision-center/san-luis-obispo-airport' => 'https://www.caliber.com/find-a-location/san-luis-obispo-airport', '/locate-a-caliber-collision-center/san-luis-obispo-granada-dr' => 'https://www.caliber.com/find-a-location/san-luis-obispo-granada-dr', '/locate-a-caliber-collision-center/san-marcos' => 'https://www.caliber.com/find-a-location/san-marcos', '/locate-a-caliber-collision-center/san-marcos-non-drive' => 'https://www.caliber.com/find-a-location/san-marcos-non-drive', '/locate-a-caliber-collision-center/san-marcos-tx' => 'https://www.caliber.com/find-a-location/san-marcos-tx', '/locate-a-caliber-collision-center/san-rafael' => 'https://www.caliber.com/find-a-location/san-rafael', '/locate-a-caliber-collision-center/san-ramon' => 'https://www.caliber.com/find-a-location/san-ramon', '/locate-a-caliber-collision-center/santa-ana' => 'https://www.caliber.com/find-a-location/santa-ana', '/locate-a-caliber-collision-center/santa-barbara' => 'https://www.caliber.com/find-a-location/santa-barbara', '/locate-a-caliber-collision-center/santa-barbara-edison-ave' => 'https://www.caliber.com/find-a-location/santa-barbara-edison-ave', '/locate-a-caliber-collision-center/santa-barbara-gutierrez' => 'https://www.caliber.com/find-a-location/santa-barbara-gutierrez', '/locate-a-caliber-collision-center/santa-clara-de-la-cruz-blvd' => 'https://www.caliber.com/find-a-location/santa-clara-de-la-cruz-blvd', '/locate-a-caliber-collision-center/santa-cruz' => 'https://www.caliber.com/find-a-location/santa-cruz', '/locate-a-caliber-collision-center/santa-fe-siler-rd' => 'https://www.caliber.com/find-a-location/santa-fe-siler-rd', '/locate-a-caliber-collision-center/santa-fe-springs' => 'https://www.caliber.com/find-a-location/santa-fe-springs', '/locate-a-caliber-collision-center/santa-maria' => 'https://www.caliber.com/find-a-location/santa-maria', '/locate-a-caliber-collision-center/santa-monica' => 'https://www.caliber.com/find-a-location/santa-monica', '/locate-a-caliber-collision-center/santa-monica-lincoln' => 'https://www.caliber.com/find-a-location/santa-monica-lincoln', '/locate-a-caliber-collision-center/santa-monica-pico-blvd' => 'https://www.caliber.com/find-a-location/santa-monica-pico-blvd', '/locate-a-caliber-collision-center/saraland' => 'https://www.caliber.com/find-a-location/saraland', '/locate-a-caliber-collision-center/sarasota-cattlemen-rd' => 'https://www.caliber.com/find-a-location/sarasota-cattlemen-rd', '/locate-a-caliber-collision-center/saratoga-springs' => 'https://www.caliber.com/find-a-location/saratoga-springs', '/locate-a-caliber-collision-center/savage' => 'https://www.caliber.com/find-a-location/savage', '/locate-a-caliber-collision-center/schaumburg' => 'https://www.caliber.com/find-a-location/schaumburg', '/locate-a-caliber-collision-center/schenectady' => 'https://www.caliber.com/find-a-location/schenectady', '/locate-a-caliber-collision-center/schiller-park' => 'https://www.caliber.com/find-a-location/schiller-park', '/locate-a-caliber-collision-center/scottsdale' => 'https://www.caliber.com/find-a-location/scottsdale', '/locate-a-caliber-collision-center/scottsdale-old-town' => 'https://www.caliber.com/find-a-location/scottsdale-old-town', '/locate-a-caliber-collision-center/scottsdale-raintree-dr' => 'https://www.caliber.com/find-a-location/scottsdale-raintree-dr', '/locate-a-caliber-collision-center/seaside' => 'https://www.caliber.com/find-a-location/seaside', '/locate-a-caliber-collision-center/seattle-aurora' => 'https://www.caliber.com/find-a-location/seattle-aurora', '/locate-a-caliber-collision-center/seattle-ballard' => 'https://www.caliber.com/find-a-location/seattle-ballard', '/locate-a-caliber-collision-center/seattle-magnolia' => 'https://www.caliber.com/find-a-location/seattle-magnolia', '/locate-a-caliber-collision-center/seymour' => 'https://www.caliber.com/find-a-location/seymour', '/locate-a-caliber-collision-center/shakopee' => 'https://www.caliber.com/find-a-location/shakopee', '/locate-a-caliber-collision-center/shallotte' => 'https://www.caliber.com/find-a-location/shallotte', '/locate-a-caliber-collision-center/shorewood' => 'https://www.caliber.com/find-a-location/shorewood', '/locate-a-caliber-collision-center/shrewsbury' => 'https://www.caliber.com/find-a-location/shrewsbury', '/locate-a-caliber-collision-center/sicklerville' => 'https://www.caliber.com/find-a-location/sicklerville', '/locate-a-caliber-collision-center/signal-hill' => 'https://www.caliber.com/find-a-location/signal-hill', '/locate-a-caliber-collision-center/silicon-valley-non-drive' => 'https://www.caliber.com/find-a-location/silicon-valley-non-drive', '/locate-a-caliber-collision-center/silver-spring' => 'https://www.caliber.com/find-a-location/silver-spring', '/locate-a-caliber-collision-center/silverthorne' => 'https://www.caliber.com/find-a-location/silverthorne', '/locate-a-caliber-collision-center/simi-valley' => 'https://www.caliber.com/find-a-location/simi-valley', '/locate-a-caliber-collision-center/skokie' => 'https://www.caliber.com/find-a-location/skokie', '/locate-a-caliber-collision-center/skokie-howard-st' => 'https://www.caliber.com/find-a-location/skokie-w-howard-st', '/locate-a-caliber-collision-center/smyrna' => 'https://www.caliber.com/find-a-location/smyrna', '/locate-a-caliber-collision-center/snellville' => 'https://www.caliber.com/find-a-location/snellville', '/locate-a-caliber-collision-center/snohomish' => 'https://www.caliber.com/find-a-location/snohomish', '/locate-a-caliber-collision-center/south-bay' => 'https://www.caliber.com/find-a-location/south-bay', '/locate-a-caliber-collision-center/south-el-monte' => 'https://www.caliber.com/find-a-location/south-el-monte', '/locate-a-caliber-collision-center/south-euclid' => 'https://www.caliber.com/find-a-location/south-euclid', '/locate-a-caliber-collision-center/south-lamar' => 'https://www.caliber.com/find-a-location/austin-south-lamar', '/locate-a-caliber-collision-center/south-minneapolis' => 'https://www.caliber.com/find-a-location/south-minneapolis', '/locate-a-caliber-collision-center/south-san-diego' => 'https://www.caliber.com/find-a-location/south-san-diego', '/locate-a-caliber-collision-center/south-san-jose' => 'https://www.caliber.com/find-a-location/south-san-jose', '/locate-a-caliber-collision-center/south-tampa' => 'https://www.caliber.com/find-a-location/south-tampa', '/locate-a-caliber-collision-center/spanish-fort' => 'https://www.caliber.com/find-a-location/spanish-fort', '/locate-a-caliber-collision-center/sparks' => 'https://www.caliber.com/find-a-location/sparks', '/locate-a-caliber-collision-center/spartanburg-image-drive' => 'https://www.caliber.com/find-a-location/spartanburg-image-dr', '/locate-a-caliber-collision-center/spartanburg-westside' => 'https://www.caliber.com/find-a-location/spartanburg-westside', '/locate-a-caliber-collision-center/spokane-valley' => 'https://www.caliber.com/find-a-location/spokane-valley', '/locate-a-caliber-collision-center/spring' => 'https://www.caliber.com/find-a-location/spring', '/locate-a-caliber-collision-center/spring-aldine-westfield' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/spring-branch' => 'https://www.caliber.com/find-a-location/spring-branch', '/locate-a-caliber-collision-center/springfield' => 'https://www.caliber.com/find-a-location/springfield', '/locate-a-caliber-collision-center/springfield-or' => 'https://www.caliber.com/find-a-location/springfield-or', '/locate-a-caliber-collision-center/spring-rayford-rd' => 'https://www.caliber.com/find-a-location/spring-rayford-rd', '/locate-a-caliber-collision-center/spring-valley' => 'https://www.caliber.com/find-a-location/spring-valley', '/locate-a-caliber-collision-center/stafford-rx' => 'https://www.caliber.com/find-a-location/stafford-rx', '/locate-a-caliber-collision-center/st-charles' => 'https://www.caliber.com/find-a-location/st-charles', '/locate-a-caliber-collision-center/st-cloud' => 'https://www.caliber.com/find-a-location/st-cloud', '/locate-a-caliber-collision-center/sterling' => 'https://www.caliber.com/find-a-location/sterling', '/locate-a-caliber-collision-center/sterling-fleet' => 'https://www.caliber.com/find-a-location/sterling-fleet', '/locate-a-caliber-collision-center/sterling-rx' => 'https://www.caliber.com/find-a-location/sterling-rx', '/locate-a-caliber-collision-center/st-francis' => 'https://www.caliber.com/find-a-location/st-francis', '/locate-a-caliber-collision-center/stillwater' => 'https://www.caliber.com/find-a-location/stillwater', '/locate-a-caliber-collision-center/st-louis-big-bend-rd' => 'https://www.caliber.com/find-a-location/st-louis-big-bend-rd', '/locate-a-caliber-collision-center/st-louis-park' => 'https://www.caliber.com/find-a-location/st-louis-park', '/locate-a-caliber-collision-center/stockton' => 'https://www.caliber.com/find-a-location/stockton', '/locate-a-caliber-collision-center/stone-mountain' => 'https://www.caliber.com/find-a-location/stone-mountain', '/locate-a-caliber-collision-center/st-paul-midway' => 'https://www.caliber.com/find-a-location/st-paul-midway', '/locate-a-caliber-collision-center/st-petersburg' => 'https://www.caliber.com/find-a-location/st-petersburg', '/locate-a-caliber-collision-center/stuart' => 'https://www.caliber.com/find-a-location/stuart', '/locate-a-caliber-collision-center/suffolk' => 'https://www.caliber.com/find-a-location/suffolk', '/locate-a-caliber-collision-center/summerlin' => 'https://www.caliber.com/find-a-location/summerlin', '/locate-a-caliber-collision-center/summerville' => 'https://www.caliber.com/find-a-location/summerville', '/locate-a-caliber-collision-center/sunderland' => 'https://www.caliber.com/find-a-location/sunderland', '/locate-a-caliber-collision-center/sunnyvale' => 'https://www.caliber.com/find-a-location/sunnyvale', '/locate-a-caliber-collision-center/sunnyvale-east' => 'https://www.caliber.com/find-a-location/sunnyvale-east', '/locate-a-caliber-collision-center/surprise' => 'https://www.caliber.com/find-a-location/surprise', '/locate-a-caliber-collision-center/suwanee' => 'https://www.caliber.com/find-a-location/suwanee', '/locate-a-caliber-collision-center/swansea' => 'https://www.caliber.com/find-a-location/swansea', '/locate-a-caliber-collision-center/sylmar' => 'https://www.caliber.com/find-a-location/sylmar', '/locate-a-caliber-collision-center/tacoma' => 'https://www.caliber.com/find-a-location/tacoma', '/locate-a-caliber-collision-center/tacoma-allenmore' => 'https://www.caliber.com/find-a-location/tacoma-allenmore', '/locate-a-caliber-collision-center/tampa-anderson-rd' => 'https://www.caliber.com/find-a-location/tampa-anderson-rd', '/locate-a-caliber-collision-center/tampa-carrollwood' => 'https://www.caliber.com/find-a-location/tampa-carrollwood', '/locate-a-caliber-collision-center/tampa-nebraska-ave' => 'https://www.caliber.com/find-a-location/tampa-nebraska-ave', '/locate-a-caliber-collision-center/tampa-n-florida-ave' => 'https://www.caliber.com/find-a-location/tampa-n-florida-ave', '/locate-a-caliber-collision-center/tampa-us-301' => 'https://www.caliber.com/find-a-location/tampa-us-301', '/locate-a-caliber-collision-center/tarpon-springs' => 'https://www.caliber.com/find-a-location/tarpon-springs', '/locate-a-caliber-collision-center/taylors' => 'https://www.caliber.com/find-a-location/taylors', '/locate-a-caliber-collision-center/temecula' => 'https://www.caliber.com/find-a-location/temecula', '/locate-a-caliber-collision-center/tempe' => 'https://www.caliber.com/find-a-location/tempe', '/locate-a-caliber-collision-center/tempe-chandler' => 'https://www.caliber.com/find-a-location/tempe-chandler', '/locate-a-caliber-collision-center/temple' => 'https://www.caliber.com/find-a-location/temple-avenue-m', '/locate-a-caliber-collision-center/temple-ih-35' => 'https://www.caliber.com/find-a-location/temple-ih-35', '/locate-a-caliber-collision-center/terre-haute' => 'https://www.caliber.com/find-a-location/terre-haute', '/locate-a-caliber-collision-center/texarkana' => 'https://www.caliber.com/find-a-location/texarkana', '/locate-a-caliber-collision-center/the-woodlands' => 'https://www.caliber.com/find-a-location/the-woodlands', '/locate-a-caliber-collision-center/thornton' => 'https://www.caliber.com/find-a-location/thornton', '/locate-a-caliber-collision-center/thornton-grant-st' => 'https://www.caliber.com/find-a-location/thornton-grant-st', '/locate-a-caliber-collision-center/thousand-oaks' => 'https://www.caliber.com/find-a-location/thousand-oaks', '/locate-a-caliber-collision-center/tigard' => 'https://www.caliber.com/find-a-location/tigard', '/locate-a-caliber-collision-center/tilmans-corner' => 'https://www.caliber.com/find-a-location/tillmans-corner', '/locate-a-caliber-collision-center/tomball' => 'https://www.caliber.com/find-a-location/tomball', '/locate-a-caliber-collision-center/toms-river' => 'https://www.caliber.com/find-a-location/toms-river', '/locate-a-caliber-collision-center/tooele' => 'https://www.caliber.com/find-a-location/tooele', '/locate-a-caliber-collision-center/torrance' => 'https://www.caliber.com/find-a-location/torrance', '/locate-a-caliber-collision-center/tracy' => 'https://www.caliber.com/find-a-location/tracy', '/locate-a-caliber-collision-center/tracy-west' => 'https://www.caliber.com/find-a-location/tracy-west', '/locate-a-caliber-collision-center/troy' => 'https://www.caliber.com/find-a-location/troy', '/locate-a-caliber-collision-center/troy-oh' => 'https://www.caliber.com/find-a-location/troy-oh', '/locate-a-caliber-collision-center/tualatin' => 'https://www.caliber.com/find-a-location/tualatin', '/locate-a-caliber-collision-center/tucker' => 'https://www.caliber.com/find-a-location/tucker', '/locate-a-caliber-collision-center/tucson-palo-verde' => 'https://www.caliber.com/find-a-location/tucson-palo-verde', '/locate-a-caliber-collision-center/tucson-research' => 'https://www.caliber.com/find-a-location/tucson-research', '/locate-a-caliber-collision-center/tucson-university' => 'https://www.caliber.com/find-a-location/tucson-university', '/locate-a-caliber-collision-center/tujunga' => 'https://www.caliber.com/find-a-location/tujunga', '/locate-a-caliber-collision-center/tulare' => 'https://www.caliber.com/find-a-location/tulare', '/locate-a-caliber-collision-center/tustin' => 'https://www.caliber.com/find-a-location/tustin', '/locate-a-caliber-collision-center/twentynine-palms' => 'https://www.caliber.com/find-a-location/twentynine-palms', '/locate-a-caliber-collision-center/twin-falls-west' => 'https://www.caliber.com/find-a-location/twin-falls-west', '/locate-a-caliber-collision-center/tyler-east' => 'https://www.caliber.com/find-a-location/tyler-east', '/locate-a-caliber-collision-center/tysons-corner' => 'https://www.caliber.com/find-a-location/tysons-corner', '/locate-a-caliber-collision-center/union-city' => 'https://www.caliber.com/find-a-location/union-city', '/locate-a-caliber-collision-center/university-city' => 'https://www.caliber.com/find-a-location/university-city', '/locate-a-caliber-collision-center/upland' => 'https://www.caliber.com/find-a-location/upland', '/locate-a-caliber-collision-center/utica' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/utica-lincoln-ave' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/vacaville' => 'https://www.caliber.com/find-a-location/vacaville', '/locate-a-caliber-collision-center/vacaville-union-way' => 'https://www.caliber.com/find-a-location/vacaville-union-way', '/locate-a-caliber-collision-center/valencia' => 'https://www.caliber.com/find-a-location/valencia', '/locate-a-caliber-collision-center/vallejo' => 'https://www.caliber.com/find-a-location/vallejo', '/locate-a-caliber-collision-center/valley-ranch' => 'https://www.caliber.com/find-a-location/valley-ranch', '/locate-a-caliber-collision-center/vancouver-cascade' => 'https://www.caliber.com/find-a-location/vancouver-cascade', '/locate-a-caliber-collision-center/vancouver-hazel-dell' => 'https://www.caliber.com/find-a-location/vancouver-hazel-dell', '/locate-a-caliber-collision-center/vancouver-mill-plain' => 'https://www.caliber.com/find-a-location/vancouver-mill-plain', '/locate-a-caliber-collision-center/vancouver-orchards' => 'https://www.caliber.com/find-a-location/vancouver-orchards', '/locate-a-caliber-collision-center/vandalia' => 'https://www.caliber.com/find-a-location/vandalia', '/locate-a-caliber-collision-center/van-nuys' => 'https://www.caliber.com/find-a-location/van-nuys', '/locate-a-caliber-collision-center/venice' => 'https://www.caliber.com/find-a-location/venice', '/locate-a-caliber-collision-center/ventura' => 'https://www.caliber.com/find-a-location/ventura', '/locate-a-caliber-collision-center/verde-valley' => 'https://www.caliber.com/find-a-location/verde-valley', '/locate-a-caliber-collision-center/victorville' => 'https://www.caliber.com/find-a-location/victorville', '/locate-a-caliber-collision-center/victorville-west' => 'https://www.caliber.com/find-a-location/victorville-west', '/locate-a-caliber-collision-center/vineland' => 'https://www.caliber.com/find-a-location/vineland', '/locate-a-caliber-collision-center/virginia-beach-birdneck' => 'https://www.caliber.com/find-a-location/virginia-beach-birdneck', '/locate-a-caliber-collision-center/virginia-beach-lynnhaven' => 'https://www.caliber.com/find-a-location/virginia-beach-lynnhaven', '/locate-a-caliber-collision-center/virginia-beach-non-drive' => 'https://www.caliber.com/find-a-location/virginia-beach-non-drive', '/locate-a-caliber-collision-center/virginia-beach-oceana-south' => 'https://www.caliber.com/find-a-location/virginia-beach-oceana-south', '/locate-a-caliber-collision-center/visalia' => 'https://www.caliber.com/find-a-location/visalia', '/locate-a-caliber-collision-center/vista' => 'https://www.caliber.com/find-a-location/vista', '/locate-a-caliber-collision-center/wadsworth' => 'https://www.caliber.com/find-a-location/wadsworth', '/locate-a-caliber-collision-center/wakefield' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wake-forest' => 'https://www.caliber.com/find-a-location/wake-forest', '/locate-a-caliber-collision-center/waldorf' => 'https://www.caliber.com/find-a-location/waldorf', '/locate-a-caliber-collision-center/walnut' => 'https://www.caliber.com/find-a-location/walnut', '/locate-a-caliber-collision-center/walnut-creek-main-st' => 'https://www.caliber.com/find-a-location/walnut-creek-main-st', '/locate-a-caliber-collision-center/walnut-creek-pine-st' => 'https://www.caliber.com/find-a-location/walnut-creek-pine-st', '/locate-a-caliber-collision-center/warminster' => 'https://www.caliber.com/find-a-location/warminster', '/locate-a-caliber-collision-center/warner-robins' => 'https://www.caliber.com/find-a-location/warner-robins', '/locate-a-caliber-collision-center/warrenton-non-drive' => 'https://www.caliber.com/find-a-location/warrenton-non-drive', '/locate-a-caliber-collision-center/warrenville' => 'https://www.caliber.com/find-a-location/warrenville', '/locate-a-caliber-collision-center/washington-township' => 'https://www.caliber.com/find-a-location/washington-township', '/locate-a-caliber-collision-center/watsonville' => 'https://www.caliber.com/find-a-location/watsonville', '/locate-a-caliber-collision-center/waukegan' => 'https://www.caliber.com/find-a-location/waukegan', '/locate-a-caliber-collision-center/waukesha' => 'https://www.caliber.com/find-a-location/waukesha', '/locate-a-caliber-collision-center/waukesha-north' => 'https://www.caliber.com/find-a-location/waukesha-north', '/locate-a-caliber-collision-center/weatherford' => 'https://www.caliber.com/find-a-location/weatherford', '/locate-a-caliber-collision-center/webster' => 'https://www.caliber.com/find-a-location/webster', '/locate-a-caliber-collision-center/wellington' => 'https://www.caliber.com/find-a-location/wellington', '/locate-a-caliber-collision-center/wenatchee' => 'https://www.caliber.com/find-a-location/wenatchee', '/locate-a-caliber-collision-center/wentzville' => 'https://www.caliber.com/find-a-location/wentzville', '/locate-a-caliber-collision-center/wesley-chapel' => 'https://www.caliber.com/find-a-location/wesley-chapel', '/locate-a-caliber-collision-center/west-allis' => 'https://www.caliber.com/find-a-location/west-allis', '/locate-a-caliber-collision-center/west-allis-lincoln-ave' => 'https://www.caliber.com/find-a-location/west-allis-lincoln-ave', '/locate-a-caliber-collision-center/west-ashley' => 'https://www.caliber.com/find-a-location/west-ashley', '/locate-a-caliber-collision-center/west-chester-oh' => 'https://www.caliber.com/find-a-location/west-chester-oh', '/locate-a-caliber-collision-center/west-chester-pa' => 'https://www.caliber.com/find-a-location/west-chester-pa', '/locate-a-caliber-collision-center/west-denton' => 'https://www.caliber.com/find-a-location/west-denton', '/locate-a-caliber-collision-center/west-denver' => 'https://www.caliber.com/find-a-location/west-denver', '/locate-a-caliber-collision-center/west-frisco' => 'https://www.caliber.com/find-a-location/west-frisco-fm-423', '/locate-a-caliber-collision-center/westlake-village' => 'https://www.caliber.com/find-a-location/westlake-village', '/locate-a-caliber-collision-center/westlake-village-east' => 'https://www.caliber.com/find-a-location/westlake-village-east', '/locate-a-caliber-collision-center/westminster' => 'https://www.caliber.com/find-a-location/westminster', '/locate-a-caliber-collision-center/westminster-co' => 'https://www.caliber.com/find-a-location/westminster-co', '/locate-a-caliber-collision-center/westminster-co-pierce-st' => 'https://www.caliber.com/find-a-location/westminster-co-pierce-st', '/locate-a-caliber-collision-center/westmont' => 'https://www.caliber.com/find-a-location/westmont', '/locate-a-caliber-collision-center/west-plano' => 'https://www.caliber.com/find-a-location/west-plano', '/locate-a-caliber-collision-center/west-sacramento' => 'https://www.caliber.com/find-a-location/west-sacramento', '/locate-a-caliber-collision-center/west-salem' => 'https://www.caliber.com/find-a-location/west-salem', '/locate-a-caliber-collision-center/west-san-antonio' => 'https://www.caliber.com/find-a-location/san-antonio-west', '/locate-a-caliber-collision-center/west-st-paul' => 'https://www.caliber.com/find-a-location/west-st-paul', '/locate-a-caliber-collision-center/west-valley-city' => 'https://www.caliber.com/find-a-location/west-valley-city', '/locate-a-caliber-collision-center/wheat-ridge-independence-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-robb-st', '/locate-a-caliber-collision-center/wheat-ridge-w-48th-ave' => 'https://www.caliber.com/find-a-location/wheat-ridge-w-48th-ave', '/locate-a-caliber-collision-center/white-marsh' => 'https://www.caliber.com/find-a-location/white-marsh', '/locate-a-caliber-collision-center/white-plains' => 'https://www.caliber.com/find-a-location/white-plains', '/locate-a-caliber-collision-center/whittier' => 'https://www.caliber.com/find-a-location/whittier', '/locate-a-caliber-collision-center/williamsburg' => 'https://www.caliber.com/find-a-location/williamsburg', '/locate-a-caliber-collision-center/willow-glen' => 'https://www.caliber.com/find-a-location/willow-glen', '/locate-a-caliber-collision-center/wilmington-de-germay-dr' => 'https://www.caliber.com/find-a-location/wilmington-de-germay-dr', '/locate-a-caliber-collision-center/wilmington-de-newport-pike' => 'https://www.caliber.com/find-a-location/wilmington-de-newport-pike', '/locate-a-caliber-collision-center/wilmington-hwy-21' => 'https://www.caliber.com/find-a-location/wilmington-hwy-421', '/locate-a-caliber-collision-center/wilmington-market-st' => 'https://www.caliber.com/find-a-location/wilmington-market-street', '/locate-a-caliber-collision-center/winchester' => 'https://www.caliber.com/find-a-location/winchester', '/locate-a-caliber-collision-center/winnetka' => 'https://www.caliber.com/find-a-location/winnetka', '/locate-a-caliber-collision-center/wolfchase' => 'https://www.caliber.com/find-a-location/wolfchase', '/locate-a-caliber-collision-center/woodbridge' => 'https://www.caliber.com/find-a-location/woodbridge', '/locate-a-caliber-collision-center/woodcrest' => 'https://www.caliber.com/find-a-location/woodcrest', '/locate-a-caliber-collision-center/woodridge' => 'https://www.caliber.com/find-a-location/woodridge', '/locate-a-caliber-collision-center/wooster-east' => 'https://www.caliber.com/find-a-location/wooster-east', '/locate-a-caliber-collision-center/wooster-north' => 'https://www.caliber.com/find-a-location/wooster-north', '/locate-a-caliber-collision-center/wylie' => 'https://www.caliber.com/find-a-location/wylie', '/locate-a-caliber-collision-center/xenia' => 'https://www.caliber.com/find-a-location/xenia', '/locate-a-caliber-collision-center/yakima' => 'https://www.caliber.com/find-a-location/yakima', '/locate-a-caliber-collision-center/yelm' => 'https://www.caliber.com/find-a-location/yelm', '/locate-a-caliber-collision-center/yuba-city' => 'https://www.caliber.com/find-a-location/yuba-city', '/locate-a-caliber-collision-center/zion' => 'https://www.caliber.com/find-a-location/zion', '/locate-a-caliber-collision-center/zionsville' => 'https://www.caliber.com/find-a-location/zionsville', '/about-us/community-involvement/carry-the-load/' => 'https://www.caliber.com/why-caliber', '/april-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/april-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/blog' => 'https://www.caliber.com/why-caliber', '/careers/' => 'https://jobsatcaliber.com/', '/combine/' => 'https://www.caliber.com/why-caliber', '/december-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-customer-email/' => 'https://www.caliber.com/leave-a-review', '/emails/october-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/september-email-2014/' => 'https://www.caliber.com/leave-a-review', '/employment/' => 'https://jobsatcaliber.com/', '/fast-track-dealer-referral' => 'https://www.caliber.com/why-caliber', '/february-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/february-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-email-2015' => 'https://www.caliber.com/leave-a-review', '/get-a-free-online-estimate/' => 'https://www.caliber.com/online-estimate', '/heroesdayregistration' => 'https://www.caliber.com/why-caliber', '/holiday2020' => 'https://www.caliber.com/newsroom', '/houston-blood-drive' => 'https://www.caliber.com/newsroom', '/hub-of-help' => 'https://www.caliber.com/shop-talk', '/hub-of-help/how-does-a-seatbelt-protect-you-in-a-car-accident' => 'https://www.caliber.com/shop-talk/what-to-do-after-a-car-accident/', '/hub-of-help/should-you-replace-your-childs-seat-after-a-car-accident' => 'https://www.caliber.com/shop-talk', '/january-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2020-email' => 'https://www.caliber.com/leave-a-review', '/july-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/locate-a-caliber-collision-center/?zip=' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/albany-or' => 'https://www.caliber.com/find-a-location/albany-or', '/locate-a-caliber-collision-center/asheville-patton-ave' => 'https://www.caliber.com/find-a-location/asheville-patton-ave', '/locate-a-caliber-collision-center/bend-southeast' => 'https://www.caliber.com/find-a-location/bend-southeast', '/locate-a-caliber-collision-center/berkeley-shattuck-ave' => 'https://www.caliber.com/find-a-location/berkeley-shattuck-ave', '/locate-a-caliber-collision-center/bethel-park' => 'https://www.caliber.com/find-a-location/bethel-park', '/locate-a-caliber-collision-center/bloomfield-nj' => 'https://www.caliber.com/find-a-location/bloomfield-nj', '/locate-a-caliber-collision-center/boise-royal-blvd' => 'https://www.caliber.com/find-a-location/boise-royal-blvd', '/locate-a-caliber-collision-center/cary-crossroads/' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard/' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/chalfont' => 'https://www.caliber.com/find-a-location/chalfont', '/locate-a-caliber-collision-center/chesterland' => 'https://www.caliber.com/find-a-location/chesterland', '/locate-a-caliber-collision-center/cold-spring' => 'https://www.caliber.com/find-a-location/cold-spring', '/locate-a-caliber-collision-center/copperfield/' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/corvallis-north' => 'https://www.caliber.com/find-a-location/corvallis-north', '/locate-a-caliber-collision-center/dallas-or' => 'https://www.caliber.com/find-a-location/dallas-or', '/locate-a-caliber-collision-center/Eden%20Prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/el-paso-west' => 'https://www.caliber.com/find-a-location/el-paso-west', '/locate-a-caliber-collision-center/european-auto-body/' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/elkhart' => 'https://www.caliber.com/find-a-location/elkhart', '/locate-a-caliber-collision-center/fenton' => 'https://www.caliber.com/find-a-location/fenton', '/locate-a-caliber-collision-center/fuquay-varina/' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/glendale-az' => 'https://www.caliber.com/find-a-location/glendale-az', '/locate-a-caliber-collision-center/grand-junction-east' => 'https://www.caliber.com/find-a-location/grand-junction-east', '/locate-a-caliber-collision-center/hendersonville' => 'https://www.caliber.com/find-a-location/hendersonville', '/locate-a-caliber-collision-center/holland' => 'https://www.caliber.com/find-a-location/holland', '/locate-a-caliber-collision-center/houston-galleria/' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/indianapolis-non-drive' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/irvine-carnegie-ave' => 'https://www.caliber.com/find-a-location/irvine-e-carnegie-ave', '/locate-a-caliber-collision-center/lebanon-or' => 'https://www.caliber.com/find-a-location/lebanon-or', '/locate-a-caliber-collision-center/lincoln-city' => 'https://www.caliber.com/find-a-location/lincoln-city', '/locate-a-caliber-collision-center/linthicum' => 'https://www.caliber.com/find-a-location/linthicum', '/locate-a-caliber-collision-center/melissa' => 'https://www.caliber.com/find-a-location/melissa', '/locate-a-caliber-collision-center/mesquite' => 'https://www.caliber.com/find-a-location/mesquite', '/locate-a-caliber-collision-center/monroeville' => 'https://www.caliber.com/find-a-location/monroeville', '/locate-a-caliber-collision-center/newport-or' => 'https://www.caliber.com/find-a-location/newport-or', '/locate-a-caliber-collision-center/orlando-non-drive' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/palmdale-downtown' => 'https://www.caliber.com/find-a-location/palmdale-downtown', '/locate-a-caliber-collision-center/philomath' => 'https://www.caliber.com/find-a-location/philomath', '/locate-a-caliber-collision-center/phoenix-happy-valley' => 'https://www.caliber.com/find-a-location/phoenix-happy-valley', '/locate-a-caliber-collision-center/raleigh-downtown/' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-oak-forest-dr' => 'https://www.caliber.com/find-a-location/raleigh-oak-forest-dr', '/locate-a-caliber-collision-center/redmond' => 'https://www.caliber.com/find-a-location/redmond', '/locate-a-caliber-collision-center/salem-or-hoyt-st' => 'https://www.caliber.com/find-a-location/salem-or-hoyt-st', '/locate-a-caliber-collision-center/spring-aldine-westfield/' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/tucson-thornydale' => 'https://www.caliber.com/find-a-location/tucson-thornydale', '/locate-a-caliber-collision-center/upland-downtown' => 'https://www.caliber.com/find-a-location/upland-downtown', '/locate-a-caliber-collision-center/valley-stream' => 'https://www.caliber.com/find-a-location/valley-stream', '/locate-a-caliber-collision-center/wakefield/' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wexford' => 'https://www.caliber.com/find-a-location/wexford', '/locate-a-caliber-collision-center/willard' => 'https://www.caliber.com/find-a-location/willard', '/locate-a-caliber-collision-center/youngsville' => 'https://www.caliber.com/find-a-location/youngsville', '/locate-a-caliber-collision-center?zip=' => 'https://www.caliber.com/find-a-location', '/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/march-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/march-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-email-2014' => 'https://www.caliber.com/leave-a-review', '/recycledrides/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-carry-the-load-2015/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-nomination-form' => 'https://www.caliber.com/why-caliber', '/RYHeartHealth' => 'https://www.caliber.com/why-caliber', '/search' => 'https://www.caliber.com', '/september-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-email-2014' => 'https://www.caliber.com/leave-a-review', '/services/collision-repair-process/' => 'https://www.caliber.com/services/collision/collision-repair', '/services/insurance-partners/' => 'https://www.caliber.com/why-caliber/auto-insurance-partners', '/services/repair-process' => 'https://www.caliber.com/services/collision', '/wp-content/uploads/2012/10/Caliber-Food-Drive-Delivers-7-23-12.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/07/Caliber-Food-Drive-Collects-1-Million-Meals-INDUSTRY-FINAL-7-8-14.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/10/RR_image1.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Stranded-on-a-Highway.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Winterize-Your-Car.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2015/12/Caliber-Recycled-Rides-Airs-on-WCC.pdf' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center/bloomington-non-drive' => 'https://www.caliber.com/find-a-location/bloomington-non-drive', '/locate-a-caliber-collision-center/alexandria-potomac-yard' => 'https://www.caliber.com/find-a-location/alexandria-potomac-yard', '/locate-a-caliber-collision-center/orrville-drive-center' => 'https://www.caliber.com/find-a-location/orrville-drive-center', '/locate-a-caliber-collision-center/miami-sw-130th-st' => 'https://www.caliber.com/find-a-location/miami-sw-130th-st', '/locate-a-caliber-collision-center/staunton' => 'https://www.caliber.com/find-a-location/staunton', '/locate-a-caliber-collision-center/fayetteville-fleet' => 'https://www.caliber.com/find-a-location', '/resources' => 'https://www.caliber.com/resources', '/locate-a-caliber-collision-center/colerian-1138' => 'https://calibercollision.com/locate-a-caliber-collision-center/colerain', '/support' => 'https://www.caliber.com/resources', '/about-us/community-involvement/changing-lanes' => 'https://www.caliber.com/restoring-you/changing-lanes', '/schedule-an-appointment' => 'https://www.caliber.com/request-an-appointment/collision', '/online-authorization-caliber' => 'https://www.caliber.com/online-estimate', '/locate-a-caliber-collision-center/orange-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/torrance-w-190th' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hope-mills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/midland-n-loop-250-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santa-clarita' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/denver-green-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clarksville-ft-campbell' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/asheville-brevard-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/east-rochester' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/frederick-co' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/southport' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-bagby-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/roseville-industrial-s' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oconomowoc-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/atlanta-non-drive-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenix-n-26th-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/normal-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/murfreesboro-church-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sherman' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bentonville-ar' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/wilson' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/norfolk-azalea-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lancaster-trevor-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mint-hill' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/champaign-n-mattis-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kalamazoo' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lakeland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/luxury-charlotte-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/loveland-crossroads-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/colerain' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanford-glendale-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/doverde' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-tn' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/seneca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanbrunoca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rockford-mi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bardstown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-ridgeville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bastrop' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/union-city-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawano' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/omaha-g-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanatoga' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oceanside-airport-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-sun-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/syracuse-west-genesee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/virginia-beach-cleveland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oakland-36th-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/danville-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-brunswick' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clearwater' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-lasalle-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/covington-wa' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/reynoldsburg' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/cartersville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/knoxville-crossroads' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shepherdsville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waldorf-kaine-pl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/portage' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sacramento-natomas' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/dublin-oh' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/boiling-spring-lake' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lees-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/brookhaven' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-southeast' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-angelo-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/antioch' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fayetteville-bingham-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-arizona-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/tempe-e-curry-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/gilbert-s-douglas-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merriam' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/watertown-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-mateo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/joplin' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/montrose' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merced' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-williams-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/caliber-ashwaubenon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sebastopol' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kissimmee-obt' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbus-oh-boltonfield' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/banning' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fremont-central' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawnee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/greenville-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hattiesburg-king-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/victorville-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/baltimore-mortimer-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-royalton' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-oak-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rochester-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/granada-hills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-nw-prairie' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-w-oakland-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/independence' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanover' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grandview' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/alexandria-burnside-pi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mccomb' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mobile-government-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/winter-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/olympia' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mount-vernon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/richmond-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-bruno' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hatboro' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/houston-astrodome' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/ofallon-mo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bloomington-il-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/charlottesville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-e-olive-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-st-paul' => 'https://www.caliber.com/find-a-location', '/about-us/faqs' => 'https://www.caliber.com/faq', '/technician-apprentice-program' => 'https://www.caliber.com/why-caliber/restoring-you/technician-apprentice-program', '/news-events/2021/04/12/caliber-kicks-off-10th-annual-restoring-you-food-drive' => 'https://www.caliber.com/newsroom/press-releases/caliber-food-drive-041221', '/news-events/2021/01/25/caliber-announces-the-appointment-of-aylwin-b-lewis-to-its-board-of-directors' => 'https://www.caliber.com/newsroom/press-releases/aylwin-lewis-to-board-of-directors-012521', '/news-events/2020/11/18/caliber-positions-for-next-phase-of-growth-announces-internal-promotions' => 'https://www.caliber.com/newsroom/press-releases/caliber-mark-sanders-steve-grimshaw-111820', '/news-events/2020/09/29/caliber-commits-to-restoring-you-by-gifting-restored-vehicles-to-frontline-heroes-in-dallas-fort-worth-los-angeles-and-new-york-nominated-by-the-public' => 'https://www.caliber.com/newsroom/press-releases/caliber-ry-rr-frontline-heroes-072920', '/news-events/2020/01/21/honoring-our-heroes-and-restoring-the-rhythm-of-lives-caliber-collision-partners-with-dallas-cowboys-to-support-our-troops-and-first-responders' => 'https://www.caliber.com/newsroom/press-releases/ft-hood-roadshow-012120', '/locate-a-caliber-collision-center/pensacola' => 'https://www.caliber.com/find-a-location/pensacola', '/locate-a-caliber-collision-center/chesapeake' => 'https://www.caliber.com/find-a-location/chesapeake', '/locate-a-caliber-collision-center/lake-wylie' => 'https://www.caliber.com/find-a-location/lake-wylie', '/locate-a-caliber-collision-center/gaithersburg-south' => 'https://www.caliber.com/find-a-location/gaithersburg-south', '/locate-a-caliber-collision-center/colorado-springs-n-academy' => 'https://www.caliber.com/find-a-location/colorado-springs-n-academy', '/locate-a-caliber-collision-center/norman' => 'https://www.caliber.com/find-a-location/norman', '/locate-a-caliber-collision-center/fort-myers-non-drive' => 'https://www.caliber.com/find-a-location/fort-myers-non-drive', '/locate-a-caliber-collision-center/carbondale' => 'https://www.caliber.com/find-a-location/carbondale', '/locate-a-caliber-collision-center/greenville-e-butler' => 'https://www.caliber.com/find-a-location/greenville-e-butler', '/locate-a-caliber-collision-center/conway' => 'https://www.caliber.com/find-a-location/conway', '/locate-a-caliber-collision-center/montgomery-taylor-rd' => 'https://www.caliber.com/find-a-location/montgomery-taylor-rd', '/locate-a-caliber-collision-center/yuba-city-market-st' => 'https://www.caliber.com/find-a-location/yuba-city-market-st', '/locate-a-caliber-collision-center/elyria' => 'https://www.caliber.com/find-a-location/elyria', '/locate-a-caliber-collision-center/independence-s-dodgion' => 'https://www.caliber.com/find-a-location/independence-s-dodgion', '/locate-a-caliber-collision-center/anderson-in' => 'https://www.caliber.com/find-a-location/anderson-in', '/locate-a-caliber-collision-center/baltimore-frankford-ave' => 'https://www.caliber.com/find-a-location/baltimore-frankford-ave', '/locate-a-caliber-collision-center/oak-ridge' => 'https://www.caliber.com/find-a-location/oak-ridge', '/locate-a-caliber-collision-center/alexandria-ky' => 'https://www.caliber.com/find-a-location/alexandria-ky', '/locate-a-caliber-collision-center/stockton-n-wilson' => 'https://www.caliber.com/find-a-location/stockton-n-wilson', '/locate-a-caliber-collision-center/canton-oh' => 'https://www.caliber.com/find-a-location/canton-oh', '/locate-a-caliber-collision-center/spokane-downtown' => 'https://www.caliber.com/find-a-location/spokane-downtown', '/locate-a-caliber-collision-center/kaysville' => 'https://www.caliber.com/find-a-location/kaysville', '/locate-a-caliber-collision-center/quakertown' => 'https://www.caliber.com/find-a-location/quakertown', '/locate-a-caliber-collision-center/milford-ct' => 'https://www.caliber.com/find-a-location/milford-ct', '/locate-a-caliber-collision-center/ellisville' => 'https://www.caliber.com/find-a-location/ellisville', '/locate-a-caliber-collision-center/phoenix-n-23rd-ave' => 'https://www.caliber.com/find-a-location/phoenix-n-23rd-ave', '/locate-a-caliber-collision-center/delano' => 'https://www.caliber.com/find-a-location/delano', '/locate-a-caliber-collision-center/edmond-deer-creek' => 'https://www.caliber.com/find-a-location/edmond-deer-creek', '/locate-a-caliber-collision-center/olathe-n-rogers-rd' => 'https://www.caliber.com/find-a-location/olathe-n-rogers-rd', '/locate-a-caliber-collision-center/oklahoma-city-north' => 'https://www.caliber.com/find-a-location/oklahoma-city-north', '/locate-a-caliber-collision-center/sheffield-village' => 'https://www.caliber.com/find-a-location/sheffield-village', '/locate-a-caliber-collision-center/rochester-mn' => 'https://www.caliber.com/find-a-location/rochester-mn', '/locate-a-caliber-collision-center/waretown' => 'https://www.caliber.com/find-a-location/waretown', '/locate-a-caliber-collision-center/nicholasville-wilson-dr' => 'https://www.caliber.com/find-a-location/nicholasville-wilson-dr', '/locate-a-caliber-collision-center/la-crosse' => 'https://www.caliber.com/find-a-location/la-crosse', '/locate-a-caliber-collision-center/portland-tx' => 'https://www.caliber.com/find-a-location/portland-tx', '/locate-a-caliber-collision-center/neenah' => 'https://www.caliber.com/find-a-location/neenah', '/locate-a-caliber-collision-center/sevierville' => 'https://www.caliber.com/find-a-location/sevierville', '/locate-a-caliber-collision-center/san-pablo' => 'https://www.caliber.com/find-a-location/san-pablo', '/locate-a-caliber-collision-center/oshkosh' => 'https://www.caliber.com/find-a-location/oshkosh', '/locate-a-caliber-collision-center/souderton' => 'https://www.caliber.com/find-a-location/souderton', '/locate-a-caliber-collision-center/rock-hill-newport' => 'https://www.caliber.com/find-a-location/rock-hill-newport', '/locate-a-caliber-collision-center/benton-il' => 'https://www.caliber.com/find-a-location/benton-il', '/locate-a-caliber-collision-center/onalaska' => 'https://www.caliber.com/find-a-location/onalaska', '/locate-a-caliber-collision-center/lodi-south' => 'https://www.caliber.com/find-a-location/lodi-south', '/locate-a-caliber-collision-center/walton' => 'https://www.caliber.com/find-a-location/walton', '/locate-a-caliber-collision-center/moorpark' => 'https://www.caliber.com/find-a-location/moorpark', '/locate-a-caliber-collision-center/conway-southeast' => 'https://www.caliber.com/find-a-location/conway-southeast', '/locate-a-caliber-collision-center/overland-park-metcalf' => 'https://www.caliber.com/find-a-location/overland-park-metcalf', '/live-chat/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/url/hv-collisioncenter.html?H&V-CollisionCenter' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/march-2015-agent-email' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/08/05/caliber-acquires-herbs-paint-and-body' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/07/07/caliber-opens-new-state-of-the-art-greenfield-facility-in-west-frisco' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2018/05/21/golfers-play-with-a-purpose-at-3rd-annual-caliber-classic-golf-tournament' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/caliber-opens-new-location-in-las-vegas-nv' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/06/23/gift-of-reliable-transportation-helps-us-army-veteran-rebuild-life-reunite-with-family' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/san-miguel-high-students-celebrate-fall-sports-school-van-donation-at-first-pep-rally' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/07/17/caliber-collision-rhythm-restoration-food-drive-results' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/05/05/caliber-opens-two-new-locations-in-california' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/09/03/caliber-opens-new-location-in-kingwood-tx' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html'), 'vanity' => array('/get-a-free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/get-a-free-online-estimate/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/mobile/free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/blog' => 'https://blog.calibercollision.com', '/2015-heartwalk' => 'http://heartwalk.kintera.org/dallastx/CaliberCollisionHearts', '/holidaycard2015' => 'http://holidaycard2015.calibercollision.com/', '/locate-a-caliber-collision-center/lone-mountain' => '/locate-a-caliber-collision-center/north-las-vegas', '/holidaycard2016' => 'http://holidaycard2016.calibercollision.com/', '/heroesinhighgear' => 'https://calibercollision.com/about-us/community-involvement', '/HeroesInHighGear' => 'https://calibercollision.com/about-us/community-involvement')), 'search' => array('driver' => 'local', 'auto_index' => true, 'default_index' => 'default', 'searchable' => array('title', 'content'), 'algolia_api_key' => '', 'algolia_app_id' => ''), 'services' => array(), 'system' => array('license_key' => '243aabe7-dac1-4e1e-8ac2-472b114f1bd3', 'locales' => array('en' => array('full' => 'en_US', 'name' => 'English', 'url' => 'https://calibercollision.com/')), 'timezone' => 'America/Chicago', 'date_format' => 'F jS, Y', 'default_extension' => 'md', 'filesystems' => array('content' => array('driver' => 'local', 'root' => 'site/content'), 'storage' => array('driver' => 'local', 'root' => 'site/storage'), 'users' => array('driver' => 'local', 'root' => 'site/users'), 'themes' => array('driver' => 'local', 'root' => 'site/themes', 'url' => '/site/themes')), 'app_key' => 'IcFGH2eSZBA3JJOykV5ErMLdnWd2ggkA', 'redactor' => array(array('name' => 'Standard', 'settings' => array('buttons' => array('formatting', 'bold', 'italic', 'deleted', 'unorderedlist', 'orderedlist', 'outdent', 'indent', 'image', 'file', 'video', 'table', 'link', 'horizontalrule', 'fontcolor', 'backcolor', 'alignment', 'html'), 'formatting' => array('p', 'h1', 'h2', 'h3', 'span', 'div'))), array('name' => 'Basic', 'settings' => array('buttons' => array('bold', 'italic', 'formatting')))), 'csrf_exclude' => array('/cp/addons/cccreviews/acceptReview', '/cp/addons/cccreviews/rejectReview', '/cp/addons/cccreviews/postReview', '/cp/addons/cccreviews/approveReview', '/!/Fetch/*', '/assets/emails/acq/fonts/RFRufo-Bold.woff'), 'send_powered_by_header' => false, 'ensure_unique_ids' => true, 'yaml_parser' => 'spyc', 'php_max_memory_limit' => null), 'theming' => array('theme' => 'calibercollision', 'default_layout' => 'default', 'default_page_template' => 'default', 'default_entry_template' => 'post', 'default_taxonomy_template' => 'taxonomy', 'error_template_folder' => 'errors', 'default_fieldset' => 'default', 'default_page_fieldset' => 'page', 'default_entry_fieldset' => 'entry', 'default_term_fieldset' => 'term', 'default_asset_fieldset' => 'asset', 'smartypants' => false, 'allow_php' => true, 'markdown_hard_wrap' => false), 'users' => array('login_type' => 'username', 'enable_gravatar' => true, 'driver' => 'file', 'redis_write_file' => true, 'new_user_roles' => array())), 'segment_1' => 'employment', 'segment_2' => 'recruiting-request-form', 'last_segment' => 'recruiting-request-form', 'aq_redirects' => array('redirect_acquisition' => array(array('refer_location' => 'http://midlothian.connerbrothers.com/', 'info_text' => 'We are proud to inform you Conner Brothers Body Shops of Midlothian and Richmond are now a part of the nation’s leading collision repair provider, Caliber Collision. Dedicated to maintaining the high quality workmanship and personal service you’ve come to expect, we look forward to restoring the rhythm of your life.', 'headline_text' => 'THE FAN - RICHMOND', 'partner_logo' => '/assets/partner-logo/CBToday.png'), array('refer_location' => 'https://fortunecollision.com/', 'partner_logo' => '/assets/partner-logo/fcc-logo-01-e1413209811936.png', 'info_text' => 'We are proud to inform you Fortune Collision Center is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®'), array('refer_location' => 'https://www.professional-collision.com/', 'partner_logo' => '/assets/partner-logo/pc_logo1-320x76.png', 'info_text' => 'We are proud to inform you Professional Collision is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®')), 'fieldset' => 'redirect_acquisitions', 'title' => 'Acquisition Redirects', 'id' => 'c7aad81d-005c-4db0-aaf0-889949f2bc53'), 'alert' => array('show_alert' => true, 'fieldset' => 'alert_fs', 'title' => 'Alert Notification', 'id' => 'c7424988-025e-4441-acca-0eacb6b91b64'), 'sponsor_levels' => array('info_grid' => array(array('headline' => 'Presenting Sponsor', 'price' => '$15,000', 'text' => '- 12 playing positions (3 teams) - 12 Premium Player Gift Bags - Four (4) Pin Flags with your logo - Special recognition at awards dinner - Your logo static at the top of the digital pairings during registration and digital scoreboard for tournament - Your logo on the front of all golf cart signs at the presenting sponsor - Your logo on tournament photo show at post golf banquet - Your logo to appear on all tee signs and pin flags as our presenting sponsor - Tent opportunity at hole of choice', 'number_av' => '1'), array('headline' => 'Gold Sponsor', 'price' => '$8,000', 'text' => '- 8 playing positions (2 teams) - 8 Premium Player Gift Bags - Two (2) signage opportunities - One (1) Pin Flag + one (1) additional signage opportunity of your choice - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '3'), array('headline' => 'Silver Sponsor', 'price' => '$4,500', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '5'), array('headline' => 'Hole-in-One Sponsor', 'price' => '$3,000', 'text' => '- Must provide hole-in-one insurance for grand prize - 4 playing positions (1 team) - 4 Premium Player Gift Bags - Two (2) signage opportunities - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '2'), array('headline' => 'Bronze Sponsor', 'price' => '$3,000', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Tent opportunity', 'number_av' => '8'), array('headline' => 'Shoe Sponsor', 'price' => '$10,000', 'text' => '- Logo printed on shoe display - Table opportunity', 'number_av' => '1'), array('headline' => 'Pullover Sponsor', 'price' => '$7,000', 'text' => '- Logo printed on sleeve of golf pullover - Table opportunity', 'number_av' => '1'), array('headline' => 'Sunglasses Sponsor', 'price' => '$5,000', 'text' => '- Logo printed on exterior of the sunglasses case - Table opportunity', 'number_av' => '1'), array('headline' => 'Stainless Steel Colster Sponsor', 'text' => '- Logo printed on tumbler - Table opportunity', 'price' => '$5,000', 'number_av' => '1'), array('headline' => 'Shirt Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on sleeve of golf polo - Table opportunity', 'number_av' => '1'), array('headline' => 'Gloves Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on Titleist glove - Table opportunity', 'number_av' => '1'), array('headline' => 'Towel Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on premium golf towel - Table opportunity', 'number_av' => '1'), array('headline' => 'Photo Souvenir Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on the inside of photo souvenir frame for team photo', 'number_av' => '1'), array('headline' => 'Beverage Sponsor', 'price' => '$3,000', 'text' => '- Signage opportunity available', 'number_av' => '1'), array('headline' => 'Lunch Sponsor', 'price' => '$3,000', 'text' => '- Signage during lunch', 'number_av' => '1'), array('headline' => 'Live Scoring Sponsor', 'price' => '$1,500', 'text' => '- Digital logo or ad opportunity displayed on live scoring device for every team', 'number_av' => '1'), array('headline' => 'Air Cannon Sponsor', 'price' => '$1,500', 'text' => '- Signage at air cannon hole', 'number_av' => '1'), array('headline' => 'Photo Sponsor', 'price' => '$800', 'text' => '- Logo displayed static during on-screen slideshow', 'number_av' => '2'), array('headline' => 'Scorecard Sponsor', 'price' => '$350', 'text' => '- Logo printed on scorecards', 'number_av' => '4'), array('headline' => ' Golf Cart Sponsors', 'price' => '$300', 'text' => '- Logo printed on golf cart signs', 'number_av' => '10'), array('headline' => ' Pin Flag Sponsors', 'price' => '$300', 'text' => '- Logo printed on 1 pin flag at hole', 'number_av' => '11'), array('headline' => 'Tee Box Sponsors', 'price' => '$250', 'text' => '- Logo printed on 1 tee box sign', 'number_av' => '6')), 'fieldset' => 'basic', 'title' => 'Caliber Classic Sponsor Levels', 'id' => '083caacd-0fcc-4cc1-b6ec-3f1588045208'), 'cr_vendors' => array('google_icon' => '/assets/img/icons/google_icon.svg', 'yelp_icon' => '/assets/img/icons/yelp_icon.svg', 'carwise_icon' => '/assets/img/icons/carwise_icon.svg', 'facebook_icon' => '/assets/facebook_icon2.svg', 'carries_icon' => '/assets/img/icons/carwise_icon.svg', 'fieldset' => 'reviews', 'title' => 'Customer Review Vendors', 'id' => '35202c68-7b1f-4835-b527-0f253f79534e'), 'footer_nav' => array('title' => 'Footer Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'schedule an appointment', 'link_url' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c'), array('link_text' => 'services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'contact us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'blog', 'external_link' => 'https://blog.calibercollision.com/'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Free Online Estimate', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_text' => 'Employment', 'external_link' => 'https://jobsatcaliber.com/', 'is_extetnal_link' => true), array('link_text' => 'Locate a Center', 'link_url' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e'), array('link_text' => 'Hub of Help', 'link_url' => 'cb8331a3-f549-4ca4-8710-c9da362de75a'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'link_url' => '095d21e8-2ac8-4834-90e6-c71030aea0b7'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Privacy Policy', 'link_url' => '6dd6ba83-1a75-49d6-9769-c546235eb031'), array('link_text' => 'CA Privacy Act', 'link_url' => '11546b19-0f60-4879-a701-6032dcc8b9e0'), array('link_text' => 'Terms & Conditions', 'link_url' => '0d283aaa-4640-494c-acfe-ed93ec59ae41'), array('link_text' => 'Sitemap', 'link_url' => '749d2502-7b1d-46c0-82b4-d02aef2dc42c'))), array('type' => 'col_nav_set')), 'fieldset' => 'navi', 'id' => '640cbe79-bff7-4cd9-bd3d-976e2afd881a'), 'global' => array('site_name' => 'Caliber Collision', 'seo_title' => 'Auto Body Repair & Paint Shop | Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'canonical_tag' => '{{url}}', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'id' => 'd9bfc09a-3a90-41d3-8acc-3f551f8432af'), 'marketing_conditional' => array('check_box_text' => 'I consent to receive marketing and future promotions from Caliber.', 'legal' => 'Marketing and Future Promotions<br/><br/>This check box affirms my consent to receive additional marketing and promotional information from Caliber and its affiliates via email/or and text/SMS messaging. I understand that my decision to receive marketing information is not a condition of receiving service and in no way affects the service Caliber or its affiliates will provide me. I can opt out of receiving marketing information at any time; for email marketing – by clicking the unsubscribe link included in any email and indicating my preferences; for text/SMS, replying "Unsubscribe" to the Caliber affiliate number that sends the marketing text/SMS message to the number you provided. Lastly, by writing to Caliber Collision Centers, Attention: Marketing Unsubscribe, 2941 Lake Vista Dr., Lewisville, Texas 75067.', 'fieldset' => 'marketing_conditional', 'title' => 'Marketing Conditional', 'id' => '2001bd3d-ab35-471a-8535-1782abc9c25a'), 'primary_nav' => array('title' => 'Primary Navigation', 'page_links' => array(array('link_title' => 'Locate a Center', 'icon' => '/assets/img/icons/locations.svg', 'pg_link' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e', 'color' => 'cbgg-red'), array('link_title' => 'Free Online Estimate', 'icon' => '/assets/img/icons/free_estimate.svg', 'color' => 'cbgg-yellow', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_title' => 'Make Appointment', 'icon' => '/assets/img/icons/schedule_appt.svg', 'pg_link' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c', 'color' => 'cbgg-green'), array('link_title' => 'Employment', 'icon' => '/assets/img/icons/employment.svg', 'color' => 'cbgg-blue', 'external_link' => 'https://jobsatcaliber.com')), 'nav_item' => array('954a3d09-7a34-4bab-9ce0-cd4d8620790e', '3cf9ba9f-429e-4023-b58e-6870f96ba6b3', 'cb6f2ca0-1877-42a2-ac26-ec21246c0753', '1e53649c-8bc0-451b-b772-90356c40f66d'), 'fieldset' => 'navi', 'id' => '9c80759e-5264-4be1-b834-d8271de287c1'), 'sec_nav' => array('title' => 'Secondary Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'external_link' => '/online-authorization'), array('link_text' => 'Services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Contact Us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Blog', 'external_link' => 'https://blog.calibercollision.com/'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e')))), 'fieldset' => 'navi', 'id' => 'd7382fdf-8d1c-4be7-adca-4d05afd8f2ba'), 'social_channels' => array('social_icons' => array(array('channel' => 'facebook', 'social_icon' => '/assets/img/icons/facebook.svg', 'url' => 'https://www.facebook.com/pages/Caliber-Collision/179049245541477'), array('channel' => 'twitter', 'social_icon' => '/assets/img/icons/twitter.svg', 'url' => 'http://twitter.com/CaliberAutoBody'), array('channel' => 'youtube', 'social_icon' => '/assets/img/icons/youtube.svg', 'url' => 'http://www.youtube.com/CaliberCollisionUSA'), array('channel' => 'linkedin', 'url' => 'https://www.linkedin.com/company/calibercollision/', 'social_icon' => '/assets/linkedin-1496848361.svg'), array('channel' => 'instagram', 'social_icon' => '/assets/img/icons/instagram.svg', 'url' => 'http://instagram.com/calibercollision'), array('channel' => 'blog', 'social_icon' => '/assets/img/icons/blog.svg', 'url' => 'https://blog.calibercollision.com/')), 'fieldset' => 'social_nav', 'title' => 'Social Channels', 'id' => '5bd74bb6-9bd5-4079-b393-a4fb90f5588c'), 'test' => array('fieldset' => 'default', 'title' => 'TEST', 'id' => '61819f55-7c2d-44c8-82ab-04d4955d927c'), 'utilities' => array('title' => 'Utilities', 'utilityNav' => array(array('link_name' => '1-888-225-4237', 'external_link' => 'tel:1-888-225-4237', 'linkIcon' => '/assets/img/icons/phone.svg'), array('link_name' => 'live chat', 'linkIcon' => '/assets/img/icons/livechat.svg')), 'fieldset' => 'navi', 'id' => 'ce39ef6f-b5c3-4b06-a779-350a9f01bb2a'), 'default_error_message' => array('header_title' => 'sorry.', 'header_content' => '<p>The page you are looking for cannot be found. </p>', 'header_bg' => '/assets/img/headers/locations.jpg', 'page_content' => array(array('type' => 'full_set', 'body' => '<p>THE PAGE YOU ARE LOOKING FOR MIGHT HAVE BEEN REMOVED, HAD ITS NAME CHANGED, OR IS TEMPORARILY UNAVAILABLE. </p>', 'bg_color' => 'blue', 'text_color' => 'white'), array('type' => 'half_set', 'header' => 'PLEASE TRY THE FOLLOWING:', 'list' => array('if you typed the page address in the Address bar, make sure that it is spelled correctly', 'Go to the homepage calibercollision.com, and look for links to the information you want.', 'Go to the Site Map to find links to the information you want.', 'Click the back button to try another link.'), 'bg_align' => 'full')), 'seo_title' => '{{title}} Auto Body Repair & Paint Shop | Caliber Collision', 'fieldset' => 'segments', 'title' => 'default error message', 'id' => '805a7d50-e50c-4a95-ad6d-9b1d040aaec7'), 'form_conditions' => array('term_conditions' => array(array('state_select' => '4e3b7c46-f723-443f-9a71-e9571198e0a1', 'abbreviation' => 'AL', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5dfc964a-20d4-4713-9810-1bb1af5fddd9', 'abbreviation' => 'AZ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'af1ce41d-2566-40c4-8a3a-abc197dbb444', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'AR', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '2ac35919-d099-4f01-9538-d043f990ff68', 'abbreviation' => 'CA', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => 'a232b074-7cc1-458d-9d76-37056cde9ad6', 'abbreviation' => 'CO', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '6a9f53a6-827e-4cdc-95c4-9e60176b4368', 'abbreviation' => 'CT', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '258900a4-3496-4f74-b66b-b0b2c4926830', 'abbreviation' => 'DE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_e' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'rights' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '30f1a714-d1cc-466e-8a30-120a3f6f91ca', 'abbreviation' => 'FL', 'terms_b' => 'NOTICE OF RIGHTS - I UNDERSTAND THAT, UNDER STATE LAW, I AM ENTITLED TO A WRITTEN ESTIMATE IF MY FINAL BILL WILL EXCEED $1,500. I will be notified before any work commences on my car and will be given an opportunity to approve the collision repair work order before any repair begins. I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair.', 'policy' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '77e5b21e-7c6b-4d37-990b-280dd7319478', 'abbreviation' => 'GA', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control. I authorize any and all supplements to be paid directly to Caliber Collision.', 'policy' => 'POWER OF ATTORNEY - For insurance claims, I hereby constitute and appoint Caliber Collision and its authorized employees to be my true and lawful attorney-in-fact with authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'PURSUANT TO THE OFFICIAL CODE OF GEORGIA ANNOTATED, O.C.G.A. § 40-3-54 (2014), work performed on any vehicle required to have a certificate of title can have a special lien attached until the work is paid for or satisfied through foreclosure as provided by Georgia law. I have read and agree to the Terms and Conditions.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the diagnostic and repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '34ea7e25-b91e-4e7a-bd93-e4dbf309982c', 'abbreviation' => 'ID', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'f7f47516-7e70-4fc1-bc98-c15d17ac8b33', 'abbreviation' => 'IL', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '3264ce70-71a9-4713-8e4c-9855b1aec47e', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'IN', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '286c2062-a78e-46a0-b3aa-0e7389519863', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'abbreviation' => 'IA', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'ESTIMATE - You have the right to a written or oral estimate if the expected cost of repairs or service will be more than fifty dollars. Your bill will not be higher than the estimate by more than ten percent unless you approve a higher amount before repairs are finished. Indicate your choice: Written estimate, Oral estimate, No estimate, Call me if repairs and service will be more than $(blank space for amount) Dollar amount', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly, and/or partially completed work, based on Caliber’s normal hourly labor rate.'), array('state_select' => '577cb9da-3406-42b5-a4f9-b7358c898cdc', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'KS', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '26560e25-298c-4d7d-9918-1a2fa3d137aa', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'KY', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'cd881ba9-fd23-4f96-ad02-faa1520c07b3', 'abbreviation' => 'MS', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '650e9c71-f2ec-4617-9495-67afaddbf215', 'abbreviation' => 'MD', 'terms' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic's Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'CUSTOMER RIGHTS (Md. Code Ann., Com. Law § 14-1008) - YOU HAVE THE RIGHT TO REQUEST A WRITTEN ESTIMATE FOR REPAIRS EXCEEDING $50 ($25 FOR MONTGOMERY COUNTY). YOU MAY NOT BE CHARGED ANY AMOUNT 10% IN EXCESS OF THE WRITTEN ESTIMATE WITHOUT YOUR CONSENT. YOU ARE ENTITLED TO THE RETURN OF ANY REPLACED PARTS EXCEPT WHEN PARTS ARE REQUIRED TO BE RETURNED TO THE MANUFACTURER UNDER A WARRANTY AGREEMENT. REPAIRS NOT ORIGINALLY AUTHORIZED BY YOU MAY NOT BE CHARGED TO YOU WITHOUT YOUR CONSENT.', 'terms_f' => 'MANUFACTURER SPECIAL POLICY ADJUSTMENT PROGRAMS - Federal law requires manufactures to furnish the National Highway Traffic Safety Administration (N.H.T.S.A.) with bulletins describing any defects in their vehicles. You may obtain copies of these bulletins either from the manufacturer or N.H.T.S.A. In addition, certain consumer publications or organizations publish this information, which may be available for a fee or for free.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle's repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber's control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs. ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c219bd39-e073-4e16-a3cf-a4e4a56477cc', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.', 'abbreviation' => 'MI'), array('state_select' => '93175f20-f5e9-47ec-8f06-472d27ef0f2f', 'terms' => 'RETURN OF REPLACED PARTS - Replaced parts will be returned to you if you request their return before the repairs are commenced, except for any parts that must be returned to the manufacturer, distributor, or other person under warranty or exchange arrangement, or that is required to be retained or disposed of pursuant to law, or is necessary for pending litigation. If you request the return of parts, any such parts that cannot be returned to you will be made available for you to examine for a period of five (5) business days after repairs are completed. By signing below, I acknowledge that I have received this notice, and I do NOT wish to have replaced parts returned to me. (If you DO wish to have replaced parts returned to you, do NOT check this box and instead notify Caliber that you would like replaced parts returned or shown to you.)', 'terms_b' => 'REPAIR ESTIMATES & STORAGE FEES - I have reviewed and understand my rights under <a href="https://www.revisor.mn.gov/statutes/cite/325F.62/pdf">Minnesota Statutes Ann. § 325F.62(3)</a>. I expressly acknowledge that if my vehicle is not picked up within ten (10) days after Caliber Collision has notified me that the repairs are completed or that my vehicle is otherwise ready for pick up, Caliber will charge storage fees at rates that are ordinary and customary for the area, but not to exceed $35.00 per day.', 'abbreviation' => 'MN', 'policy' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_c' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate (these charges will be calculated on the final bill Caliber provides me). ', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_i' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.'), array('state_select' => '5bc48dbc-3996-4d73-b387-799b76c1c853', 'abbreviation' => 'MO', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '9ff4bf4c-b5a1-41f0-8749-3109a63c707b', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'abbreviation' => 'MT', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'deccdd37-ac27-49bb-901e-635d39dc29fe', 'abbreviation' => 'NE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd833690a-2571-4675-be41-081d44f75575', 'abbreviation' => 'NV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '775005b6-ef0d-4d75-980f-c1b13b9d8629', 'abbreviation' => 'NJ', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '479d8b97-8b0b-4cc9-bcb9-a02169d1714d', 'abbreviation' => 'NM', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'be3e2c5e-ee12-4767-b64a-09f7914d2a0c', 'abbreviation' => 'NY', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'rights' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'state_select' => '3ef51b9c-d562-42f3-9ff2-8eb5846582c8', 'abbreviation' => 'NC', 'terms_c' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_b' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair. A written estimate delivered via email using the email address I’ve included is acceptable to me.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'CUSTOMER RIGHTS - (1) A consumer has a right to receive a written estimate or to waive receipt of that estimate if the cost or repairs will exceed $350.00. (2) A consumer may request, at the time the work order is taken, the return or inspection of all parts that have been replaced during the motor vehicle repair.', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '1eab2a85-9973-460d-8063-f064feb79f03', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'ND', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd63bff4f-c165-418c-8f8e-3be2cfb4c7e2', 'abbreviation' => 'OH', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '87e7db74-69ee-42ec-905e-ddaaf999826e', 'abbreviation' => 'OK', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'ab630449-682a-40d3-bd61-aba87b396cd1', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'OR', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '402cbf00-8206-41fe-9149-bf592b5de64e', 'abbreviation' => 'PA', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5862ea75-05f7-4d16-85ee-afad87f35581', 'abbreviation' => 'SC', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd671a168-0c70-4cc8-a280-a1e4f925ae12', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'SD', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AFTERMARKET PARTS - Caliber may be directed (by my insurer) to prepare my estimate based on the use of aftermarket parts supplied by a source other than the manufacturer of my vehicle. I understand that my estimate will reflect whether such parts were used, and that warranties applicable to these replacement parts are provided by the manufacturer or distributor of these parts rather than the manufacturer of my vehicle.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c6880d3e-4640-44ae-8f41-49ddd58992a4', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'TN', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'CONSUMER’S RIGHTS - This Notice is being provided to you pursuant to Tennessee law (T.C.A. § 66-19-104), which provides that you are entitled to request a written estimate for repairs that cost in excess of two hundred fifty dollars ($250), and that you may not be charged an amount over twenty-five percent (25%) in excess of the written estimate without your consent or Caliber Collision’s good faith attempt to acquire the consent.', 'rights' => 'NOTICE PURSUANT TO T.C.A. § 47-18-104(b)(28) - Upon my request, I am entitled to have returned to me or to be given the opportunity to inspect any parts that are removed from my vehicle and replaced during the repair process. This requirement does not apply to any part that must be returned to a manufacturer or distributor under a warranty agreement or otherwise disposed of as required by law or other applicable rule or regulation. This requirement also does not apply to any part retained as part of a trade-in agreement or core charge agreement; such parts will not be returned to me unless I agree to pay the additional core charge or other trade-in fee. By initialing below, I acknowledge that I have received this notice and do not want to have replaced parts returned to me or make available for my inspection. (If you do wish to have such replaced parts returned to you or made available for inspection, do not initial and instead notify Caliber Collision that you would like replaced parts returned to you or shown to you.) ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS -This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. REMOVAL OF PERSONAL ARTICLES - I acknowledge that I have removed all personal and valuable articles from the vehicle. I understand that Caliber Collision will not be and is not responsible for any belongings left in the vehicle.', 'state_select' => '3e3b9e63-ee17-42e6-a297-b702a2ce35f2', 'abbreviation' => 'TX', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'NOTICE PURSUANT TO SECTION 70.001, TEXAS PROPERTY CODE - I am the person or agent acting on behalf of the person, who is obligated to pay for the repairs of the motor vehicle herein described. I understand that this vehicle is subject to repossession in accordance with Section 9.609, Texas Business & Commerce Code, if a written order of payment for repairs of the vehicle is stopped, dishonored because of insufficient funds, no funds, or because the drawer or maker of the order has no account or the account on which it is drawn has been closed.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_i' => 'TERMS AND CONDITIONS - I have read, understood and agree to the terms and authorizations contained in the terms and conditions governing Caliber's repair services, including the Dispute Settlement & Arbitration provision. We recommend that you retain a copy for your reference.'), array('state_select' => '4c9549ad-dc27-49d3-8e13-58eae2e6d6f3', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation and an anticipated completion date. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'UT', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, reassembly of certain parts may not be possible in some instances, and that I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate. ', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '3b74e82f-940b-4f3f-8bfb-5643082520d2', 'abbreviation' => 'VA', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'CUSTOMER RIGHTS - I understand that I may request to receive a written repair estimate, and that no repair work charge may exceed any written estimate by more than 10% unless I authorize the additional work. I further understand that Caliber Collision shall offer to return all replaced parts except warranty, core charge or trade-in parts required to be returned to a manufacturer or distributor, and that any complaints I have can be made to the Division of Consumer Counsel of the Department of Law.', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '370ed2f3-18cf-4ac1-a50d-7d0c5201083f', 'abbreviation' => 'DC', 'availability' => 'This state requires "certification authority" (like DocuSign) per the Electronic Authentication Act.'), array('state_select' => 'd02b8e49-c5cd-475b-8a17-b8d519873fff', 'abbreviation' => 'WV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '37d7845a-9219-4b75-a8d3-e1db3a8a3dc5', 'abbreviation' => 'WI', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplemental repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'REPLACED PARTS - Under Wisconsin law (Wis. Admin. Code ATCP § 132.07), you are entitled to inspect or request the return of parts replaced or removed from your vehicle during repairs. Replaced parts will be returned to you if you request them, unless the parts must be returned under a warranty or exchange agreement or that otherwise must be disposed of as required by law or regulation (such parts will still be made available to you for inspection upon request). By initialing below, you acknowledge that you have received this notice and do not want to have replaced parts returned to you. If you do wish to have replaced parts returned to you, please do not initial below and instead notify Caliber that you would like replaced parts returned or shown to you.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'STATEMENT OF ESTIMATE ALTERNATIVES (Wis. Admin. Code ATCP § 132.04) - YOU ARE ENTITLED TO A PRICE ESTIMATE FOR THE REPAIRS YOU HAVE AUTHORIZED. THE REPAIR PRICE MAY BE LESS THAT THE ESTIMATE BUT WILL NOT EXCEED THE ESTIMATE WITHOUT YOUR PERMISSION. Choose One Check Boxes: 1. I request an estimate in writing before you begin repairs. 2. Please proceed with repairs but call me before continuing if the price will exceed $________. 3.I do not want an estimate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c8f9e06b-cb69-481f-a179-a5212e3d64b8', 'abbreviation' => 'WY', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.')), 'fieldset' => 'form_conditions', 'title' => 'form conditions', 'id' => '66d89224-c910-4993-9d13-94aa0d55b9b1'), 'page' => array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null)))) in Parser.php line 513
  7. at Parser->parseCallbackTags('<header class="page-header w-100 mt-5 mt-md-7 pt-6 pt-md-7 pb-3 relative" style="background:url(' /assets/img/headers/header_driven_to_serve.jpg/img/containers/380dc8d9-481c-4d18-9162-ecd5688f98a8/img/headers/header_driven_to_serve.jpg/6203c8c2c1708ea56fdad4af0d05562f.jpg') no-repeat top center;"> <div class="container relative w-80 w-md-60 z-1 SAA "> <h1 class="cg-1 ta-center relative-center-middle caps tw-book display t-3 t-md-4 t-sm-4 t-md-5 z-2 "> Recruiting Request Form </h1> <h2 class="relative ta-left cg-2 h-0 z-2 tw-medium"> <p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a&nbsp;success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material&nbsp;deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the&nbsp;request. </p> </h2> <p class="tw-bold relative ta-left h-0 z-2 cg-green">Please note: artwork production may take up to 10 business days for design completion. We recommend submitting your request at least 15 business days prior to your deadline.</p> </div> <div class="overlay-80 white absolute-top h-100 w-100 "></div> </header> <div class="container w-90 w-md-75 SAA"> {{ form:create in="recruiting_request_form" files="true" }} {{ if errors }} <div class="alert alert-danger cbgg-red p-2 cg-white mb-3"> {{ errors }} {{ value }}<br> {{ /errors }} </div> {{ /if }} {{ if success }}{{redirect to ='/submission'}} <div class="alert alert-success cbgg-green p-2 cg-white mb-3"> Form was submitted successfully. </div> {{ /if }} <div> <p class="cg-blue"> * Indicates required field. </p> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Event Info and Address</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Date Materials Needed.*</label> <input onpaste="return false;" type="text" id="datepicker2" name="date_needed" value="{{ old:date_needed }}" class="form-control w-90 p-1 cg-blue" placeholder="Date Materials Are Needed" /> </div> </div> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Event Name*</label> <input type="text" name="event" value="{{ old:event }}" class="form-control p-1 cg-blue" placeholder="Event Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2"> <label class="d-none">Event Location*</label> <input type="text" name="location" value="{{ old:location }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Location*" /> </div> <div class="form-group col-12 textfield"> <textarea name="delivery" class="form-control" placeholder="Event Address" rows="7"></textarea> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Event Date*</label> <input onpaste="return false;" type="text" id="datepicker3" name="event_date" value="{{ old:event_date }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Date" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">Start Time*</label> <input type="time" name="start_time" value="{{ old:start_time }}" class="form-control w-90 p-1 cg-blue" placeholder="Start Time" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">End Time*</label> <input type="time" name="end_time" value="{{ old:end_time }}" class="form-control w-90 p-1 cg-blue" placeholder="End Time" /> </div> </div> </div> <div> <h5 class="caps cg-blue">Requestor Info</h5> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Full Name*</label> <input type="text" name="name" value="{{ old:name }}" class="form-control p-1 cg-blue" placeholder="Full Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Title*</label> <input type="text" name="title" value="{{ old:title }}" class="form-control p-1 cg-blue" placeholder="Title*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Phone Number*</label> <input type="text" name="number" value="{{ old:number }}" class="form-control w-90 p-1 cg-blue" placeholder="Phone Number*" /> </div> <div class="pb-2 form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Email Address*</label> <input type="text" name="email" value="{{ old:email }}" class="form-control w-90 p-1 cg-blue" placeholder="Email Address*" /> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Requested Materials</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class=""> <label class="d-none">Type of Material Needed (Flyer, Banner, etc.)*</label> <input type="text" name="type" value="{{ old:type }}" class="form-control w-90 p-1 cg-blue" placeholder="Type of Material Needed (Flyer, Banner, etc.)*" /> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Purpose of Material*</label> <textarea name="purpose" class="form-control" placeholder="Purpose of Material*" rows="7">{{ old:purpose }}</textarea> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Please provide additional details for the content, design, etc*</label> <textarea name="details" class="form-control" placeholder="Please provide additional details for the content, design, etc*" rows="7">{{ old:details }}</textarea> </div> </div> <div class="row col-12" style="margin-top: 25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Shipping Address</h4> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2" style="margin-top:-8px;"> <label style="margin-bottom: 10px; display: block;">Where would you like your event materials shipped?</label> <input type="text" name="address_1" value="{{ old:address_1 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 1"/> </div> <div class="form-group col-12 textfield pt-1" style="margin-top:-8px;"> <input type="text" name="address_2" value="{{ old:address_2 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 2"/> </div> <div class="col-12 cg-blue pb-sm-1 t-sm"> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="city" value="" class="form-control p-1 cg-blue" placeholder="City" value="{{ old:city }}"> </div> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="state" value="" class="form-control p-1 cg-blue" placeholder="State" value="{{ old:state }}"> </div> <div class="form-group col-12 col-sm-4 textfield"> <input type="text" name="zip" value="" class="form-control p-1 cg-blue" placeholder="Zip" value="{{ old:zip }}"> </div> </div> <div class="row col-12" style="margin-top:25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Additional Notes</h4> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none"></label> <textarea name="additional_notes" class="form-control" placeholder="Is there anything else we should know about your request? If you did not attach logos/name partners, when can we expect to see those?" rows="7">{{ old:additional_notes }}</textarea> </div> </div> <div class="row col-12"> <h5 class="caps cg-blue">FILE UPLOADS</h5> <span class="cg-blue col-12 pr-2 pt-1 pb-2 t-md">Please upload photos, logos and other related files to reference for the design. Accepted file formats: .EPS, .JPG, .PNG, and .PDF files. Max file size for logos is 10MB.</span> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple2rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple3rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple4rec"> <input type="text" class="hide" name="recruiting-honey" class="honeypot" /> </div> </div> </div> <div class="row col-12" style="margin-top:15px;"> <div class="ta-center button-container pt-2 pb-2"> <button class="btn btn-primary">Submit</button> </div> </div> </div> {{ /form:create }} ', array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null, 'site_name' => 'Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'layout' => 'default', 'site_url' => 'https://calibercollision.com/', 'homepage' => 'https://calibercollision.com/', 'current_url' => 'https://calibercollision.com/employment/recruiting-request-form', 'current_uri' => '/employment/recruiting-request-form', 'current_date' => object(Carbon), 'now' => object(Carbon), 'today' => object(Carbon), 'locale' => 'en', 'locale_name' => 'English', 'locale_full' => 'en_US', 'locale_url' => 'https://calibercollision.com/', 'get' => array(), 'post' => array(), 'get_post' => array(), 'old' => array(), 'response_code' => '200', 'logged_in' => false, 'logged_out' => true, 'environment' => 'production', 'xml_header' => '<?xml version="1.0" encoding="utf-8" ?>', 'csrf_token' => 'gi6dPYq8OAvFK77sftskyC0de3t14iPuDVN7QYpr', 'csrf_field' => object(Expression), 'settings' => array('assets' => array('image_manipulation_route' => '/img', 'image_manipulation_secure' => true, 'auto_crop' => true, 'image_manipulation_driver' => 'gd', 'image_manipulation_cached' => true, 'image_manipulation_cached_path' => 'img', 'thumbnail_max_width' => '6000', 'thumbnail_max_height' => '6000'), 'caching' => array('stache_always_update' => false, 'static_caching_enabled' => false, 'static_caching_length' => '500', 'static_caching_type' => 'cache', 'static_caching_file_path' => 'ccc', 'static_caching_ignore_query_strings' => false, 'static_caching_exclude' => array('/locate-a-caliber-collision-center', 'locate-a-caliber-collision-center', '/schedule-an-appointment', '/schedule-an-appointment/', 'schedule-an-appointment/', 'online-authorization/', 'contact-us/', 'customer-reviews/', 'customer-feedback', 'celebrationoflove2016', '/online-authorization', '/contact-us', '/customer-reviews', '/customer-feedback', '/celebrationoflove2016', '/about-us/community-involvement/recycled-rides/recycled-rides-event-request', '/locate-a-caliber-collision-center/fast-track-dealer-referral', 'locate-a-caliber-collision-center/fast-track-dealer-referral', '/employment/hr-job-request-form', 'employment/hr-job-request-form', 'employment/recruiting-request-form', '/employment/virginia-maryland-and-dc-employment-opportunities', 'employment/virginia-maryland-and-dc-employment-opportunities', '/field-marketing-event-request', 'field-marketing-event-request', '/caliber-classic-registration', 'caliber-classic-registration'), 'static_caching_invalidation' => array(), 'static_caching_lock_hold_length' => '0', 'static_caching_default_cache_length' => null), 'cp' => array('start_page' => 'dashboard', 'date_format' => 'Y/n/d', 'widgets' => array(array('type' => 'collection', 'collection' => 'locate-a-caliber-collision-center', 'limit' => '20', 'width' => '70', 'date' => 'last_modified'), array('type' => 'PowerTools', 'width' => '30')), 'locale' => null, 'pagination_size' => '50'), 'debug' => array('debug' => true, 'debug_bar' => false, 'loggers' => array('file' => array('daily' => true))), 'email' => array('driver' => 'log', 'from_email' => 'cc@calibercollision.com', 'from_name' => 'Caliber Collision Centers', 'host' => null, 'port' => '587', 'encryption' => 'tls', 'username' => '', 'password' => ''), 'routes' => array('routes' => array('/blog/tags' => 'blog/taxonomies', '/search' => 'search', '/users' => 'user/index', '/users/{username}' => 'user/profile', '/account' => 'user/account', '/login' => 'auth/login', '/register' => 'auth/register', '/forgot-password' => 'auth/password-forgot', '/reset-password' => 'auth/password-reset', '/api/reviews' => array('layout' => 'api', 'template' => 'api-reviews', 'content_type' => 'json'), '/api/locations' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/locations/{type}' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/dealers' => array('layout' => 'api', 'template' => 'api-dealers', 'content_type' => 'json'), '/api/insurance' => array('layout' => 'api', 'template' => 'api-insurance', 'content_type' => 'json'), '/api/pages' => array('layout' => 'api', 'template' => 'api-pages', 'content_type' => 'json'), '/api/faqs' => array('layout' => 'api', 'template' => 'api-faqs', 'content_type' => 'json'), '/api/soire' => array('layout' => 'api', 'template' => 'api-submission', 'content_type' => 'json'), '/api/partners' => array('layout' => 'api', 'template' => 'api-partners', 'content_type' => 'json'), '/api/export' => array('layout' => 'default', 'template' => 'export'), '/api/employment' => array('layout' => 'api', 'template' => 'api-employment', 'content_type' => 'json'), '/api/employment-export' => array('layout' => 'api', 'template' => 'employment-export'), '/api/appointments' => array('layout' => 'api', 'template' => 'api-appointments', 'content_type' => 'json'), '/api/appointments-export' => array('layout' => 'api', 'template' => 'appointments-export'), '/api/locations-export' => array('layout' => 'api', 'template' => 'api-locations-export'), '/api/reviews-export' => array('layout' => 'api', 'template' => 'api-reviews-export'), '/sandbox/glass-quote' => array('layout' => 'api', 'template' => 'glass-quote'), '/changinglanesrecruitment' => array('layout' => 'api', 'template' => 'changinglanes-recruitment'), '/changinglanesrecruitment/signup' => array('layout' => 'default', 'template' => 'changinglanes-recruitment-form'), '/changinglanesrecruitment/thankyou' => array('layout' => 'api', 'template' => 'changinglanes-recruitment-thankyou'), '/weallplayapart' => array('layout' => 'api-header', 'template' => 'leadership-summit-2019'), '/api/skyball' => array('layout' => 'api', 'template' => 'api-skyball', 'content_type' => 'json'), '/api/skyball-export' => array('layout' => 'api', 'template' => 'skyball-export'), '/happyholidays2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card-team'), '/holiday2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card'), '/digital-newsletter/search' => array('layout' => 'api-header-noindex', 'template' => '/newsletter/search'), '/thank-you-2' => array('layout' => 'default', 'template' => 'thank-you-2'), '/schedule-an-appointment-online' => array('layout' => 'default', 'template' => 'appointment-dev'), '/schedule-an-appointment-online-snapsheet' => array('layout' => 'default', 'template' => 'appointment-dev-snapsheet'), '/online-authorization' => array('layout' => 'default', 'template' => 'online-authorization-new'), '/api/urls' => array('layout' => 'api', 'template' => 'api-all-pages'), '/barbarian' => array('layout' => 'api', 'template' => 'barbarian')), 'collections' => array('blog' => '/news-events/{year}/{month}/{day}/{slug}', 'locate-a-caliber-collision-center' => '/locate-a-caliber-collision-center/{slug}', 'specials' => 'specials-states', 'offers' => 'offers', 'sponsored_events' => '/sponsored-events/{slug}', 'emails' => '/{slug}', 'acquisitions' => '/acquisitions/{slug}', 'live-chat' => '/live-chat/{slug}', 'hub_articles' => '/hub-of-help/{slug}', 'newsletter' => '/digital-newsletter/{slug}', 'newsletter_articles' => '/digital-newsletter/{newsletter_slug}/{slug}'), 'taxonomies' => array('tags' => '/blog/tags/{slug}', 'lo' => 'region'), 'redirect' => array('/locate-a-caliber-collision-center/davenport-northwest-bi' => 'https://www.caliber.com/find-a-location/davenport-northwest-bl', '/militarycombine' => 'combine', '/celebrationoflove2018' => 'celebration-of-love-nomination-2018', '/dealership-partners' => 'dealership-partners', '/green-commitment' => 'green-commitment', '/insurance-partners' => 'insurance-partners', '/repair-process' => 'repair-process', '/COMBINEPARTNERS' => 'military-service-partners', '/CombinePartners' => 'military-service-partners', '/combinepartners' => 'military-service-partners', '/combine-partners' => 'military-service-partners', '/emails' => 'https://www.caliber.com/leave-a-review', '/emails/september-2016-customer-email' => 'about-us/community-involvement/combine', '/combine' => 'about-us/community-involvement/heroes-day', '/Combine' => 'about-us/community-involvement/heroes-day', '/COMBINE' => 'about-us/community-involvement/heroes-day', '/Careers' => 'employment', '/TeammateUpdate' => 'teammateupdate', '/TeamMateUpdate' => 'teammateupdate', '/arizona-special-offers' => 'specials', '/california-special-offers' => 'specials', '/mobile' => '/', '/bodyshop.asp' => 'services', '/paintshop.asp' => 'services', '/careers/careers.aspx' => '/employment', '/about/about.aspx' => 'about-us', '/green-commitment.aspx' => 'services/environmental-commitment', '/locations/locations.aspx' => 'locate-a-caliber-collision-center', '/services/services.aspx' => 'services', '/locations/burbank-car-repair-shop/' => 'locate-a-caliber-collision-center', '/auto-body/accident-checklist' => 'services/collision-repair-process', '/PrivacyNotice.aspx' => 'privacy-policy', '/accident/appointment.aspx' => 'schedule-an-appointment', '/accident/customer-feedback.aspx' => 'customer-feedback', '/accident/faqs.aspx' => 'about-us/faqs', '/accident/inanaccident.aspx' => 'collision-repair-process', '/accident/repairauthorization.aspx' => 'services/collision-repair-process', '/index.aspx' => '/', '/warranty.aspx' => 'services/lifetime-warranty', '/LocationsWV.htm' => 'locate-a-caliber-collision-center/westlake-village', '/Home.html' => '/', '/walkthewalk*' => '/about-us/community-involvement/carry-the-load/*', '/about' => 'about-us', '/contact/contact.aspx' => 'contact-us', '/accident/customer-feedback-all.aspx' => 'customer-feedback', '/accident/collisionrepair.aspx' => '/', '/rrorders' => 'recycled-rides-event-request', '/recycledrides*' => 'about-us/community-involvement/recycled-rides', '/thankyou' => 'thank-you', '/agent' => 'about-us/insurance-partners', '/web-site-terms-conditions' => 'terms-conditions', '/careers' => 'employment', '/services/collision-repair-process' => 'services/repair-process', '/about-us/news-events' => 'news-events', '/hr-job-posting-request' => '/employment/hr-job-request-form', '/recruiting-request-form' => '/employment/recruiting-request-form', '/changinglanes' => '/about-us/community-involvement/changing-lanes/', '/ChangingLanes' => '/about-us/community-involvement/changing-lanes/', '/FoodDrive' => '/about-us/community-involvement/food-drive/', '/fooddrive' => '/about-us/community-involvement/food-drive/', '/caliber-classic' => '/about-us/community-involvement/caliber-classic/', '/locate-a-caliber-collision-center/Falcon' => '/locate-a-caliber-collision-center/falcon', '/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/fresno' => '/locate-a-caliber-collision-center/round-rock-commerce', '/index.htm' => '/', '/la-crescenta' => '/locate-a-caliber-collision-center/la-crescenta', '/locate' => '/locate-a-caliber-collision-center', '/locate-a-caliber-coll' => '/locate-a-caliber-collision-center', '/locate-a-caliber-colli' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-ce' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/bryan-college-stat' => '/locate-a-caliber-collision-center/bryan-college-station', '/locate-a-caliber-collision-center/cavender' => '/locate-a-caliber-collision-center/san-antonio-cavender', '/locate-a-caliber-collision-center/center-city-sou' => '/locate-a-caliber-collision-center/center-city-south', '/locate-a-caliber-collision-center/commerce-round-roc' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/f5241f74-07d9-4198-b19a-a95f969605c1/img/380dc8d9-481c-4d18-9162-ecd5688f98a8/img/headers/header_driven_to_serve.jpg/dc171fcd55fb5029ffa14ecb2514a014.jpg' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/frederick' => '/locate-a-caliber-collision-center/frederick-monocacy-valley', '/locate-a-caliber-collision-center/galleria' => '/locate-a-caliber-collision-center/houston-galleria', '/locate-a-caliber-collision-center/garden-ridge' => '/locate-a-caliber-collision-center/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/las-vegas-nellis-drive-in' => 'https://dev.calibercollision.com/locate-a-caliber-collision-center/las-vegas-nellis-drive-in', '/locate-a-caliber-collision-center/mays-round-rock' => '/locate-a-caliber-collision-center/round-rock-mays', '/locate-a-caliber-collision-center/padrecc-spid' => '/locate-a-caliber-collision-center/corpus-christi-ayers', '/locate-a-caliber-collision-center/ridgecrest' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/Roseville' => '/locate-a-caliber-collision-center/roseville', '/locate-a-caliber-collision-center/san-antonia-culebra' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-culebra-express' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-s' => '/locate-a-caliber-collision-center/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locate-a-caliber-collision-center/santa-mo' => '/locate-a-caliber-collision-center/santa-monica', '/Locate-A-Caliber-Collision-Center/Santa-Monica-Pico-Blvd' => '/locate-a-caliber-collision-center/santa-monica', '/locate-a-caliber-collision-center/tucson-price-street' => '/locate-a-caliber-collision-center/tucson-university', '/locate-a-caliber-collision-center/warrenton' => '/locate-a-caliber-collision-center/warrenton-non-drive', '/locate-a-caliber-collision-center/webercc-weber' => '/locate-a-caliber-collision-center/corpus-christi-weber', '/locate-a-caliber-collision-center/wheat-ridge-indepe' => '/locate-a-caliber-collision-center/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-s' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/locations/CA/san_diego/dagget.htm' => '/locate-a-caliber-collision-center/kearney-mesa-dagget', '/locations/locationdetails.aspx?scenterId=0009' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locations/TX/NTX/corinth.' => '/locate-a-caliber-collision-center/corinth', '/los-angeles-griffith-park' => '/locate-a-caliber-collision-center/los-angeles-griffith-park', '/oviedo' => '/locate-a-caliber-collision-center/oviedo', '/pasadena' => '/locate-a-caliber-collision-center/pasadena', '/RecycledRides' => '/about-us/community-involvement/recycled-rides', '/richland-hills' => '/locate-a-caliber-collision-center/richland-hills', '/services/dealerships' => '/services/dealership-partners', '/services/environmental-commitment' => '/services/green-commitment', '/services/free-estimates' => '/services/online-estimates', '/tujunga' => '/locate-a-caliber-collision-center/tujunga', '/wheat-ridge-robb-st' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/wylie' => '/locate-a-caliber-collision-center/wylie', '/locate-a-caliber-collision-center/no-location' => 'https://www.caliber.com/find-a-location/', '/employment' => 'https://jobs.calibercollision.com/employment', '/employment/careers' => 'https://jobs.calibercollision.com/employment', '/locate-a-caliber-collision-center/fishers-technology-dr' => '/locate-a-caliber-collision-center/fishers-technology-ln', '/locate-a-caliber-collision-center/murfreesboro-broad-st' => '/locate-a-caliber-collision-center/nashville-non-drive-south', '/locate-a-caliber-collision-center/santa-clara' => '/locate-a-caliber-collision-center/silicon-valley-non-drive', '/locate-a-caliber-collision-center/minneapolis-south' => '/locate-a-caliber-collision-center/south-minneapolis', '/locate-a-caliber-collision-center/henderson-east' => '/locate-a-caliber-collision-center/henderson-american-pacific', '/locate-a-caliber-collision-center/colorado-springs-copper-center' => '/locate-a-caliber-collision-center/colorado-springs-copper', '/locate-a-caliber-collision-center/glendale-south-louise-st' => '/locate-a-caliber-collision-center/glendale-s-louise-st', '/locate-a-caliber-collision-center/raleigh-crabtree-pines' => '/locate-a-caliber-collision-center/raleigh-crabtree', '/locate-a-caliber-collision-center/orlando-orange-blossom-trail' => '/locate-a-caliber-collision-center/orlando-orange-blossom', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/orlando-n-john-young' => '/locate-a-caliber-collision-center/orlando-silver-star-rd', '/locate-a-caliber-collision-center/lynwood' => '/locate-a-caliber-collision-center/lynwood-il', '/locate-a-caliber-collision-center/maryville' => '/locate-a-caliber-collision-center/maryville-il', '/locate-a-caliber-collision-center/west-chester' => '/locate-a-caliber-collision-center/west-chester-oh', '/locate-a-caliber-collision-center/lynnwood' => '/locate-a-caliber-collision-center/lynnwood-wa', '/locate-a-caliber-collision-center/marysville' => '/locate-a-caliber-collision-center/marysville-wa', '/locate-a-caliber-collision-center/middleton' => '/locate-a-caliber-collision-center/middleton-wi', '/locate-a-caliber-collision-center/lansdowne' => '/locate-a-caliber-collision-center/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/philadelphia-blue-grass-rd' => '/locate-a-caliber-collision-center/philadelphia-blue-grass', '/locate-a-caliber-collision-center/marlton-west-main-st' => '/locate-a-caliber-collision-center/evesham-township', '/locate-a-caliber-collision-center/middletown' => '/locate-a-caliber-collision-center/middletown-de', '/locate-a-caliber-collision-center/houston-park-row' => '/locate-a-caliber-collision-center/houston-non-drive-west', '/HeroesDay' => 'about-us/community-involvement/heroes-day', '/heroesday' => 'https://www.caliber.com/why-caliber', '/Heroesday' => 'about-us/community-involvement/heroes-day', '/HeroesDayRegistration' => '/heroesdayregistration', '/heroesdaycombine' => '/heroesdayregistration', '/HeroesDayCombine' => '/heroesdayregistration', '/calibercares' => 'https://www.caliberfamily.com', '/Calibercares' => 'https://www.caliberfamily.com', '/caliberCares' => 'https://www.caliberfamily.com', '/CaliberCares' => 'https://www.caliberfamily.com', '/CALIBERCARES' => 'https://www.caliberfamily.com', '/Resources' => '/resources', '/RESOURCES' => '/resources', '/customer-feedback' => 'https://www.caliber.com/leave-a-review', '/Restoring-You' => '/restoring-you', '/RESTORING-YOU' => '/restoring-you', '/locate-a-caliber-collision-center/elk-grove' => '/locate-a-caliber-collision-center/elk-grove-non-drive', '/recycled-rides' => '/about-us/community-involvement/recycled-rides', '/RECYCLED-RIDES' => '/about-us/community-involvement/recycled-rides', '/Recycled-Rides' => '/about-us/community-involvement/recycled-rides', '/recycledrides' => '/about-us/community-involvement/recycled-rides', '/RECYCLEDRIDES' => '/about-us/community-involvement/recycled-rides', '/locate-a-caliber-collision-center/colorado-springs-iowa-st' => '/locate-a-caliber-collision-center/colorado-springs-boulder-st', '/weallplayapart' => '/', '/locate-a-caliber-collision-center/memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/baltimore-belair-rd' => '/locate-a-caliber-collision-center/baltimore-hamilton', '/locate-a-caliber-collision-center/philadelphia-blue-grass' => '/locate-a-caliber-collision-center/philadelphia-byberry-rd', '/shopforsale' => '/shop-for-sale', '/SHOPFORSALE' => '/shop-for-sale', '/ShopForSale' => '/shop-for-sale', '/Shopforsale' => '/shop-for-sale', '/shopForsale' => '/shop-for-sale', '/shopforSale' => '/shop-for-sale', '/ShopForsale' => '/shop-for-sale', '/Shop-For-Sale' => '/shop-for-sale', '/SHOP-FOR-SALE' => '/shop-for-sale', '/locate-a-caliber-collision-center/dc-georgia-ave-nw' => '/locate-a-caliber-collision-center/hyattsville', '/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/locate-a-caliber-collision-center/akron-green-drive' => '/locate-a-caliber-collision-center/akron-green', '/locate-a-caliber-collision-center/colorado-springs-motor-city' => '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city', '/locate-a-caliber-collision-center/wooster-south' => '/locate-a-caliber-collision-center/wooster-east', '/locate-a-caliber-collision-center/jacksonville-blanding-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-sw', '/form' => 'https://estimate.calibercollision.com/form', '/locate-a-caliber-collision-center/orlando-silver-star-rd' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/southport-drive-center' => 'https://www.caliber.com/find-a-location', '/' => 'https://www.caliber.com/services/collision', '/services/online-estimates' => 'https://www.caliber.com/online-estimate', '/contact-us' => 'https://www.caliber.com/contact-us', '/about-us' => 'https://www.caliber.com/why-caliber', '/services/auto-glass-repair' => 'https://www.caliber.com/services/collision/auto-glass-collision-repair', '/coronavirus-update' => 'https://www.caliber.com/newsroom', '/services' => 'https://www.caliber.com/services/collision', '/caliber-combines-with-abra' => 'https://www.caliber.com/newsroom', '/services/on-site-car-rentals' => 'https://www.caliber.com/services/collision', '/about-us/repair-process' => 'https://www.caliber.com/services/collision', '/services/auto-body-repair' => 'https://www.caliber.com/services/collision/collision-repair', '/services/lifetime-warranty' => 'https://www.caliber.com/why-caliber', '/news-events' => 'https://www.caliber.com/newsroom', '/services/customer-service' => 'https://www.caliber.com/why-caliber', '/tell-us-about-your-experience' => 'https://www.caliber.com/leave-a-review', '/site-map' => 'https://www.caliber.com', '/live-chat/luxury' => 'https://www.caliber.com/contact-us', '/services/paintless-dent-repair' => 'https://www.caliber.com/services/collision/paintless-dent-repair', '/about-us/insurance-partners' => 'https://www.caliber.com', '/about-us/community-involvement/recycled-rides' => 'https://www.caliber.com/why-caliber', '/about-us/dealership-partners' => 'https://www.caliber.com/why-caliber/dealership-partners', '/services/diagnostic-scanning' => 'https://www.caliber.com/services/collision/car-diagnostic-test', '/about-us/community-involvement' => 'https://www.caliber.com/why-caliber', '/acquisitions/pohanka' => 'https://www.caliber.com/newsroom', '/acquisitions/haddock-collision' => 'https://www.caliber.com/newsroom', '/about-us/our-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/food-drive' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/hire-our-heroes' => 'https://www.caliber.com/why-caliber', '/employment/virginia-maryland-and-dc-employment-opportunities' => 'https://jobsatcaliber.com/', '/restoring-you' => 'https://www.caliber.com/why-caliber', '/live-chat/live-chat' => 'https://www.caliber.com/contact-us', '/about-us/community-involvement/heroes-day' => 'https://www.caliber.com/why-caliber', '/specials/refer-a-friend' => 'https://www.caliber.com/services/collision', '/about-us/green-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/caliber-classic' => 'https://www.caliber.com/why-caliber', '/military-service-partners' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/combine' => 'https://www.caliber.com/why-caliber', '/weather-alert-san-angelo' => 'https://www.caliber.com/newsroom', '/about-us/community-involvement/american-heart-association' => 'https://www.caliber.com/why-caliber', '/weather-alert-delrio' => 'https://www.caliber.com/newsroom', '/shop-for-sale' => 'https://www.caliber.com/services/collision', '/services/fleet-services' => 'https://www.caliber.com/services/fleet', '/teammateholiday2020' => 'https://www.caliber.com/why-caliber', '/terms-conditions' => 'https://www.caliber.com/terms', '/luxury' => 'https://www.caliber.com/services/collision', '/recycled-rides-nomination-form-old' => 'https://www.caliber.com/why-caliber', '/skyball-2019-sign-up-form' => 'https://www.caliber.com/newsroom', '/caliber-strategic-partner-appreciation-event' => 'https://www.caliber.com/newsroom', '/protechholiday2020' => 'https://www.caliber.com/newsroom', '/specials-states' => 'https://www.caliber.com/services/collision', '/about-us/community-involvement/recycled-rides/recycled-rides-carry-the-load-2015' => 'https://www.caliber.com/why-caliber', '/ca-privacy-act' => 'https://www.caliber.com/ca-privacy-act', '/coronavirus-update-es' => 'https://www.caliber.com/newsroom', '/privacy-policy' => 'https://www.caliber.com/terms', '/acquisitions/church-brothers-collision-repair' => 'https://www.caliber.com/newsroom', '/acquisitions/cooks-collision' => 'https://www.caliber.com/newsroom', '/acquisitions/goffs-collision-repair-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/herbs-paint-and-body-shops' => 'https://www.caliber.com/newsroom', '/acquisitions/hv-collisioncenter' => 'https://www.caliber.com/newsroom', '/acquisitions/prices-collision-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/the-collision-centers' => 'https://www.caliber.com/newsroom', '/animated-card-to-teammates' => 'https://www.caliber.com/why-caliber', '/approved-review' => 'https://www.caliber.com/leave-a-review', '/caliber-executive-hand-clap-video' => 'https://www.caliber.com/newsroom', '/caliber-storm-response-team' => 'https://www.caliber.com/newsroom', '/changing-lanes-rsvp-form' => 'https://www.caliber.com/why-caliber', '/combine45' => 'https://www.caliber.com/why-caliber', '/contact-us-old' => 'https://www.caliber.com/contact-us', '/declined-review' => 'https://www.caliber.com/leave-a-review', '/employment-adp' => 'https://www.caliber.com/services/collision', '/military-partners-form' => 'https://www.caliber.com/why-caliber', '/share-your-experience' => 'https://www.caliber.com/leave-a-review', '/southern-california-wildfires' => 'https://www.caliber.com/newsroom', '/specials' => 'https://www.caliber.com', '/sponsored-events' => 'https://www.caliber.com/newsroom', '/teammateupdate' => 'https://www.caliber.com/newsroom', '/washington-nationals-recycled-rides-gifting-2017' => 'https://www.caliber.com/why-caliber', '/weather-alert' => 'https://www.caliber.com/newsroom', '/weather-alert-charleston-maryland' => 'https://www.caliber.com/newsroom', '/weather-alert-colorado' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-dorian' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-sally' => 'https://www.caliber.com/newsroom', '/weather-alert-north-carolina' => 'https://www.caliber.com/newsroom', '/weather-alert-north-tx-and-ok' => 'https://www.caliber.com/newsroom', '/weather-alert-northeast' => 'https://www.caliber.com/newsroom', '/west-texas-inclement-weather' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/aberdeen' => 'https://www.caliber.com/find-a-location/aberdeen', '/locate-a-caliber-collision-center/abington' => 'https://www.caliber.com/find-a-location/abington', '/locate-a-caliber-collision-center/acworth' => 'https://www.caliber.com/find-a-location/acworth', '/locate-a-caliber-collision-center/addison' => 'https://www.caliber.com/find-a-location/addison', '/locate-a-caliber-collision-center/akron-green' => 'https://www.caliber.com/find-a-location/akron-green', '/locate-a-caliber-collision-center/albuquerque-alameda' => 'https://www.caliber.com/find-a-location/albuquerque-alameda', '/locate-a-caliber-collision-center/albuquerque-dorado' => 'https://www.caliber.com/find-a-location/albuquerque-dorado', '/locate-a-caliber-collision-center/albuquerque-downtown' => 'https://www.caliber.com/find-a-location/albuquerque-downtown', '/locate-a-caliber-collision-center/alcoa-airport-hwy' => 'https://www.caliber.com/find-a-location/alcoa-airport-hwy', '/locate-a-caliber-collision-center/alcoa-northpark' => 'https://www.caliber.com/find-a-location/alcoa-northpark', '/locate-a-caliber-collision-center/alexandria' => 'https://www.caliber.com/find-a-location/alexandria', '/locate-a-caliber-collision-center/alexandria-del-ray' => 'https://www.caliber.com/find-a-location/alexandria-del-ray', '/locate-a-caliber-collision-center/alexandria-farrington-ave' => 'https://www.caliber.com/find-a-location/alexandria-farrington-ave', '/locate-a-caliber-collision-center/algonquin' => 'https://www.caliber.com/find-a-location/algonquin', '/locate-a-caliber-collision-center/alhambra' => 'https://www.caliber.com/find-a-location/alhambra', '/locate-a-caliber-collision-center/allen' => 'https://www.caliber.com/find-a-location/allen', '/locate-a-caliber-collision-center/allen-greenville-rd' => 'https://www.caliber.com/find-a-location/allen-greenville-rd', '/locate-a-caliber-collision-center/allentown' => 'https://www.caliber.com/find-a-location/allentown', '/locate-a-caliber-collision-center/allentown-airport-rd' => 'https://www.caliber.com/find-a-location/allentown-airport-rd', '/locate-a-caliber-collision-center/alpharetta' => 'https://www.caliber.com/find-a-location/alpharetta', '/locate-a-caliber-collision-center/altamonte-springs' => 'https://www.caliber.com/find-a-location/altamonte-springs', '/locate-a-caliber-collision-center/alvin' => 'https://www.caliber.com/find-a-location/alvin', '/locate-a-caliber-collision-center/american-fork' => 'https://www.caliber.com/find-a-location/american-fork', '/locate-a-caliber-collision-center/anaheim' => 'https://www.caliber.com/find-a-location/anaheim', '/locate-a-caliber-collision-center/anaheim-hills' => 'https://www.caliber.com/find-a-location/anaheim-hills', '/locate-a-caliber-collision-center/anderson' => 'https://www.caliber.com/find-a-location/anderson', '/locate-a-caliber-collision-center/ankeny' => 'https://www.caliber.com/find-a-location/ankeny', '/locate-a-caliber-collision-center/annapolis' => 'https://www.caliber.com/find-a-location/annapolis', '/locate-a-caliber-collision-center/apex' => 'https://www.caliber.com/find-a-location/apex', '/locate-a-caliber-collision-center/apple-valley' => 'https://www.caliber.com/find-a-location/apple-valley', '/locate-a-caliber-collision-center/apple-valley-mn' => 'https://www.caliber.com/find-a-location/apple-valley-mn', '/locate-a-caliber-collision-center/arlington' => 'https://www.caliber.com/find-a-location/arlington', '/locate-a-caliber-collision-center/arlington-rx' => 'https://www.caliber.com/find-a-location/arlington-rx', '/locate-a-caliber-collision-center/arlington-s-cooper' => 'https://www.caliber.com/find-a-location/arlington-south-cooper', '/locate-a-caliber-collision-center/arlington-south' => 'https://www.caliber.com/find-a-location/arlington-south', '/locate-a-caliber-collision-center/arlington-tn' => 'https://www.caliber.com/find-a-location/arlington-tn', '/locate-a-caliber-collision-center/arlington-va' => 'https://www.caliber.com/find-a-location/arlington-va', '/locate-a-caliber-collision-center/ashland' => 'https://www.caliber.com/find-a-location/ashland', '/locate-a-caliber-collision-center/ashland-oh' => 'https://www.caliber.com/find-a-location/ashland-oh', '/locate-a-caliber-collision-center/aston' => 'https://www.caliber.com/find-a-location/aston', '/locate-a-caliber-collision-center/atascadero' => 'https://www.caliber.com/find-a-location/atascadero', '/locate-a-caliber-collision-center/atascadero-south' => 'https://www.caliber.com/find-a-location/atascadero-south', '/locate-a-caliber-collision-center/athens' => 'https://www.caliber.com/find-a-location/athens', '/locate-a-caliber-collision-center/atlanta-buckhead' => 'https://www.caliber.com/find-a-location/atlanta-buckhead', '/locate-a-caliber-collision-center/auburn' => 'https://www.caliber.com/find-a-location/auburn', '/locate-a-caliber-collision-center/auburn-wa' => 'https://www.caliber.com/find-a-location/auburn-wa', '/locate-a-caliber-collision-center/aurora' => 'https://www.caliber.com/find-a-location/aurora', '/locate-a-caliber-collision-center/aurora-chambers-rd' => 'https://www.caliber.com/find-a-location/aurora-chambers-rd', '/locate-a-caliber-collision-center/aurora-east-colfax-ave' => 'https://www.caliber.com/find-a-location/aurora-east-colfax-ave', '/locate-a-caliber-collision-center/aurora-s-abilene' => 'https://www.caliber.com/find-a-location/aurora-s-abilene', '/locate-a-caliber-collision-center/austin-highway-620' => 'https://www.caliber.com/find-a-location/austin-highway-620', '/locate-a-caliber-collision-center/austin-hunters-chase' => 'https://www.caliber.com/find-a-location/austin-hunters-chase', '/locate-a-caliber-collision-center/austin-kramer-lane' => 'https://www.caliber.com/find-a-location/austin-kramer-lane', '/locate-a-caliber-collision-center/austin-mcneil-dr' => 'https://www.caliber.com/find-a-location/austin-mcneil-dr', '/locate-a-caliber-collision-center/austin-metric-blvd' => 'https://www.caliber.com/find-a-location/austin-metric-blvd', '/locate-a-caliber-collision-center/austin-non-drive' => 'https://www.caliber.com/find-a-location/austin-non-drive', '/locate-a-caliber-collision-center/austin-onion-creek' => 'https://www.caliber.com/find-a-location/austin-onion-creek', '/locate-a-caliber-collision-center/austin-shelby-ln' => 'https://www.caliber.com/find-a-location/austin-shelby-ln', '/locate-a-caliber-collision-center/austin-wells-branch' => 'https://www.caliber.com/find-a-location/austin-wells-branch', '/locate-a-caliber-collision-center/avon' => 'https://www.caliber.com/find-a-location/avon', '/locate-a-caliber-collision-center/avondale' => 'https://www.caliber.com/find-a-location/avondale', '/locate-a-caliber-collision-center/azusa' => 'https://www.caliber.com/find-a-location/azusa', '/locate-a-caliber-collision-center/babylon' => 'https://www.caliber.com/find-a-location/babylon', '/locate-a-caliber-collision-center/baker-ranch' => 'https://www.caliber.com/find-a-location/baker-ranch', '/locate-a-caliber-collision-center/bakersfield-auto-mall' => 'https://www.caliber.com/find-a-location/bakersfield-auto-mall', '/locate-a-caliber-collision-center/bakersfield-downtown' => 'https://www.caliber.com/find-a-location/bakersfield-downtown', '/locate-a-caliber-collision-center/bakersfield-kern-st' => 'https://www.caliber.com/find-a-location/bakersfield-kern-st', '/locate-a-caliber-collision-center/bakersfield-northwest' => 'https://www.caliber.com/find-a-location/bakersfield-northwest', '/locate-a-caliber-collision-center/bakersfield-rosedale-hwy' => 'https://www.caliber.com/find-a-location/bakersfield-rosedale-hwy', '/locate-a-caliber-collision-center/bakersfield-south' => 'https://www.caliber.com/find-a-location/bakersfield-south', '/locate-a-caliber-collision-center/baltimore-hamilton' => 'https://www.caliber.com/find-a-location/baltimore-hamilton', '/locate-a-caliber-collision-center/baltimore-remington' => 'https://www.caliber.com/find-a-location/baltimore-remington', '/locate-a-caliber-collision-center/barstow' => 'https://www.caliber.com/find-a-location/barstow', '/locate-a-caliber-collision-center/baytown' => 'https://www.caliber.com/find-a-location/baytown', '/locate-a-caliber-collision-center/bayville' => 'https://www.caliber.com/find-a-location/bayville', '/locate-a-caliber-collision-center/bear' => 'https://www.caliber.com/find-a-location/bear', '/locate-a-caliber-collision-center/beaufort' => 'https://www.caliber.com/find-a-location/beaufort', '/locate-a-caliber-collision-center/beaverton' => 'https://www.caliber.com/find-a-location/beaverton', '/locate-a-caliber-collision-center/bedford' => 'https://www.caliber.com/find-a-location/bedford', '/locate-a-caliber-collision-center/bedford-airport-freeway' => 'https://www.caliber.com/find-a-location/bedford-airport-freeway', '/locate-a-caliber-collision-center/bedford-heights' => 'https://www.caliber.com/find-a-location/bedford-heights', '/locate-a-caliber-collision-center/bellevue' => 'https://www.caliber.com/find-a-location/bellevue', '/locate-a-caliber-collision-center/belmont' => 'https://www.caliber.com/find-a-location/belmont', '/locate-a-caliber-collision-center/belton-ih-35' => 'https://www.caliber.com/find-a-location/belton-ih-35', '/locate-a-caliber-collision-center/ben-white' => 'https://www.caliber.com/find-a-location/austin-ben-white', '/locate-a-caliber-collision-center/berkeley' => 'https://www.caliber.com/find-a-location/berkeley', '/locate-a-caliber-collision-center/berwyn' => 'https://www.caliber.com/find-a-location/berwyn', '/locate-a-caliber-collision-center/bethpage-drive-center' => 'https://www.caliber.com/find-a-location/bethpage-drive-center', '/locate-a-caliber-collision-center/beverly-hills' => 'https://www.caliber.com/find-a-location/beverly-hills', '/locate-a-caliber-collision-center/blackwood' => 'https://www.caliber.com/find-a-location/blackwood', '/locate-a-caliber-collision-center/blaine' => 'https://www.caliber.com/find-a-location/blaine', '/locate-a-caliber-collision-center/bloomington' => 'https://www.caliber.com/find-a-location/bloomington', '/locate-a-caliber-collision-center/bloomington-american-blvd' => 'https://www.caliber.com/find-a-location/bloomington-american-bl', '/locate-a-caliber-collision-center/bloomington-ca' => 'https://www.caliber.com/find-a-location/bloomington-ca', '/locate-a-caliber-collision-center/bloomington-east' => 'https://www.caliber.com/find-a-location/bloomington-east', '/locate-a-caliber-collision-center/bloomington-west' => 'https://www.caliber.com/find-a-location/west-bloomington', '/locate-a-caliber-collision-center/blue-island-western-ave' => 'https://www.caliber.com/find-a-location/blue-island-western-ave', '/locate-a-caliber-collision-center/blue-island-wireton-rd' => 'https://www.caliber.com/find-a-location/blue-island-wireton-rd', '/locate-a-caliber-collision-center/boca-raton' => 'https://www.caliber.com/find-a-location/boca-raton', '/locate-a-caliber-collision-center/boerne' => 'https://www.caliber.com/find-a-location/boerne', '/locate-a-caliber-collision-center/boise' => 'https://www.caliber.com/find-a-location/boise', '/locate-a-caliber-collision-center/boise-5-mile-rd' => 'https://www.caliber.com/find-a-location/boise-5-mile-rd', '/locate-a-caliber-collision-center/boise-s-federal-way' => 'https://www.caliber.com/find-a-location/boise-s-federal-way', '/locate-a-caliber-collision-center/bonita-springs' => 'https://www.caliber.com/find-a-location/bonita-springs', '/locate-a-caliber-collision-center/bordentown' => 'https://www.caliber.com/find-a-location/bordentown', '/locate-a-caliber-collision-center/bossier-city' => 'https://www.caliber.com/find-a-location/bossier-city', '/locate-a-caliber-collision-center/bothell' => 'https://www.caliber.com/find-a-location/bothell', '/locate-a-caliber-collision-center/boulder' => 'https://www.caliber.com/find-a-location/boulder', '/locate-a-caliber-collision-center/boulder-sterling-dr' => 'https://www.caliber.com/find-a-location/boulder-sterling-dr', '/locate-a-caliber-collision-center/boulder-valmont-rd' => 'https://www.caliber.com/find-a-location/boulder-valmont-rd', '/locate-a-caliber-collision-center/bountiful' => 'https://www.caliber.com/find-a-location/bountiful', '/locate-a-caliber-collision-center/bowling-green' => 'https://www.caliber.com/find-a-location/bowling-green', '/locate-a-caliber-collision-center/bradenton' => 'https://www.caliber.com/find-a-location/bradenton', '/locate-a-caliber-collision-center/braker-lane' => 'https://www.caliber.com/find-a-location/austin-braker-lane', '/locate-a-caliber-collision-center/brea' => 'https://www.caliber.com/find-a-location/brea', '/locate-a-caliber-collision-center/bremerton' => 'https://www.caliber.com/find-a-location/bremerton', '/locate-a-caliber-collision-center/brentwood' => 'https://www.caliber.com/find-a-location/brentwood', '/locate-a-caliber-collision-center/brentwood-ca' => 'https://www.caliber.com/find-a-location/brentwood-ca', '/locate-a-caliber-collision-center/brighton' => 'https://www.caliber.com/find-a-location/brighton', '/locate-a-caliber-collision-center/broken-arrow' => 'https://www.caliber.com/find-a-location/broken-arrow', '/locate-a-caliber-collision-center/brookfield' => 'https://www.caliber.com/find-a-location/brookfield', '/locate-a-caliber-collision-center/brooklyn-park' => 'https://www.caliber.com/find-a-location/brooklyn-park', '/locate-a-caliber-collision-center/brook-park' => 'https://www.caliber.com/find-a-location/brook-park', '/locate-a-caliber-collision-center/broomfield-w-116th-ave' => 'https://www.caliber.com/find-a-location/broomfield-w-116th-ave', '/locate-a-caliber-collision-center/broomfield-w-midway-blvd' => 'https://www.caliber.com/find-a-location/broomfield-w-midway-blvd', '/locate-a-caliber-collision-center/brownsburg' => 'https://www.caliber.com/find-a-location/brownsburg', '/locate-a-caliber-collision-center/bryan-college-station' => 'https://www.caliber.com/find-a-location/bryan-college-station', '/locate-a-caliber-collision-center/buford' => 'https://www.caliber.com/find-a-location/buford', '/locate-a-caliber-collision-center/burbank' => 'https://www.caliber.com/find-a-location/burbank', '/locate-a-caliber-collision-center/burbank-s-lake' => 'https://www.caliber.com/find-a-location/burbank-s-lake', '/locate-a-caliber-collision-center/burke' => 'https://www.caliber.com/find-a-location/burke', '/locate-a-caliber-collision-center/burleson' => 'https://www.caliber.com/find-a-location/burleson', '/locate-a-caliber-collision-center/burleson-south' => 'https://www.caliber.com/find-a-location/burleson-south', '/locate-a-caliber-collision-center/burlingame' => 'https://www.caliber.com/find-a-location/burlingame', '/locate-a-caliber-collision-center/burlington' => 'https://www.caliber.com/find-a-location/burlington', '/locate-a-caliber-collision-center/burnsville' => 'https://www.caliber.com/find-a-location/burnsville', '/locate-a-caliber-collision-center/calabasas' => 'https://www.caliber.com/find-a-location/calabasas-drive-center', '/locate-a-caliber-collision-center/calallen' => 'https://www.caliber.com/find-a-location/calallen', '/locate-a-caliber-collision-center/caldwell' => 'https://www.caliber.com/find-a-location/caldwell', '/locate-a-caliber-collision-center/caliber-luxury-charleston' => 'https://www.caliber.com/find-a-location/luxury-charleston', '/locate-a-caliber-collision-center/caliber-luxury-charlotte' => 'https://www.caliber.com/find-a-location/luxury-charlotte', '/locate-a-caliber-collision-center/campbell' => 'https://www.caliber.com/find-a-location/campbell', '/locate-a-caliber-collision-center/canoga-park' => 'https://www.caliber.com/find-a-location/canoga-park', '/locate-a-caliber-collision-center/canoga-park-alabama-ave' => 'https://www.caliber.com/find-a-location/canoga-park-alabama-ave', '/locate-a-caliber-collision-center/canoga-park-south' => 'https://www.caliber.com/find-a-location/canoga-park-south', '/locate-a-caliber-collision-center/canton' => 'https://www.caliber.com/find-a-location/canton', '/locate-a-caliber-collision-center/canyon-country' => 'https://www.caliber.com/find-a-location/canyon-country', '/locate-a-caliber-collision-center/cape-coral' => 'https://www.caliber.com/find-a-location/cape-coral', '/locate-a-caliber-collision-center/capitol-heights' => 'https://www.caliber.com/find-a-location/capitol-heights', '/locate-a-caliber-collision-center/carlsbad' => 'https://www.caliber.com/find-a-location/carlsbad', '/locate-a-caliber-collision-center/carmel' => 'https://www.caliber.com/find-a-location/carmel', '/locate-a-caliber-collision-center/carmichael' => 'https://www.caliber.com/find-a-location/carmichael', '/locate-a-caliber-collision-center/carol-stream' => 'https://www.caliber.com/find-a-location/carol-stream', '/locate-a-caliber-collision-center/carrollton-ga' => 'https://www.caliber.com/find-a-location/carrollton-ga', '/locate-a-caliber-collision-center/carrollton-i35-e' => 'https://www.caliber.com/find-a-location/carrollton-i35-e', '/locate-a-caliber-collision-center/carson' => 'https://www.caliber.com/find-a-location/carson', '/locate-a-caliber-collision-center/carson-city' => 'https://www.caliber.com/find-a-location/carson-city', '/locate-a-caliber-collision-center/cary-crossroads' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/castle-hayne' => 'https://www.caliber.com/find-a-location/castle-hayne', '/locate-a-caliber-collision-center/castle-hills' => 'https://www.caliber.com/find-a-location/castle-hills', '/locate-a-caliber-collision-center/castle-rock' => 'https://www.caliber.com/find-a-location/castle-rock', '/locate-a-caliber-collision-center/cathedral-city' => 'https://www.caliber.com/find-a-location/cathedral-city', '/locate-a-caliber-collision-center/catonsville' => 'https://www.caliber.com/find-a-location/catonsville', '/locate-a-caliber-collision-center/cedar-grove' => 'https://www.caliber.com/find-a-location/cedar-grove', '/locate-a-caliber-collision-center/cedar-park-south-bell-blvd' => 'https://www.caliber.com/find-a-location/cedar-park-south-bell-blvd', '/locate-a-caliber-collision-center/cedar-rapids-dodge-rd' => 'https://www.caliber.com/find-a-location/cedar-rapids-dodge-rd', '/locate-a-caliber-collision-center/celina' => 'https://www.caliber.com/find-a-location/celina', '/locate-a-caliber-collision-center/centennial' => 'https://www.caliber.com/find-a-location/centennial', '/locate-a-caliber-collision-center/centennial-hinsdale-cir' => 'https://www.caliber.com/find-a-location/centennial-hinsdale-cir', '/locate-a-caliber-collision-center/centennial-jordan-rd' => 'https://www.caliber.com/find-a-location/centennial-jordan-rd', '/locate-a-caliber-collision-center/centennial-s-colorado' => 'https://www.caliber.com/find-a-location/centennial-south-colorado', '/locate-a-caliber-collision-center/center-city-south' => 'https://www.caliber.com/find-a-location/center-city-south', '/locate-a-caliber-collision-center/centerville' => 'https://www.caliber.com/find-a-location/centerville', '/locate-a-caliber-collision-center/central-plano' => 'https://www.caliber.com/find-a-location/central-plano', '/locate-a-caliber-collision-center/chadds-ford' => 'https://www.caliber.com/find-a-location/chadds-ford', '/locate-a-caliber-collision-center/chambersburg' => 'https://www.caliber.com/find-a-location/chambersburg', '/locate-a-caliber-collision-center/chantilly' => 'https://www.caliber.com/find-a-location/chantilly', '/locate-a-caliber-collision-center/chantilly-expo-center' => 'https://www.caliber.com/find-a-location/chantilly-expo-center', '/locate-a-caliber-collision-center/charleroi' => 'https://www.caliber.com/find-a-location/charleroi', '/locate-a-caliber-collision-center/charleston-airport' => 'https://www.caliber.com/find-a-location/charleston-airport', '/locate-a-caliber-collision-center/charles-town' => 'https://www.caliber.com/find-a-location/charles-town', '/locate-a-caliber-collision-center/charlotte-albemarle-rd' => 'https://www.caliber.com/find-a-location/charlotte-albemarle-rd', '/locate-a-caliber-collision-center/charlotte-ballantyne' => 'https://www.caliber.com/find-a-location/charlotte-ballantyne', '/locate-a-caliber-collision-center/charlotte-fleet' => 'https://www.caliber.com/find-a-location/charlotte-fleet', '/locate-a-caliber-collision-center/charlotte-harbor' => 'https://www.caliber.com/find-a-location/charlotte-harbor', '/locate-a-caliber-collision-center/charlotte-independence' => 'https://www.caliber.com/find-a-location/charlotte-independence', '/locate-a-caliber-collision-center/charlotte-non-drive' => 'https://www.caliber.com/find-a-location/charlotte-non-drive', '/locate-a-caliber-collision-center/charlotte-south-end' => 'https://www.caliber.com/find-a-location/charlotte-south-end', '/locate-a-caliber-collision-center/charlotte-south-tryon' => 'https://www.caliber.com/find-a-location/charlotte-south-tryon', '/locate-a-caliber-collision-center/charlotte-tyvola-rd' => 'https://www.caliber.com/find-a-location/charlotte-tyvola-rd', '/locate-a-caliber-collision-center/charlotte-university' => 'https://www.caliber.com/find-a-location/charlotte-university', '/locate-a-caliber-collision-center/charlotte-uptown' => 'https://www.caliber.com/find-a-location/charlotte-uptown', '/locate-a-caliber-collision-center/chaska' => 'https://www.caliber.com/find-a-location/chaska', '/locate-a-caliber-collision-center/cherry-hill-east' => 'https://www.caliber.com/find-a-location/cherry-hill-east', '/locate-a-caliber-collision-center/chesterfield' => 'https://www.caliber.com/find-a-location/chesterfield', '/locate-a-caliber-collision-center/chesterfield-mo' => 'https://www.caliber.com/find-a-location/chesterfield-mo', '/locate-a-caliber-collision-center/chestertown' => 'https://www.caliber.com/find-a-location/chestertown', '/locate-a-caliber-collision-center/cheyenne' => 'https://www.caliber.com/find-a-location/cheyenne', '/locate-a-caliber-collision-center/chicago-columbus-ave' => 'https://www.caliber.com/find-a-location/chicago-columbus-ave', '/locate-a-caliber-collision-center/chicago-irving-park-rd' => 'https://www.caliber.com/find-a-location/chicago-irving-park-rd', '/locate-a-caliber-collision-center/chicago-north' => 'https://www.caliber.com/find-a-location/chicago-north', '/locate-a-caliber-collision-center/chicago-west-loop' => 'https://www.caliber.com/find-a-location/chicago-west-loop', '/locate-a-caliber-collision-center/chino-valley' => 'https://www.caliber.com/find-a-location/chino-valley', '/locate-a-caliber-collision-center/chula-vista' => 'https://www.caliber.com/find-a-location/chula-vista', '/locate-a-caliber-collision-center/cibolo' => 'https://www.caliber.com/find-a-location/cibolo', '/locate-a-caliber-collision-center/cincinnati-beechmont' => 'https://www.caliber.com/find-a-location/cincinnati-beechmont', '/locate-a-caliber-collision-center/cincinnati-eastgate' => 'https://www.caliber.com/find-a-location/cincinnati-eastgate', '/locate-a-caliber-collision-center/cincinnati-glenway-ave' => 'https://www.caliber.com/find-a-location/cincinnati-glenway-ave', '/locate-a-caliber-collision-center/cincinnati-kemper-rd' => 'https://www.caliber.com/find-a-location/cincinnati-kemper-road', '/locate-a-caliber-collision-center/cinco-ranch' => 'https://www.caliber.com/find-a-location/cinco-ranch', '/locate-a-caliber-collision-center/cinnaminson' => 'https://www.caliber.com/find-a-location/cinnaminson', '/locate-a-caliber-collision-center/citrus-heights-northeast' => 'https://www.caliber.com/find-a-location/citrus-heights-northeast', '/locate-a-caliber-collision-center/clackamas' => 'https://www.caliber.com/find-a-location/clackamas', '/locate-a-caliber-collision-center/claremont' => 'https://www.caliber.com/find-a-location/claremont', '/locate-a-caliber-collision-center/clarksville' => 'https://www.caliber.com/find-a-location/clarksville', '/locate-a-caliber-collision-center/clayton' => 'https://www.caliber.com/find-a-location/clayton', '/locate-a-caliber-collision-center/clearfield' => 'https://www.caliber.com/find-a-location/clearfield', '/locate-a-caliber-collision-center/clear-lake' => 'https://www.caliber.com/find-a-location/clear-lake', '/locate-a-caliber-collision-center/clermont' => 'https://www.caliber.com/find-a-location/clermont', '/locate-a-caliber-collision-center/clermont-east' => 'https://www.caliber.com/find-a-location/clermont-east', '/locate-a-caliber-collision-center/clifton-heights' => 'https://www.caliber.com/find-a-location/clifton-heights', '/locate-a-caliber-collision-center/clifton-heights-lansdowne' => 'https://www.caliber.com/find-a-location/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/clifton-park' => 'https://www.caliber.com/find-a-location/clifton-park', '/locate-a-caliber-collision-center/clinton' => 'https://www.caliber.com/find-a-location/clinton', '/locate-a-caliber-collision-center/clinton-old-branch-ave' => 'https://www.caliber.com/find-a-location/clinton-old-branch-ave', '/locate-a-caliber-collision-center/clovis' => 'https://www.caliber.com/find-a-location/clovis', '/locate-a-caliber-collision-center/clovis-north' => 'https://www.caliber.com/find-a-location/clovis-north', '/locate-a-caliber-collision-center/clovis-n-sunnyside-ave' => 'https://www.caliber.com/find-a-location/clovis-n-sunnyside-ave', '/locate-a-caliber-collision-center/coachella-valley' => 'https://www.caliber.com/find-a-location/coachella-valley', '/locate-a-caliber-collision-center/cohoes' => 'https://www.caliber.com/find-a-location/cohoes', '/locate-a-caliber-collision-center/college-station-tower-pt' => 'https://www.caliber.com/find-a-location/college-station-tower-pt', '/locate-a-caliber-collision-center/colleyville' => 'https://www.caliber.com/find-a-location/colleyville', '/locate-a-caliber-collision-center/collierville' => 'https://www.caliber.com/find-a-location/collierville', '/locate-a-caliber-collision-center/colmar' => 'https://www.caliber.com/find-a-location/colmar', '/locate-a-caliber-collision-center/colonial-heights-boulevard' => 'https://www.caliber.com/find-a-location/colonial-heights-boulevard', '/locate-a-caliber-collision-center/colonie' => 'https://www.caliber.com/find-a-location/colonie', '/locate-a-caliber-collision-center/colorado-springs' => 'https://www.caliber.com/find-a-location/colorado-springs', '/locate-a-caliber-collision-center/colorado-springs-astrozon-pl' => 'https://www.caliber.com/find-a-location/colorado-springs-astrozon-pl', '/locate-a-caliber-collision-center/colorado-springs-boulder-st' => 'https://www.caliber.com/find-a-location/colorado-springs-boulder-st', '/locate-a-caliber-collision-center/colorado-springs-copper' => 'https://www.caliber.com/find-a-location/colorado-springs-copper', '/locate-a-caliber-collision-center/colorado-springs-fillmore' => 'https://www.caliber.com/find-a-location/colorado-springs-fillmore', '/locate-a-caliber-collision-center/colorado-springs-n-murray' => 'https://www.caliber.com/find-a-location/colorado-springs-n-murray', '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city' => 'https://www.caliber.com/find-a-location/colorado-springs-non-drive', '/locate-a-caliber-collision-center/colorado-springs-north' => 'https://www.caliber.com/find-a-location/colorado-springs-north', '/locate-a-caliber-collision-center/colorado-springs-park-vista' => 'https://www.caliber.com/find-a-location/colorado-springs-park-vista', '/locate-a-caliber-collision-center/colorado-springs-south' => 'https://www.caliber.com/find-a-location/colorado-springs-south', '/locate-a-caliber-collision-center/columbia-greystone' => 'https://www.caliber.com/find-a-location/columbia-greystone', '/locate-a-caliber-collision-center/columbia-killian-road' => 'https://www.caliber.com/find-a-location/columbia-killian-rd', '/locate-a-caliber-collision-center/columbia-md' => 'https://www.caliber.com/find-a-location/columbia-md', '/locate-a-caliber-collision-center/columbia-mo-north' => 'https://www.caliber.com/find-a-location/columbia-mo-north', '/locate-a-caliber-collision-center/columbia-northeast' => 'https://www.caliber.com/find-a-location/columbia-northeast', '/locate-a-caliber-collision-center/columbus-in' => 'https://www.caliber.com/find-a-location/columbus-in', '/locate-a-caliber-collision-center/columbus-oh-e-lincoln-ave' => 'https://www.caliber.com/find-a-location/columbus-oh-e-lincoln', '/locate-a-caliber-collision-center/columbus-oh-n-hamilton-rd' => 'https://www.caliber.com/find-a-location/columbus-oh-n-hamilton-rd', '/locate-a-caliber-collision-center/concord' => 'https://www.caliber.com/find-a-location/concord', '/locate-a-caliber-collision-center/concord-nc' => 'https://www.caliber.com/find-a-location/concord-nc', '/locate-a-caliber-collision-center/concord-nc-raiford-dr' => 'https://www.caliber.com/find-a-location/concord-nc-raiford-dr', '/locate-a-caliber-collision-center/conroe' => 'https://www.caliber.com/find-a-location/conroe', '/locate-a-caliber-collision-center/conyers' => 'https://www.caliber.com/find-a-location/conyers', '/locate-a-caliber-collision-center/conyers-dogwood-dr' => 'https://www.caliber.com/find-a-location/conyers-dogwood-dr', '/locate-a-caliber-collision-center/coon-rapids' => 'https://www.caliber.com/find-a-location/coon-rapids', '/locate-a-caliber-collision-center/copperas-cove' => 'https://www.caliber.com/find-a-location/copperas-cove', '/locate-a-caliber-collision-center/copperfield' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/cordova' => 'https://www.caliber.com/find-a-location/cordova', '/locate-a-caliber-collision-center/corinth' => 'https://www.caliber.com/find-a-location/corinth', '/locate-a-caliber-collision-center/cornelius' => 'https://www.caliber.com/find-a-location/cornelius', '/locate-a-caliber-collision-center/corona' => 'https://www.caliber.com/find-a-location/corona', '/locate-a-caliber-collision-center/corpus-christi-ayers' => 'https://www.caliber.com/find-a-location/corpus-christi-ayers', '/locate-a-caliber-collision-center/corpus-christi-spid' => 'https://www.caliber.com/find-a-location/corpus-christi-spid', '/locate-a-caliber-collision-center/corpus-christi-spid-carroll' => 'https://www.caliber.com/find-a-location/corpus-christi-spid-carroll', '/locate-a-caliber-collision-center/corpus-christi-weber' => 'https://www.caliber.com/find-a-location/corpus-christi-weber', '/locate-a-caliber-collision-center/costa-mesa' => 'https://www.caliber.com/find-a-location/costa-mesa', '/locate-a-caliber-collision-center/costa-mesa-red-hill' => 'https://www.caliber.com/find-a-location/costa-mesa-red-hill', '/locate-a-caliber-collision-center/costa-mesa-w-18th-st' => 'https://www.caliber.com/find-a-location/costa-mesa-w-18th-st', '/locate-a-caliber-collision-center/cottage-grove' => 'https://www.caliber.com/find-a-location/cottage-grove', '/locate-a-caliber-collision-center/couer-dalene' => 'https://www.caliber.com/find-a-location/coeur-d-alene', '/locate-a-caliber-collision-center/covina' => 'https://www.caliber.com/find-a-location/covina', '/locate-a-caliber-collision-center/covington' => 'https://www.caliber.com/find-a-location/covington', '/locate-a-caliber-collision-center/crestwood' => 'https://www.caliber.com/find-a-location/crestwood', '/locate-a-caliber-collision-center/cross-roads' => 'https://www.caliber.com/find-a-location/cross-roads', '/locate-a-caliber-collision-center/crystal-city' => 'https://www.caliber.com/find-a-location/crystal-city', '/locate-a-caliber-collision-center/crystal-lake' => 'https://www.caliber.com/find-a-location/crystal-lake', '/locate-a-caliber-collision-center/cudahy' => 'https://www.caliber.com/find-a-location/cudahy', '/locate-a-caliber-collision-center/culpeper' => 'https://www.caliber.com/find-a-location/culpeper', '/locate-a-caliber-collision-center/cumming' => 'https://www.caliber.com/find-a-location/cumming', '/locate-a-caliber-collision-center/cynwyd' => 'https://www.caliber.com/find-a-location/cynwyd', '/locate-a-caliber-collision-center/cypress' => 'https://www.caliber.com/find-a-location/cypress', '/locate-a-caliber-collision-center/dallas' => 'https://www.caliber.com/find-a-location/dallas', '/locate-a-caliber-collision-center/dallas-galleria' => 'https://www.caliber.com/find-a-location/dallas-galleria', '/locate-a-caliber-collision-center/dallas-non-drive-north' => 'https://www.caliber.com/find-a-location/dallas-non-drive-north', '/locate-a-caliber-collision-center/davis-chiles-rd' => 'https://www.caliber.com/find-a-location/davis-chiles-rd', '/locate-a-caliber-collision-center/davis-research-park-dr' => 'https://www.caliber.com/find-a-location/davis-research-park-dr', '/locate-a-caliber-collision-center/decatur' => 'https://www.caliber.com/find-a-location/decatur', '/locate-a-caliber-collision-center/decatur-dekalb-industrial' => 'https://www.caliber.com/find-a-location/decatur-dekalb-industrial', '/locate-a-caliber-collision-center/delafield' => 'https://www.caliber.com/find-a-location/delafield', '/locate-a-caliber-collision-center/delray-beach-us-1' => 'https://www.caliber.com/find-a-location/delray-beach-us-1', '/locate-a-caliber-collision-center/denton' => 'https://www.caliber.com/find-a-location/denton', '/locate-a-caliber-collision-center/denver-cherry-creek' => 'https://www.caliber.com/find-a-location/denver-cherry-creek', '/locate-a-caliber-collision-center/denver-east-evans' => 'https://www.caliber.com/find-a-location/denver-east-evans', '/locate-a-caliber-collision-center/denver-east-evans-rx' => 'https://www.caliber.com/find-a-location/denver-east-evans-rx', '/locate-a-caliber-collision-center/denver-fleet' => 'https://www.caliber.com/find-a-location/denver-fleet', '/locate-a-caliber-collision-center/denver-non-drive' => 'https://www.caliber.com/find-a-location/denver-non-drive-north', '/locate-a-caliber-collision-center/denver-n-washington' => 'https://www.caliber.com/find-a-location/denver-n-washington', '/locate-a-caliber-collision-center/denver-park-hill' => 'https://www.caliber.com/find-a-location/denver-park-hill', '/locate-a-caliber-collision-center/denver-stapleton' => 'https://www.caliber.com/find-a-location/denver-stapleton', '/locate-a-caliber-collision-center/des-moines-merle-hay-rd' => 'https://www.caliber.com/find-a-location/des-moines-merle-hay-rd', '/locate-a-caliber-collision-center/dickson-city' => 'https://www.caliber.com/find-a-location/dickson-city', '/locate-a-caliber-collision-center/doraville' => 'https://www.caliber.com/find-a-location/doraville', '/locate-a-caliber-collision-center/douglasville' => 'https://www.caliber.com/find-a-location/douglasville', '/locate-a-caliber-collision-center/dover' => 'https://www.caliber.com/find-a-location/dover', '/locate-a-caliber-collision-center/dripping-springs' => 'https://www.caliber.com/find-a-location/dripping-springs', '/locate-a-caliber-collision-center/duarte' => 'https://www.caliber.com/find-a-location/duarte', '/locate-a-caliber-collision-center/dublin' => 'https://www.caliber.com/find-a-location/dublin', '/locate-a-caliber-collision-center/duluth' => 'https://www.caliber.com/find-a-location/duluth', '/locate-a-caliber-collision-center/dumfries' => 'https://www.caliber.com/find-a-location/dumfries', '/locate-a-caliber-collision-center/duncanville' => 'https://www.caliber.com/find-a-location/duncanville', '/locate-a-caliber-collision-center/duncanville-north' => 'https://www.caliber.com/find-a-location/duncanville-north', '/locate-a-caliber-collision-center/dundalk' => 'https://www.caliber.com/find-a-location/dundalk', '/locate-a-caliber-collision-center/durham-downtown' => 'https://www.caliber.com/find-a-location/durham-downtown', '/locate-a-caliber-collision-center/durham-fay-st' => 'https://www.caliber.com/find-a-location/durham-fay-st', '/locate-a-caliber-collision-center/durham-iredell-st' => 'https://www.caliber.com/find-a-location/durham-iredell-st', '/locate-a-caliber-collision-center/durham-northwest' => 'https://www.caliber.com/find-a-location/durham-northwest', '/locate-a-caliber-collision-center/durham-research-triangle' => 'https://www.caliber.com/find-a-location/durham-research-triangle', '/locate-a-caliber-collision-center/eagan' => 'https://www.caliber.com/find-a-location/eagan', '/locate-a-caliber-collision-center/eagan-sibley-highway' => 'https://www.caliber.com/find-a-location/eagan-sibley-highway', '/locate-a-caliber-collision-center/eagle-e-state-st' => 'https://www.caliber.com/find-a-location/eagle', '/locate-a-caliber-collision-center/easton' => 'https://www.caliber.com/find-a-location/easton', '/locate-a-caliber-collision-center/eden-prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/eden-prairie-aztec-dr' => 'https://www.caliber.com/find-a-location/eden-prairie-aztec-dr', '/locate-a-caliber-collision-center/edgewater' => 'https://www.caliber.com/find-a-location/edgewater', '/locate-a-caliber-collision-center/edmond' => 'https://www.caliber.com/find-a-location/edmond', '/locate-a-caliber-collision-center/edmonds' => 'https://www.caliber.com/find-a-location/edmonds', '/locate-a-caliber-collision-center/egg-harbor' => 'https://www.caliber.com/find-a-location/egg-harbor', '/locate-a-caliber-collision-center/elburn' => 'https://www.caliber.com/find-a-location/elburn', '/locate-a-caliber-collision-center/el-cajon-east-main-st' => 'https://www.caliber.com/find-a-location/el-cajon-east-main-st', '/locate-a-caliber-collision-center/el-cajon-north-johnson' => 'https://www.caliber.com/find-a-location/el-cajon-north-johnson', '/locate-a-caliber-collision-center/el-centro' => 'https://www.caliber.com/find-a-location/el-centro', '/locate-a-caliber-collision-center/el-dorado-hills' => 'https://www.caliber.com/find-a-location/el-dorado-hills', '/locate-a-caliber-collision-center/el-dorado-hills-post-st' => 'https://www.caliber.com/find-a-location/el-dorado-hills-post-st', '/locate-a-caliber-collision-center/elgin' => 'https://www.caliber.com/find-a-location/elgin', '/locate-a-caliber-collision-center/elgin-il' => 'https://www.caliber.com/find-a-location/elgin-il', '/locate-a-caliber-collision-center/elk-grove-elkmont-way' => 'https://www.caliber.com/find-a-location/elk-grove-elkmont-way', '/locate-a-caliber-collision-center/elk-grove-iron-rock-way' => 'https://www.caliber.com/find-a-location/elk-grove-iron-rock-way', '/locate-a-caliber-collision-center/elk-grove-non-drive' => 'https://www.caliber.com/find-a-location/elk-grove-non-drive', '/locate-a-caliber-collision-center/elkton' => 'https://www.caliber.com/find-a-location/elkton', '/locate-a-caliber-collision-center/elmhurst' => 'https://www.caliber.com/find-a-location/elmhurst', '/locate-a-caliber-collision-center/elm-park' => 'https://www.caliber.com/find-a-location/elm-park', '/locate-a-caliber-collision-center/el-paso-hondo-pass' => 'https://www.caliber.com/find-a-location/el-paso-hondo-pass', '/locate-a-caliber-collision-center/el-paso-ih-10' => 'https://www.caliber.com/find-a-location/el-paso-ih-10', '/locate-a-caliber-collision-center/el-paso-mesa' => 'https://www.caliber.com/find-a-location/el-paso-mesa', '/locate-a-caliber-collision-center/el-paso-montana' => 'https://www.caliber.com/find-a-location/el-paso-montana', '/locate-a-caliber-collision-center/el-paso-zaragoza-rd' => 'https://www.caliber.com/find-a-location/el-paso-n-zaragoza-rd', '/locate-a-caliber-collision-center/el-segundo' => 'https://www.caliber.com/find-a-location/el-segundo', '/locate-a-caliber-collision-center/encinitas' => 'https://www.caliber.com/find-a-location/encinitas', '/locate-a-caliber-collision-center/encinitas-westlake-st' => 'https://www.caliber.com/find-a-location/encinitas-westlake-st', '/locate-a-caliber-collision-center/englewood' => 'https://www.caliber.com/find-a-location/englewood', '/locate-a-caliber-collision-center/ephrata' => 'https://www.caliber.com/find-a-location/ephrata', '/locate-a-caliber-collision-center/escondido' => 'https://www.caliber.com/find-a-location/escondido', '/locate-a-caliber-collision-center/essex-non-drive' => 'https://www.caliber.com/find-a-location/essex-non-drive', '/locate-a-caliber-collision-center/eugene' => 'https://www.caliber.com/find-a-location/eugene', '/locate-a-caliber-collision-center/european-auto-body' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/everett' => 'https://www.caliber.com/find-a-location/everett', '/locate-a-caliber-collision-center/evesham-township' => 'https://www.caliber.com/find-a-location/evesham-township', '/locate-a-caliber-collision-center/ewing-township' => 'https://www.caliber.com/find-a-location/ewing-township', '/locate-a-caliber-collision-center/fairfax' => 'https://www.caliber.com/find-a-location/fairfax', '/locate-a-caliber-collision-center/fairfield' => 'https://www.caliber.com/find-a-location/fairfield', '/locate-a-caliber-collision-center/fairfield-woolner-ave' => 'https://www.caliber.com/find-a-location/fairfield-woolner-ave', '/locate-a-caliber-collision-center/falcon' => 'https://www.caliber.com/find-a-location/falcon', '/locate-a-caliber-collision-center/fallbrook' => 'https://www.caliber.com/find-a-location/fallbrook', '/locate-a-caliber-collision-center/falls-church' => 'https://www.caliber.com/find-a-location/falls-church', '/locate-a-caliber-collision-center/fallston' => 'https://www.caliber.com/find-a-location/fallston', '/locate-a-caliber-collision-center/farmers-branch' => 'https://www.caliber.com/find-a-location/farmers-branch', '/locate-a-caliber-collision-center/farmingdale' => 'https://www.caliber.com/find-a-location/farmingdale', '/locate-a-caliber-collision-center/farmington' => 'https://www.caliber.com/find-a-location/farmington', '/locate-a-caliber-collision-center/farragut' => 'https://www.caliber.com/find-a-location/farragut', '/locate-a-caliber-collision-center/fast-track-dealer-referral' => 'https://www.caliber.com', '/locate-a-caliber-collision-center/fayette-city' => 'https://www.caliber.com/find-a-location/fayette-city', '/locate-a-caliber-collision-center/fayetteville-east' => 'https://www.caliber.com/find-a-location/fayetteville-east', '/locate-a-caliber-collision-center/fayetteville-ga' => 'https://www.caliber.com/find-a-location/fayetteville-ga', '/locate-a-caliber-collision-center/fayetteville-nc' => 'https://www.caliber.com/find-a-location/fayetteville', '/locate-a-caliber-collision-center/fayetteville-raeford-rd' => 'https://www.caliber.com/find-a-location/fayetteville-raeford-rd', '/locate-a-caliber-collision-center/feasterville' => 'https://www.caliber.com/find-a-location/feasterville', '/locate-a-caliber-collision-center/festus' => 'https://www.caliber.com/find-a-location/festus', '/locate-a-caliber-collision-center/fife' => 'https://www.caliber.com/find-a-location/fife', '/locate-a-caliber-collision-center/fishers-britton-park-rd' => 'https://www.caliber.com/find-a-location/fishers-britton-park-rd', '/locate-a-caliber-collision-center/fishers-technology-ln' => 'https://www.caliber.com/find-a-location/fishers-technology-ln', '/locate-a-caliber-collision-center/flagstaff' => 'https://www.caliber.com/find-a-location/flagstaff', '/locate-a-caliber-collision-center/florence' => 'https://www.caliber.com/find-a-location/florence', '/locate-a-caliber-collision-center/florissant' => 'https://www.caliber.com/find-a-location/florissant', '/locate-a-caliber-collision-center/flourtown' => 'https://www.caliber.com/find-a-location/flourtown', '/locate-a-caliber-collision-center/flower-mound' => 'https://www.caliber.com/find-a-location/flower-mound', '/locate-a-caliber-collision-center/foley' => 'https://www.caliber.com/find-a-location/foley', '/locate-a-caliber-collision-center/folsom' => 'https://www.caliber.com/find-a-location/folsom', '/locate-a-caliber-collision-center/folsom-lake' => 'https://www.caliber.com/find-a-location/folsom-lake', '/locate-a-caliber-collision-center/fond-du-lac' => 'https://www.caliber.com/find-a-location/fond-du-lac', '/locate-a-caliber-collision-center/fontana' => 'https://www.caliber.com/find-a-location/fontana', '/locate-a-caliber-collision-center/forest-lake' => 'https://www.caliber.com/find-a-location/forest-lake', '/locate-a-caliber-collision-center/forest-park' => 'https://www.caliber.com/find-a-location/forest-park', '/locate-a-caliber-collision-center/forest-park-il' => 'https://www.caliber.com/find-a-location/forest-park-il', '/locate-a-caliber-collision-center/forest-park-oh' => 'https://www.caliber.com/find-a-location/forest-park-oh', '/locate-a-caliber-collision-center/forestville' => 'https://www.caliber.com/find-a-location/forestville', '/locate-a-caliber-collision-center/forney' => 'https://www.caliber.com/find-a-location/forney', '/locate-a-caliber-collision-center/fort-collins' => 'https://www.caliber.com/find-a-location/fort-collins', '/locate-a-caliber-collision-center/fort-lauderdale-powerline' => 'https://www.caliber.com/find-a-location/fort-lauderdale-powerline', '/locate-a-caliber-collision-center/fort-mill' => 'https://www.caliber.com/find-a-location/fort-mill', '/locate-a-caliber-collision-center/fort-myers-andrea-lane' => 'https://www.caliber.com/find-a-location/fort-myers-andrea-ln', '/locate-a-caliber-collision-center/fort-wayne-north' => 'https://www.caliber.com/find-a-location/fort-wayne-north', '/locate-a-caliber-collision-center/fort-worth-alliance' => 'https://www.caliber.com/find-a-location/fort-worth-alliance', '/locate-a-caliber-collision-center/fort-worth-beach-street' => 'https://www.caliber.com/find-a-location/fort-worth-beach-st', '/locate-a-caliber-collision-center/fort-worth-downtown' => 'https://www.caliber.com/find-a-location/fort-worth-downtown', '/locate-a-caliber-collision-center/fort-worth-harmon' => 'https://www.caliber.com/find-a-location/fort-worth-harmon', '/locate-a-caliber-collision-center/fort-worth-ih-30' => 'https://www.caliber.com/find-a-location/fort-worth-ih-30', '/locate-a-caliber-collision-center/fort-worth-non-drive' => 'https://www.caliber.com/find-a-location/fort-worth-non-drive', '/locate-a-caliber-collision-center/fort-worth-west' => 'https://www.caliber.com/find-a-location/fort-worth-west', '/locate-a-caliber-collision-center/fort-worth-western-center' => 'https://www.caliber.com/find-a-location/fort-worth-western-center', '/locate-a-caliber-collision-center/fountain' => 'https://www.caliber.com/find-a-location/fountain', '/locate-a-caliber-collision-center/fountain-inn' => 'https://www.caliber.com/find-a-location/fountain-inn', '/locate-a-caliber-collision-center/fountain-valley' => 'https://www.caliber.com/find-a-location/fountain-valley', '/locate-a-caliber-collision-center/frankfort-ky' => 'https://www.caliber.com/find-a-location/frankfort-ky', '/locate-a-caliber-collision-center/franklin' => 'https://www.caliber.com/find-a-location/franklin', '/locate-a-caliber-collision-center/franklin-columbia-ave' => 'https://www.caliber.com/find-a-location/franklin-columbia-ave', '/locate-a-caliber-collision-center/franklin-wi' => 'https://www.caliber.com/find-a-location/franklin-wi', '/locate-a-caliber-collision-center/frederick-monocacy-valley' => 'https://www.caliber.com/find-a-location/frederick-monocacy-valley', '/locate-a-caliber-collision-center/fredericksburg' => 'https://www.caliber.com/find-a-location/fredericksburg', '/locate-a-caliber-collision-center/fremont' => 'https://www.caliber.com/find-a-location/fremont', '/locate-a-caliber-collision-center/fremont-north' => 'https://www.caliber.com/find-a-location/fremont-north', '/locate-a-caliber-collision-center/fresno' => 'https://www.caliber.com/find-a-location/fresno', '/locate-a-caliber-collision-center/fresno-broadway' => 'https://www.caliber.com/find-a-location/fresno-broadway', '/locate-a-caliber-collision-center/fresno-n-blackstone' => 'https://www.caliber.com/find-a-location/fresno-n-blackstone', '/locate-a-caliber-collision-center/fresno-n-blythe-ave' => 'https://www.caliber.com/find-a-location/fresno-n-blythe-ave', '/locate-a-caliber-collision-center/fresno-n-milburn-ave' => 'https://www.caliber.com/find-a-location/fresno-n-milburn-ave', '/locate-a-caliber-collision-center/fresno-nthesta-st' => 'https://www.caliber.com/find-a-location/fresno-n-thesta-st', '/locate-a-caliber-collision-center/fresno-palm-bluff' => 'https://www.caliber.com/find-a-location/fresno-palm-bluff', '/locate-a-caliber-collision-center/fresno-tx' => 'https://www.caliber.com/find-a-location/fresno-tx', '/locate-a-caliber-collision-center/fridley' => 'https://www.caliber.com/find-a-location/fridley', '/locate-a-caliber-collision-center/friendswood' => 'https://www.caliber.com/find-a-location/friendswood', '/locate-a-caliber-collision-center/frisco' => 'https://www.caliber.com/find-a-location/frisco', '/locate-a-caliber-collision-center/frisco-downtown' => 'https://www.caliber.com/find-a-location/frisco-downtown', '/locate-a-caliber-collision-center/frisco-express' => 'https://www.caliber.com/find-a-location/frisco-express', '/locate-a-caliber-collision-center/fulshear' => 'https://www.caliber.com/find-a-location/fulshear', '/locate-a-caliber-collision-center/fuquay-varina' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/gainesville' => 'https://www.caliber.com/find-a-location/gainesville', '/locate-a-caliber-collision-center/gainesville-fl-north' => 'https://www.caliber.com/find-a-location/gainesville-fl-north', '/locate-a-caliber-collision-center/gainesville-rx' => 'https://www.caliber.com/find-a-location/gainesville-rx', '/locate-a-caliber-collision-center/gaithersburg' => 'https://www.caliber.com/find-a-location/gaithersburg', '/locate-a-caliber-collision-center/gallatin' => 'https://www.caliber.com/find-a-location/gallatin', '/locate-a-caliber-collision-center/galveston' => 'https://www.caliber.com/find-a-location/galveston', '/locate-a-caliber-collision-center/garden-grove' => 'https://www.caliber.com/find-a-location/garden-grove', '/locate-a-caliber-collision-center/garland' => 'https://www.caliber.com/find-a-location/garland', '/locate-a-caliber-collision-center/gastonia' => 'https://www.caliber.com/find-a-location/gastonia', '/locate-a-caliber-collision-center/georgetown' => 'https://www.caliber.com/find-a-location/georgetown', '/locate-a-caliber-collision-center/georgetown-ky' => 'https://www.caliber.com/find-a-location/georgetown-ky', '/locate-a-caliber-collision-center/germantown' => 'https://www.caliber.com/find-a-location/germantown', '/locate-a-caliber-collision-center/gilbert' => 'https://www.caliber.com/find-a-location/gilbert', '/locate-a-caliber-collision-center/gilroy' => 'https://www.caliber.com/find-a-location/gilroy', '/locate-a-caliber-collision-center/gilroy-church-st' => 'https://www.caliber.com/find-a-location/gilroy-church-st', '/locate-a-caliber-collision-center/glassboro' => 'https://www.caliber.com/find-a-location/glassboro', '/locate-a-caliber-collision-center/glen-allen' => 'https://www.caliber.com/find-a-location/glen-allen', '/locate-a-caliber-collision-center/glen-burnie' => 'https://www.caliber.com/find-a-location/glen-burnie', '/locate-a-caliber-collision-center/glen-burnie-north' => 'https://www.caliber.com/find-a-location/glen-burnie-north', '/locate-a-caliber-collision-center/glen-carbon' => 'https://www.caliber.com/find-a-location/glen-carbon', '/locate-a-caliber-collision-center/glendale' => 'https://www.caliber.com/find-a-location/glendale', '/locate-a-caliber-collision-center/glendale-s-louise-st' => 'https://www.caliber.com/find-a-location/glendale-s-louise-st', '/locate-a-caliber-collision-center/glendale-wi' => 'https://www.caliber.com/find-a-location/glendale-wi', '/locate-a-caliber-collision-center/glendora' => 'https://www.caliber.com/find-a-location/glendora', '/locate-a-caliber-collision-center/glenolden' => 'https://www.caliber.com/find-a-location/glenolden', '/locate-a-caliber-collision-center/glenside' => 'https://www.caliber.com/find-a-location/glenside', '/locate-a-caliber-collision-center/goose-creek' => 'https://www.caliber.com/find-a-location/goose-creek', '/locate-a-caliber-collision-center/grafton-wi' => 'https://www.caliber.com/find-a-location/grafton', '/locate-a-caliber-collision-center/grand-junction-25-rd' => 'https://www.caliber.com/find-a-location/grand-junction-25-road', '/locate-a-caliber-collision-center/grapevine' => 'https://www.caliber.com/find-a-location/grapevine', '/locate-a-caliber-collision-center/grass-valley' => 'https://www.caliber.com/find-a-location/grass-valley', '/locate-a-caliber-collision-center/grayslake' => 'https://www.caliber.com/find-a-location/grayslake', '/locate-a-caliber-collision-center/greeley' => 'https://www.caliber.com/find-a-location/greeley', '/locate-a-caliber-collision-center/greensboro-battleground-ave' => 'https://www.caliber.com/find-a-location/greensboro-battleground-ave', '/locate-a-caliber-collision-center/greensboro-edwardia-dr' => 'https://www.caliber.com/find-a-location/greensboro-edwardia-dr', '/locate-a-caliber-collision-center/greensboro-south' => 'https://www.caliber.com/find-a-location/greensboro-south', '/locate-a-caliber-collision-center/greensboro-s-regional-rd' => 'https://www.caliber.com/find-a-location/greensboro-s-regional-rd', '/locate-a-caliber-collision-center/greenville' => 'https://www.caliber.com/find-a-location/greenville', '/locate-a-caliber-collision-center/greenville-nc' => 'https://www.caliber.com/find-a-location/greenville-nc', '/locate-a-caliber-collision-center/greenville-woodruff-rd' => 'https://www.caliber.com/find-a-location/greenville-woodruff-rd', '/locate-a-caliber-collision-center/greenwood-melody-ave' => 'https://www.caliber.com/find-a-location/greenwood-melody-ave', '/locate-a-caliber-collision-center/greenwood-village' => 'https://www.caliber.com/find-a-location/greenwood-village', '/locate-a-caliber-collision-center/gresham' => 'https://www.caliber.com/find-a-location/gresham', '/locate-a-caliber-collision-center/grimes' => 'https://www.caliber.com/find-a-location/grimes', '/locate-a-caliber-collision-center/hagerstown' => 'https://www.caliber.com/find-a-location/hagerstown', '/locate-a-caliber-collision-center/hamilton' => 'https://www.caliber.com/find-a-location/hamilton', '/locate-a-caliber-collision-center/ham-lake' => 'https://www.caliber.com/find-a-location/ham-lake', '/locate-a-caliber-collision-center/hampton' => 'https://www.caliber.com/find-a-location/hampton', '/locate-a-caliber-collision-center/hampton-thomas-st' => 'https://www.caliber.com/find-a-location/hampton-thomas-st', '/locate-a-caliber-collision-center/hanford' => 'https://www.caliber.com/find-a-location/hanford', '/locate-a-caliber-collision-center/harker-heights' => 'https://www.caliber.com/find-a-location/harker-heights', '/locate-a-caliber-collision-center/harrisburg-nc' => 'https://www.caliber.com/find-a-location/harrisburg-nc', '/locate-a-caliber-collision-center/harrisburg-pa' => 'https://www.caliber.com/find-a-location/harrisburg-pa', '/locate-a-caliber-collision-center/harrison' => 'https://www.caliber.com/find-a-location/harrison', '/locate-a-caliber-collision-center/harrisonburg' => 'https://www.caliber.com/find-a-location/harrisonburg', '/locate-a-caliber-collision-center/hartville' => 'https://www.caliber.com/find-a-location/hartville', '/locate-a-caliber-collision-center/havre-de-grace' => 'https://www.caliber.com/find-a-location/havre-de-grace', '/locate-a-caliber-collision-center/hawthorne' => 'https://www.caliber.com/find-a-location/hawthorne', '/locate-a-caliber-collision-center/hayward' => 'https://www.caliber.com/find-a-location/hayward', '/locate-a-caliber-collision-center/helotes-express' => 'https://www.caliber.com/find-a-location/helotes-express', '/locate-a-caliber-collision-center/hemet' => 'https://www.caliber.com/find-a-location/hemet', '/locate-a-caliber-collision-center/henderson-american-pacific' => 'https://www.caliber.com/find-a-location/henderson-american-pacific', '/locate-a-caliber-collision-center/henderson-co' => 'https://www.caliber.com/find-a-location/henderson-co', '/locate-a-caliber-collision-center/henderson-eastgate' => 'https://www.caliber.com/find-a-location/henderson', '/locate-a-caliber-collision-center/hernando' => 'https://www.caliber.com/find-a-location/hernando', '/locate-a-caliber-collision-center/hesperia' => 'https://www.caliber.com/find-a-location/hesperia', '/locate-a-caliber-collision-center/hesperia-bear-valley-rd' => 'https://www.caliber.com/find-a-location/hesperia-bear-valley-rd', '/locate-a-caliber-collision-center/hickory-hollow' => 'https://www.caliber.com/find-a-location/hickory-hollow', '/locate-a-caliber-collision-center/highland-park' => 'https://www.caliber.com/find-a-location/highland-park', '/locate-a-caliber-collision-center/highlands-ranch' => 'https://www.caliber.com/find-a-location/highlands-ranch', '/locate-a-caliber-collision-center/hillsboro' => 'https://www.caliber.com/find-a-location/hillsboro', '/locate-a-caliber-collision-center/hollister' => 'https://www.caliber.com/find-a-location/hollister', '/locate-a-caliber-collision-center/hollywood' => 'https://www.caliber.com/find-a-location/hollywood', '/locate-a-caliber-collision-center/hollywood-blvd' => 'https://www.caliber.com/find-a-location/hollywood-blvd', '/locate-a-caliber-collision-center/hollywood-fl' => 'https://www.caliber.com/find-a-location/hollywood-fl', '/locate-a-caliber-collision-center/hopkins' => 'https://www.caliber.com/find-a-location/hopkins', '/locate-a-caliber-collision-center/hopkinsville' => 'https://www.caliber.com/find-a-location/hopkinsville', '/locate-a-caliber-collision-center/horn-lake' => 'https://www.caliber.com/find-a-location/horn-lake', '/locate-a-caliber-collision-center/horsham' => 'https://www.caliber.com/find-a-location/horsham', '/locate-a-caliber-collision-center/houston-galleria' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/houston-liberty-lakes' => 'https://www.caliber.com/find-a-location/houston-liberty-lakes', '/locate-a-caliber-collision-center/houston-memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/houston-morton-ranch' => 'https://www.caliber.com/find-a-location/houston-morton-ranch', '/locate-a-caliber-collision-center/houston-non-drive-north' => 'https://www.caliber.com/find-a-location/houston-non-drive-north', '/locate-a-caliber-collision-center/houston-non-drive-west' => 'https://www.caliber.com/find-a-location/houston-non-drive-west', '/locate-a-caliber-collision-center/houston-northeast' => 'https://www.caliber.com/find-a-location/houston-northeast', '/locate-a-caliber-collision-center/houston-pasadena' => 'https://www.caliber.com/find-a-location/houston-pasadena', '/locate-a-caliber-collision-center/houston-south-loop' => 'https://www.caliber.com/find-a-location/houston-south-loop', '/locate-a-caliber-collision-center/houston-southwest-freeway' => 'https://www.caliber.com/find-a-location/houston-southwest-freeway', '/locate-a-caliber-collision-center/houston-towne-lake' => 'https://www.caliber.com/find-a-location/houston-towne-lake', '/locate-a-caliber-collision-center/houston-willowbrook' => 'https://www.caliber.com/find-a-location/houston-willowbrook', '/locate-a-caliber-collision-center/huntersville' => 'https://www.caliber.com/find-a-location/huntersville', '/locate-a-caliber-collision-center/huntington' => 'https://www.caliber.com/find-a-location/huntington', '/locate-a-caliber-collision-center/huntington-beach' => 'https://www.caliber.com/find-a-location/huntington-beach', '/locate-a-caliber-collision-center/huntington-beach-graham-st' => 'https://www.caliber.com/find-a-location/huntington-beach-graham-st', '/locate-a-caliber-collision-center/hunt-valley' => 'https://www.caliber.com/find-a-location/hunt-valley', '/locate-a-caliber-collision-center/hutto' => 'https://www.caliber.com/find-a-location/hutto', '/locate-a-caliber-collision-center/hyattsville' => 'https://www.caliber.com/find-a-location/hyattsville', '/locate-a-caliber-collision-center/indianapolis-beech-grove' => 'https://www.caliber.com/find-a-location/indianapolis-beech-grove', '/locate-a-caliber-collision-center/indianapolis-castleton' => 'https://www.caliber.com/find-a-location/indianapolis-castleton', '/locate-a-caliber-collision-center/indianapolis-downtown' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/indianapolis-lafayette-park' => 'https://www.caliber.com/find-a-location/indianapolis-lafayette-park', '/locate-a-caliber-collision-center/indianapolis-lawrence' => 'https://www.caliber.com/find-a-location/indianapolis-lawrence', '/locate-a-caliber-collision-center/indianapolis-northwest' => 'https://www.caliber.com/find-a-location/indianapolis-northwest', '/locate-a-caliber-collision-center/indianapolis-shadeland' => 'https://www.caliber.com/find-a-location/indianapolis-shadeland', '/locate-a-caliber-collision-center/indianapolis-south' => 'https://www.caliber.com/find-a-location/indianapolis-south', '/locate-a-caliber-collision-center/indianapolis-stop-12' => 'https://www.caliber.com/find-a-location/indianapolis-stop-12', '/locate-a-caliber-collision-center/indianapolis-west' => 'https://www.caliber.com/find-a-location/indianapolis-west', '/locate-a-caliber-collision-center/indianapolis-westfield' => 'https://www.caliber.com/find-a-location/indianapolis-westfield', '/locate-a-caliber-collision-center/indian-land' => 'https://www.caliber.com/find-a-location/indian-land', '/locate-a-caliber-collision-center/indian-trail' => 'https://www.caliber.com/find-a-location/indian-trail', '/locate-a-caliber-collision-center/indio' => 'https://www.caliber.com/find-a-location/indio', '/locate-a-caliber-collision-center/inland-empire-non-drive' => 'https://www.caliber.com/find-a-location/inland-empire-non-drive', '/locate-a-caliber-collision-center/irmo' => 'https://www.caliber.com/find-a-location/irmo', '/locate-a-caliber-collision-center/irvine' => 'https://www.caliber.com/find-a-location/irvine', '/locate-a-caliber-collision-center/irvine-north' => 'https://www.caliber.com/find-a-location/irvine-north', '/locate-a-caliber-collision-center/issaquah-e-lake-sammamish' => 'https://www.caliber.com/find-a-location/issaquah-e-lake-sammamish', '/locate-a-caliber-collision-center/issaquah-sunset' => 'https://www.caliber.com/find-a-location/issaquah-sunset', '/locate-a-caliber-collision-center/jackson-tn' => 'https://www.caliber.com/find-a-location/jackson-tn', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic' => 'https://www.caliber.com/find-a-location/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/jacksonville-fl-beach-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-beach-blvd', '/locate-a-caliber-collision-center/jacksonville-fl-downtown' => 'https://www.caliber.com/find-a-location/jacksonville-fl-downtown', '/locate-a-caliber-collision-center/jacksonville-fl-mayport' => 'https://www.caliber.com/find-a-location/jacksonville-fl-mayport', '/locate-a-caliber-collision-center/jacksonville-fl-merrill-rd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-merrill-rd', '/locate-a-caliber-collision-center/jacksonville-fl-nas' => 'https://www.caliber.com/find-a-location/jacksonville-fl-nas', '/locate-a-caliber-collision-center/jacksonville-fl-non-drive' => 'https://www.caliber.com/find-a-location/jacksonville-fl-non-drive', '/locate-a-caliber-collision-center/jacksonville-fl-philips-hwy' => 'https://www.caliber.com/find-a-location/jacksonville-fl-philips-hwy', '/locate-a-caliber-collision-center/jacksonville-fl-sw' => 'https://www.caliber.com/find-a-location/jacksonville-fl-sw', '/locate-a-caliber-collision-center/jacksonville-nc-lejeune' => 'https://www.caliber.com/find-a-location/jacksonville-nc-lejeune', '/locate-a-caliber-collision-center/jacksonville-nc-marine-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-nc-marine-blvd', '/locate-a-caliber-collision-center/jacksonville-new-river' => 'https://www.caliber.com/find-a-location/jacksonville-new-river', '/locate-a-caliber-collision-center/janesville' => 'https://www.caliber.com/find-a-location/janesville', '/locate-a-caliber-collision-center/jessup' => 'https://www.caliber.com/find-a-location/jessup', '/locate-a-caliber-collision-center/johns-creek' => 'https://www.caliber.com/find-a-location/johns-creek', '/locate-a-caliber-collision-center/joppa' => 'https://www.caliber.com/find-a-location/joppa', '/locate-a-caliber-collision-center/jupiter' => 'https://www.caliber.com/find-a-location/jupiter', '/locate-a-caliber-collision-center/jupiter-old-dixie-hwy' => 'https://www.caliber.com/find-a-location/jupiter-old-dixie-highway', '/locate-a-caliber-collision-center/katy' => 'https://www.caliber.com/find-a-location/katy', '/locate-a-caliber-collision-center/kearney-mesa-dagget' => 'https://www.caliber.com/find-a-location/kearny-mesa-dagget', '/locate-a-caliber-collision-center/keizer' => 'https://www.caliber.com/find-a-location/keizer', '/locate-a-caliber-collision-center/keller' => 'https://www.caliber.com/find-a-location/keller', '/locate-a-caliber-collision-center/kennesaw' => 'https://www.caliber.com/find-a-location/kennesaw', '/locate-a-caliber-collision-center/kennesaw-moon-station' => 'https://www.caliber.com/find-a-location/kennesaw-moon-station', '/locate-a-caliber-collision-center/kennett-square' => 'https://www.caliber.com/find-a-location/kennett-square', '/locate-a-caliber-collision-center/kennewick' => 'https://www.caliber.com/find-a-location/kennewick', '/locate-a-caliber-collision-center/kenosha' => 'https://www.caliber.com/find-a-location/kenosha', '/locate-a-caliber-collision-center/kent-island' => 'https://www.caliber.com/find-a-location/kent-island', '/locate-a-caliber-collision-center/killeen' => 'https://www.caliber.com/find-a-location/killeen', '/locate-a-caliber-collision-center/killeen-downtown' => 'https://www.caliber.com/find-a-location/killeen-downtown', '/locate-a-caliber-collision-center/killeen-express' => 'https://www.caliber.com/find-a-location/killeen-express', '/locate-a-caliber-collision-center/king-of-prussia' => 'https://www.caliber.com/find-a-location/king-of-prussia', '/locate-a-caliber-collision-center/kingston' => 'https://www.caliber.com/find-a-location/kingston', '/locate-a-caliber-collision-center/kingston-pike' => 'https://www.caliber.com/find-a-location/kingston-pike', '/locate-a-caliber-collision-center/kingwood' => 'https://www.caliber.com/find-a-location/kingwood', '/locate-a-caliber-collision-center/kirkland' => 'https://www.caliber.com/find-a-location/kirkland', '/locate-a-caliber-collision-center/kissimmee' => 'https://www.caliber.com/find-a-location/kissimmee', '/locate-a-caliber-collision-center/kissimmee-east' => 'https://www.caliber.com/find-a-location/kissimmee-east', '/locate-a-caliber-collision-center/kissimmee-north' => 'https://www.caliber.com/find-a-location/kissimmee-north', '/locate-a-caliber-collision-center/knoxville-north' => 'https://www.caliber.com/find-a-location/knoxville-north', '/locate-a-caliber-collision-center/knoxville-west' => 'https://www.caliber.com/find-a-location/knoxville-west', '/locate-a-caliber-collision-center/kyle' => 'https://www.caliber.com/find-a-location/kyle', '/locate-a-caliber-collision-center/la-cienega' => 'https://www.caliber.com/find-a-location/los-angeles-la-cienega', '/locate-a-caliber-collision-center/la-crescenta' => 'https://www.caliber.com/find-a-location/la-crescenta-drive-center', '/locate-a-caliber-collision-center/ladson' => 'https://www.caliber.com/find-a-location/ladson', '/locate-a-caliber-collision-center/lafayette' => 'https://www.caliber.com/find-a-location/lafayette-farabee-dr', '/locate-a-caliber-collision-center/laguna-beach' => 'https://www.caliber.com/find-a-location/laguna-beach', '/locate-a-caliber-collision-center/laguna-niguel' => 'https://www.caliber.com/find-a-location/laguna-niguel', '/locate-a-caliber-collision-center/lake-elsinore' => 'https://www.caliber.com/find-a-location/lake-elsinore', '/locate-a-caliber-collision-center/lake-forest' => 'https://www.caliber.com/find-a-location/lake-forest', '/locate-a-caliber-collision-center/lake-havasu-city' => 'https://www.caliber.com/find-a-location/lake-havasu-city', '/locate-a-caliber-collision-center/lake-jackson' => 'https://www.caliber.com/find-a-location/lake-jackson', '/locate-a-caliber-collision-center/lake-norman-denver' => 'https://www.caliber.com/find-a-location/lake-norman', '/locate-a-caliber-collision-center/lake-oswego' => 'https://www.caliber.com/find-a-location/lake-oswego', '/locate-a-caliber-collision-center/lakeway' => 'https://www.caliber.com/find-a-location/lakeway', '/locate-a-caliber-collision-center/lakewood-co' => 'https://www.caliber.com/find-a-location/lakewood-co', '/locate-a-caliber-collision-center/lakewood-wa' => 'https://www.caliber.com/find-a-location/lakewood-wa', '/locate-a-caliber-collision-center/la-mesa' => 'https://www.caliber.com/find-a-location/la-mesa', '/locate-a-caliber-collision-center/lancaster' => 'https://www.caliber.com/find-a-location/lancaster', '/locate-a-caliber-collision-center/landover' => 'https://www.caliber.com/find-a-location/landover', '/locate-a-caliber-collision-center/largo' => 'https://www.caliber.com/find-a-location/largo', '/locate-a-caliber-collision-center/las-cruces' => 'https://www.caliber.com/find-a-location/las-cruces-n-telshor-bl', '/locate-a-caliber-collision-center/las-cruces-amador' => 'https://www.caliber.com/find-a-location/las-cruces-amador', '/locate-a-caliber-collision-center/las-vegas-anthem' => 'https://www.caliber.com/find-a-location/las-vegas-anthem', '/locate-a-caliber-collision-center/las-vegas-downtown' => 'https://www.caliber.com/find-a-location/las-vegas-downtown', '/locate-a-caliber-collision-center/las-vegas-procyon-st' => 'https://www.caliber.com/find-a-location/las-vegas-procyon-st', '/locate-a-caliber-collision-center/las-vegas-rancho-rd' => 'https://www.caliber.com/find-a-location/las-vegas-rancho-rd', '/locate-a-caliber-collision-center/las-vegas-ricky-rd' => 'https://www.caliber.com/find-a-location/las-vegas-ricky-rd', '/locate-a-caliber-collision-center/lawrenceville' => 'https://www.caliber.com/find-a-location/lawrenceville', '/locate-a-caliber-collision-center/leander-crystal-falls-pkwy' => 'https://www.caliber.com/find-a-location/leander-crystal-falls-pkwy', '/locate-a-caliber-collision-center/lebanon' => 'https://www.caliber.com/find-a-location/lebanon', '/locate-a-caliber-collision-center/lebanon-oh' => 'https://www.caliber.com/find-a-location/lebanon-oh', '/locate-a-caliber-collision-center/lebanon-pa' => 'https://www.caliber.com/find-a-location/lebanon-pa', '/locate-a-caliber-collision-center/lebanon-west-main-st' => 'https://www.caliber.com/find-a-location/lebanon-west-main-st', '/locate-a-caliber-collision-center/leesburg' => 'https://www.caliber.com/find-a-location/leesburg', '/locate-a-caliber-collision-center/lehigh-acres' => 'https://www.caliber.com/find-a-location/lehigh-acres', '/locate-a-caliber-collision-center/leon-springs-luxury' => 'https://www.caliber.com/find-a-location/luxury-leon-springs', '/locate-a-caliber-collision-center/levittown' => 'https://www.caliber.com/find-a-location/levittown', '/locate-a-caliber-collision-center/lewisville' => 'https://www.caliber.com/find-a-location/lewisville', '/locate-a-caliber-collision-center/lexington-ky' => 'https://www.caliber.com/find-a-location/lexington-ky', '/locate-a-caliber-collision-center/lexington-park' => 'https://www.caliber.com/find-a-location/lexington-park', '/locate-a-caliber-collision-center/lexington-sc' => 'https://www.caliber.com/find-a-location/lexington-sc', '/locate-a-caliber-collision-center/libertyville' => 'https://www.caliber.com/find-a-location/libertyville', '/locate-a-caliber-collision-center/lincoln' => 'https://www.caliber.com/find-a-location/lincoln', '/locate-a-caliber-collision-center/litchfield-park' => 'https://www.caliber.com/find-a-location/litchfield-park', '/locate-a-caliber-collision-center/lithia-springs' => 'https://www.caliber.com/find-a-location/lithia-springs', '/locate-a-caliber-collision-center/little-elm' => 'https://www.caliber.com/find-a-location/little-elm', '/locate-a-caliber-collision-center/littleton' => 'https://www.caliber.com/find-a-location/littleton', '/locate-a-caliber-collision-center/littleton-chatfield' => 'https://www.caliber.com/find-a-location/littleton-chatfield', '/locate-a-caliber-collision-center/littleton-s-broadway' => 'https://www.caliber.com/find-a-location/littleton-s-broadway', '/locate-a-caliber-collision-center/logan' => 'https://www.caliber.com/find-a-location/logan', '/locate-a-caliber-collision-center/lomita' => 'https://www.caliber.com/find-a-location/lomita', '/locate-a-caliber-collision-center/lompoc' => 'https://www.caliber.com/find-a-location/lompoc', '/locate-a-caliber-collision-center/long-beach' => 'https://www.caliber.com/find-a-location/long-beach', '/locate-a-caliber-collision-center/longmont' => 'https://www.caliber.com/find-a-location/longmont', '/locate-a-caliber-collision-center/longmont-boston-ave' => 'https://www.caliber.com/find-a-location/longmont-boston-ave', '/locate-a-caliber-collision-center/longview-north' => 'https://www.caliber.com/find-a-location/longview-north', '/locate-a-caliber-collision-center/longwood' => 'https://www.caliber.com/find-a-location/longwood', '/locate-a-caliber-collision-center/los-angeles-downtown' => 'https://www.caliber.com/find-a-location/los-angeles-downtown', '/locate-a-caliber-collision-center/los-angeles-griffith-park' => 'https://www.caliber.com/find-a-location/los-angeles-griffith-park', '/locate-a-caliber-collision-center/los-angeles-mid-city' => 'https://www.caliber.com/find-a-location/los-angeles-mid-city', '/locate-a-caliber-collision-center/los-angeles-s-la-brea' => 'https://www.caliber.com/find-a-location/los-angeles-s-la-brea', '/locate-a-caliber-collision-center/los-angeles-w-adams-blvd' => 'https://www.caliber.com/find-a-location/los-angeles-w-adams-blvd', '/locate-a-caliber-collision-center/los-angeles-w-washington' => 'https://www.caliber.com/find-a-location/los-angeles-w-washington', '/locate-a-caliber-collision-center/los-banos' => 'https://www.caliber.com/find-a-location/los-banos', '/locate-a-caliber-collision-center/los-gatos' => 'https://www.caliber.com/find-a-location/los-gatos', '/locate-a-caliber-collision-center/louisville-dixie-hwy' => 'https://www.caliber.com/find-a-location/louisville-dixie-hwy', '/locate-a-caliber-collision-center/loveland' => 'https://www.caliber.com/find-a-location/loveland', '/locate-a-caliber-collision-center/loveland-oh' => 'https://www.caliber.com/find-a-location/loveland-oh', '/locate-a-caliber-collision-center/loveland-topaz-dr' => 'https://www.caliber.com/find-a-location/loveland-topaz-dr', '/locate-a-caliber-collision-center/lumberton' => 'https://www.caliber.com/find-a-location/lumberton', '/locate-a-caliber-collision-center/lutz' => 'https://www.caliber.com/find-a-location/lutz', '/locate-a-caliber-collision-center/lynbrook' => 'https://www.caliber.com/find-a-location/lynbrook', '/locate-a-caliber-collision-center/lynchburg' => 'https://www.caliber.com/find-a-location/lynchburg', '/locate-a-caliber-collision-center/lynnwood-wa' => 'https://www.caliber.com/find-a-location/lynnwood-wa', '/locate-a-caliber-collision-center/lynwood-il' => 'https://www.caliber.com/find-a-location/lynwood-il', '/locate-a-caliber-collision-center/macon' => 'https://www.caliber.com/find-a-location/macon', '/locate-a-caliber-collision-center/madera' => 'https://www.caliber.com/find-a-location/madera', '/locate-a-caliber-collision-center/madison' => 'https://www.caliber.com/find-a-location/madison', '/locate-a-caliber-collision-center/madison-east-towne' => 'https://www.caliber.com/find-a-location/madison-east-towne', '/locate-a-caliber-collision-center/madison-gallatin-pike' => 'https://www.caliber.com/find-a-location/madison-gallatin-pike', '/locate-a-caliber-collision-center/madison-west-towne' => 'https://www.caliber.com/find-a-location/madison-west-towne', '/locate-a-caliber-collision-center/manassas' => 'https://www.caliber.com/find-a-location/manassas', '/locate-a-caliber-collision-center/manayunk' => 'https://www.caliber.com/find-a-location/manayunk', '/locate-a-caliber-collision-center/manchaca' => 'https://www.caliber.com/find-a-location/austin-menchaca', '/locate-a-caliber-collision-center/mansfield' => 'https://www.caliber.com/find-a-location/mansfield', '/locate-a-caliber-collision-center/manteca' => 'https://www.caliber.com/find-a-location/manteca', '/locate-a-caliber-collision-center/maple-grove' => 'https://www.caliber.com/find-a-location/maple-grove', '/locate-a-caliber-collision-center/maplewood' => 'https://www.caliber.com/find-a-location/maplewood', '/locate-a-caliber-collision-center/marble-falls' => 'https://www.caliber.com/find-a-location/marble-falls', '/locate-a-caliber-collision-center/margaret-wallace' => 'https://www.caliber.com/find-a-location/margaret-wallace', '/locate-a-caliber-collision-center/marietta' => 'https://www.caliber.com/find-a-location/marietta', '/locate-a-caliber-collision-center/marietta-cobb-pkwy' => 'https://www.caliber.com/find-a-location/marietta-cobb-parkway', '/locate-a-caliber-collision-center/marlow-heights' => 'https://www.caliber.com/find-a-location/marlow-heights', '/locate-a-caliber-collision-center/marlton' => 'https://www.caliber.com/find-a-location/marlton', '/locate-a-caliber-collision-center/marmora' => 'https://www.caliber.com/find-a-location/marmora', '/locate-a-caliber-collision-center/maryland-heights' => 'https://www.caliber.com/find-a-location/maryland-heights', '/locate-a-caliber-collision-center/marysville-wa' => 'https://www.caliber.com/find-a-location/marysville-wa', '/locate-a-caliber-collision-center/maryville-il' => 'https://www.caliber.com/find-a-location/maryville-il', '/locate-a-caliber-collision-center/massaponax' => 'https://www.caliber.com/find-a-location/massaponax', '/locate-a-caliber-collision-center/matthews' => 'https://www.caliber.com/find-a-location/matthews', '/locate-a-caliber-collision-center/mays-landing' => 'https://www.caliber.com/find-a-location/mays-landing', '/locate-a-caliber-collision-center/mckeesport' => 'https://www.caliber.com/find-a-location/mckeesport', '/locate-a-caliber-collision-center/mckinney-east' => 'https://www.caliber.com/find-a-location/mckinney-east', '/locate-a-caliber-collision-center/mckinney-hwy-380' => 'https://www.caliber.com/find-a-location/mckinney-hwy-380', '/locate-a-caliber-collision-center/mckinney-northwest' => 'https://www.caliber.com/find-a-location/mckinney-northwest', '/locate-a-caliber-collision-center/medford' => 'https://www.caliber.com/find-a-location/medford', '/locate-a-caliber-collision-center/medina' => 'https://www.caliber.com/find-a-location/medina', '/locate-a-caliber-collision-center/memphis-covington-pike' => 'https://www.caliber.com/find-a-location/memphis-covington-pike', '/locate-a-caliber-collision-center/memphis-downtown' => 'https://www.caliber.com/find-a-location/memphis-downtown', '/locate-a-caliber-collision-center/memphis-mt-moriah' => 'https://www.caliber.com/find-a-location/memphis-mt-moriah', '/locate-a-caliber-collision-center/memphis-southwind' => 'https://www.caliber.com/find-a-location/memphis-southwind', '/locate-a-caliber-collision-center/meridian' => 'https://www.caliber.com/find-a-location/meridian', '/locate-a-caliber-collision-center/meridian-e-fairview' => 'https://www.caliber.com/find-a-location/meridian-e-fairview', '/locate-a-caliber-collision-center/meridian-s-adkins-way' => 'https://www.caliber.com/find-a-location/meridian-s-adkins-way', '/locate-a-caliber-collision-center/merrillville' => 'https://www.caliber.com/find-a-location/merrillville', '/locate-a-caliber-collision-center/mesa-broadway-rd' => 'https://www.caliber.com/find-a-location/mesa-broadway-rd', '/locate-a-caliber-collision-center/mesa-east-main-st' => 'https://www.caliber.com/find-a-location/mesa-east-main-st', '/locate-a-caliber-collision-center/mesa-gateway' => 'https://www.caliber.com/find-a-location/mesa-gateway', '/locate-a-caliber-collision-center/miami-ne-14th-ave' => 'https://www.caliber.com/find-a-location/miami-ne-14th-ave', '/locate-a-caliber-collision-center/miami-north-doral' => 'https://www.caliber.com/find-a-location/miami-north-doral', '/locate-a-caliber-collision-center/miami-s-dixie-hwy' => 'https://www.caliber.com/find-a-location/miami-s-dixie-hwy', '/locate-a-caliber-collision-center/michigan-city' => 'https://www.caliber.com/find-a-location/michigan-city', '/locate-a-caliber-collision-center/middleton-wi' => 'https://www.caliber.com/find-a-location/middleton-wi', '/locate-a-caliber-collision-center/middletown-de' => 'https://www.caliber.com/find-a-location/middletown-de', '/locate-a-caliber-collision-center/midland-w-front-st' => 'https://www.caliber.com/find-a-location/midland-w-front-st', '/locate-a-caliber-collision-center/midlothian-grove-rd' => 'https://www.caliber.com/find-a-location/midlothian-grove-rd', '/locate-a-caliber-collision-center/midwest-city' => 'https://www.caliber.com/find-a-location/midwest-city', '/locate-a-caliber-collision-center/milford' => 'https://www.caliber.com/find-a-location/milford', '/locate-a-caliber-collision-center/millcreek' => 'https://www.caliber.com/find-a-location/millcreek', '/locate-a-caliber-collision-center/millersville' => 'https://www.caliber.com/find-a-location/millersville', '/locate-a-caliber-collision-center/milpitas' => 'https://www.caliber.com/find-a-location/milpitas', '/locate-a-caliber-collision-center/milwaukee-north' => 'https://www.caliber.com/find-a-location/milwaukee-north', '/locate-a-caliber-collision-center/minneapolis-downtown' => 'https://www.caliber.com/find-a-location/minneapolis-downtown', '/locate-a-caliber-collision-center/minnesota-fleet' => 'https://www.caliber.com/find-a-location/minnesota-fleet', '/locate-a-caliber-collision-center/miramar' => 'https://www.caliber.com/find-a-location/san-diego-miramar', '/locate-a-caliber-collision-center/mira-mesa' => 'https://www.caliber.com/find-a-location/mira-mesa', '/locate-a-caliber-collision-center/mishawaka' => 'https://www.caliber.com/find-a-location/mishawaka', '/locate-a-caliber-collision-center/mission-bay' => 'https://www.caliber.com/find-a-location/mission-bay', '/locate-a-caliber-collision-center/mission-valley' => 'https://www.caliber.com/find-a-location/mission-valley', '/locate-a-caliber-collision-center/mission-viejo' => 'https://www.caliber.com/find-a-location/mission-viejo', '/locate-a-caliber-collision-center/missouri-city' => 'https://www.caliber.com/find-a-location/missouri-city', '/locate-a-caliber-collision-center/mitchell' => 'https://www.caliber.com/find-a-location/mitchell', '/locate-a-caliber-collision-center/mobile-schillinger-rd-s' => 'https://www.caliber.com/find-a-location/mobile-schillinger-rd-s', '/locate-a-caliber-collision-center/mobile-springhill-ave' => 'https://www.caliber.com/find-a-location/mobile-springhill-ave', '/locate-a-caliber-collision-center/modesto' => 'https://www.caliber.com/find-a-location/modesto', '/locate-a-caliber-collision-center/modesto-10th-st' => 'https://www.caliber.com/find-a-location/modesto-10th-st', '/locate-a-caliber-collision-center/modesto-bangs-ave' => 'https://www.caliber.com/find-a-location/modesto-bangs-ave', '/locate-a-caliber-collision-center/modesto-stratos-way' => 'https://www.caliber.com/find-a-location/modesto-stratos-way', '/locate-a-caliber-collision-center/monroe' => 'https://www.caliber.com/find-a-location/monroe', '/locate-a-caliber-collision-center/monroe-hwy-74' => 'https://www.caliber.com/find-a-location/monroe-hwy-74', '/locate-a-caliber-collision-center/monroe-wa' => 'https://www.caliber.com/find-a-location/monroe-wa', '/locate-a-caliber-collision-center/monrovia' => 'https://www.caliber.com/find-a-location/monrovia', '/locate-a-caliber-collision-center/montgomery-n-eastern-blvd' => 'https://www.caliber.com/find-a-location/montgomery-n-eastern-bl', '/locate-a-caliber-collision-center/monument' => 'https://www.caliber.com/find-a-location/monument', '/locate-a-caliber-collision-center/moore' => 'https://www.caliber.com/find-a-location/moore', '/locate-a-caliber-collision-center/mooresville' => 'https://www.caliber.com/find-a-location/mooresville', '/locate-a-caliber-collision-center/moraine' => 'https://www.caliber.com/find-a-location/moraine', '/locate-a-caliber-collision-center/moreno-valley' => 'https://www.caliber.com/find-a-location/moreno-valley', '/locate-a-caliber-collision-center/morgan-hill' => 'https://www.caliber.com/find-a-location/morgan-hill', '/locate-a-caliber-collision-center/morrow' => 'https://www.caliber.com/find-a-location/morrow', '/locate-a-caliber-collision-center/morrow-mt-zion-blvd' => 'https://www.caliber.com/find-a-location/morrow-mt-zion-blvd', '/locate-a-caliber-collision-center/mountain-view' => 'https://www.caliber.com/find-a-location/mountain-view', '/locate-a-caliber-collision-center/mount-pleasant-sc' => 'https://www.caliber.com/find-a-location/mount-pleasant-sc', '/locate-a-caliber-collision-center/mount-pleasant-wi' => 'https://www.caliber.com/find-a-location/mount-pleasant-wi', '/locate-a-caliber-collision-center/mt-juliet' => 'https://www.caliber.com/find-a-location/mt-juliet', '/locate-a-caliber-collision-center/mullica-hill' => 'https://www.caliber.com/find-a-location/mullica-hill', '/locate-a-caliber-collision-center/muncie-north' => 'https://www.caliber.com/find-a-location/muncie-north', '/locate-a-caliber-collision-center/murfreesboro' => 'https://www.caliber.com/find-a-location/murfreesboro', '/locate-a-caliber-collision-center/murray' => 'https://www.caliber.com/find-a-location/murray', '/locate-a-caliber-collision-center/murrells-inlet' => 'https://www.caliber.com/find-a-location/murrells-inlet', '/locate-a-caliber-collision-center/murrieta' => 'https://www.caliber.com/find-a-location/murrieta', '/locate-a-caliber-collision-center/myrtle-beach-south' => 'https://www.caliber.com/find-a-location/myrtle-beach-south', '/locate-a-caliber-collision-center/nampa' => 'https://www.caliber.com/find-a-location/nampa', '/locate-a-caliber-collision-center/napa' => 'https://www.caliber.com/find-a-location/napa', '/locate-a-caliber-collision-center/naperville' => 'https://www.caliber.com/find-a-location/naperville', '/locate-a-caliber-collision-center/naperville-701-frontenac' => 'https://www.caliber.com/find-a-location/naperville-701-frontenac', '/locate-a-caliber-collision-center/naperville-801-frontenac' => 'https://www.caliber.com/find-a-location/naperville-801-frontenac', '/locate-a-caliber-collision-center/naples' => 'https://www.caliber.com/find-a-location/naples', '/locate-a-caliber-collision-center/nashville-downtown' => 'https://www.caliber.com/find-a-location/nashville-downtown', '/locate-a-caliber-collision-center/nashville-non-drive-south' => 'https://www.caliber.com/find-a-location/nashville-non-drive-south', '/locate-a-caliber-collision-center/nashville-west' => 'https://www.caliber.com/find-a-location/nashville-west', '/locate-a-caliber-collision-center/national-city' => 'https://www.caliber.com/find-a-location/national-city', '/locate-a-caliber-collision-center/navarre' => 'https://www.caliber.com/find-a-location/navarre', '/locate-a-caliber-collision-center/new-berlin' => 'https://www.caliber.com/find-a-location/new-berlin', '/locate-a-caliber-collision-center/new-berlin-sunnyslope' => 'https://www.caliber.com/find-a-location/new-berlin-sunnyslope', '/locate-a-caliber-collision-center/new-bern' => 'https://www.caliber.com/find-a-location/new-bern', '/locate-a-caliber-collision-center/new-braunfels' => 'https://www.caliber.com/find-a-location/new-braunfels', '/locate-a-caliber-collision-center/newburgh' => 'https://www.caliber.com/find-a-location/newburgh-in', '/locate-a-caliber-collision-center/new-hampton' => 'https://www.caliber.com/find-a-location/new-hampton', '/locate-a-caliber-collision-center/new-holland' => 'https://www.caliber.com/find-a-location/new-holland', '/locate-a-caliber-collision-center/new-kensington' => 'https://www.caliber.com/find-a-location/new-kensington', '/locate-a-caliber-collision-center/newnan' => 'https://www.caliber.com/find-a-location/newnan', '/locate-a-caliber-collision-center/newport' => 'https://www.caliber.com/find-a-location/newport', '/locate-a-caliber-collision-center/newport-news' => 'https://www.caliber.com/find-a-location/newport-news', '/locate-a-caliber-collision-center/newtown-square' => 'https://www.caliber.com/find-a-location/newtown-square', '/locate-a-caliber-collision-center/nicholasville' => 'https://www.caliber.com/find-a-location/nicholasville', '/locate-a-caliber-collision-center/nolanville' => 'https://www.caliber.com/find-a-location/nolanville', '/locate-a-caliber-collision-center/norco' => 'https://www.caliber.com/find-a-location/norco', '/locate-a-caliber-collision-center/norcross' => 'https://www.caliber.com/find-a-location/norcross', '/locate-a-caliber-collision-center/norfolk-wards-corner' => 'https://www.caliber.com/find-a-location/norfolk-wards-corner', '/locate-a-caliber-collision-center/north-bethesda' => 'https://www.caliber.com/find-a-location/north-bethesda', '/locate-a-caliber-collision-center/northbrook' => 'https://www.caliber.com/find-a-location/northbrook', '/locate-a-caliber-collision-center/north-charleston' => 'https://www.caliber.com/find-a-location/north-charleston', '/locate-a-caliber-collision-center/north-costa-mesa' => 'https://www.caliber.com/find-a-location/north-costa-mesa', '/locate-a-caliber-collision-center/northeast-philadelphia' => 'https://www.caliber.com/find-a-location/northeast-philadelphia', '/locate-a-caliber-collision-center/north-fulton' => 'https://www.caliber.com/find-a-location/north-fulton', '/locate-a-caliber-collision-center/northglenn' => 'https://www.caliber.com/find-a-location/northglenn', '/locate-a-caliber-collision-center/north-hollywood' => 'https://www.caliber.com/find-a-location/north-hollywood', '/locate-a-caliber-collision-center/north-hollywood-burbank-blvd' => 'https://www.caliber.com/find-a-location/north-hollywood-burbank-blvd', '/locate-a-caliber-collision-center/northlake' => 'https://www.caliber.com/find-a-location/northlake', '/locate-a-caliber-collision-center/north-lamar' => 'https://www.caliber.com/find-a-location/austin-north-lamar', '/locate-a-caliber-collision-center/north-las-vegas' => 'https://www.caliber.com/find-a-location/north-las-vegas', '/locate-a-caliber-collision-center/north-las-vegas-aliante' => 'https://www.caliber.com/find-a-location/north-las-vegas-aliante', '/locate-a-caliber-collision-center/north-las-vegas-e-craig-rd' => 'https://www.caliber.com/find-a-location/north-las-vegas-e-craig-rd', '/locate-a-caliber-collision-center/north-richland-hills' => 'https://www.caliber.com/find-a-location/north-richland-hills', '/locate-a-caliber-collision-center/north-riverside' => 'https://www.caliber.com/find-a-location/north-riverside', '/locate-a-caliber-collision-center/north-sarasota' => 'https://www.caliber.com/find-a-location/north-sarasota', '/locate-a-caliber-collision-center/north-wales' => 'https://www.caliber.com/find-a-location/north-wales', '/locate-a-caliber-collision-center/northwest-anaheim' => 'https://www.caliber.com/find-a-location/northwest-anaheim', '/locate-a-caliber-collision-center/northwest-oklahoma-city' => 'https://www.caliber.com/find-a-location/nw-oklahoma-city', '/locate-a-caliber-collision-center/norton' => 'https://www.caliber.com/find-a-location/norton', '/locate-a-caliber-collision-center/norwalk' => 'https://www.caliber.com/find-a-location/norwalk', '/locate-a-caliber-collision-center/nottingham' => 'https://www.caliber.com/find-a-location/nottingham', '/locate-a-caliber-collision-center/oak-creek' => 'https://www.caliber.com/find-a-location/oak-creek', '/locate-a-caliber-collision-center/oakland-11th-st' => 'https://www.caliber.com/find-a-location/oakland-11th-st', '/locate-a-caliber-collision-center/oakland-mlk-jr-way' => 'https://www.caliber.com/find-a-location/oakland-mlk-jr-way', '/locate-a-caliber-collision-center/oakland-park' => 'https://www.caliber.com/find-a-location/oakland-park', '/locate-a-caliber-collision-center/oakwood' => 'https://www.caliber.com/find-a-location/oakwood', '/locate-a-caliber-collision-center/ocala-west' => 'https://www.caliber.com/find-a-location/ocala-west', '/locate-a-caliber-collision-center/ocean-city' => 'https://www.caliber.com/find-a-location/ocean-city', '/locate-a-caliber-collision-center/oceanside' => 'https://www.caliber.com/find-a-location/oceanside', '/locate-a-caliber-collision-center/oconomowoc' => 'https://www.caliber.com/find-a-location/oconomowoc', '/locate-a-caliber-collision-center/odessa' => 'https://www.caliber.com/find-a-location/odessa', '/locate-a-caliber-collision-center/o-fallon' => 'https://www.caliber.com/find-a-location/ofallon-il', '/locate-a-caliber-collision-center/o-fallon-mo' => 'https://www.caliber.com/find-a-location/ofallon-mo', '/locate-a-caliber-collision-center/ogden' => 'https://www.caliber.com/find-a-location/ogden', '/locate-a-caliber-collision-center/olive-branch' => 'https://www.caliber.com/find-a-location/olive-branch', '/locate-a-caliber-collision-center/ontario' => 'https://www.caliber.com/find-a-location/ontario', '/locate-a-caliber-collision-center/ontario-downtown' => 'https://www.caliber.com/find-a-location/ontario-downtown', '/locate-a-caliber-collision-center/orange-non-drive' => 'https://www.caliber.com/find-a-location/orange-non-drive', '/locate-a-caliber-collision-center/orangevale' => 'https://www.caliber.com/find-a-location/orangevale', '/locate-a-caliber-collision-center/orlando-e-colonial' => 'https://www.caliber.com/find-a-location/orlando-e-colonial', '/locate-a-caliber-collision-center/orlando-orange-blossom' => 'https://www.caliber.com/find-a-location/orlando-orange-blossom', '/locate-a-caliber-collision-center/orlando-w-oak-ridge-rd' => 'https://www.caliber.com/find-a-location/orlando-w-oak-ridge-rd', '/locate-a-caliber-collision-center/oro-valley' => 'https://www.caliber.com/find-a-location/oro-valley', '/locate-a-caliber-collision-center/oswego' => 'https://www.caliber.com/find-a-location/oswego', '/locate-a-caliber-collision-center/oviedo' => 'https://www.caliber.com/find-a-location/oviedo', '/locate-a-caliber-collision-center/oxford-valley' => 'https://www.caliber.com/find-a-location/oxford-valley', '/locate-a-caliber-collision-center/oxnard' => 'https://www.caliber.com/find-a-location/oxnard', '/locate-a-caliber-collision-center/oxnard-auto-center' => 'https://www.caliber.com/find-a-location/oxnard-auto-center', '/locate-a-caliber-collision-center/oxon-hill' => 'https://www.caliber.com/find-a-location/oxon-hill', '/locate-a-caliber-collision-center/pacific-beach' => 'https://www.caliber.com/find-a-location/pacific-beach', '/locate-a-caliber-collision-center/painesville' => 'https://www.caliber.com/find-a-location/painesville', '/locate-a-caliber-collision-center/palatine-il' => 'https://www.caliber.com/find-a-location/palatine', '/locate-a-caliber-collision-center/palm-coast' => 'https://www.caliber.com/find-a-location/palm-coast', '/locate-a-caliber-collision-center/palmdale' => 'https://www.caliber.com/find-a-location/palmdale', '/locate-a-caliber-collision-center/palm-desert' => 'https://www.caliber.com/find-a-location/palm-desert', '/locate-a-caliber-collision-center/palmetto' => 'https://www.caliber.com/find-a-location/palmetto', '/locate-a-caliber-collision-center/palo-alto' => 'https://www.caliber.com/find-a-location/palo-alto', '/locate-a-caliber-collision-center/palos-hills' => 'https://www.caliber.com/find-a-location/palos-hills', '/locate-a-caliber-collision-center/parker' => 'https://www.caliber.com/find-a-location/parker', '/locate-a-caliber-collision-center/parker-woodman-way' => 'https://www.caliber.com/find-a-location/parker-woodman-dr', '/locate-a-caliber-collision-center/parkesburg' => 'https://www.caliber.com/find-a-location/parkesburg', '/locate-a-caliber-collision-center/park-forest' => 'https://www.caliber.com/find-a-location/park-forest', '/locate-a-caliber-collision-center/pasadena' => 'https://www.caliber.com/find-a-location/pasadena', '/locate-a-caliber-collision-center/pasadena-e-colorado-blvd' => 'https://www.caliber.com/find-a-location/pasadena-e-colorado-blvd', '/locate-a-caliber-collision-center/paso-robles' => 'https://www.caliber.com/find-a-location/paso-robles', '/locate-a-caliber-collision-center/patchogue' => 'https://www.caliber.com/find-a-location/patchogue', '/locate-a-caliber-collision-center/pawleys-island' => 'https://www.caliber.com/find-a-location/pawleys-island', '/locate-a-caliber-collision-center/peachtree-city' => 'https://www.caliber.com/find-a-location/peachtree-city', '/locate-a-caliber-collision-center/peachtree-city-clover-reach' => 'https://www.caliber.com/find-a-location/peachtree-city-clover-reach', '/locate-a-caliber-collision-center/pearland' => 'https://www.caliber.com/find-a-location/pearland', '/locate-a-caliber-collision-center/pembroke-pines-west' => 'https://www.caliber.com/find-a-location/pembroke-pines-west', '/locate-a-caliber-collision-center/pennington' => 'https://www.caliber.com/find-a-location/pennington', '/locate-a-caliber-collision-center/pennsauken' => 'https://www.caliber.com/find-a-location/pennsauken', '/locate-a-caliber-collision-center/pewaukee' => 'https://www.caliber.com/find-a-location/pewaukee', '/locate-a-caliber-collision-center/pflugerville' => 'https://www.caliber.com/find-a-location/pflugerville', '/locate-a-caliber-collision-center/philadelphia-byberry-rd' => 'https://www.caliber.com/find-a-location/philadelphia-byberry-rd', '/locate-a-caliber-collision-center/philadelphia-fleet' => 'https://www.caliber.com/find-a-location/philadelphia-fleet', '/locate-a-caliber-collision-center/philadelphia-frankford' => 'https://www.caliber.com/find-a-location/philadelphia-frankford', '/locate-a-caliber-collision-center/philadelphia-grant-ave' => 'https://www.caliber.com/find-a-location/philadelphia-grant-ave', '/locate-a-caliber-collision-center/philadelphia-non-drive' => 'https://www.caliber.com/find-a-location/philadelphia-non-drive', '/locate-a-caliber-collision-center/philadelphia-york-st' => 'https://www.caliber.com/find-a-location/philadelphia-york-st', '/locate-a-caliber-collision-center/pineville' => 'https://www.caliber.com/find-a-location/pineville', '/locate-a-caliber-collision-center/plainfield' => 'https://www.caliber.com/find-a-location/plainfield', '/locate-a-caliber-collision-center/plano' => 'https://www.caliber.com/find-a-location/plano', '/locate-a-caliber-collision-center/plano-coit-rd' => 'https://www.caliber.com/find-a-location/plano-coit-rd', '/locate-a-caliber-collision-center/pleasanton' => 'https://www.caliber.com/find-a-location/pleasanton', '/locate-a-caliber-collision-center/pleasantville' => 'https://www.caliber.com/find-a-location/pleasantville', '/locate-a-caliber-collision-center/plymouth' => 'https://www.caliber.com/find-a-location/plymouth', '/locate-a-caliber-collision-center/pocomoke' => 'https://www.caliber.com/find-a-location/pocomoke', '/locate-a-caliber-collision-center/pompano-beach' => 'https://www.caliber.com/find-a-location/pompano-beach', '/locate-a-caliber-collision-center/portland-nu-way' => 'https://www.caliber.com/find-a-location/portland-nu-way', '/locate-a-caliber-collision-center/portland-southeast' => 'https://www.caliber.com/find-a-location/portland-woodstock', '/locate-a-caliber-collision-center/portland-st-johns' => 'https://www.caliber.com/find-a-location/portland-st-johns', '/locate-a-caliber-collision-center/portsmouth-airline-blvd' => 'https://www.caliber.com/find-a-location/portsmouth-airline-blvd', '/locate-a-caliber-collision-center/poughkeepsie' => 'https://www.caliber.com/find-a-location/poughkeepsie', '/locate-a-caliber-collision-center/poulsbo' => 'https://www.caliber.com/find-a-location/poulsbo', '/locate-a-caliber-collision-center/poway' => 'https://www.caliber.com/find-a-location/poway', '/locate-a-caliber-collision-center/provo' => 'https://www.caliber.com/find-a-location/provo', '/locate-a-caliber-collision-center/pueblo' => 'https://www.caliber.com/find-a-location/pueblo', '/locate-a-caliber-collision-center/pueblo-west' => 'https://www.caliber.com/find-a-location/pueblo-west', '/locate-a-caliber-collision-center/purcellville' => 'https://www.caliber.com/find-a-location/purcellville', '/locate-a-caliber-collision-center/puyallup-canyon-rd' => 'https://www.caliber.com/find-a-location/puyallup-canyon-road', '/locate-a-caliber-collision-center/puyallup-river-rd' => 'https://www.caliber.com/find-a-location/puyallup-river-road', '/locate-a-caliber-collision-center/queen-creek' => 'https://www.caliber.com/find-a-location/queen-creek', '/locate-a-caliber-collision-center/queensbury' => 'https://www.caliber.com/find-a-location/queensbury', '/locate-a-caliber-collision-center/queens-village' => 'https://www.caliber.com/find-a-location/queens-village', '/locate-a-caliber-collision-center/raleigh-crabtree' => 'https://www.caliber.com/find-a-location/raleigh-fleet', '/locate-a-caliber-collision-center/raleigh-downtown' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-glenwood-ave' => 'https://www.caliber.com/find-a-location/raleigh-glenwood-ave', '/locate-a-caliber-collision-center/raleigh-new-bern-ave' => 'https://www.caliber.com/find-a-location/raleigh-new-bern-ave', '/locate-a-caliber-collision-center/raleigh-non-drive' => 'https://www.caliber.com/find-a-location/raleigh-non-drive', '/locate-a-caliber-collision-center/raleigh-paragon' => 'https://www.caliber.com/find-a-location/raleigh-paragon', '/locate-a-caliber-collision-center/rancho-cordova' => 'https://www.caliber.com/find-a-location/rancho-cordova', '/locate-a-caliber-collision-center/rancho-cucamonga' => 'https://www.caliber.com/find-a-location/rancho-cucamonga', '/locate-a-caliber-collision-center/rancho-santa-margarita' => 'https://www.caliber.com/find-a-location/rancho-santa-margarita', '/locate-a-caliber-collision-center/randallstown' => 'https://www.caliber.com/find-a-location/randallstown', '/locate-a-caliber-collision-center/reading-centre-ave' => 'https://www.caliber.com/find-a-location/reading-centre-ave', '/locate-a-caliber-collision-center/redlands' => 'https://www.caliber.com/find-a-location/redlands', '/locate-a-caliber-collision-center/red-mill' => 'https://www.caliber.com/find-a-location/red-mill', '/locate-a-caliber-collision-center/red-oak' => 'https://www.caliber.com/find-a-location/red-oak', '/locate-a-caliber-collision-center/redwood-city' => 'https://www.caliber.com/find-a-location/redwood-city', '/locate-a-caliber-collision-center/redwood-city-north' => 'https://www.caliber.com/find-a-location/redwood-city-north', '/locate-a-caliber-collision-center/reisterstown' => 'https://www.caliber.com/find-a-location/reisterstown', '/locate-a-caliber-collision-center/reno' => 'https://www.caliber.com/find-a-location/reno', '/locate-a-caliber-collision-center/renton' => 'https://www.caliber.com/find-a-location/renton', '/locate-a-caliber-collision-center/reseda' => 'https://www.caliber.com/find-a-location/reseda', '/locate-a-caliber-collision-center/rialto' => 'https://www.caliber.com/find-a-location/rialto', '/locate-a-caliber-collision-center/richardson' => 'https://www.caliber.com/find-a-location/richardson', '/locate-a-caliber-collision-center/richmond-broad-st' => 'https://www.caliber.com/find-a-location/richmond-broad-st', '/locate-a-caliber-collision-center/richmond-chippenham-square' => 'https://www.caliber.com/find-a-location/richmond-chippenham-square', '/locate-a-caliber-collision-center/richmond-dabney-rd' => 'https://www.caliber.com/find-a-location/richmond-dabney-rd', '/locate-a-caliber-collision-center/richmond-eubank-rd' => 'https://www.caliber.com/find-a-location/richmond-eubank-rd', '/locate-a-caliber-collision-center/richmond-midlothian' => 'https://www.caliber.com/find-a-location/richmond-midlothian', '/locate-a-caliber-collision-center/richmond-non-drive' => 'https://www.caliber.com/find-a-location/richmond-non-drive', '/locate-a-caliber-collision-center/richmond-pocono' => 'https://www.caliber.com/find-a-location/richmond-pocono', '/locate-a-caliber-collision-center/richmond-ridgefield-pkwy' => 'https://www.caliber.com/find-a-location/richmond-ridgefield-pkwy', '/locate-a-caliber-collision-center/richmond-tx' => 'https://www.caliber.com/find-a-location/richmond-tx', '/locate-a-caliber-collision-center/rio-grande' => 'https://www.caliber.com/find-a-location/rio-grande', '/locate-a-caliber-collision-center/rising-sun-md' => 'https://www.caliber.com/find-a-location/rising-sun-md', '/locate-a-caliber-collision-center/riverhead' => 'https://www.caliber.com/find-a-location/riverhead', '/locate-a-caliber-collision-center/riverside' => 'https://www.caliber.com/find-a-location/riverside', '/locate-a-caliber-collision-center/riverside-14th-street' => 'https://www.caliber.com/find-a-location/riverside-14th-street', '/locate-a-caliber-collision-center/riverside-buchanan-st' => 'https://www.caliber.com/find-a-location/riverside-buchanan-st', '/locate-a-caliber-collision-center/riverside-downtown' => 'https://www.caliber.com/find-a-location/riverside-downtown', '/locate-a-caliber-collision-center/river-styx' => 'https://www.caliber.com/find-a-location/river-styx', '/locate-a-caliber-collision-center/riverton' => 'https://www.caliber.com/find-a-location/riverton', '/locate-a-caliber-collision-center/riverview' => 'https://www.caliber.com/find-a-location/riverview', '/locate-a-caliber-collision-center/roanoke-northeast' => 'https://www.caliber.com/find-a-location/roanoke-northeast', '/locate-a-caliber-collision-center/roanoke-south' => 'https://www.caliber.com/find-a-location/roanoke-south', '/locate-a-caliber-collision-center/roanoke-tx' => 'https://www.caliber.com/find-a-location/roanoke-tx', '/locate-a-caliber-collision-center/rochester-lake-ave' => 'https://www.caliber.com/find-a-location/rochester-lake-ave', '/locate-a-caliber-collision-center/rockford' => 'https://www.caliber.com/find-a-location/rockford', '/locate-a-caliber-collision-center/rock-hill' => 'https://www.caliber.com/find-a-location/rock-hill', '/locate-a-caliber-collision-center/rocklin' => 'https://www.caliber.com/find-a-location/rocklin', '/locate-a-caliber-collision-center/rockville' => 'https://www.caliber.com/find-a-location/rockville', '/locate-a-caliber-collision-center/rockwall' => 'https://www.caliber.com/find-a-location/rockwall', '/locate-a-caliber-collision-center/rocky-point' => 'https://www.caliber.com/find-a-location/rocky-point', '/locate-a-caliber-collision-center/rogers' => 'https://www.caliber.com/find-a-location/rogers', '/locate-a-caliber-collision-center/rosenberg' => 'https://www.caliber.com/find-a-location/rosenberg', '/locate-a-caliber-collision-center/roseville' => 'https://www.caliber.com/find-a-location/roseville', '/locate-a-caliber-collision-center/roseville-industrial-ave' => 'https://www.caliber.com/find-a-location/roseville-industrial-ave', '/locate-a-caliber-collision-center/roseville-mn' => 'https://www.caliber.com/find-a-location/roseville-mn', '/locate-a-caliber-collision-center/roseville-taylor-rd' => 'https://www.caliber.com/find-a-location/roseville-taylor-rd', '/locate-a-caliber-collision-center/roswell' => 'https://www.caliber.com/find-a-location/roswell', '/locate-a-caliber-collision-center/round-rock-commerce' => 'https://www.caliber.com/find-a-location/round-rock-commerce', '/locate-a-caliber-collision-center/round-rock-mays' => 'https://www.caliber.com/find-a-location/round-rock-mays', '/locate-a-caliber-collision-center/round-rock-sam-bass-rd' => 'https://www.caliber.com/find-a-location/round-rock-sam-bass-rd', '/locate-a-caliber-collision-center/royal-palm-beach' => 'https://www.caliber.com/find-a-location/royal-palm-beach', '/locate-a-caliber-collision-center/runnemede' => 'https://www.caliber.com/find-a-location/runnemede', '/locate-a-caliber-collision-center/sacramento-20th-st' => 'https://www.caliber.com/find-a-location/sacramento-20th-st', '/locate-a-caliber-collision-center/sacramento-antelope' => 'https://www.caliber.com/find-a-location/antelope', '/locate-a-caliber-collision-center/sacramento-citrus-heights' => 'https://www.caliber.com/find-a-location/citrus-heights', '/locate-a-caliber-collision-center/sacramento-florin-rd' => 'https://www.caliber.com/find-a-location/sacramento-florin-rd', '/locate-a-caliber-collision-center/sacramento-fulton-ave' => 'https://www.caliber.com/find-a-location/sacramento-fulton-ave', '/locate-a-caliber-collision-center/sacramento-lexington-st' => 'https://www.caliber.com/find-a-location/sacramento-lexington-st', '/locate-a-caliber-collision-center/sacramento-non-drive' => 'https://www.caliber.com/find-a-location/sacramento-non-drive', '/locate-a-caliber-collision-center/sacramento-stockton-blvd' => 'https://www.caliber.com/find-a-location/sacramento-stockton-blvd', '/locate-a-caliber-collision-center/sacramento-tower-ave' => 'https://www.caliber.com/find-a-location/sacramento-tower-ave', '/locate-a-caliber-collision-center/sacramento-university' => 'https://www.caliber.com/find-a-location/sacramento-university', '/locate-a-caliber-collision-center/salem-or-north' => 'https://www.caliber.com/find-a-location/salem-or-north', '/locate-a-caliber-collision-center/salem-or-south' => 'https://www.caliber.com/find-a-location/salem-or-south', '/locate-a-caliber-collision-center/salinas-downtown' => 'https://www.caliber.com/find-a-location/salinas-downtown', '/locate-a-caliber-collision-center/salisbury' => 'https://www.caliber.com/find-a-location/salisbury', '/locate-a-caliber-collision-center/salisbury-south' => 'https://www.caliber.com/find-a-location/salisbury-south', '/locate-a-caliber-collision-center/salt-lake-city-downtown' => 'https://www.caliber.com/find-a-location/salt-lake-city-downtown', '/locate-a-caliber-collision-center/salt-lake-city-s-state-st' => 'https://www.caliber.com/find-a-location/salt-lake-city-s-state-st', '/locate-a-caliber-collision-center/san-angelo-w-beauregard' => 'https://www.caliber.com/find-a-location/san-angelo-w-beauregard', '/locate-a-caliber-collision-center/san-antonio-281-north' => 'https://www.caliber.com/find-a-location/san-antonio-281-n', '/locate-a-caliber-collision-center/san-antonio-281-overlook' => 'https://www.caliber.com/find-a-location/san-antonio-281-overlook', '/locate-a-caliber-collision-center/san-antonio-airport' => 'https://www.caliber.com/find-a-location/san-antonio-airport', '/locate-a-caliber-collision-center/san-antonio-austin-hwy' => 'https://www.caliber.com/find-a-location/san-antonio-austin-hwy', '/locate-a-caliber-collision-center/san-antonio-bandera' => 'https://www.caliber.com/find-a-location/san-antonio-bandera', '/locate-a-caliber-collision-center/san-antonio-blanco' => 'https://www.caliber.com/find-a-location/san-antonio-blanco', '/locate-a-caliber-collision-center/san-antonio-cavender' => 'https://www.caliber.com/find-a-location/san-antonio-cavender', '/locate-a-caliber-collision-center/san-antonio-city-base' => 'https://www.caliber.com/find-a-location/san-antonio-city-base', '/locate-a-caliber-collision-center/san-antonio-converse' => 'https://www.caliber.com/find-a-location/san-antonio-converse', '/locate-a-caliber-collision-center/san-antonio-culebra-rd' => 'https://www.caliber.com/find-a-location/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-downtown' => 'https://www.caliber.com/find-a-location/san-antonio-downtown', '/locate-a-caliber-collision-center/san-antonio-foster-rd' => 'https://www.caliber.com/find-a-location/san-antonio-foster-rd', '/locate-a-caliber-collision-center/san-antonio-garden-ridge' => 'https://www.caliber.com/find-a-location/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/san-antonio-ih-10' => 'https://www.caliber.com/find-a-location/san-antonio-ih-10', '/locate-a-caliber-collision-center/san-antonio-loop-1604' => 'https://www.caliber.com/find-a-location/san-antonio-loop-1604', '/locate-a-caliber-collision-center/san-antonio-non-drive' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive', '/locate-a-caliber-collision-center/san-antonio-non-drive-north' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive-north', '/locate-a-caliber-collision-center/san-antonio-nw-loop-410' => 'https://www.caliber.com/find-a-location/san-antonio-nw-loop-410', '/locate-a-caliber-collision-center/san-antonio-san-pedro' => 'https://www.caliber.com/find-a-location/san-antonio-san-pedro', '/locate-a-caliber-collision-center/san-antonio-w-marbach' => 'https://www.caliber.com/find-a-location/san-antonio-w-marbach', '/locate-a-caliber-collision-center/san-bernardino' => 'https://www.caliber.com/find-a-location/san-bernardino', '/locate-a-caliber-collision-center/san-carlos' => 'https://www.caliber.com/find-a-location/san-carlos', '/locate-a-caliber-collision-center/san-clemente' => 'https://www.caliber.com/find-a-location/san-clemente', '/locate-a-caliber-collision-center/san-diego-bay-park' => 'https://www.caliber.com/find-a-location/san-diego-bay-park', '/locate-a-caliber-collision-center/san-diego-downtown' => 'https://www.caliber.com/find-a-location/san-diego-downtown', '/locate-a-caliber-collision-center/san-diego-north-park' => 'https://www.caliber.com/find-a-location/san-diego-north-park', '/locate-a-caliber-collision-center/san-diego-point-loma' => 'https://www.caliber.com/find-a-location/san-diego-point-loma', '/locate-a-caliber-collision-center/sandy' => 'https://www.caliber.com/find-a-location/sandy', '/locate-a-caliber-collision-center/sandy-east' => 'https://www.caliber.com/find-a-location/sandy-east', '/locate-a-caliber-collision-center/sanford' => 'https://www.caliber.com/find-a-location/sanford', '/locate-a-caliber-collision-center/san-jose-airport' => 'https://www.caliber.com/find-a-location/san-jose-airport', '/locate-a-caliber-collision-center/san-jose-downtown' => 'https://www.caliber.com/find-a-location/san-jose-downtown', '/locate-a-caliber-collision-center/san-jose-monterey-rd' => 'https://www.caliber.com/find-a-location/san-jose-monterey-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-st' => 'https://www.caliber.com/find-a-location/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan-capistrano' => 'https://www.caliber.com/find-a-location/san-juan-capistrano', '/locate-a-caliber-collision-center/san-leandro' => 'https://www.caliber.com/find-a-location/san-leandro', '/locate-a-caliber-collision-center/san-leandro-teagarden-st' => 'https://www.caliber.com/find-a-location/san-leandro-teagarden-st', '/locate-a-caliber-collision-center/san-luis-obispo-airport' => 'https://www.caliber.com/find-a-location/san-luis-obispo-airport', '/locate-a-caliber-collision-center/san-luis-obispo-granada-dr' => 'https://www.caliber.com/find-a-location/san-luis-obispo-granada-dr', '/locate-a-caliber-collision-center/san-marcos' => 'https://www.caliber.com/find-a-location/san-marcos', '/locate-a-caliber-collision-center/san-marcos-non-drive' => 'https://www.caliber.com/find-a-location/san-marcos-non-drive', '/locate-a-caliber-collision-center/san-marcos-tx' => 'https://www.caliber.com/find-a-location/san-marcos-tx', '/locate-a-caliber-collision-center/san-rafael' => 'https://www.caliber.com/find-a-location/san-rafael', '/locate-a-caliber-collision-center/san-ramon' => 'https://www.caliber.com/find-a-location/san-ramon', '/locate-a-caliber-collision-center/santa-ana' => 'https://www.caliber.com/find-a-location/santa-ana', '/locate-a-caliber-collision-center/santa-barbara' => 'https://www.caliber.com/find-a-location/santa-barbara', '/locate-a-caliber-collision-center/santa-barbara-edison-ave' => 'https://www.caliber.com/find-a-location/santa-barbara-edison-ave', '/locate-a-caliber-collision-center/santa-barbara-gutierrez' => 'https://www.caliber.com/find-a-location/santa-barbara-gutierrez', '/locate-a-caliber-collision-center/santa-clara-de-la-cruz-blvd' => 'https://www.caliber.com/find-a-location/santa-clara-de-la-cruz-blvd', '/locate-a-caliber-collision-center/santa-cruz' => 'https://www.caliber.com/find-a-location/santa-cruz', '/locate-a-caliber-collision-center/santa-fe-siler-rd' => 'https://www.caliber.com/find-a-location/santa-fe-siler-rd', '/locate-a-caliber-collision-center/santa-fe-springs' => 'https://www.caliber.com/find-a-location/santa-fe-springs', '/locate-a-caliber-collision-center/santa-maria' => 'https://www.caliber.com/find-a-location/santa-maria', '/locate-a-caliber-collision-center/santa-monica' => 'https://www.caliber.com/find-a-location/santa-monica', '/locate-a-caliber-collision-center/santa-monica-lincoln' => 'https://www.caliber.com/find-a-location/santa-monica-lincoln', '/locate-a-caliber-collision-center/santa-monica-pico-blvd' => 'https://www.caliber.com/find-a-location/santa-monica-pico-blvd', '/locate-a-caliber-collision-center/saraland' => 'https://www.caliber.com/find-a-location/saraland', '/locate-a-caliber-collision-center/sarasota-cattlemen-rd' => 'https://www.caliber.com/find-a-location/sarasota-cattlemen-rd', '/locate-a-caliber-collision-center/saratoga-springs' => 'https://www.caliber.com/find-a-location/saratoga-springs', '/locate-a-caliber-collision-center/savage' => 'https://www.caliber.com/find-a-location/savage', '/locate-a-caliber-collision-center/schaumburg' => 'https://www.caliber.com/find-a-location/schaumburg', '/locate-a-caliber-collision-center/schenectady' => 'https://www.caliber.com/find-a-location/schenectady', '/locate-a-caliber-collision-center/schiller-park' => 'https://www.caliber.com/find-a-location/schiller-park', '/locate-a-caliber-collision-center/scottsdale' => 'https://www.caliber.com/find-a-location/scottsdale', '/locate-a-caliber-collision-center/scottsdale-old-town' => 'https://www.caliber.com/find-a-location/scottsdale-old-town', '/locate-a-caliber-collision-center/scottsdale-raintree-dr' => 'https://www.caliber.com/find-a-location/scottsdale-raintree-dr', '/locate-a-caliber-collision-center/seaside' => 'https://www.caliber.com/find-a-location/seaside', '/locate-a-caliber-collision-center/seattle-aurora' => 'https://www.caliber.com/find-a-location/seattle-aurora', '/locate-a-caliber-collision-center/seattle-ballard' => 'https://www.caliber.com/find-a-location/seattle-ballard', '/locate-a-caliber-collision-center/seattle-magnolia' => 'https://www.caliber.com/find-a-location/seattle-magnolia', '/locate-a-caliber-collision-center/seymour' => 'https://www.caliber.com/find-a-location/seymour', '/locate-a-caliber-collision-center/shakopee' => 'https://www.caliber.com/find-a-location/shakopee', '/locate-a-caliber-collision-center/shallotte' => 'https://www.caliber.com/find-a-location/shallotte', '/locate-a-caliber-collision-center/shorewood' => 'https://www.caliber.com/find-a-location/shorewood', '/locate-a-caliber-collision-center/shrewsbury' => 'https://www.caliber.com/find-a-location/shrewsbury', '/locate-a-caliber-collision-center/sicklerville' => 'https://www.caliber.com/find-a-location/sicklerville', '/locate-a-caliber-collision-center/signal-hill' => 'https://www.caliber.com/find-a-location/signal-hill', '/locate-a-caliber-collision-center/silicon-valley-non-drive' => 'https://www.caliber.com/find-a-location/silicon-valley-non-drive', '/locate-a-caliber-collision-center/silver-spring' => 'https://www.caliber.com/find-a-location/silver-spring', '/locate-a-caliber-collision-center/silverthorne' => 'https://www.caliber.com/find-a-location/silverthorne', '/locate-a-caliber-collision-center/simi-valley' => 'https://www.caliber.com/find-a-location/simi-valley', '/locate-a-caliber-collision-center/skokie' => 'https://www.caliber.com/find-a-location/skokie', '/locate-a-caliber-collision-center/skokie-howard-st' => 'https://www.caliber.com/find-a-location/skokie-w-howard-st', '/locate-a-caliber-collision-center/smyrna' => 'https://www.caliber.com/find-a-location/smyrna', '/locate-a-caliber-collision-center/snellville' => 'https://www.caliber.com/find-a-location/snellville', '/locate-a-caliber-collision-center/snohomish' => 'https://www.caliber.com/find-a-location/snohomish', '/locate-a-caliber-collision-center/south-bay' => 'https://www.caliber.com/find-a-location/south-bay', '/locate-a-caliber-collision-center/south-el-monte' => 'https://www.caliber.com/find-a-location/south-el-monte', '/locate-a-caliber-collision-center/south-euclid' => 'https://www.caliber.com/find-a-location/south-euclid', '/locate-a-caliber-collision-center/south-lamar' => 'https://www.caliber.com/find-a-location/austin-south-lamar', '/locate-a-caliber-collision-center/south-minneapolis' => 'https://www.caliber.com/find-a-location/south-minneapolis', '/locate-a-caliber-collision-center/south-san-diego' => 'https://www.caliber.com/find-a-location/south-san-diego', '/locate-a-caliber-collision-center/south-san-jose' => 'https://www.caliber.com/find-a-location/south-san-jose', '/locate-a-caliber-collision-center/south-tampa' => 'https://www.caliber.com/find-a-location/south-tampa', '/locate-a-caliber-collision-center/spanish-fort' => 'https://www.caliber.com/find-a-location/spanish-fort', '/locate-a-caliber-collision-center/sparks' => 'https://www.caliber.com/find-a-location/sparks', '/locate-a-caliber-collision-center/spartanburg-image-drive' => 'https://www.caliber.com/find-a-location/spartanburg-image-dr', '/locate-a-caliber-collision-center/spartanburg-westside' => 'https://www.caliber.com/find-a-location/spartanburg-westside', '/locate-a-caliber-collision-center/spokane-valley' => 'https://www.caliber.com/find-a-location/spokane-valley', '/locate-a-caliber-collision-center/spring' => 'https://www.caliber.com/find-a-location/spring', '/locate-a-caliber-collision-center/spring-aldine-westfield' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/spring-branch' => 'https://www.caliber.com/find-a-location/spring-branch', '/locate-a-caliber-collision-center/springfield' => 'https://www.caliber.com/find-a-location/springfield', '/locate-a-caliber-collision-center/springfield-or' => 'https://www.caliber.com/find-a-location/springfield-or', '/locate-a-caliber-collision-center/spring-rayford-rd' => 'https://www.caliber.com/find-a-location/spring-rayford-rd', '/locate-a-caliber-collision-center/spring-valley' => 'https://www.caliber.com/find-a-location/spring-valley', '/locate-a-caliber-collision-center/stafford-rx' => 'https://www.caliber.com/find-a-location/stafford-rx', '/locate-a-caliber-collision-center/st-charles' => 'https://www.caliber.com/find-a-location/st-charles', '/locate-a-caliber-collision-center/st-cloud' => 'https://www.caliber.com/find-a-location/st-cloud', '/locate-a-caliber-collision-center/sterling' => 'https://www.caliber.com/find-a-location/sterling', '/locate-a-caliber-collision-center/sterling-fleet' => 'https://www.caliber.com/find-a-location/sterling-fleet', '/locate-a-caliber-collision-center/sterling-rx' => 'https://www.caliber.com/find-a-location/sterling-rx', '/locate-a-caliber-collision-center/st-francis' => 'https://www.caliber.com/find-a-location/st-francis', '/locate-a-caliber-collision-center/stillwater' => 'https://www.caliber.com/find-a-location/stillwater', '/locate-a-caliber-collision-center/st-louis-big-bend-rd' => 'https://www.caliber.com/find-a-location/st-louis-big-bend-rd', '/locate-a-caliber-collision-center/st-louis-park' => 'https://www.caliber.com/find-a-location/st-louis-park', '/locate-a-caliber-collision-center/stockton' => 'https://www.caliber.com/find-a-location/stockton', '/locate-a-caliber-collision-center/stone-mountain' => 'https://www.caliber.com/find-a-location/stone-mountain', '/locate-a-caliber-collision-center/st-paul-midway' => 'https://www.caliber.com/find-a-location/st-paul-midway', '/locate-a-caliber-collision-center/st-petersburg' => 'https://www.caliber.com/find-a-location/st-petersburg', '/locate-a-caliber-collision-center/stuart' => 'https://www.caliber.com/find-a-location/stuart', '/locate-a-caliber-collision-center/suffolk' => 'https://www.caliber.com/find-a-location/suffolk', '/locate-a-caliber-collision-center/summerlin' => 'https://www.caliber.com/find-a-location/summerlin', '/locate-a-caliber-collision-center/summerville' => 'https://www.caliber.com/find-a-location/summerville', '/locate-a-caliber-collision-center/sunderland' => 'https://www.caliber.com/find-a-location/sunderland', '/locate-a-caliber-collision-center/sunnyvale' => 'https://www.caliber.com/find-a-location/sunnyvale', '/locate-a-caliber-collision-center/sunnyvale-east' => 'https://www.caliber.com/find-a-location/sunnyvale-east', '/locate-a-caliber-collision-center/surprise' => 'https://www.caliber.com/find-a-location/surprise', '/locate-a-caliber-collision-center/suwanee' => 'https://www.caliber.com/find-a-location/suwanee', '/locate-a-caliber-collision-center/swansea' => 'https://www.caliber.com/find-a-location/swansea', '/locate-a-caliber-collision-center/sylmar' => 'https://www.caliber.com/find-a-location/sylmar', '/locate-a-caliber-collision-center/tacoma' => 'https://www.caliber.com/find-a-location/tacoma', '/locate-a-caliber-collision-center/tacoma-allenmore' => 'https://www.caliber.com/find-a-location/tacoma-allenmore', '/locate-a-caliber-collision-center/tampa-anderson-rd' => 'https://www.caliber.com/find-a-location/tampa-anderson-rd', '/locate-a-caliber-collision-center/tampa-carrollwood' => 'https://www.caliber.com/find-a-location/tampa-carrollwood', '/locate-a-caliber-collision-center/tampa-nebraska-ave' => 'https://www.caliber.com/find-a-location/tampa-nebraska-ave', '/locate-a-caliber-collision-center/tampa-n-florida-ave' => 'https://www.caliber.com/find-a-location/tampa-n-florida-ave', '/locate-a-caliber-collision-center/tampa-us-301' => 'https://www.caliber.com/find-a-location/tampa-us-301', '/locate-a-caliber-collision-center/tarpon-springs' => 'https://www.caliber.com/find-a-location/tarpon-springs', '/locate-a-caliber-collision-center/taylors' => 'https://www.caliber.com/find-a-location/taylors', '/locate-a-caliber-collision-center/temecula' => 'https://www.caliber.com/find-a-location/temecula', '/locate-a-caliber-collision-center/tempe' => 'https://www.caliber.com/find-a-location/tempe', '/locate-a-caliber-collision-center/tempe-chandler' => 'https://www.caliber.com/find-a-location/tempe-chandler', '/locate-a-caliber-collision-center/temple' => 'https://www.caliber.com/find-a-location/temple-avenue-m', '/locate-a-caliber-collision-center/temple-ih-35' => 'https://www.caliber.com/find-a-location/temple-ih-35', '/locate-a-caliber-collision-center/terre-haute' => 'https://www.caliber.com/find-a-location/terre-haute', '/locate-a-caliber-collision-center/texarkana' => 'https://www.caliber.com/find-a-location/texarkana', '/locate-a-caliber-collision-center/the-woodlands' => 'https://www.caliber.com/find-a-location/the-woodlands', '/locate-a-caliber-collision-center/thornton' => 'https://www.caliber.com/find-a-location/thornton', '/locate-a-caliber-collision-center/thornton-grant-st' => 'https://www.caliber.com/find-a-location/thornton-grant-st', '/locate-a-caliber-collision-center/thousand-oaks' => 'https://www.caliber.com/find-a-location/thousand-oaks', '/locate-a-caliber-collision-center/tigard' => 'https://www.caliber.com/find-a-location/tigard', '/locate-a-caliber-collision-center/tilmans-corner' => 'https://www.caliber.com/find-a-location/tillmans-corner', '/locate-a-caliber-collision-center/tomball' => 'https://www.caliber.com/find-a-location/tomball', '/locate-a-caliber-collision-center/toms-river' => 'https://www.caliber.com/find-a-location/toms-river', '/locate-a-caliber-collision-center/tooele' => 'https://www.caliber.com/find-a-location/tooele', '/locate-a-caliber-collision-center/torrance' => 'https://www.caliber.com/find-a-location/torrance', '/locate-a-caliber-collision-center/tracy' => 'https://www.caliber.com/find-a-location/tracy', '/locate-a-caliber-collision-center/tracy-west' => 'https://www.caliber.com/find-a-location/tracy-west', '/locate-a-caliber-collision-center/troy' => 'https://www.caliber.com/find-a-location/troy', '/locate-a-caliber-collision-center/troy-oh' => 'https://www.caliber.com/find-a-location/troy-oh', '/locate-a-caliber-collision-center/tualatin' => 'https://www.caliber.com/find-a-location/tualatin', '/locate-a-caliber-collision-center/tucker' => 'https://www.caliber.com/find-a-location/tucker', '/locate-a-caliber-collision-center/tucson-palo-verde' => 'https://www.caliber.com/find-a-location/tucson-palo-verde', '/locate-a-caliber-collision-center/tucson-research' => 'https://www.caliber.com/find-a-location/tucson-research', '/locate-a-caliber-collision-center/tucson-university' => 'https://www.caliber.com/find-a-location/tucson-university', '/locate-a-caliber-collision-center/tujunga' => 'https://www.caliber.com/find-a-location/tujunga', '/locate-a-caliber-collision-center/tulare' => 'https://www.caliber.com/find-a-location/tulare', '/locate-a-caliber-collision-center/tustin' => 'https://www.caliber.com/find-a-location/tustin', '/locate-a-caliber-collision-center/twentynine-palms' => 'https://www.caliber.com/find-a-location/twentynine-palms', '/locate-a-caliber-collision-center/twin-falls-west' => 'https://www.caliber.com/find-a-location/twin-falls-west', '/locate-a-caliber-collision-center/tyler-east' => 'https://www.caliber.com/find-a-location/tyler-east', '/locate-a-caliber-collision-center/tysons-corner' => 'https://www.caliber.com/find-a-location/tysons-corner', '/locate-a-caliber-collision-center/union-city' => 'https://www.caliber.com/find-a-location/union-city', '/locate-a-caliber-collision-center/university-city' => 'https://www.caliber.com/find-a-location/university-city', '/locate-a-caliber-collision-center/upland' => 'https://www.caliber.com/find-a-location/upland', '/locate-a-caliber-collision-center/utica' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/utica-lincoln-ave' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/vacaville' => 'https://www.caliber.com/find-a-location/vacaville', '/locate-a-caliber-collision-center/vacaville-union-way' => 'https://www.caliber.com/find-a-location/vacaville-union-way', '/locate-a-caliber-collision-center/valencia' => 'https://www.caliber.com/find-a-location/valencia', '/locate-a-caliber-collision-center/vallejo' => 'https://www.caliber.com/find-a-location/vallejo', '/locate-a-caliber-collision-center/valley-ranch' => 'https://www.caliber.com/find-a-location/valley-ranch', '/locate-a-caliber-collision-center/vancouver-cascade' => 'https://www.caliber.com/find-a-location/vancouver-cascade', '/locate-a-caliber-collision-center/vancouver-hazel-dell' => 'https://www.caliber.com/find-a-location/vancouver-hazel-dell', '/locate-a-caliber-collision-center/vancouver-mill-plain' => 'https://www.caliber.com/find-a-location/vancouver-mill-plain', '/locate-a-caliber-collision-center/vancouver-orchards' => 'https://www.caliber.com/find-a-location/vancouver-orchards', '/locate-a-caliber-collision-center/vandalia' => 'https://www.caliber.com/find-a-location/vandalia', '/locate-a-caliber-collision-center/van-nuys' => 'https://www.caliber.com/find-a-location/van-nuys', '/locate-a-caliber-collision-center/venice' => 'https://www.caliber.com/find-a-location/venice', '/locate-a-caliber-collision-center/ventura' => 'https://www.caliber.com/find-a-location/ventura', '/locate-a-caliber-collision-center/verde-valley' => 'https://www.caliber.com/find-a-location/verde-valley', '/locate-a-caliber-collision-center/victorville' => 'https://www.caliber.com/find-a-location/victorville', '/locate-a-caliber-collision-center/victorville-west' => 'https://www.caliber.com/find-a-location/victorville-west', '/locate-a-caliber-collision-center/vineland' => 'https://www.caliber.com/find-a-location/vineland', '/locate-a-caliber-collision-center/virginia-beach-birdneck' => 'https://www.caliber.com/find-a-location/virginia-beach-birdneck', '/locate-a-caliber-collision-center/virginia-beach-lynnhaven' => 'https://www.caliber.com/find-a-location/virginia-beach-lynnhaven', '/locate-a-caliber-collision-center/virginia-beach-non-drive' => 'https://www.caliber.com/find-a-location/virginia-beach-non-drive', '/locate-a-caliber-collision-center/virginia-beach-oceana-south' => 'https://www.caliber.com/find-a-location/virginia-beach-oceana-south', '/locate-a-caliber-collision-center/visalia' => 'https://www.caliber.com/find-a-location/visalia', '/locate-a-caliber-collision-center/vista' => 'https://www.caliber.com/find-a-location/vista', '/locate-a-caliber-collision-center/wadsworth' => 'https://www.caliber.com/find-a-location/wadsworth', '/locate-a-caliber-collision-center/wakefield' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wake-forest' => 'https://www.caliber.com/find-a-location/wake-forest', '/locate-a-caliber-collision-center/waldorf' => 'https://www.caliber.com/find-a-location/waldorf', '/locate-a-caliber-collision-center/walnut' => 'https://www.caliber.com/find-a-location/walnut', '/locate-a-caliber-collision-center/walnut-creek-main-st' => 'https://www.caliber.com/find-a-location/walnut-creek-main-st', '/locate-a-caliber-collision-center/walnut-creek-pine-st' => 'https://www.caliber.com/find-a-location/walnut-creek-pine-st', '/locate-a-caliber-collision-center/warminster' => 'https://www.caliber.com/find-a-location/warminster', '/locate-a-caliber-collision-center/warner-robins' => 'https://www.caliber.com/find-a-location/warner-robins', '/locate-a-caliber-collision-center/warrenton-non-drive' => 'https://www.caliber.com/find-a-location/warrenton-non-drive', '/locate-a-caliber-collision-center/warrenville' => 'https://www.caliber.com/find-a-location/warrenville', '/locate-a-caliber-collision-center/washington-township' => 'https://www.caliber.com/find-a-location/washington-township', '/locate-a-caliber-collision-center/watsonville' => 'https://www.caliber.com/find-a-location/watsonville', '/locate-a-caliber-collision-center/waukegan' => 'https://www.caliber.com/find-a-location/waukegan', '/locate-a-caliber-collision-center/waukesha' => 'https://www.caliber.com/find-a-location/waukesha', '/locate-a-caliber-collision-center/waukesha-north' => 'https://www.caliber.com/find-a-location/waukesha-north', '/locate-a-caliber-collision-center/weatherford' => 'https://www.caliber.com/find-a-location/weatherford', '/locate-a-caliber-collision-center/webster' => 'https://www.caliber.com/find-a-location/webster', '/locate-a-caliber-collision-center/wellington' => 'https://www.caliber.com/find-a-location/wellington', '/locate-a-caliber-collision-center/wenatchee' => 'https://www.caliber.com/find-a-location/wenatchee', '/locate-a-caliber-collision-center/wentzville' => 'https://www.caliber.com/find-a-location/wentzville', '/locate-a-caliber-collision-center/wesley-chapel' => 'https://www.caliber.com/find-a-location/wesley-chapel', '/locate-a-caliber-collision-center/west-allis' => 'https://www.caliber.com/find-a-location/west-allis', '/locate-a-caliber-collision-center/west-allis-lincoln-ave' => 'https://www.caliber.com/find-a-location/west-allis-lincoln-ave', '/locate-a-caliber-collision-center/west-ashley' => 'https://www.caliber.com/find-a-location/west-ashley', '/locate-a-caliber-collision-center/west-chester-oh' => 'https://www.caliber.com/find-a-location/west-chester-oh', '/locate-a-caliber-collision-center/west-chester-pa' => 'https://www.caliber.com/find-a-location/west-chester-pa', '/locate-a-caliber-collision-center/west-denton' => 'https://www.caliber.com/find-a-location/west-denton', '/locate-a-caliber-collision-center/west-denver' => 'https://www.caliber.com/find-a-location/west-denver', '/locate-a-caliber-collision-center/west-frisco' => 'https://www.caliber.com/find-a-location/west-frisco-fm-423', '/locate-a-caliber-collision-center/westlake-village' => 'https://www.caliber.com/find-a-location/westlake-village', '/locate-a-caliber-collision-center/westlake-village-east' => 'https://www.caliber.com/find-a-location/westlake-village-east', '/locate-a-caliber-collision-center/westminster' => 'https://www.caliber.com/find-a-location/westminster', '/locate-a-caliber-collision-center/westminster-co' => 'https://www.caliber.com/find-a-location/westminster-co', '/locate-a-caliber-collision-center/westminster-co-pierce-st' => 'https://www.caliber.com/find-a-location/westminster-co-pierce-st', '/locate-a-caliber-collision-center/westmont' => 'https://www.caliber.com/find-a-location/westmont', '/locate-a-caliber-collision-center/west-plano' => 'https://www.caliber.com/find-a-location/west-plano', '/locate-a-caliber-collision-center/west-sacramento' => 'https://www.caliber.com/find-a-location/west-sacramento', '/locate-a-caliber-collision-center/west-salem' => 'https://www.caliber.com/find-a-location/west-salem', '/locate-a-caliber-collision-center/west-san-antonio' => 'https://www.caliber.com/find-a-location/san-antonio-west', '/locate-a-caliber-collision-center/west-st-paul' => 'https://www.caliber.com/find-a-location/west-st-paul', '/locate-a-caliber-collision-center/west-valley-city' => 'https://www.caliber.com/find-a-location/west-valley-city', '/locate-a-caliber-collision-center/wheat-ridge-independence-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-robb-st', '/locate-a-caliber-collision-center/wheat-ridge-w-48th-ave' => 'https://www.caliber.com/find-a-location/wheat-ridge-w-48th-ave', '/locate-a-caliber-collision-center/white-marsh' => 'https://www.caliber.com/find-a-location/white-marsh', '/locate-a-caliber-collision-center/white-plains' => 'https://www.caliber.com/find-a-location/white-plains', '/locate-a-caliber-collision-center/whittier' => 'https://www.caliber.com/find-a-location/whittier', '/locate-a-caliber-collision-center/williamsburg' => 'https://www.caliber.com/find-a-location/williamsburg', '/locate-a-caliber-collision-center/willow-glen' => 'https://www.caliber.com/find-a-location/willow-glen', '/locate-a-caliber-collision-center/wilmington-de-germay-dr' => 'https://www.caliber.com/find-a-location/wilmington-de-germay-dr', '/locate-a-caliber-collision-center/wilmington-de-newport-pike' => 'https://www.caliber.com/find-a-location/wilmington-de-newport-pike', '/locate-a-caliber-collision-center/wilmington-hwy-21' => 'https://www.caliber.com/find-a-location/wilmington-hwy-421', '/locate-a-caliber-collision-center/wilmington-market-st' => 'https://www.caliber.com/find-a-location/wilmington-market-street', '/locate-a-caliber-collision-center/winchester' => 'https://www.caliber.com/find-a-location/winchester', '/locate-a-caliber-collision-center/winnetka' => 'https://www.caliber.com/find-a-location/winnetka', '/locate-a-caliber-collision-center/wolfchase' => 'https://www.caliber.com/find-a-location/wolfchase', '/locate-a-caliber-collision-center/woodbridge' => 'https://www.caliber.com/find-a-location/woodbridge', '/locate-a-caliber-collision-center/woodcrest' => 'https://www.caliber.com/find-a-location/woodcrest', '/locate-a-caliber-collision-center/woodridge' => 'https://www.caliber.com/find-a-location/woodridge', '/locate-a-caliber-collision-center/wooster-east' => 'https://www.caliber.com/find-a-location/wooster-east', '/locate-a-caliber-collision-center/wooster-north' => 'https://www.caliber.com/find-a-location/wooster-north', '/locate-a-caliber-collision-center/wylie' => 'https://www.caliber.com/find-a-location/wylie', '/locate-a-caliber-collision-center/xenia' => 'https://www.caliber.com/find-a-location/xenia', '/locate-a-caliber-collision-center/yakima' => 'https://www.caliber.com/find-a-location/yakima', '/locate-a-caliber-collision-center/yelm' => 'https://www.caliber.com/find-a-location/yelm', '/locate-a-caliber-collision-center/yuba-city' => 'https://www.caliber.com/find-a-location/yuba-city', '/locate-a-caliber-collision-center/zion' => 'https://www.caliber.com/find-a-location/zion', '/locate-a-caliber-collision-center/zionsville' => 'https://www.caliber.com/find-a-location/zionsville', '/about-us/community-involvement/carry-the-load/' => 'https://www.caliber.com/why-caliber', '/april-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/april-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/blog' => 'https://www.caliber.com/why-caliber', '/careers/' => 'https://jobsatcaliber.com/', '/combine/' => 'https://www.caliber.com/why-caliber', '/december-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-customer-email/' => 'https://www.caliber.com/leave-a-review', '/emails/october-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/september-email-2014/' => 'https://www.caliber.com/leave-a-review', '/employment/' => 'https://jobsatcaliber.com/', '/fast-track-dealer-referral' => 'https://www.caliber.com/why-caliber', '/february-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/february-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-email-2015' => 'https://www.caliber.com/leave-a-review', '/get-a-free-online-estimate/' => 'https://www.caliber.com/online-estimate', '/heroesdayregistration' => 'https://www.caliber.com/why-caliber', '/holiday2020' => 'https://www.caliber.com/newsroom', '/houston-blood-drive' => 'https://www.caliber.com/newsroom', '/hub-of-help' => 'https://www.caliber.com/shop-talk', '/hub-of-help/how-does-a-seatbelt-protect-you-in-a-car-accident' => 'https://www.caliber.com/shop-talk/what-to-do-after-a-car-accident/', '/hub-of-help/should-you-replace-your-childs-seat-after-a-car-accident' => 'https://www.caliber.com/shop-talk', '/january-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2020-email' => 'https://www.caliber.com/leave-a-review', '/july-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/locate-a-caliber-collision-center/?zip=' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/albany-or' => 'https://www.caliber.com/find-a-location/albany-or', '/locate-a-caliber-collision-center/asheville-patton-ave' => 'https://www.caliber.com/find-a-location/asheville-patton-ave', '/locate-a-caliber-collision-center/bend-southeast' => 'https://www.caliber.com/find-a-location/bend-southeast', '/locate-a-caliber-collision-center/berkeley-shattuck-ave' => 'https://www.caliber.com/find-a-location/berkeley-shattuck-ave', '/locate-a-caliber-collision-center/bethel-park' => 'https://www.caliber.com/find-a-location/bethel-park', '/locate-a-caliber-collision-center/bloomfield-nj' => 'https://www.caliber.com/find-a-location/bloomfield-nj', '/locate-a-caliber-collision-center/boise-royal-blvd' => 'https://www.caliber.com/find-a-location/boise-royal-blvd', '/locate-a-caliber-collision-center/cary-crossroads/' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard/' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/chalfont' => 'https://www.caliber.com/find-a-location/chalfont', '/locate-a-caliber-collision-center/chesterland' => 'https://www.caliber.com/find-a-location/chesterland', '/locate-a-caliber-collision-center/cold-spring' => 'https://www.caliber.com/find-a-location/cold-spring', '/locate-a-caliber-collision-center/copperfield/' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/corvallis-north' => 'https://www.caliber.com/find-a-location/corvallis-north', '/locate-a-caliber-collision-center/dallas-or' => 'https://www.caliber.com/find-a-location/dallas-or', '/locate-a-caliber-collision-center/Eden%20Prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/el-paso-west' => 'https://www.caliber.com/find-a-location/el-paso-west', '/locate-a-caliber-collision-center/european-auto-body/' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/elkhart' => 'https://www.caliber.com/find-a-location/elkhart', '/locate-a-caliber-collision-center/fenton' => 'https://www.caliber.com/find-a-location/fenton', '/locate-a-caliber-collision-center/fuquay-varina/' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/glendale-az' => 'https://www.caliber.com/find-a-location/glendale-az', '/locate-a-caliber-collision-center/grand-junction-east' => 'https://www.caliber.com/find-a-location/grand-junction-east', '/locate-a-caliber-collision-center/hendersonville' => 'https://www.caliber.com/find-a-location/hendersonville', '/locate-a-caliber-collision-center/holland' => 'https://www.caliber.com/find-a-location/holland', '/locate-a-caliber-collision-center/houston-galleria/' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/indianapolis-non-drive' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/irvine-carnegie-ave' => 'https://www.caliber.com/find-a-location/irvine-e-carnegie-ave', '/locate-a-caliber-collision-center/lebanon-or' => 'https://www.caliber.com/find-a-location/lebanon-or', '/locate-a-caliber-collision-center/lincoln-city' => 'https://www.caliber.com/find-a-location/lincoln-city', '/locate-a-caliber-collision-center/linthicum' => 'https://www.caliber.com/find-a-location/linthicum', '/locate-a-caliber-collision-center/melissa' => 'https://www.caliber.com/find-a-location/melissa', '/locate-a-caliber-collision-center/mesquite' => 'https://www.caliber.com/find-a-location/mesquite', '/locate-a-caliber-collision-center/monroeville' => 'https://www.caliber.com/find-a-location/monroeville', '/locate-a-caliber-collision-center/newport-or' => 'https://www.caliber.com/find-a-location/newport-or', '/locate-a-caliber-collision-center/orlando-non-drive' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/palmdale-downtown' => 'https://www.caliber.com/find-a-location/palmdale-downtown', '/locate-a-caliber-collision-center/philomath' => 'https://www.caliber.com/find-a-location/philomath', '/locate-a-caliber-collision-center/phoenix-happy-valley' => 'https://www.caliber.com/find-a-location/phoenix-happy-valley', '/locate-a-caliber-collision-center/raleigh-downtown/' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-oak-forest-dr' => 'https://www.caliber.com/find-a-location/raleigh-oak-forest-dr', '/locate-a-caliber-collision-center/redmond' => 'https://www.caliber.com/find-a-location/redmond', '/locate-a-caliber-collision-center/salem-or-hoyt-st' => 'https://www.caliber.com/find-a-location/salem-or-hoyt-st', '/locate-a-caliber-collision-center/spring-aldine-westfield/' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/tucson-thornydale' => 'https://www.caliber.com/find-a-location/tucson-thornydale', '/locate-a-caliber-collision-center/upland-downtown' => 'https://www.caliber.com/find-a-location/upland-downtown', '/locate-a-caliber-collision-center/valley-stream' => 'https://www.caliber.com/find-a-location/valley-stream', '/locate-a-caliber-collision-center/wakefield/' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wexford' => 'https://www.caliber.com/find-a-location/wexford', '/locate-a-caliber-collision-center/willard' => 'https://www.caliber.com/find-a-location/willard', '/locate-a-caliber-collision-center/youngsville' => 'https://www.caliber.com/find-a-location/youngsville', '/locate-a-caliber-collision-center?zip=' => 'https://www.caliber.com/find-a-location', '/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/march-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/march-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-email-2014' => 'https://www.caliber.com/leave-a-review', '/recycledrides/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-carry-the-load-2015/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-nomination-form' => 'https://www.caliber.com/why-caliber', '/RYHeartHealth' => 'https://www.caliber.com/why-caliber', '/search' => 'https://www.caliber.com', '/september-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-email-2014' => 'https://www.caliber.com/leave-a-review', '/services/collision-repair-process/' => 'https://www.caliber.com/services/collision/collision-repair', '/services/insurance-partners/' => 'https://www.caliber.com/why-caliber/auto-insurance-partners', '/services/repair-process' => 'https://www.caliber.com/services/collision', '/wp-content/uploads/2012/10/Caliber-Food-Drive-Delivers-7-23-12.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/07/Caliber-Food-Drive-Collects-1-Million-Meals-INDUSTRY-FINAL-7-8-14.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/10/RR_image1.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Stranded-on-a-Highway.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Winterize-Your-Car.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2015/12/Caliber-Recycled-Rides-Airs-on-WCC.pdf' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center/bloomington-non-drive' => 'https://www.caliber.com/find-a-location/bloomington-non-drive', '/locate-a-caliber-collision-center/alexandria-potomac-yard' => 'https://www.caliber.com/find-a-location/alexandria-potomac-yard', '/locate-a-caliber-collision-center/orrville-drive-center' => 'https://www.caliber.com/find-a-location/orrville-drive-center', '/locate-a-caliber-collision-center/miami-sw-130th-st' => 'https://www.caliber.com/find-a-location/miami-sw-130th-st', '/locate-a-caliber-collision-center/staunton' => 'https://www.caliber.com/find-a-location/staunton', '/locate-a-caliber-collision-center/fayetteville-fleet' => 'https://www.caliber.com/find-a-location', '/resources' => 'https://www.caliber.com/resources', '/locate-a-caliber-collision-center/colerian-1138' => 'https://calibercollision.com/locate-a-caliber-collision-center/colerain', '/support' => 'https://www.caliber.com/resources', '/about-us/community-involvement/changing-lanes' => 'https://www.caliber.com/restoring-you/changing-lanes', '/schedule-an-appointment' => 'https://www.caliber.com/request-an-appointment/collision', '/online-authorization-caliber' => 'https://www.caliber.com/online-estimate', '/locate-a-caliber-collision-center/orange-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/torrance-w-190th' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hope-mills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/midland-n-loop-250-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santa-clarita' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/denver-green-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clarksville-ft-campbell' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/asheville-brevard-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/east-rochester' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/frederick-co' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/southport' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-bagby-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/roseville-industrial-s' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oconomowoc-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/atlanta-non-drive-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenix-n-26th-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/normal-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/murfreesboro-church-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sherman' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bentonville-ar' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/wilson' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/norfolk-azalea-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lancaster-trevor-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mint-hill' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/champaign-n-mattis-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kalamazoo' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lakeland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/luxury-charlotte-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/loveland-crossroads-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/colerain' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanford-glendale-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/doverde' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-tn' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/seneca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanbrunoca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rockford-mi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bardstown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-ridgeville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bastrop' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/union-city-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawano' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/omaha-g-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanatoga' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oceanside-airport-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-sun-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/syracuse-west-genesee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/virginia-beach-cleveland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oakland-36th-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/danville-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-brunswick' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clearwater' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-lasalle-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/covington-wa' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/reynoldsburg' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/cartersville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/knoxville-crossroads' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shepherdsville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waldorf-kaine-pl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/portage' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sacramento-natomas' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/dublin-oh' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/boiling-spring-lake' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lees-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/brookhaven' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-southeast' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-angelo-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/antioch' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fayetteville-bingham-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-arizona-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/tempe-e-curry-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/gilbert-s-douglas-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merriam' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/watertown-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-mateo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/joplin' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/montrose' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merced' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-williams-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/caliber-ashwaubenon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sebastopol' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kissimmee-obt' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbus-oh-boltonfield' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/banning' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fremont-central' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawnee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/greenville-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hattiesburg-king-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/victorville-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/baltimore-mortimer-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-royalton' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-oak-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rochester-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/granada-hills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-nw-prairie' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-w-oakland-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/independence' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanover' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grandview' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/alexandria-burnside-pi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mccomb' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mobile-government-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/winter-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/olympia' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mount-vernon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/richmond-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-bruno' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hatboro' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/houston-astrodome' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/ofallon-mo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bloomington-il-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/charlottesville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-e-olive-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-st-paul' => 'https://www.caliber.com/find-a-location', '/about-us/faqs' => 'https://www.caliber.com/faq', '/technician-apprentice-program' => 'https://www.caliber.com/why-caliber/restoring-you/technician-apprentice-program', '/news-events/2021/04/12/caliber-kicks-off-10th-annual-restoring-you-food-drive' => 'https://www.caliber.com/newsroom/press-releases/caliber-food-drive-041221', '/news-events/2021/01/25/caliber-announces-the-appointment-of-aylwin-b-lewis-to-its-board-of-directors' => 'https://www.caliber.com/newsroom/press-releases/aylwin-lewis-to-board-of-directors-012521', '/news-events/2020/11/18/caliber-positions-for-next-phase-of-growth-announces-internal-promotions' => 'https://www.caliber.com/newsroom/press-releases/caliber-mark-sanders-steve-grimshaw-111820', '/news-events/2020/09/29/caliber-commits-to-restoring-you-by-gifting-restored-vehicles-to-frontline-heroes-in-dallas-fort-worth-los-angeles-and-new-york-nominated-by-the-public' => 'https://www.caliber.com/newsroom/press-releases/caliber-ry-rr-frontline-heroes-072920', '/news-events/2020/01/21/honoring-our-heroes-and-restoring-the-rhythm-of-lives-caliber-collision-partners-with-dallas-cowboys-to-support-our-troops-and-first-responders' => 'https://www.caliber.com/newsroom/press-releases/ft-hood-roadshow-012120', '/locate-a-caliber-collision-center/pensacola' => 'https://www.caliber.com/find-a-location/pensacola', '/locate-a-caliber-collision-center/chesapeake' => 'https://www.caliber.com/find-a-location/chesapeake', '/locate-a-caliber-collision-center/lake-wylie' => 'https://www.caliber.com/find-a-location/lake-wylie', '/locate-a-caliber-collision-center/gaithersburg-south' => 'https://www.caliber.com/find-a-location/gaithersburg-south', '/locate-a-caliber-collision-center/colorado-springs-n-academy' => 'https://www.caliber.com/find-a-location/colorado-springs-n-academy', '/locate-a-caliber-collision-center/norman' => 'https://www.caliber.com/find-a-location/norman', '/locate-a-caliber-collision-center/fort-myers-non-drive' => 'https://www.caliber.com/find-a-location/fort-myers-non-drive', '/locate-a-caliber-collision-center/carbondale' => 'https://www.caliber.com/find-a-location/carbondale', '/locate-a-caliber-collision-center/greenville-e-butler' => 'https://www.caliber.com/find-a-location/greenville-e-butler', '/locate-a-caliber-collision-center/conway' => 'https://www.caliber.com/find-a-location/conway', '/locate-a-caliber-collision-center/montgomery-taylor-rd' => 'https://www.caliber.com/find-a-location/montgomery-taylor-rd', '/locate-a-caliber-collision-center/yuba-city-market-st' => 'https://www.caliber.com/find-a-location/yuba-city-market-st', '/locate-a-caliber-collision-center/elyria' => 'https://www.caliber.com/find-a-location/elyria', '/locate-a-caliber-collision-center/independence-s-dodgion' => 'https://www.caliber.com/find-a-location/independence-s-dodgion', '/locate-a-caliber-collision-center/anderson-in' => 'https://www.caliber.com/find-a-location/anderson-in', '/locate-a-caliber-collision-center/baltimore-frankford-ave' => 'https://www.caliber.com/find-a-location/baltimore-frankford-ave', '/locate-a-caliber-collision-center/oak-ridge' => 'https://www.caliber.com/find-a-location/oak-ridge', '/locate-a-caliber-collision-center/alexandria-ky' => 'https://www.caliber.com/find-a-location/alexandria-ky', '/locate-a-caliber-collision-center/stockton-n-wilson' => 'https://www.caliber.com/find-a-location/stockton-n-wilson', '/locate-a-caliber-collision-center/canton-oh' => 'https://www.caliber.com/find-a-location/canton-oh', '/locate-a-caliber-collision-center/spokane-downtown' => 'https://www.caliber.com/find-a-location/spokane-downtown', '/locate-a-caliber-collision-center/kaysville' => 'https://www.caliber.com/find-a-location/kaysville', '/locate-a-caliber-collision-center/quakertown' => 'https://www.caliber.com/find-a-location/quakertown', '/locate-a-caliber-collision-center/milford-ct' => 'https://www.caliber.com/find-a-location/milford-ct', '/locate-a-caliber-collision-center/ellisville' => 'https://www.caliber.com/find-a-location/ellisville', '/locate-a-caliber-collision-center/phoenix-n-23rd-ave' => 'https://www.caliber.com/find-a-location/phoenix-n-23rd-ave', '/locate-a-caliber-collision-center/delano' => 'https://www.caliber.com/find-a-location/delano', '/locate-a-caliber-collision-center/edmond-deer-creek' => 'https://www.caliber.com/find-a-location/edmond-deer-creek', '/locate-a-caliber-collision-center/olathe-n-rogers-rd' => 'https://www.caliber.com/find-a-location/olathe-n-rogers-rd', '/locate-a-caliber-collision-center/oklahoma-city-north' => 'https://www.caliber.com/find-a-location/oklahoma-city-north', '/locate-a-caliber-collision-center/sheffield-village' => 'https://www.caliber.com/find-a-location/sheffield-village', '/locate-a-caliber-collision-center/rochester-mn' => 'https://www.caliber.com/find-a-location/rochester-mn', '/locate-a-caliber-collision-center/waretown' => 'https://www.caliber.com/find-a-location/waretown', '/locate-a-caliber-collision-center/nicholasville-wilson-dr' => 'https://www.caliber.com/find-a-location/nicholasville-wilson-dr', '/locate-a-caliber-collision-center/la-crosse' => 'https://www.caliber.com/find-a-location/la-crosse', '/locate-a-caliber-collision-center/portland-tx' => 'https://www.caliber.com/find-a-location/portland-tx', '/locate-a-caliber-collision-center/neenah' => 'https://www.caliber.com/find-a-location/neenah', '/locate-a-caliber-collision-center/sevierville' => 'https://www.caliber.com/find-a-location/sevierville', '/locate-a-caliber-collision-center/san-pablo' => 'https://www.caliber.com/find-a-location/san-pablo', '/locate-a-caliber-collision-center/oshkosh' => 'https://www.caliber.com/find-a-location/oshkosh', '/locate-a-caliber-collision-center/souderton' => 'https://www.caliber.com/find-a-location/souderton', '/locate-a-caliber-collision-center/rock-hill-newport' => 'https://www.caliber.com/find-a-location/rock-hill-newport', '/locate-a-caliber-collision-center/benton-il' => 'https://www.caliber.com/find-a-location/benton-il', '/locate-a-caliber-collision-center/onalaska' => 'https://www.caliber.com/find-a-location/onalaska', '/locate-a-caliber-collision-center/lodi-south' => 'https://www.caliber.com/find-a-location/lodi-south', '/locate-a-caliber-collision-center/walton' => 'https://www.caliber.com/find-a-location/walton', '/locate-a-caliber-collision-center/moorpark' => 'https://www.caliber.com/find-a-location/moorpark', '/locate-a-caliber-collision-center/conway-southeast' => 'https://www.caliber.com/find-a-location/conway-southeast', '/locate-a-caliber-collision-center/overland-park-metcalf' => 'https://www.caliber.com/find-a-location/overland-park-metcalf', '/live-chat/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/url/hv-collisioncenter.html?H&V-CollisionCenter' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/march-2015-agent-email' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/08/05/caliber-acquires-herbs-paint-and-body' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/07/07/caliber-opens-new-state-of-the-art-greenfield-facility-in-west-frisco' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2018/05/21/golfers-play-with-a-purpose-at-3rd-annual-caliber-classic-golf-tournament' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/caliber-opens-new-location-in-las-vegas-nv' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/06/23/gift-of-reliable-transportation-helps-us-army-veteran-rebuild-life-reunite-with-family' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/san-miguel-high-students-celebrate-fall-sports-school-van-donation-at-first-pep-rally' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/07/17/caliber-collision-rhythm-restoration-food-drive-results' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/05/05/caliber-opens-two-new-locations-in-california' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/09/03/caliber-opens-new-location-in-kingwood-tx' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html'), 'vanity' => array('/get-a-free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/get-a-free-online-estimate/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/mobile/free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/blog' => 'https://blog.calibercollision.com', '/2015-heartwalk' => 'http://heartwalk.kintera.org/dallastx/CaliberCollisionHearts', '/holidaycard2015' => 'http://holidaycard2015.calibercollision.com/', '/locate-a-caliber-collision-center/lone-mountain' => '/locate-a-caliber-collision-center/north-las-vegas', '/holidaycard2016' => 'http://holidaycard2016.calibercollision.com/', '/heroesinhighgear' => 'https://calibercollision.com/about-us/community-involvement', '/HeroesInHighGear' => 'https://calibercollision.com/about-us/community-involvement')), 'search' => array('driver' => 'local', 'auto_index' => true, 'default_index' => 'default', 'searchable' => array('title', 'content'), 'algolia_api_key' => '', 'algolia_app_id' => ''), 'services' => array(), 'system' => array('license_key' => '243aabe7-dac1-4e1e-8ac2-472b114f1bd3', 'locales' => array('en' => array('full' => 'en_US', 'name' => 'English', 'url' => 'https://calibercollision.com/')), 'timezone' => 'America/Chicago', 'date_format' => 'F jS, Y', 'default_extension' => 'md', 'filesystems' => array('content' => array('driver' => 'local', 'root' => 'site/content'), 'storage' => array('driver' => 'local', 'root' => 'site/storage'), 'users' => array('driver' => 'local', 'root' => 'site/users'), 'themes' => array('driver' => 'local', 'root' => 'site/themes', 'url' => '/site/themes')), 'app_key' => 'IcFGH2eSZBA3JJOykV5ErMLdnWd2ggkA', 'redactor' => array(array('name' => 'Standard', 'settings' => array('buttons' => array('formatting', 'bold', 'italic', 'deleted', 'unorderedlist', 'orderedlist', 'outdent', 'indent', 'image', 'file', 'video', 'table', 'link', 'horizontalrule', 'fontcolor', 'backcolor', 'alignment', 'html'), 'formatting' => array('p', 'h1', 'h2', 'h3', 'span', 'div'))), array('name' => 'Basic', 'settings' => array('buttons' => array('bold', 'italic', 'formatting')))), 'csrf_exclude' => array('/cp/addons/cccreviews/acceptReview', '/cp/addons/cccreviews/rejectReview', '/cp/addons/cccreviews/postReview', '/cp/addons/cccreviews/approveReview', '/!/Fetch/*', '/assets/emails/acq/fonts/RFRufo-Bold.woff'), 'send_powered_by_header' => false, 'ensure_unique_ids' => true, 'yaml_parser' => 'spyc', 'php_max_memory_limit' => null), 'theming' => array('theme' => 'calibercollision', 'default_layout' => 'default', 'default_page_template' => 'default', 'default_entry_template' => 'post', 'default_taxonomy_template' => 'taxonomy', 'error_template_folder' => 'errors', 'default_fieldset' => 'default', 'default_page_fieldset' => 'page', 'default_entry_fieldset' => 'entry', 'default_term_fieldset' => 'term', 'default_asset_fieldset' => 'asset', 'smartypants' => false, 'allow_php' => true, 'markdown_hard_wrap' => false), 'users' => array('login_type' => 'username', 'enable_gravatar' => true, 'driver' => 'file', 'redis_write_file' => true, 'new_user_roles' => array())), 'segment_1' => 'employment', 'segment_2' => 'recruiting-request-form', 'last_segment' => 'recruiting-request-form', 'aq_redirects' => array('redirect_acquisition' => array(array('refer_location' => 'http://midlothian.connerbrothers.com/', 'info_text' => 'We are proud to inform you Conner Brothers Body Shops of Midlothian and Richmond are now a part of the nation’s leading collision repair provider, Caliber Collision. Dedicated to maintaining the high quality workmanship and personal service you’ve come to expect, we look forward to restoring the rhythm of your life.', 'headline_text' => 'THE FAN - RICHMOND', 'partner_logo' => '/assets/partner-logo/CBToday.png'), array('refer_location' => 'https://fortunecollision.com/', 'partner_logo' => '/assets/partner-logo/fcc-logo-01-e1413209811936.png', 'info_text' => 'We are proud to inform you Fortune Collision Center is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®'), array('refer_location' => 'https://www.professional-collision.com/', 'partner_logo' => '/assets/partner-logo/pc_logo1-320x76.png', 'info_text' => 'We are proud to inform you Professional Collision is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®')), 'fieldset' => 'redirect_acquisitions', 'title' => 'Acquisition Redirects', 'id' => 'c7aad81d-005c-4db0-aaf0-889949f2bc53'), 'alert' => array('show_alert' => true, 'fieldset' => 'alert_fs', 'title' => 'Alert Notification', 'id' => 'c7424988-025e-4441-acca-0eacb6b91b64'), 'sponsor_levels' => array('info_grid' => array(array('headline' => 'Presenting Sponsor', 'price' => '$15,000', 'text' => '- 12 playing positions (3 teams) - 12 Premium Player Gift Bags - Four (4) Pin Flags with your logo - Special recognition at awards dinner - Your logo static at the top of the digital pairings during registration and digital scoreboard for tournament - Your logo on the front of all golf cart signs at the presenting sponsor - Your logo on tournament photo show at post golf banquet - Your logo to appear on all tee signs and pin flags as our presenting sponsor - Tent opportunity at hole of choice', 'number_av' => '1'), array('headline' => 'Gold Sponsor', 'price' => '$8,000', 'text' => '- 8 playing positions (2 teams) - 8 Premium Player Gift Bags - Two (2) signage opportunities - One (1) Pin Flag + one (1) additional signage opportunity of your choice - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '3'), array('headline' => 'Silver Sponsor', 'price' => '$4,500', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '5'), array('headline' => 'Hole-in-One Sponsor', 'price' => '$3,000', 'text' => '- Must provide hole-in-one insurance for grand prize - 4 playing positions (1 team) - 4 Premium Player Gift Bags - Two (2) signage opportunities - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '2'), array('headline' => 'Bronze Sponsor', 'price' => '$3,000', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Tent opportunity', 'number_av' => '8'), array('headline' => 'Shoe Sponsor', 'price' => '$10,000', 'text' => '- Logo printed on shoe display - Table opportunity', 'number_av' => '1'), array('headline' => 'Pullover Sponsor', 'price' => '$7,000', 'text' => '- Logo printed on sleeve of golf pullover - Table opportunity', 'number_av' => '1'), array('headline' => 'Sunglasses Sponsor', 'price' => '$5,000', 'text' => '- Logo printed on exterior of the sunglasses case - Table opportunity', 'number_av' => '1'), array('headline' => 'Stainless Steel Colster Sponsor', 'text' => '- Logo printed on tumbler - Table opportunity', 'price' => '$5,000', 'number_av' => '1'), array('headline' => 'Shirt Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on sleeve of golf polo - Table opportunity', 'number_av' => '1'), array('headline' => 'Gloves Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on Titleist glove - Table opportunity', 'number_av' => '1'), array('headline' => 'Towel Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on premium golf towel - Table opportunity', 'number_av' => '1'), array('headline' => 'Photo Souvenir Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on the inside of photo souvenir frame for team photo', 'number_av' => '1'), array('headline' => 'Beverage Sponsor', 'price' => '$3,000', 'text' => '- Signage opportunity available', 'number_av' => '1'), array('headline' => 'Lunch Sponsor', 'price' => '$3,000', 'text' => '- Signage during lunch', 'number_av' => '1'), array('headline' => 'Live Scoring Sponsor', 'price' => '$1,500', 'text' => '- Digital logo or ad opportunity displayed on live scoring device for every team', 'number_av' => '1'), array('headline' => 'Air Cannon Sponsor', 'price' => '$1,500', 'text' => '- Signage at air cannon hole', 'number_av' => '1'), array('headline' => 'Photo Sponsor', 'price' => '$800', 'text' => '- Logo displayed static during on-screen slideshow', 'number_av' => '2'), array('headline' => 'Scorecard Sponsor', 'price' => '$350', 'text' => '- Logo printed on scorecards', 'number_av' => '4'), array('headline' => ' Golf Cart Sponsors', 'price' => '$300', 'text' => '- Logo printed on golf cart signs', 'number_av' => '10'), array('headline' => ' Pin Flag Sponsors', 'price' => '$300', 'text' => '- Logo printed on 1 pin flag at hole', 'number_av' => '11'), array('headline' => 'Tee Box Sponsors', 'price' => '$250', 'text' => '- Logo printed on 1 tee box sign', 'number_av' => '6')), 'fieldset' => 'basic', 'title' => 'Caliber Classic Sponsor Levels', 'id' => '083caacd-0fcc-4cc1-b6ec-3f1588045208'), 'cr_vendors' => array('google_icon' => '/assets/img/icons/google_icon.svg', 'yelp_icon' => '/assets/img/icons/yelp_icon.svg', 'carwise_icon' => '/assets/img/icons/carwise_icon.svg', 'facebook_icon' => '/assets/facebook_icon2.svg', 'carries_icon' => '/assets/img/icons/carwise_icon.svg', 'fieldset' => 'reviews', 'title' => 'Customer Review Vendors', 'id' => '35202c68-7b1f-4835-b527-0f253f79534e'), 'footer_nav' => array('title' => 'Footer Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'schedule an appointment', 'link_url' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c'), array('link_text' => 'services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'contact us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'blog', 'external_link' => 'https://blog.calibercollision.com/'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Free Online Estimate', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_text' => 'Employment', 'external_link' => 'https://jobsatcaliber.com/', 'is_extetnal_link' => true), array('link_text' => 'Locate a Center', 'link_url' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e'), array('link_text' => 'Hub of Help', 'link_url' => 'cb8331a3-f549-4ca4-8710-c9da362de75a'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'link_url' => '095d21e8-2ac8-4834-90e6-c71030aea0b7'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Privacy Policy', 'link_url' => '6dd6ba83-1a75-49d6-9769-c546235eb031'), array('link_text' => 'CA Privacy Act', 'link_url' => '11546b19-0f60-4879-a701-6032dcc8b9e0'), array('link_text' => 'Terms & Conditions', 'link_url' => '0d283aaa-4640-494c-acfe-ed93ec59ae41'), array('link_text' => 'Sitemap', 'link_url' => '749d2502-7b1d-46c0-82b4-d02aef2dc42c'))), array('type' => 'col_nav_set')), 'fieldset' => 'navi', 'id' => '640cbe79-bff7-4cd9-bd3d-976e2afd881a'), 'global' => array('site_name' => 'Caliber Collision', 'seo_title' => 'Auto Body Repair & Paint Shop | Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'canonical_tag' => '{{url}}', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'id' => 'd9bfc09a-3a90-41d3-8acc-3f551f8432af'), 'marketing_conditional' => array('check_box_text' => 'I consent to receive marketing and future promotions from Caliber.', 'legal' => 'Marketing and Future Promotions<br/><br/>This check box affirms my consent to receive additional marketing and promotional information from Caliber and its affiliates via email/or and text/SMS messaging. I understand that my decision to receive marketing information is not a condition of receiving service and in no way affects the service Caliber or its affiliates will provide me. I can opt out of receiving marketing information at any time; for email marketing – by clicking the unsubscribe link included in any email and indicating my preferences; for text/SMS, replying "Unsubscribe" to the Caliber affiliate number that sends the marketing text/SMS message to the number you provided. Lastly, by writing to Caliber Collision Centers, Attention: Marketing Unsubscribe, 2941 Lake Vista Dr., Lewisville, Texas 75067.', 'fieldset' => 'marketing_conditional', 'title' => 'Marketing Conditional', 'id' => '2001bd3d-ab35-471a-8535-1782abc9c25a'), 'primary_nav' => array('title' => 'Primary Navigation', 'page_links' => array(array('link_title' => 'Locate a Center', 'icon' => '/assets/img/icons/locations.svg', 'pg_link' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e', 'color' => 'cbgg-red'), array('link_title' => 'Free Online Estimate', 'icon' => '/assets/img/icons/free_estimate.svg', 'color' => 'cbgg-yellow', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_title' => 'Make Appointment', 'icon' => '/assets/img/icons/schedule_appt.svg', 'pg_link' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c', 'color' => 'cbgg-green'), array('link_title' => 'Employment', 'icon' => '/assets/img/icons/employment.svg', 'color' => 'cbgg-blue', 'external_link' => 'https://jobsatcaliber.com')), 'nav_item' => array('954a3d09-7a34-4bab-9ce0-cd4d8620790e', '3cf9ba9f-429e-4023-b58e-6870f96ba6b3', 'cb6f2ca0-1877-42a2-ac26-ec21246c0753', '1e53649c-8bc0-451b-b772-90356c40f66d'), 'fieldset' => 'navi', 'id' => '9c80759e-5264-4be1-b834-d8271de287c1'), 'sec_nav' => array('title' => 'Secondary Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'external_link' => '/online-authorization'), array('link_text' => 'Services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Contact Us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Blog', 'external_link' => 'https://blog.calibercollision.com/'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e')))), 'fieldset' => 'navi', 'id' => 'd7382fdf-8d1c-4be7-adca-4d05afd8f2ba'), 'social_channels' => array('social_icons' => array(array('channel' => 'facebook', 'social_icon' => '/assets/img/icons/facebook.svg', 'url' => 'https://www.facebook.com/pages/Caliber-Collision/179049245541477'), array('channel' => 'twitter', 'social_icon' => '/assets/img/icons/twitter.svg', 'url' => 'http://twitter.com/CaliberAutoBody'), array('channel' => 'youtube', 'social_icon' => '/assets/img/icons/youtube.svg', 'url' => 'http://www.youtube.com/CaliberCollisionUSA'), array('channel' => 'linkedin', 'url' => 'https://www.linkedin.com/company/calibercollision/', 'social_icon' => '/assets/linkedin-1496848361.svg'), array('channel' => 'instagram', 'social_icon' => '/assets/img/icons/instagram.svg', 'url' => 'http://instagram.com/calibercollision'), array('channel' => 'blog', 'social_icon' => '/assets/img/icons/blog.svg', 'url' => 'https://blog.calibercollision.com/')), 'fieldset' => 'social_nav', 'title' => 'Social Channels', 'id' => '5bd74bb6-9bd5-4079-b393-a4fb90f5588c'), 'test' => array('fieldset' => 'default', 'title' => 'TEST', 'id' => '61819f55-7c2d-44c8-82ab-04d4955d927c'), 'utilities' => array('title' => 'Utilities', 'utilityNav' => array(array('link_name' => '1-888-225-4237', 'external_link' => 'tel:1-888-225-4237', 'linkIcon' => '/assets/img/icons/phone.svg'), array('link_name' => 'live chat', 'linkIcon' => '/assets/img/icons/livechat.svg')), 'fieldset' => 'navi', 'id' => 'ce39ef6f-b5c3-4b06-a779-350a9f01bb2a'), 'default_error_message' => array('header_title' => 'sorry.', 'header_content' => '<p>The page you are looking for cannot be found. </p>', 'header_bg' => '/assets/img/headers/locations.jpg', 'page_content' => array(array('type' => 'full_set', 'body' => '<p>THE PAGE YOU ARE LOOKING FOR MIGHT HAVE BEEN REMOVED, HAD ITS NAME CHANGED, OR IS TEMPORARILY UNAVAILABLE. </p>', 'bg_color' => 'blue', 'text_color' => 'white'), array('type' => 'half_set', 'header' => 'PLEASE TRY THE FOLLOWING:', 'list' => array('if you typed the page address in the Address bar, make sure that it is spelled correctly', 'Go to the homepage calibercollision.com, and look for links to the information you want.', 'Go to the Site Map to find links to the information you want.', 'Click the back button to try another link.'), 'bg_align' => 'full')), 'seo_title' => '{{title}} Auto Body Repair & Paint Shop | Caliber Collision', 'fieldset' => 'segments', 'title' => 'default error message', 'id' => '805a7d50-e50c-4a95-ad6d-9b1d040aaec7'), 'form_conditions' => array('term_conditions' => array(array('state_select' => '4e3b7c46-f723-443f-9a71-e9571198e0a1', 'abbreviation' => 'AL', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5dfc964a-20d4-4713-9810-1bb1af5fddd9', 'abbreviation' => 'AZ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'af1ce41d-2566-40c4-8a3a-abc197dbb444', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'AR', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '2ac35919-d099-4f01-9538-d043f990ff68', 'abbreviation' => 'CA', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => 'a232b074-7cc1-458d-9d76-37056cde9ad6', 'abbreviation' => 'CO', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '6a9f53a6-827e-4cdc-95c4-9e60176b4368', 'abbreviation' => 'CT', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '258900a4-3496-4f74-b66b-b0b2c4926830', 'abbreviation' => 'DE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_e' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'rights' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '30f1a714-d1cc-466e-8a30-120a3f6f91ca', 'abbreviation' => 'FL', 'terms_b' => 'NOTICE OF RIGHTS - I UNDERSTAND THAT, UNDER STATE LAW, I AM ENTITLED TO A WRITTEN ESTIMATE IF MY FINAL BILL WILL EXCEED $1,500. I will be notified before any work commences on my car and will be given an opportunity to approve the collision repair work order before any repair begins. I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair.', 'policy' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '77e5b21e-7c6b-4d37-990b-280dd7319478', 'abbreviation' => 'GA', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control. I authorize any and all supplements to be paid directly to Caliber Collision.', 'policy' => 'POWER OF ATTORNEY - For insurance claims, I hereby constitute and appoint Caliber Collision and its authorized employees to be my true and lawful attorney-in-fact with authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'PURSUANT TO THE OFFICIAL CODE OF GEORGIA ANNOTATED, O.C.G.A. § 40-3-54 (2014), work performed on any vehicle required to have a certificate of title can have a special lien attached until the work is paid for or satisfied through foreclosure as provided by Georgia law. I have read and agree to the Terms and Conditions.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the diagnostic and repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '34ea7e25-b91e-4e7a-bd93-e4dbf309982c', 'abbreviation' => 'ID', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'f7f47516-7e70-4fc1-bc98-c15d17ac8b33', 'abbreviation' => 'IL', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '3264ce70-71a9-4713-8e4c-9855b1aec47e', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'IN', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '286c2062-a78e-46a0-b3aa-0e7389519863', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'abbreviation' => 'IA', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'ESTIMATE - You have the right to a written or oral estimate if the expected cost of repairs or service will be more than fifty dollars. Your bill will not be higher than the estimate by more than ten percent unless you approve a higher amount before repairs are finished. Indicate your choice: Written estimate, Oral estimate, No estimate, Call me if repairs and service will be more than $(blank space for amount) Dollar amount', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly, and/or partially completed work, based on Caliber’s normal hourly labor rate.'), array('state_select' => '577cb9da-3406-42b5-a4f9-b7358c898cdc', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'KS', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '26560e25-298c-4d7d-9918-1a2fa3d137aa', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'KY', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'cd881ba9-fd23-4f96-ad02-faa1520c07b3', 'abbreviation' => 'MS', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '650e9c71-f2ec-4617-9495-67afaddbf215', 'abbreviation' => 'MD', 'terms' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic's Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'CUSTOMER RIGHTS (Md. Code Ann., Com. Law § 14-1008) - YOU HAVE THE RIGHT TO REQUEST A WRITTEN ESTIMATE FOR REPAIRS EXCEEDING $50 ($25 FOR MONTGOMERY COUNTY). YOU MAY NOT BE CHARGED ANY AMOUNT 10% IN EXCESS OF THE WRITTEN ESTIMATE WITHOUT YOUR CONSENT. YOU ARE ENTITLED TO THE RETURN OF ANY REPLACED PARTS EXCEPT WHEN PARTS ARE REQUIRED TO BE RETURNED TO THE MANUFACTURER UNDER A WARRANTY AGREEMENT. REPAIRS NOT ORIGINALLY AUTHORIZED BY YOU MAY NOT BE CHARGED TO YOU WITHOUT YOUR CONSENT.', 'terms_f' => 'MANUFACTURER SPECIAL POLICY ADJUSTMENT PROGRAMS - Federal law requires manufactures to furnish the National Highway Traffic Safety Administration (N.H.T.S.A.) with bulletins describing any defects in their vehicles. You may obtain copies of these bulletins either from the manufacturer or N.H.T.S.A. In addition, certain consumer publications or organizations publish this information, which may be available for a fee or for free.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle's repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber's control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs. ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c219bd39-e073-4e16-a3cf-a4e4a56477cc', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.', 'abbreviation' => 'MI'), array('state_select' => '93175f20-f5e9-47ec-8f06-472d27ef0f2f', 'terms' => 'RETURN OF REPLACED PARTS - Replaced parts will be returned to you if you request their return before the repairs are commenced, except for any parts that must be returned to the manufacturer, distributor, or other person under warranty or exchange arrangement, or that is required to be retained or disposed of pursuant to law, or is necessary for pending litigation. If you request the return of parts, any such parts that cannot be returned to you will be made available for you to examine for a period of five (5) business days after repairs are completed. By signing below, I acknowledge that I have received this notice, and I do NOT wish to have replaced parts returned to me. (If you DO wish to have replaced parts returned to you, do NOT check this box and instead notify Caliber that you would like replaced parts returned or shown to you.)', 'terms_b' => 'REPAIR ESTIMATES & STORAGE FEES - I have reviewed and understand my rights under <a href="https://www.revisor.mn.gov/statutes/cite/325F.62/pdf">Minnesota Statutes Ann. § 325F.62(3)</a>. I expressly acknowledge that if my vehicle is not picked up within ten (10) days after Caliber Collision has notified me that the repairs are completed or that my vehicle is otherwise ready for pick up, Caliber will charge storage fees at rates that are ordinary and customary for the area, but not to exceed $35.00 per day.', 'abbreviation' => 'MN', 'policy' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_c' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate (these charges will be calculated on the final bill Caliber provides me). ', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_i' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.'), array('state_select' => '5bc48dbc-3996-4d73-b387-799b76c1c853', 'abbreviation' => 'MO', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '9ff4bf4c-b5a1-41f0-8749-3109a63c707b', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'abbreviation' => 'MT', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'deccdd37-ac27-49bb-901e-635d39dc29fe', 'abbreviation' => 'NE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd833690a-2571-4675-be41-081d44f75575', 'abbreviation' => 'NV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '775005b6-ef0d-4d75-980f-c1b13b9d8629', 'abbreviation' => 'NJ', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '479d8b97-8b0b-4cc9-bcb9-a02169d1714d', 'abbreviation' => 'NM', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'be3e2c5e-ee12-4767-b64a-09f7914d2a0c', 'abbreviation' => 'NY', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'rights' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'state_select' => '3ef51b9c-d562-42f3-9ff2-8eb5846582c8', 'abbreviation' => 'NC', 'terms_c' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_b' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair. A written estimate delivered via email using the email address I’ve included is acceptable to me.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'CUSTOMER RIGHTS - (1) A consumer has a right to receive a written estimate or to waive receipt of that estimate if the cost or repairs will exceed $350.00. (2) A consumer may request, at the time the work order is taken, the return or inspection of all parts that have been replaced during the motor vehicle repair.', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '1eab2a85-9973-460d-8063-f064feb79f03', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'ND', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd63bff4f-c165-418c-8f8e-3be2cfb4c7e2', 'abbreviation' => 'OH', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '87e7db74-69ee-42ec-905e-ddaaf999826e', 'abbreviation' => 'OK', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'ab630449-682a-40d3-bd61-aba87b396cd1', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'OR', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '402cbf00-8206-41fe-9149-bf592b5de64e', 'abbreviation' => 'PA', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5862ea75-05f7-4d16-85ee-afad87f35581', 'abbreviation' => 'SC', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd671a168-0c70-4cc8-a280-a1e4f925ae12', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'SD', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AFTERMARKET PARTS - Caliber may be directed (by my insurer) to prepare my estimate based on the use of aftermarket parts supplied by a source other than the manufacturer of my vehicle. I understand that my estimate will reflect whether such parts were used, and that warranties applicable to these replacement parts are provided by the manufacturer or distributor of these parts rather than the manufacturer of my vehicle.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c6880d3e-4640-44ae-8f41-49ddd58992a4', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'TN', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'CONSUMER’S RIGHTS - This Notice is being provided to you pursuant to Tennessee law (T.C.A. § 66-19-104), which provides that you are entitled to request a written estimate for repairs that cost in excess of two hundred fifty dollars ($250), and that you may not be charged an amount over twenty-five percent (25%) in excess of the written estimate without your consent or Caliber Collision’s good faith attempt to acquire the consent.', 'rights' => 'NOTICE PURSUANT TO T.C.A. § 47-18-104(b)(28) - Upon my request, I am entitled to have returned to me or to be given the opportunity to inspect any parts that are removed from my vehicle and replaced during the repair process. This requirement does not apply to any part that must be returned to a manufacturer or distributor under a warranty agreement or otherwise disposed of as required by law or other applicable rule or regulation. This requirement also does not apply to any part retained as part of a trade-in agreement or core charge agreement; such parts will not be returned to me unless I agree to pay the additional core charge or other trade-in fee. By initialing below, I acknowledge that I have received this notice and do not want to have replaced parts returned to me or make available for my inspection. (If you do wish to have such replaced parts returned to you or made available for inspection, do not initial and instead notify Caliber Collision that you would like replaced parts returned to you or shown to you.) ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS -This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. REMOVAL OF PERSONAL ARTICLES - I acknowledge that I have removed all personal and valuable articles from the vehicle. I understand that Caliber Collision will not be and is not responsible for any belongings left in the vehicle.', 'state_select' => '3e3b9e63-ee17-42e6-a297-b702a2ce35f2', 'abbreviation' => 'TX', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'NOTICE PURSUANT TO SECTION 70.001, TEXAS PROPERTY CODE - I am the person or agent acting on behalf of the person, who is obligated to pay for the repairs of the motor vehicle herein described. I understand that this vehicle is subject to repossession in accordance with Section 9.609, Texas Business & Commerce Code, if a written order of payment for repairs of the vehicle is stopped, dishonored because of insufficient funds, no funds, or because the drawer or maker of the order has no account or the account on which it is drawn has been closed.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_i' => 'TERMS AND CONDITIONS - I have read, understood and agree to the terms and authorizations contained in the terms and conditions governing Caliber's repair services, including the Dispute Settlement & Arbitration provision. We recommend that you retain a copy for your reference.'), array('state_select' => '4c9549ad-dc27-49d3-8e13-58eae2e6d6f3', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation and an anticipated completion date. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'UT', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, reassembly of certain parts may not be possible in some instances, and that I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate. ', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '3b74e82f-940b-4f3f-8bfb-5643082520d2', 'abbreviation' => 'VA', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'CUSTOMER RIGHTS - I understand that I may request to receive a written repair estimate, and that no repair work charge may exceed any written estimate by more than 10% unless I authorize the additional work. I further understand that Caliber Collision shall offer to return all replaced parts except warranty, core charge or trade-in parts required to be returned to a manufacturer or distributor, and that any complaints I have can be made to the Division of Consumer Counsel of the Department of Law.', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '370ed2f3-18cf-4ac1-a50d-7d0c5201083f', 'abbreviation' => 'DC', 'availability' => 'This state requires "certification authority" (like DocuSign) per the Electronic Authentication Act.'), array('state_select' => 'd02b8e49-c5cd-475b-8a17-b8d519873fff', 'abbreviation' => 'WV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '37d7845a-9219-4b75-a8d3-e1db3a8a3dc5', 'abbreviation' => 'WI', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplemental repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'REPLACED PARTS - Under Wisconsin law (Wis. Admin. Code ATCP § 132.07), you are entitled to inspect or request the return of parts replaced or removed from your vehicle during repairs. Replaced parts will be returned to you if you request them, unless the parts must be returned under a warranty or exchange agreement or that otherwise must be disposed of as required by law or regulation (such parts will still be made available to you for inspection upon request). By initialing below, you acknowledge that you have received this notice and do not want to have replaced parts returned to you. If you do wish to have replaced parts returned to you, please do not initial below and instead notify Caliber that you would like replaced parts returned or shown to you.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'STATEMENT OF ESTIMATE ALTERNATIVES (Wis. Admin. Code ATCP § 132.04) - YOU ARE ENTITLED TO A PRICE ESTIMATE FOR THE REPAIRS YOU HAVE AUTHORIZED. THE REPAIR PRICE MAY BE LESS THAT THE ESTIMATE BUT WILL NOT EXCEED THE ESTIMATE WITHOUT YOUR PERMISSION. Choose One Check Boxes: 1. I request an estimate in writing before you begin repairs. 2. Please proceed with repairs but call me before continuing if the price will exceed $________. 3.I do not want an estimate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c8f9e06b-cb69-481f-a179-a5212e3d64b8', 'abbreviation' => 'WY', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.')), 'fieldset' => 'form_conditions', 'title' => 'form conditions', 'id' => '66d89224-c910-4993-9d13-94aa0d55b9b1'), 'page' => array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null)), array('Statamic\View\Antlers\Engine', 'renderTag')) in Parser.php line 113
  8. at Parser->parse('{{relate:page_header}} <header class="page-header w-100 mt-5 mt-md-7 pt-6 pt-md-7 pb-3 relative" style="background:url('{{ if header_bg }} {{ glide:header_bg width=" 1800 " height="600 " fit="crop_focal "}} {{ else }} {{ default_header_loc }}{{ glide:default_header_loc width="1800 " height="600 " fit="crop_focal " quality="{{image_quality}} "}}{{ /if }}') no-repeat top center;"> <div class="container relative w-80 w-md-60 z-1 SAA "> <h1 class="cg-1 ta-center relative-center-middle caps tw-book display t-3 t-md-4 t-sm-4 t-md-5 z-2 "> {{title}} </h1> {{ if header_content }} <h2 class="relative ta-left cg-2 h-0 z-2 tw-medium"> {{header_content | widont}} </h2> {{ endif }} <p class="tw-bold relative ta-left h-0 z-2 cg-green">Please note: artwork production may take up to 10 business days for design completion. We recommend submitting your request at least 15 business days prior to your deadline.</p> </div> <div class="overlay-80 white absolute-top h-100 w-100 "></div> </header> {{/relate:page_header}} <div class="container w-90 w-md-75 SAA"> {{ form:create in="recruiting_request_form" files="true" }} {{ if errors }} <div class="alert alert-danger cbgg-red p-2 cg-white mb-3"> {{ errors }} {{ value }}<br> {{ /errors }} </div> {{ /if }} {{ if success }}{{redirect to ='/submission'}} <div class="alert alert-success cbgg-green p-2 cg-white mb-3"> Form was submitted successfully. </div> {{ /if }} <div> <p class="cg-blue"> * Indicates required field. </p> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Event Info and Address</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Date Materials Needed.*</label> <input onpaste="return false;" type="text" id="datepicker2" name="date_needed" value="{{ old:date_needed }}" class="form-control w-90 p-1 cg-blue" placeholder="Date Materials Are Needed" /> </div> </div> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Event Name*</label> <input type="text" name="event" value="{{ old:event }}" class="form-control p-1 cg-blue" placeholder="Event Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2"> <label class="d-none">Event Location*</label> <input type="text" name="location" value="{{ old:location }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Location*" /> </div> <div class="form-group col-12 textfield"> <textarea name="delivery" class="form-control" placeholder="Event Address" rows="7"></textarea> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Event Date*</label> <input onpaste="return false;" type="text" id="datepicker3" name="event_date" value="{{ old:event_date }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Date" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">Start Time*</label> <input type="time" name="start_time" value="{{ old:start_time }}" class="form-control w-90 p-1 cg-blue" placeholder="Start Time" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">End Time*</label> <input type="time" name="end_time" value="{{ old:end_time }}" class="form-control w-90 p-1 cg-blue" placeholder="End Time" /> </div> </div> </div> <div> <h5 class="caps cg-blue">Requestor Info</h5> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Full Name*</label> <input type="text" name="name" value="{{ old:name }}" class="form-control p-1 cg-blue" placeholder="Full Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Title*</label> <input type="text" name="title" value="{{ old:title }}" class="form-control p-1 cg-blue" placeholder="Title*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Phone Number*</label> <input type="text" name="number" value="{{ old:number }}" class="form-control w-90 p-1 cg-blue" placeholder="Phone Number*" /> </div> <div class="pb-2 form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Email Address*</label> <input type="text" name="email" value="{{ old:email }}" class="form-control w-90 p-1 cg-blue" placeholder="Email Address*" /> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Requested Materials</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class=""> <label class="d-none">Type of Material Needed (Flyer, Banner, etc.)*</label> <input type="text" name="type" value="{{ old:type }}" class="form-control w-90 p-1 cg-blue" placeholder="Type of Material Needed (Flyer, Banner, etc.)*" /> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Purpose of Material*</label> <textarea name="purpose" class="form-control" placeholder="Purpose of Material*" rows="7">{{ old:purpose }}</textarea> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Please provide additional details for the content, design, etc*</label> <textarea name="details" class="form-control" placeholder="Please provide additional details for the content, design, etc*" rows="7">{{ old:details }}</textarea> </div> </div> <div class="row col-12" style="margin-top: 25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Shipping Address</h4> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2" style="margin-top:-8px;"> <label style="margin-bottom: 10px; display: block;">Where would you like your event materials shipped?</label> <input type="text" name="address_1" value="{{ old:address_1 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 1"/> </div> <div class="form-group col-12 textfield pt-1" style="margin-top:-8px;"> <input type="text" name="address_2" value="{{ old:address_2 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 2"/> </div> <div class="col-12 cg-blue pb-sm-1 t-sm"> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="city" value="" class="form-control p-1 cg-blue" placeholder="City" value="{{ old:city }}"> </div> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="state" value="" class="form-control p-1 cg-blue" placeholder="State" value="{{ old:state }}"> </div> <div class="form-group col-12 col-sm-4 textfield"> <input type="text" name="zip" value="" class="form-control p-1 cg-blue" placeholder="Zip" value="{{ old:zip }}"> </div> </div> <div class="row col-12" style="margin-top:25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Additional Notes</h4> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none"></label> <textarea name="additional_notes" class="form-control" placeholder="Is there anything else we should know about your request? If you did not attach logos/name partners, when can we expect to see those?" rows="7">{{ old:additional_notes }}</textarea> </div> </div> <div class="row col-12"> <h5 class="caps cg-blue">FILE UPLOADS</h5> <span class="cg-blue col-12 pr-2 pt-1 pb-2 t-md">Please upload photos, logos and other related files to reference for the design. Accepted file formats: .EPS, .JPG, .PNG, and .PDF files. Max file size for logos is 10MB.</span> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple2rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple3rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple4rec"> <input type="text" class="hide" name="recruiting-honey" class="honeypot" /> </div> </div> </div> <div class="row col-12" style="margin-top:15px;"> <div class="ta-center button-container pt-2 pb-2"> <button class="btn btn-primary">Submit</button> </div> </div> </div> {{ /form:create }} ', array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null, 'site_name' => 'Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'layout' => 'default', 'site_url' => 'https://calibercollision.com/', 'homepage' => 'https://calibercollision.com/', 'current_url' => 'https://calibercollision.com/employment/recruiting-request-form', 'current_uri' => '/employment/recruiting-request-form', 'current_date' => object(Carbon), 'now' => object(Carbon), 'today' => object(Carbon), 'locale' => 'en', 'locale_name' => 'English', 'locale_full' => 'en_US', 'locale_url' => 'https://calibercollision.com/', 'get' => array(), 'post' => array(), 'get_post' => array(), 'old' => array(), 'response_code' => '200', 'logged_in' => false, 'logged_out' => true, 'environment' => 'production', 'xml_header' => '<?xml version="1.0" encoding="utf-8" ?>', 'csrf_token' => 'gi6dPYq8OAvFK77sftskyC0de3t14iPuDVN7QYpr', 'csrf_field' => object(Expression), 'settings' => array('assets' => array('image_manipulation_route' => '/img', 'image_manipulation_secure' => true, 'auto_crop' => true, 'image_manipulation_driver' => 'gd', 'image_manipulation_cached' => true, 'image_manipulation_cached_path' => 'img', 'thumbnail_max_width' => '6000', 'thumbnail_max_height' => '6000'), 'caching' => array('stache_always_update' => false, 'static_caching_enabled' => false, 'static_caching_length' => '500', 'static_caching_type' => 'cache', 'static_caching_file_path' => 'ccc', 'static_caching_ignore_query_strings' => false, 'static_caching_exclude' => array('/locate-a-caliber-collision-center', 'locate-a-caliber-collision-center', '/schedule-an-appointment', '/schedule-an-appointment/', 'schedule-an-appointment/', 'online-authorization/', 'contact-us/', 'customer-reviews/', 'customer-feedback', 'celebrationoflove2016', '/online-authorization', '/contact-us', '/customer-reviews', '/customer-feedback', '/celebrationoflove2016', '/about-us/community-involvement/recycled-rides/recycled-rides-event-request', '/locate-a-caliber-collision-center/fast-track-dealer-referral', 'locate-a-caliber-collision-center/fast-track-dealer-referral', '/employment/hr-job-request-form', 'employment/hr-job-request-form', 'employment/recruiting-request-form', '/employment/virginia-maryland-and-dc-employment-opportunities', 'employment/virginia-maryland-and-dc-employment-opportunities', '/field-marketing-event-request', 'field-marketing-event-request', '/caliber-classic-registration', 'caliber-classic-registration'), 'static_caching_invalidation' => array(), 'static_caching_lock_hold_length' => '0', 'static_caching_default_cache_length' => null), 'cp' => array('start_page' => 'dashboard', 'date_format' => 'Y/n/d', 'widgets' => array(array('type' => 'collection', 'collection' => 'locate-a-caliber-collision-center', 'limit' => '20', 'width' => '70', 'date' => 'last_modified'), array('type' => 'PowerTools', 'width' => '30')), 'locale' => null, 'pagination_size' => '50'), 'debug' => array('debug' => true, 'debug_bar' => false, 'loggers' => array('file' => array('daily' => true))), 'email' => array('driver' => 'log', 'from_email' => 'cc@calibercollision.com', 'from_name' => 'Caliber Collision Centers', 'host' => null, 'port' => '587', 'encryption' => 'tls', 'username' => '', 'password' => ''), 'routes' => array('routes' => array('/blog/tags' => 'blog/taxonomies', '/search' => 'search', '/users' => 'user/index', '/users/{username}' => 'user/profile', '/account' => 'user/account', '/login' => 'auth/login', '/register' => 'auth/register', '/forgot-password' => 'auth/password-forgot', '/reset-password' => 'auth/password-reset', '/api/reviews' => array('layout' => 'api', 'template' => 'api-reviews', 'content_type' => 'json'), '/api/locations' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/locations/{type}' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/dealers' => array('layout' => 'api', 'template' => 'api-dealers', 'content_type' => 'json'), '/api/insurance' => array('layout' => 'api', 'template' => 'api-insurance', 'content_type' => 'json'), '/api/pages' => array('layout' => 'api', 'template' => 'api-pages', 'content_type' => 'json'), '/api/faqs' => array('layout' => 'api', 'template' => 'api-faqs', 'content_type' => 'json'), '/api/soire' => array('layout' => 'api', 'template' => 'api-submission', 'content_type' => 'json'), '/api/partners' => array('layout' => 'api', 'template' => 'api-partners', 'content_type' => 'json'), '/api/export' => array('layout' => 'default', 'template' => 'export'), '/api/employment' => array('layout' => 'api', 'template' => 'api-employment', 'content_type' => 'json'), '/api/employment-export' => array('layout' => 'api', 'template' => 'employment-export'), '/api/appointments' => array('layout' => 'api', 'template' => 'api-appointments', 'content_type' => 'json'), '/api/appointments-export' => array('layout' => 'api', 'template' => 'appointments-export'), '/api/locations-export' => array('layout' => 'api', 'template' => 'api-locations-export'), '/api/reviews-export' => array('layout' => 'api', 'template' => 'api-reviews-export'), '/sandbox/glass-quote' => array('layout' => 'api', 'template' => 'glass-quote'), '/changinglanesrecruitment' => array('layout' => 'api', 'template' => 'changinglanes-recruitment'), '/changinglanesrecruitment/signup' => array('layout' => 'default', 'template' => 'changinglanes-recruitment-form'), '/changinglanesrecruitment/thankyou' => array('layout' => 'api', 'template' => 'changinglanes-recruitment-thankyou'), '/weallplayapart' => array('layout' => 'api-header', 'template' => 'leadership-summit-2019'), '/api/skyball' => array('layout' => 'api', 'template' => 'api-skyball', 'content_type' => 'json'), '/api/skyball-export' => array('layout' => 'api', 'template' => 'skyball-export'), '/happyholidays2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card-team'), '/holiday2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card'), '/digital-newsletter/search' => array('layout' => 'api-header-noindex', 'template' => '/newsletter/search'), '/thank-you-2' => array('layout' => 'default', 'template' => 'thank-you-2'), '/schedule-an-appointment-online' => array('layout' => 'default', 'template' => 'appointment-dev'), '/schedule-an-appointment-online-snapsheet' => array('layout' => 'default', 'template' => 'appointment-dev-snapsheet'), '/online-authorization' => array('layout' => 'default', 'template' => 'online-authorization-new'), '/api/urls' => array('layout' => 'api', 'template' => 'api-all-pages'), '/barbarian' => array('layout' => 'api', 'template' => 'barbarian')), 'collections' => array('blog' => '/news-events/{year}/{month}/{day}/{slug}', 'locate-a-caliber-collision-center' => '/locate-a-caliber-collision-center/{slug}', 'specials' => 'specials-states', 'offers' => 'offers', 'sponsored_events' => '/sponsored-events/{slug}', 'emails' => '/{slug}', 'acquisitions' => '/acquisitions/{slug}', 'live-chat' => '/live-chat/{slug}', 'hub_articles' => '/hub-of-help/{slug}', 'newsletter' => '/digital-newsletter/{slug}', 'newsletter_articles' => '/digital-newsletter/{newsletter_slug}/{slug}'), 'taxonomies' => array('tags' => '/blog/tags/{slug}', 'lo' => 'region'), 'redirect' => array('/locate-a-caliber-collision-center/davenport-northwest-bi' => 'https://www.caliber.com/find-a-location/davenport-northwest-bl', '/militarycombine' => 'combine', '/celebrationoflove2018' => 'celebration-of-love-nomination-2018', '/dealership-partners' => 'dealership-partners', '/green-commitment' => 'green-commitment', '/insurance-partners' => 'insurance-partners', '/repair-process' => 'repair-process', '/COMBINEPARTNERS' => 'military-service-partners', '/CombinePartners' => 'military-service-partners', '/combinepartners' => 'military-service-partners', '/combine-partners' => 'military-service-partners', '/emails' => 'https://www.caliber.com/leave-a-review', '/emails/september-2016-customer-email' => 'about-us/community-involvement/combine', '/combine' => 'about-us/community-involvement/heroes-day', '/Combine' => 'about-us/community-involvement/heroes-day', '/COMBINE' => 'about-us/community-involvement/heroes-day', '/Careers' => 'employment', '/TeammateUpdate' => 'teammateupdate', '/TeamMateUpdate' => 'teammateupdate', '/arizona-special-offers' => 'specials', '/california-special-offers' => 'specials', '/mobile' => '/', '/bodyshop.asp' => 'services', '/paintshop.asp' => 'services', '/careers/careers.aspx' => '/employment', '/about/about.aspx' => 'about-us', '/green-commitment.aspx' => 'services/environmental-commitment', '/locations/locations.aspx' => 'locate-a-caliber-collision-center', '/services/services.aspx' => 'services', '/locations/burbank-car-repair-shop/' => 'locate-a-caliber-collision-center', '/auto-body/accident-checklist' => 'services/collision-repair-process', '/PrivacyNotice.aspx' => 'privacy-policy', '/accident/appointment.aspx' => 'schedule-an-appointment', '/accident/customer-feedback.aspx' => 'customer-feedback', '/accident/faqs.aspx' => 'about-us/faqs', '/accident/inanaccident.aspx' => 'collision-repair-process', '/accident/repairauthorization.aspx' => 'services/collision-repair-process', '/index.aspx' => '/', '/warranty.aspx' => 'services/lifetime-warranty', '/LocationsWV.htm' => 'locate-a-caliber-collision-center/westlake-village', '/Home.html' => '/', '/walkthewalk*' => '/about-us/community-involvement/carry-the-load/*', '/about' => 'about-us', '/contact/contact.aspx' => 'contact-us', '/accident/customer-feedback-all.aspx' => 'customer-feedback', '/accident/collisionrepair.aspx' => '/', '/rrorders' => 'recycled-rides-event-request', '/recycledrides*' => 'about-us/community-involvement/recycled-rides', '/thankyou' => 'thank-you', '/agent' => 'about-us/insurance-partners', '/web-site-terms-conditions' => 'terms-conditions', '/careers' => 'employment', '/services/collision-repair-process' => 'services/repair-process', '/about-us/news-events' => 'news-events', '/hr-job-posting-request' => '/employment/hr-job-request-form', '/recruiting-request-form' => '/employment/recruiting-request-form', '/changinglanes' => '/about-us/community-involvement/changing-lanes/', '/ChangingLanes' => '/about-us/community-involvement/changing-lanes/', '/FoodDrive' => '/about-us/community-involvement/food-drive/', '/fooddrive' => '/about-us/community-involvement/food-drive/', '/caliber-classic' => '/about-us/community-involvement/caliber-classic/', '/locate-a-caliber-collision-center/Falcon' => '/locate-a-caliber-collision-center/falcon', '/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/fresno' => '/locate-a-caliber-collision-center/round-rock-commerce', '/index.htm' => '/', '/la-crescenta' => '/locate-a-caliber-collision-center/la-crescenta', '/locate' => '/locate-a-caliber-collision-center', '/locate-a-caliber-coll' => '/locate-a-caliber-collision-center', '/locate-a-caliber-colli' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-ce' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/bryan-college-stat' => '/locate-a-caliber-collision-center/bryan-college-station', '/locate-a-caliber-collision-center/cavender' => '/locate-a-caliber-collision-center/san-antonio-cavender', '/locate-a-caliber-collision-center/center-city-sou' => '/locate-a-caliber-collision-center/center-city-south', '/locate-a-caliber-collision-center/commerce-round-roc' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/f5241f74-07d9-4198-b19a-a95f969605c1/img/380dc8d9-481c-4d18-9162-ecd5688f98a8/img/headers/header_driven_to_serve.jpg/dc171fcd55fb5029ffa14ecb2514a014.jpg' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/frederick' => '/locate-a-caliber-collision-center/frederick-monocacy-valley', '/locate-a-caliber-collision-center/galleria' => '/locate-a-caliber-collision-center/houston-galleria', '/locate-a-caliber-collision-center/garden-ridge' => '/locate-a-caliber-collision-center/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/las-vegas-nellis-drive-in' => 'https://dev.calibercollision.com/locate-a-caliber-collision-center/las-vegas-nellis-drive-in', '/locate-a-caliber-collision-center/mays-round-rock' => '/locate-a-caliber-collision-center/round-rock-mays', '/locate-a-caliber-collision-center/padrecc-spid' => '/locate-a-caliber-collision-center/corpus-christi-ayers', '/locate-a-caliber-collision-center/ridgecrest' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/Roseville' => '/locate-a-caliber-collision-center/roseville', '/locate-a-caliber-collision-center/san-antonia-culebra' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-culebra-express' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-s' => '/locate-a-caliber-collision-center/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locate-a-caliber-collision-center/santa-mo' => '/locate-a-caliber-collision-center/santa-monica', '/Locate-A-Caliber-Collision-Center/Santa-Monica-Pico-Blvd' => '/locate-a-caliber-collision-center/santa-monica', '/locate-a-caliber-collision-center/tucson-price-street' => '/locate-a-caliber-collision-center/tucson-university', '/locate-a-caliber-collision-center/warrenton' => '/locate-a-caliber-collision-center/warrenton-non-drive', '/locate-a-caliber-collision-center/webercc-weber' => '/locate-a-caliber-collision-center/corpus-christi-weber', '/locate-a-caliber-collision-center/wheat-ridge-indepe' => '/locate-a-caliber-collision-center/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-s' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/locations/CA/san_diego/dagget.htm' => '/locate-a-caliber-collision-center/kearney-mesa-dagget', '/locations/locationdetails.aspx?scenterId=0009' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locations/TX/NTX/corinth.' => '/locate-a-caliber-collision-center/corinth', '/los-angeles-griffith-park' => '/locate-a-caliber-collision-center/los-angeles-griffith-park', '/oviedo' => '/locate-a-caliber-collision-center/oviedo', '/pasadena' => '/locate-a-caliber-collision-center/pasadena', '/RecycledRides' => '/about-us/community-involvement/recycled-rides', '/richland-hills' => '/locate-a-caliber-collision-center/richland-hills', '/services/dealerships' => '/services/dealership-partners', '/services/environmental-commitment' => '/services/green-commitment', '/services/free-estimates' => '/services/online-estimates', '/tujunga' => '/locate-a-caliber-collision-center/tujunga', '/wheat-ridge-robb-st' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/wylie' => '/locate-a-caliber-collision-center/wylie', '/locate-a-caliber-collision-center/no-location' => 'https://www.caliber.com/find-a-location/', '/employment' => 'https://jobs.calibercollision.com/employment', '/employment/careers' => 'https://jobs.calibercollision.com/employment', '/locate-a-caliber-collision-center/fishers-technology-dr' => '/locate-a-caliber-collision-center/fishers-technology-ln', '/locate-a-caliber-collision-center/murfreesboro-broad-st' => '/locate-a-caliber-collision-center/nashville-non-drive-south', '/locate-a-caliber-collision-center/santa-clara' => '/locate-a-caliber-collision-center/silicon-valley-non-drive', '/locate-a-caliber-collision-center/minneapolis-south' => '/locate-a-caliber-collision-center/south-minneapolis', '/locate-a-caliber-collision-center/henderson-east' => '/locate-a-caliber-collision-center/henderson-american-pacific', '/locate-a-caliber-collision-center/colorado-springs-copper-center' => '/locate-a-caliber-collision-center/colorado-springs-copper', '/locate-a-caliber-collision-center/glendale-south-louise-st' => '/locate-a-caliber-collision-center/glendale-s-louise-st', '/locate-a-caliber-collision-center/raleigh-crabtree-pines' => '/locate-a-caliber-collision-center/raleigh-crabtree', '/locate-a-caliber-collision-center/orlando-orange-blossom-trail' => '/locate-a-caliber-collision-center/orlando-orange-blossom', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/orlando-n-john-young' => '/locate-a-caliber-collision-center/orlando-silver-star-rd', '/locate-a-caliber-collision-center/lynwood' => '/locate-a-caliber-collision-center/lynwood-il', '/locate-a-caliber-collision-center/maryville' => '/locate-a-caliber-collision-center/maryville-il', '/locate-a-caliber-collision-center/west-chester' => '/locate-a-caliber-collision-center/west-chester-oh', '/locate-a-caliber-collision-center/lynnwood' => '/locate-a-caliber-collision-center/lynnwood-wa', '/locate-a-caliber-collision-center/marysville' => '/locate-a-caliber-collision-center/marysville-wa', '/locate-a-caliber-collision-center/middleton' => '/locate-a-caliber-collision-center/middleton-wi', '/locate-a-caliber-collision-center/lansdowne' => '/locate-a-caliber-collision-center/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/philadelphia-blue-grass-rd' => '/locate-a-caliber-collision-center/philadelphia-blue-grass', '/locate-a-caliber-collision-center/marlton-west-main-st' => '/locate-a-caliber-collision-center/evesham-township', '/locate-a-caliber-collision-center/middletown' => '/locate-a-caliber-collision-center/middletown-de', '/locate-a-caliber-collision-center/houston-park-row' => '/locate-a-caliber-collision-center/houston-non-drive-west', '/HeroesDay' => 'about-us/community-involvement/heroes-day', '/heroesday' => 'https://www.caliber.com/why-caliber', '/Heroesday' => 'about-us/community-involvement/heroes-day', '/HeroesDayRegistration' => '/heroesdayregistration', '/heroesdaycombine' => '/heroesdayregistration', '/HeroesDayCombine' => '/heroesdayregistration', '/calibercares' => 'https://www.caliberfamily.com', '/Calibercares' => 'https://www.caliberfamily.com', '/caliberCares' => 'https://www.caliberfamily.com', '/CaliberCares' => 'https://www.caliberfamily.com', '/CALIBERCARES' => 'https://www.caliberfamily.com', '/Resources' => '/resources', '/RESOURCES' => '/resources', '/customer-feedback' => 'https://www.caliber.com/leave-a-review', '/Restoring-You' => '/restoring-you', '/RESTORING-YOU' => '/restoring-you', '/locate-a-caliber-collision-center/elk-grove' => '/locate-a-caliber-collision-center/elk-grove-non-drive', '/recycled-rides' => '/about-us/community-involvement/recycled-rides', '/RECYCLED-RIDES' => '/about-us/community-involvement/recycled-rides', '/Recycled-Rides' => '/about-us/community-involvement/recycled-rides', '/recycledrides' => '/about-us/community-involvement/recycled-rides', '/RECYCLEDRIDES' => '/about-us/community-involvement/recycled-rides', '/locate-a-caliber-collision-center/colorado-springs-iowa-st' => '/locate-a-caliber-collision-center/colorado-springs-boulder-st', '/weallplayapart' => '/', '/locate-a-caliber-collision-center/memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/baltimore-belair-rd' => '/locate-a-caliber-collision-center/baltimore-hamilton', '/locate-a-caliber-collision-center/philadelphia-blue-grass' => '/locate-a-caliber-collision-center/philadelphia-byberry-rd', '/shopforsale' => '/shop-for-sale', '/SHOPFORSALE' => '/shop-for-sale', '/ShopForSale' => '/shop-for-sale', '/Shopforsale' => '/shop-for-sale', '/shopForsale' => '/shop-for-sale', '/shopforSale' => '/shop-for-sale', '/ShopForsale' => '/shop-for-sale', '/Shop-For-Sale' => '/shop-for-sale', '/SHOP-FOR-SALE' => '/shop-for-sale', '/locate-a-caliber-collision-center/dc-georgia-ave-nw' => '/locate-a-caliber-collision-center/hyattsville', '/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/locate-a-caliber-collision-center/akron-green-drive' => '/locate-a-caliber-collision-center/akron-green', '/locate-a-caliber-collision-center/colorado-springs-motor-city' => '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city', '/locate-a-caliber-collision-center/wooster-south' => '/locate-a-caliber-collision-center/wooster-east', '/locate-a-caliber-collision-center/jacksonville-blanding-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-sw', '/form' => 'https://estimate.calibercollision.com/form', '/locate-a-caliber-collision-center/orlando-silver-star-rd' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/southport-drive-center' => 'https://www.caliber.com/find-a-location', '/' => 'https://www.caliber.com/services/collision', '/services/online-estimates' => 'https://www.caliber.com/online-estimate', '/contact-us' => 'https://www.caliber.com/contact-us', '/about-us' => 'https://www.caliber.com/why-caliber', '/services/auto-glass-repair' => 'https://www.caliber.com/services/collision/auto-glass-collision-repair', '/coronavirus-update' => 'https://www.caliber.com/newsroom', '/services' => 'https://www.caliber.com/services/collision', '/caliber-combines-with-abra' => 'https://www.caliber.com/newsroom', '/services/on-site-car-rentals' => 'https://www.caliber.com/services/collision', '/about-us/repair-process' => 'https://www.caliber.com/services/collision', '/services/auto-body-repair' => 'https://www.caliber.com/services/collision/collision-repair', '/services/lifetime-warranty' => 'https://www.caliber.com/why-caliber', '/news-events' => 'https://www.caliber.com/newsroom', '/services/customer-service' => 'https://www.caliber.com/why-caliber', '/tell-us-about-your-experience' => 'https://www.caliber.com/leave-a-review', '/site-map' => 'https://www.caliber.com', '/live-chat/luxury' => 'https://www.caliber.com/contact-us', '/services/paintless-dent-repair' => 'https://www.caliber.com/services/collision/paintless-dent-repair', '/about-us/insurance-partners' => 'https://www.caliber.com', '/about-us/community-involvement/recycled-rides' => 'https://www.caliber.com/why-caliber', '/about-us/dealership-partners' => 'https://www.caliber.com/why-caliber/dealership-partners', '/services/diagnostic-scanning' => 'https://www.caliber.com/services/collision/car-diagnostic-test', '/about-us/community-involvement' => 'https://www.caliber.com/why-caliber', '/acquisitions/pohanka' => 'https://www.caliber.com/newsroom', '/acquisitions/haddock-collision' => 'https://www.caliber.com/newsroom', '/about-us/our-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/food-drive' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/hire-our-heroes' => 'https://www.caliber.com/why-caliber', '/employment/virginia-maryland-and-dc-employment-opportunities' => 'https://jobsatcaliber.com/', '/restoring-you' => 'https://www.caliber.com/why-caliber', '/live-chat/live-chat' => 'https://www.caliber.com/contact-us', '/about-us/community-involvement/heroes-day' => 'https://www.caliber.com/why-caliber', '/specials/refer-a-friend' => 'https://www.caliber.com/services/collision', '/about-us/green-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/caliber-classic' => 'https://www.caliber.com/why-caliber', '/military-service-partners' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/combine' => 'https://www.caliber.com/why-caliber', '/weather-alert-san-angelo' => 'https://www.caliber.com/newsroom', '/about-us/community-involvement/american-heart-association' => 'https://www.caliber.com/why-caliber', '/weather-alert-delrio' => 'https://www.caliber.com/newsroom', '/shop-for-sale' => 'https://www.caliber.com/services/collision', '/services/fleet-services' => 'https://www.caliber.com/services/fleet', '/teammateholiday2020' => 'https://www.caliber.com/why-caliber', '/terms-conditions' => 'https://www.caliber.com/terms', '/luxury' => 'https://www.caliber.com/services/collision', '/recycled-rides-nomination-form-old' => 'https://www.caliber.com/why-caliber', '/skyball-2019-sign-up-form' => 'https://www.caliber.com/newsroom', '/caliber-strategic-partner-appreciation-event' => 'https://www.caliber.com/newsroom', '/protechholiday2020' => 'https://www.caliber.com/newsroom', '/specials-states' => 'https://www.caliber.com/services/collision', '/about-us/community-involvement/recycled-rides/recycled-rides-carry-the-load-2015' => 'https://www.caliber.com/why-caliber', '/ca-privacy-act' => 'https://www.caliber.com/ca-privacy-act', '/coronavirus-update-es' => 'https://www.caliber.com/newsroom', '/privacy-policy' => 'https://www.caliber.com/terms', '/acquisitions/church-brothers-collision-repair' => 'https://www.caliber.com/newsroom', '/acquisitions/cooks-collision' => 'https://www.caliber.com/newsroom', '/acquisitions/goffs-collision-repair-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/herbs-paint-and-body-shops' => 'https://www.caliber.com/newsroom', '/acquisitions/hv-collisioncenter' => 'https://www.caliber.com/newsroom', '/acquisitions/prices-collision-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/the-collision-centers' => 'https://www.caliber.com/newsroom', '/animated-card-to-teammates' => 'https://www.caliber.com/why-caliber', '/approved-review' => 'https://www.caliber.com/leave-a-review', '/caliber-executive-hand-clap-video' => 'https://www.caliber.com/newsroom', '/caliber-storm-response-team' => 'https://www.caliber.com/newsroom', '/changing-lanes-rsvp-form' => 'https://www.caliber.com/why-caliber', '/combine45' => 'https://www.caliber.com/why-caliber', '/contact-us-old' => 'https://www.caliber.com/contact-us', '/declined-review' => 'https://www.caliber.com/leave-a-review', '/employment-adp' => 'https://www.caliber.com/services/collision', '/military-partners-form' => 'https://www.caliber.com/why-caliber', '/share-your-experience' => 'https://www.caliber.com/leave-a-review', '/southern-california-wildfires' => 'https://www.caliber.com/newsroom', '/specials' => 'https://www.caliber.com', '/sponsored-events' => 'https://www.caliber.com/newsroom', '/teammateupdate' => 'https://www.caliber.com/newsroom', '/washington-nationals-recycled-rides-gifting-2017' => 'https://www.caliber.com/why-caliber', '/weather-alert' => 'https://www.caliber.com/newsroom', '/weather-alert-charleston-maryland' => 'https://www.caliber.com/newsroom', '/weather-alert-colorado' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-dorian' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-sally' => 'https://www.caliber.com/newsroom', '/weather-alert-north-carolina' => 'https://www.caliber.com/newsroom', '/weather-alert-north-tx-and-ok' => 'https://www.caliber.com/newsroom', '/weather-alert-northeast' => 'https://www.caliber.com/newsroom', '/west-texas-inclement-weather' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/aberdeen' => 'https://www.caliber.com/find-a-location/aberdeen', '/locate-a-caliber-collision-center/abington' => 'https://www.caliber.com/find-a-location/abington', '/locate-a-caliber-collision-center/acworth' => 'https://www.caliber.com/find-a-location/acworth', '/locate-a-caliber-collision-center/addison' => 'https://www.caliber.com/find-a-location/addison', '/locate-a-caliber-collision-center/akron-green' => 'https://www.caliber.com/find-a-location/akron-green', '/locate-a-caliber-collision-center/albuquerque-alameda' => 'https://www.caliber.com/find-a-location/albuquerque-alameda', '/locate-a-caliber-collision-center/albuquerque-dorado' => 'https://www.caliber.com/find-a-location/albuquerque-dorado', '/locate-a-caliber-collision-center/albuquerque-downtown' => 'https://www.caliber.com/find-a-location/albuquerque-downtown', '/locate-a-caliber-collision-center/alcoa-airport-hwy' => 'https://www.caliber.com/find-a-location/alcoa-airport-hwy', '/locate-a-caliber-collision-center/alcoa-northpark' => 'https://www.caliber.com/find-a-location/alcoa-northpark', '/locate-a-caliber-collision-center/alexandria' => 'https://www.caliber.com/find-a-location/alexandria', '/locate-a-caliber-collision-center/alexandria-del-ray' => 'https://www.caliber.com/find-a-location/alexandria-del-ray', '/locate-a-caliber-collision-center/alexandria-farrington-ave' => 'https://www.caliber.com/find-a-location/alexandria-farrington-ave', '/locate-a-caliber-collision-center/algonquin' => 'https://www.caliber.com/find-a-location/algonquin', '/locate-a-caliber-collision-center/alhambra' => 'https://www.caliber.com/find-a-location/alhambra', '/locate-a-caliber-collision-center/allen' => 'https://www.caliber.com/find-a-location/allen', '/locate-a-caliber-collision-center/allen-greenville-rd' => 'https://www.caliber.com/find-a-location/allen-greenville-rd', '/locate-a-caliber-collision-center/allentown' => 'https://www.caliber.com/find-a-location/allentown', '/locate-a-caliber-collision-center/allentown-airport-rd' => 'https://www.caliber.com/find-a-location/allentown-airport-rd', '/locate-a-caliber-collision-center/alpharetta' => 'https://www.caliber.com/find-a-location/alpharetta', '/locate-a-caliber-collision-center/altamonte-springs' => 'https://www.caliber.com/find-a-location/altamonte-springs', '/locate-a-caliber-collision-center/alvin' => 'https://www.caliber.com/find-a-location/alvin', '/locate-a-caliber-collision-center/american-fork' => 'https://www.caliber.com/find-a-location/american-fork', '/locate-a-caliber-collision-center/anaheim' => 'https://www.caliber.com/find-a-location/anaheim', '/locate-a-caliber-collision-center/anaheim-hills' => 'https://www.caliber.com/find-a-location/anaheim-hills', '/locate-a-caliber-collision-center/anderson' => 'https://www.caliber.com/find-a-location/anderson', '/locate-a-caliber-collision-center/ankeny' => 'https://www.caliber.com/find-a-location/ankeny', '/locate-a-caliber-collision-center/annapolis' => 'https://www.caliber.com/find-a-location/annapolis', '/locate-a-caliber-collision-center/apex' => 'https://www.caliber.com/find-a-location/apex', '/locate-a-caliber-collision-center/apple-valley' => 'https://www.caliber.com/find-a-location/apple-valley', '/locate-a-caliber-collision-center/apple-valley-mn' => 'https://www.caliber.com/find-a-location/apple-valley-mn', '/locate-a-caliber-collision-center/arlington' => 'https://www.caliber.com/find-a-location/arlington', '/locate-a-caliber-collision-center/arlington-rx' => 'https://www.caliber.com/find-a-location/arlington-rx', '/locate-a-caliber-collision-center/arlington-s-cooper' => 'https://www.caliber.com/find-a-location/arlington-south-cooper', '/locate-a-caliber-collision-center/arlington-south' => 'https://www.caliber.com/find-a-location/arlington-south', '/locate-a-caliber-collision-center/arlington-tn' => 'https://www.caliber.com/find-a-location/arlington-tn', '/locate-a-caliber-collision-center/arlington-va' => 'https://www.caliber.com/find-a-location/arlington-va', '/locate-a-caliber-collision-center/ashland' => 'https://www.caliber.com/find-a-location/ashland', '/locate-a-caliber-collision-center/ashland-oh' => 'https://www.caliber.com/find-a-location/ashland-oh', '/locate-a-caliber-collision-center/aston' => 'https://www.caliber.com/find-a-location/aston', '/locate-a-caliber-collision-center/atascadero' => 'https://www.caliber.com/find-a-location/atascadero', '/locate-a-caliber-collision-center/atascadero-south' => 'https://www.caliber.com/find-a-location/atascadero-south', '/locate-a-caliber-collision-center/athens' => 'https://www.caliber.com/find-a-location/athens', '/locate-a-caliber-collision-center/atlanta-buckhead' => 'https://www.caliber.com/find-a-location/atlanta-buckhead', '/locate-a-caliber-collision-center/auburn' => 'https://www.caliber.com/find-a-location/auburn', '/locate-a-caliber-collision-center/auburn-wa' => 'https://www.caliber.com/find-a-location/auburn-wa', '/locate-a-caliber-collision-center/aurora' => 'https://www.caliber.com/find-a-location/aurora', '/locate-a-caliber-collision-center/aurora-chambers-rd' => 'https://www.caliber.com/find-a-location/aurora-chambers-rd', '/locate-a-caliber-collision-center/aurora-east-colfax-ave' => 'https://www.caliber.com/find-a-location/aurora-east-colfax-ave', '/locate-a-caliber-collision-center/aurora-s-abilene' => 'https://www.caliber.com/find-a-location/aurora-s-abilene', '/locate-a-caliber-collision-center/austin-highway-620' => 'https://www.caliber.com/find-a-location/austin-highway-620', '/locate-a-caliber-collision-center/austin-hunters-chase' => 'https://www.caliber.com/find-a-location/austin-hunters-chase', '/locate-a-caliber-collision-center/austin-kramer-lane' => 'https://www.caliber.com/find-a-location/austin-kramer-lane', '/locate-a-caliber-collision-center/austin-mcneil-dr' => 'https://www.caliber.com/find-a-location/austin-mcneil-dr', '/locate-a-caliber-collision-center/austin-metric-blvd' => 'https://www.caliber.com/find-a-location/austin-metric-blvd', '/locate-a-caliber-collision-center/austin-non-drive' => 'https://www.caliber.com/find-a-location/austin-non-drive', '/locate-a-caliber-collision-center/austin-onion-creek' => 'https://www.caliber.com/find-a-location/austin-onion-creek', '/locate-a-caliber-collision-center/austin-shelby-ln' => 'https://www.caliber.com/find-a-location/austin-shelby-ln', '/locate-a-caliber-collision-center/austin-wells-branch' => 'https://www.caliber.com/find-a-location/austin-wells-branch', '/locate-a-caliber-collision-center/avon' => 'https://www.caliber.com/find-a-location/avon', '/locate-a-caliber-collision-center/avondale' => 'https://www.caliber.com/find-a-location/avondale', '/locate-a-caliber-collision-center/azusa' => 'https://www.caliber.com/find-a-location/azusa', '/locate-a-caliber-collision-center/babylon' => 'https://www.caliber.com/find-a-location/babylon', '/locate-a-caliber-collision-center/baker-ranch' => 'https://www.caliber.com/find-a-location/baker-ranch', '/locate-a-caliber-collision-center/bakersfield-auto-mall' => 'https://www.caliber.com/find-a-location/bakersfield-auto-mall', '/locate-a-caliber-collision-center/bakersfield-downtown' => 'https://www.caliber.com/find-a-location/bakersfield-downtown', '/locate-a-caliber-collision-center/bakersfield-kern-st' => 'https://www.caliber.com/find-a-location/bakersfield-kern-st', '/locate-a-caliber-collision-center/bakersfield-northwest' => 'https://www.caliber.com/find-a-location/bakersfield-northwest', '/locate-a-caliber-collision-center/bakersfield-rosedale-hwy' => 'https://www.caliber.com/find-a-location/bakersfield-rosedale-hwy', '/locate-a-caliber-collision-center/bakersfield-south' => 'https://www.caliber.com/find-a-location/bakersfield-south', '/locate-a-caliber-collision-center/baltimore-hamilton' => 'https://www.caliber.com/find-a-location/baltimore-hamilton', '/locate-a-caliber-collision-center/baltimore-remington' => 'https://www.caliber.com/find-a-location/baltimore-remington', '/locate-a-caliber-collision-center/barstow' => 'https://www.caliber.com/find-a-location/barstow', '/locate-a-caliber-collision-center/baytown' => 'https://www.caliber.com/find-a-location/baytown', '/locate-a-caliber-collision-center/bayville' => 'https://www.caliber.com/find-a-location/bayville', '/locate-a-caliber-collision-center/bear' => 'https://www.caliber.com/find-a-location/bear', '/locate-a-caliber-collision-center/beaufort' => 'https://www.caliber.com/find-a-location/beaufort', '/locate-a-caliber-collision-center/beaverton' => 'https://www.caliber.com/find-a-location/beaverton', '/locate-a-caliber-collision-center/bedford' => 'https://www.caliber.com/find-a-location/bedford', '/locate-a-caliber-collision-center/bedford-airport-freeway' => 'https://www.caliber.com/find-a-location/bedford-airport-freeway', '/locate-a-caliber-collision-center/bedford-heights' => 'https://www.caliber.com/find-a-location/bedford-heights', '/locate-a-caliber-collision-center/bellevue' => 'https://www.caliber.com/find-a-location/bellevue', '/locate-a-caliber-collision-center/belmont' => 'https://www.caliber.com/find-a-location/belmont', '/locate-a-caliber-collision-center/belton-ih-35' => 'https://www.caliber.com/find-a-location/belton-ih-35', '/locate-a-caliber-collision-center/ben-white' => 'https://www.caliber.com/find-a-location/austin-ben-white', '/locate-a-caliber-collision-center/berkeley' => 'https://www.caliber.com/find-a-location/berkeley', '/locate-a-caliber-collision-center/berwyn' => 'https://www.caliber.com/find-a-location/berwyn', '/locate-a-caliber-collision-center/bethpage-drive-center' => 'https://www.caliber.com/find-a-location/bethpage-drive-center', '/locate-a-caliber-collision-center/beverly-hills' => 'https://www.caliber.com/find-a-location/beverly-hills', '/locate-a-caliber-collision-center/blackwood' => 'https://www.caliber.com/find-a-location/blackwood', '/locate-a-caliber-collision-center/blaine' => 'https://www.caliber.com/find-a-location/blaine', '/locate-a-caliber-collision-center/bloomington' => 'https://www.caliber.com/find-a-location/bloomington', '/locate-a-caliber-collision-center/bloomington-american-blvd' => 'https://www.caliber.com/find-a-location/bloomington-american-bl', '/locate-a-caliber-collision-center/bloomington-ca' => 'https://www.caliber.com/find-a-location/bloomington-ca', '/locate-a-caliber-collision-center/bloomington-east' => 'https://www.caliber.com/find-a-location/bloomington-east', '/locate-a-caliber-collision-center/bloomington-west' => 'https://www.caliber.com/find-a-location/west-bloomington', '/locate-a-caliber-collision-center/blue-island-western-ave' => 'https://www.caliber.com/find-a-location/blue-island-western-ave', '/locate-a-caliber-collision-center/blue-island-wireton-rd' => 'https://www.caliber.com/find-a-location/blue-island-wireton-rd', '/locate-a-caliber-collision-center/boca-raton' => 'https://www.caliber.com/find-a-location/boca-raton', '/locate-a-caliber-collision-center/boerne' => 'https://www.caliber.com/find-a-location/boerne', '/locate-a-caliber-collision-center/boise' => 'https://www.caliber.com/find-a-location/boise', '/locate-a-caliber-collision-center/boise-5-mile-rd' => 'https://www.caliber.com/find-a-location/boise-5-mile-rd', '/locate-a-caliber-collision-center/boise-s-federal-way' => 'https://www.caliber.com/find-a-location/boise-s-federal-way', '/locate-a-caliber-collision-center/bonita-springs' => 'https://www.caliber.com/find-a-location/bonita-springs', '/locate-a-caliber-collision-center/bordentown' => 'https://www.caliber.com/find-a-location/bordentown', '/locate-a-caliber-collision-center/bossier-city' => 'https://www.caliber.com/find-a-location/bossier-city', '/locate-a-caliber-collision-center/bothell' => 'https://www.caliber.com/find-a-location/bothell', '/locate-a-caliber-collision-center/boulder' => 'https://www.caliber.com/find-a-location/boulder', '/locate-a-caliber-collision-center/boulder-sterling-dr' => 'https://www.caliber.com/find-a-location/boulder-sterling-dr', '/locate-a-caliber-collision-center/boulder-valmont-rd' => 'https://www.caliber.com/find-a-location/boulder-valmont-rd', '/locate-a-caliber-collision-center/bountiful' => 'https://www.caliber.com/find-a-location/bountiful', '/locate-a-caliber-collision-center/bowling-green' => 'https://www.caliber.com/find-a-location/bowling-green', '/locate-a-caliber-collision-center/bradenton' => 'https://www.caliber.com/find-a-location/bradenton', '/locate-a-caliber-collision-center/braker-lane' => 'https://www.caliber.com/find-a-location/austin-braker-lane', '/locate-a-caliber-collision-center/brea' => 'https://www.caliber.com/find-a-location/brea', '/locate-a-caliber-collision-center/bremerton' => 'https://www.caliber.com/find-a-location/bremerton', '/locate-a-caliber-collision-center/brentwood' => 'https://www.caliber.com/find-a-location/brentwood', '/locate-a-caliber-collision-center/brentwood-ca' => 'https://www.caliber.com/find-a-location/brentwood-ca', '/locate-a-caliber-collision-center/brighton' => 'https://www.caliber.com/find-a-location/brighton', '/locate-a-caliber-collision-center/broken-arrow' => 'https://www.caliber.com/find-a-location/broken-arrow', '/locate-a-caliber-collision-center/brookfield' => 'https://www.caliber.com/find-a-location/brookfield', '/locate-a-caliber-collision-center/brooklyn-park' => 'https://www.caliber.com/find-a-location/brooklyn-park', '/locate-a-caliber-collision-center/brook-park' => 'https://www.caliber.com/find-a-location/brook-park', '/locate-a-caliber-collision-center/broomfield-w-116th-ave' => 'https://www.caliber.com/find-a-location/broomfield-w-116th-ave', '/locate-a-caliber-collision-center/broomfield-w-midway-blvd' => 'https://www.caliber.com/find-a-location/broomfield-w-midway-blvd', '/locate-a-caliber-collision-center/brownsburg' => 'https://www.caliber.com/find-a-location/brownsburg', '/locate-a-caliber-collision-center/bryan-college-station' => 'https://www.caliber.com/find-a-location/bryan-college-station', '/locate-a-caliber-collision-center/buford' => 'https://www.caliber.com/find-a-location/buford', '/locate-a-caliber-collision-center/burbank' => 'https://www.caliber.com/find-a-location/burbank', '/locate-a-caliber-collision-center/burbank-s-lake' => 'https://www.caliber.com/find-a-location/burbank-s-lake', '/locate-a-caliber-collision-center/burke' => 'https://www.caliber.com/find-a-location/burke', '/locate-a-caliber-collision-center/burleson' => 'https://www.caliber.com/find-a-location/burleson', '/locate-a-caliber-collision-center/burleson-south' => 'https://www.caliber.com/find-a-location/burleson-south', '/locate-a-caliber-collision-center/burlingame' => 'https://www.caliber.com/find-a-location/burlingame', '/locate-a-caliber-collision-center/burlington' => 'https://www.caliber.com/find-a-location/burlington', '/locate-a-caliber-collision-center/burnsville' => 'https://www.caliber.com/find-a-location/burnsville', '/locate-a-caliber-collision-center/calabasas' => 'https://www.caliber.com/find-a-location/calabasas-drive-center', '/locate-a-caliber-collision-center/calallen' => 'https://www.caliber.com/find-a-location/calallen', '/locate-a-caliber-collision-center/caldwell' => 'https://www.caliber.com/find-a-location/caldwell', '/locate-a-caliber-collision-center/caliber-luxury-charleston' => 'https://www.caliber.com/find-a-location/luxury-charleston', '/locate-a-caliber-collision-center/caliber-luxury-charlotte' => 'https://www.caliber.com/find-a-location/luxury-charlotte', '/locate-a-caliber-collision-center/campbell' => 'https://www.caliber.com/find-a-location/campbell', '/locate-a-caliber-collision-center/canoga-park' => 'https://www.caliber.com/find-a-location/canoga-park', '/locate-a-caliber-collision-center/canoga-park-alabama-ave' => 'https://www.caliber.com/find-a-location/canoga-park-alabama-ave', '/locate-a-caliber-collision-center/canoga-park-south' => 'https://www.caliber.com/find-a-location/canoga-park-south', '/locate-a-caliber-collision-center/canton' => 'https://www.caliber.com/find-a-location/canton', '/locate-a-caliber-collision-center/canyon-country' => 'https://www.caliber.com/find-a-location/canyon-country', '/locate-a-caliber-collision-center/cape-coral' => 'https://www.caliber.com/find-a-location/cape-coral', '/locate-a-caliber-collision-center/capitol-heights' => 'https://www.caliber.com/find-a-location/capitol-heights', '/locate-a-caliber-collision-center/carlsbad' => 'https://www.caliber.com/find-a-location/carlsbad', '/locate-a-caliber-collision-center/carmel' => 'https://www.caliber.com/find-a-location/carmel', '/locate-a-caliber-collision-center/carmichael' => 'https://www.caliber.com/find-a-location/carmichael', '/locate-a-caliber-collision-center/carol-stream' => 'https://www.caliber.com/find-a-location/carol-stream', '/locate-a-caliber-collision-center/carrollton-ga' => 'https://www.caliber.com/find-a-location/carrollton-ga', '/locate-a-caliber-collision-center/carrollton-i35-e' => 'https://www.caliber.com/find-a-location/carrollton-i35-e', '/locate-a-caliber-collision-center/carson' => 'https://www.caliber.com/find-a-location/carson', '/locate-a-caliber-collision-center/carson-city' => 'https://www.caliber.com/find-a-location/carson-city', '/locate-a-caliber-collision-center/cary-crossroads' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/castle-hayne' => 'https://www.caliber.com/find-a-location/castle-hayne', '/locate-a-caliber-collision-center/castle-hills' => 'https://www.caliber.com/find-a-location/castle-hills', '/locate-a-caliber-collision-center/castle-rock' => 'https://www.caliber.com/find-a-location/castle-rock', '/locate-a-caliber-collision-center/cathedral-city' => 'https://www.caliber.com/find-a-location/cathedral-city', '/locate-a-caliber-collision-center/catonsville' => 'https://www.caliber.com/find-a-location/catonsville', '/locate-a-caliber-collision-center/cedar-grove' => 'https://www.caliber.com/find-a-location/cedar-grove', '/locate-a-caliber-collision-center/cedar-park-south-bell-blvd' => 'https://www.caliber.com/find-a-location/cedar-park-south-bell-blvd', '/locate-a-caliber-collision-center/cedar-rapids-dodge-rd' => 'https://www.caliber.com/find-a-location/cedar-rapids-dodge-rd', '/locate-a-caliber-collision-center/celina' => 'https://www.caliber.com/find-a-location/celina', '/locate-a-caliber-collision-center/centennial' => 'https://www.caliber.com/find-a-location/centennial', '/locate-a-caliber-collision-center/centennial-hinsdale-cir' => 'https://www.caliber.com/find-a-location/centennial-hinsdale-cir', '/locate-a-caliber-collision-center/centennial-jordan-rd' => 'https://www.caliber.com/find-a-location/centennial-jordan-rd', '/locate-a-caliber-collision-center/centennial-s-colorado' => 'https://www.caliber.com/find-a-location/centennial-south-colorado', '/locate-a-caliber-collision-center/center-city-south' => 'https://www.caliber.com/find-a-location/center-city-south', '/locate-a-caliber-collision-center/centerville' => 'https://www.caliber.com/find-a-location/centerville', '/locate-a-caliber-collision-center/central-plano' => 'https://www.caliber.com/find-a-location/central-plano', '/locate-a-caliber-collision-center/chadds-ford' => 'https://www.caliber.com/find-a-location/chadds-ford', '/locate-a-caliber-collision-center/chambersburg' => 'https://www.caliber.com/find-a-location/chambersburg', '/locate-a-caliber-collision-center/chantilly' => 'https://www.caliber.com/find-a-location/chantilly', '/locate-a-caliber-collision-center/chantilly-expo-center' => 'https://www.caliber.com/find-a-location/chantilly-expo-center', '/locate-a-caliber-collision-center/charleroi' => 'https://www.caliber.com/find-a-location/charleroi', '/locate-a-caliber-collision-center/charleston-airport' => 'https://www.caliber.com/find-a-location/charleston-airport', '/locate-a-caliber-collision-center/charles-town' => 'https://www.caliber.com/find-a-location/charles-town', '/locate-a-caliber-collision-center/charlotte-albemarle-rd' => 'https://www.caliber.com/find-a-location/charlotte-albemarle-rd', '/locate-a-caliber-collision-center/charlotte-ballantyne' => 'https://www.caliber.com/find-a-location/charlotte-ballantyne', '/locate-a-caliber-collision-center/charlotte-fleet' => 'https://www.caliber.com/find-a-location/charlotte-fleet', '/locate-a-caliber-collision-center/charlotte-harbor' => 'https://www.caliber.com/find-a-location/charlotte-harbor', '/locate-a-caliber-collision-center/charlotte-independence' => 'https://www.caliber.com/find-a-location/charlotte-independence', '/locate-a-caliber-collision-center/charlotte-non-drive' => 'https://www.caliber.com/find-a-location/charlotte-non-drive', '/locate-a-caliber-collision-center/charlotte-south-end' => 'https://www.caliber.com/find-a-location/charlotte-south-end', '/locate-a-caliber-collision-center/charlotte-south-tryon' => 'https://www.caliber.com/find-a-location/charlotte-south-tryon', '/locate-a-caliber-collision-center/charlotte-tyvola-rd' => 'https://www.caliber.com/find-a-location/charlotte-tyvola-rd', '/locate-a-caliber-collision-center/charlotte-university' => 'https://www.caliber.com/find-a-location/charlotte-university', '/locate-a-caliber-collision-center/charlotte-uptown' => 'https://www.caliber.com/find-a-location/charlotte-uptown', '/locate-a-caliber-collision-center/chaska' => 'https://www.caliber.com/find-a-location/chaska', '/locate-a-caliber-collision-center/cherry-hill-east' => 'https://www.caliber.com/find-a-location/cherry-hill-east', '/locate-a-caliber-collision-center/chesterfield' => 'https://www.caliber.com/find-a-location/chesterfield', '/locate-a-caliber-collision-center/chesterfield-mo' => 'https://www.caliber.com/find-a-location/chesterfield-mo', '/locate-a-caliber-collision-center/chestertown' => 'https://www.caliber.com/find-a-location/chestertown', '/locate-a-caliber-collision-center/cheyenne' => 'https://www.caliber.com/find-a-location/cheyenne', '/locate-a-caliber-collision-center/chicago-columbus-ave' => 'https://www.caliber.com/find-a-location/chicago-columbus-ave', '/locate-a-caliber-collision-center/chicago-irving-park-rd' => 'https://www.caliber.com/find-a-location/chicago-irving-park-rd', '/locate-a-caliber-collision-center/chicago-north' => 'https://www.caliber.com/find-a-location/chicago-north', '/locate-a-caliber-collision-center/chicago-west-loop' => 'https://www.caliber.com/find-a-location/chicago-west-loop', '/locate-a-caliber-collision-center/chino-valley' => 'https://www.caliber.com/find-a-location/chino-valley', '/locate-a-caliber-collision-center/chula-vista' => 'https://www.caliber.com/find-a-location/chula-vista', '/locate-a-caliber-collision-center/cibolo' => 'https://www.caliber.com/find-a-location/cibolo', '/locate-a-caliber-collision-center/cincinnati-beechmont' => 'https://www.caliber.com/find-a-location/cincinnati-beechmont', '/locate-a-caliber-collision-center/cincinnati-eastgate' => 'https://www.caliber.com/find-a-location/cincinnati-eastgate', '/locate-a-caliber-collision-center/cincinnati-glenway-ave' => 'https://www.caliber.com/find-a-location/cincinnati-glenway-ave', '/locate-a-caliber-collision-center/cincinnati-kemper-rd' => 'https://www.caliber.com/find-a-location/cincinnati-kemper-road', '/locate-a-caliber-collision-center/cinco-ranch' => 'https://www.caliber.com/find-a-location/cinco-ranch', '/locate-a-caliber-collision-center/cinnaminson' => 'https://www.caliber.com/find-a-location/cinnaminson', '/locate-a-caliber-collision-center/citrus-heights-northeast' => 'https://www.caliber.com/find-a-location/citrus-heights-northeast', '/locate-a-caliber-collision-center/clackamas' => 'https://www.caliber.com/find-a-location/clackamas', '/locate-a-caliber-collision-center/claremont' => 'https://www.caliber.com/find-a-location/claremont', '/locate-a-caliber-collision-center/clarksville' => 'https://www.caliber.com/find-a-location/clarksville', '/locate-a-caliber-collision-center/clayton' => 'https://www.caliber.com/find-a-location/clayton', '/locate-a-caliber-collision-center/clearfield' => 'https://www.caliber.com/find-a-location/clearfield', '/locate-a-caliber-collision-center/clear-lake' => 'https://www.caliber.com/find-a-location/clear-lake', '/locate-a-caliber-collision-center/clermont' => 'https://www.caliber.com/find-a-location/clermont', '/locate-a-caliber-collision-center/clermont-east' => 'https://www.caliber.com/find-a-location/clermont-east', '/locate-a-caliber-collision-center/clifton-heights' => 'https://www.caliber.com/find-a-location/clifton-heights', '/locate-a-caliber-collision-center/clifton-heights-lansdowne' => 'https://www.caliber.com/find-a-location/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/clifton-park' => 'https://www.caliber.com/find-a-location/clifton-park', '/locate-a-caliber-collision-center/clinton' => 'https://www.caliber.com/find-a-location/clinton', '/locate-a-caliber-collision-center/clinton-old-branch-ave' => 'https://www.caliber.com/find-a-location/clinton-old-branch-ave', '/locate-a-caliber-collision-center/clovis' => 'https://www.caliber.com/find-a-location/clovis', '/locate-a-caliber-collision-center/clovis-north' => 'https://www.caliber.com/find-a-location/clovis-north', '/locate-a-caliber-collision-center/clovis-n-sunnyside-ave' => 'https://www.caliber.com/find-a-location/clovis-n-sunnyside-ave', '/locate-a-caliber-collision-center/coachella-valley' => 'https://www.caliber.com/find-a-location/coachella-valley', '/locate-a-caliber-collision-center/cohoes' => 'https://www.caliber.com/find-a-location/cohoes', '/locate-a-caliber-collision-center/college-station-tower-pt' => 'https://www.caliber.com/find-a-location/college-station-tower-pt', '/locate-a-caliber-collision-center/colleyville' => 'https://www.caliber.com/find-a-location/colleyville', '/locate-a-caliber-collision-center/collierville' => 'https://www.caliber.com/find-a-location/collierville', '/locate-a-caliber-collision-center/colmar' => 'https://www.caliber.com/find-a-location/colmar', '/locate-a-caliber-collision-center/colonial-heights-boulevard' => 'https://www.caliber.com/find-a-location/colonial-heights-boulevard', '/locate-a-caliber-collision-center/colonie' => 'https://www.caliber.com/find-a-location/colonie', '/locate-a-caliber-collision-center/colorado-springs' => 'https://www.caliber.com/find-a-location/colorado-springs', '/locate-a-caliber-collision-center/colorado-springs-astrozon-pl' => 'https://www.caliber.com/find-a-location/colorado-springs-astrozon-pl', '/locate-a-caliber-collision-center/colorado-springs-boulder-st' => 'https://www.caliber.com/find-a-location/colorado-springs-boulder-st', '/locate-a-caliber-collision-center/colorado-springs-copper' => 'https://www.caliber.com/find-a-location/colorado-springs-copper', '/locate-a-caliber-collision-center/colorado-springs-fillmore' => 'https://www.caliber.com/find-a-location/colorado-springs-fillmore', '/locate-a-caliber-collision-center/colorado-springs-n-murray' => 'https://www.caliber.com/find-a-location/colorado-springs-n-murray', '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city' => 'https://www.caliber.com/find-a-location/colorado-springs-non-drive', '/locate-a-caliber-collision-center/colorado-springs-north' => 'https://www.caliber.com/find-a-location/colorado-springs-north', '/locate-a-caliber-collision-center/colorado-springs-park-vista' => 'https://www.caliber.com/find-a-location/colorado-springs-park-vista', '/locate-a-caliber-collision-center/colorado-springs-south' => 'https://www.caliber.com/find-a-location/colorado-springs-south', '/locate-a-caliber-collision-center/columbia-greystone' => 'https://www.caliber.com/find-a-location/columbia-greystone', '/locate-a-caliber-collision-center/columbia-killian-road' => 'https://www.caliber.com/find-a-location/columbia-killian-rd', '/locate-a-caliber-collision-center/columbia-md' => 'https://www.caliber.com/find-a-location/columbia-md', '/locate-a-caliber-collision-center/columbia-mo-north' => 'https://www.caliber.com/find-a-location/columbia-mo-north', '/locate-a-caliber-collision-center/columbia-northeast' => 'https://www.caliber.com/find-a-location/columbia-northeast', '/locate-a-caliber-collision-center/columbus-in' => 'https://www.caliber.com/find-a-location/columbus-in', '/locate-a-caliber-collision-center/columbus-oh-e-lincoln-ave' => 'https://www.caliber.com/find-a-location/columbus-oh-e-lincoln', '/locate-a-caliber-collision-center/columbus-oh-n-hamilton-rd' => 'https://www.caliber.com/find-a-location/columbus-oh-n-hamilton-rd', '/locate-a-caliber-collision-center/concord' => 'https://www.caliber.com/find-a-location/concord', '/locate-a-caliber-collision-center/concord-nc' => 'https://www.caliber.com/find-a-location/concord-nc', '/locate-a-caliber-collision-center/concord-nc-raiford-dr' => 'https://www.caliber.com/find-a-location/concord-nc-raiford-dr', '/locate-a-caliber-collision-center/conroe' => 'https://www.caliber.com/find-a-location/conroe', '/locate-a-caliber-collision-center/conyers' => 'https://www.caliber.com/find-a-location/conyers', '/locate-a-caliber-collision-center/conyers-dogwood-dr' => 'https://www.caliber.com/find-a-location/conyers-dogwood-dr', '/locate-a-caliber-collision-center/coon-rapids' => 'https://www.caliber.com/find-a-location/coon-rapids', '/locate-a-caliber-collision-center/copperas-cove' => 'https://www.caliber.com/find-a-location/copperas-cove', '/locate-a-caliber-collision-center/copperfield' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/cordova' => 'https://www.caliber.com/find-a-location/cordova', '/locate-a-caliber-collision-center/corinth' => 'https://www.caliber.com/find-a-location/corinth', '/locate-a-caliber-collision-center/cornelius' => 'https://www.caliber.com/find-a-location/cornelius', '/locate-a-caliber-collision-center/corona' => 'https://www.caliber.com/find-a-location/corona', '/locate-a-caliber-collision-center/corpus-christi-ayers' => 'https://www.caliber.com/find-a-location/corpus-christi-ayers', '/locate-a-caliber-collision-center/corpus-christi-spid' => 'https://www.caliber.com/find-a-location/corpus-christi-spid', '/locate-a-caliber-collision-center/corpus-christi-spid-carroll' => 'https://www.caliber.com/find-a-location/corpus-christi-spid-carroll', '/locate-a-caliber-collision-center/corpus-christi-weber' => 'https://www.caliber.com/find-a-location/corpus-christi-weber', '/locate-a-caliber-collision-center/costa-mesa' => 'https://www.caliber.com/find-a-location/costa-mesa', '/locate-a-caliber-collision-center/costa-mesa-red-hill' => 'https://www.caliber.com/find-a-location/costa-mesa-red-hill', '/locate-a-caliber-collision-center/costa-mesa-w-18th-st' => 'https://www.caliber.com/find-a-location/costa-mesa-w-18th-st', '/locate-a-caliber-collision-center/cottage-grove' => 'https://www.caliber.com/find-a-location/cottage-grove', '/locate-a-caliber-collision-center/couer-dalene' => 'https://www.caliber.com/find-a-location/coeur-d-alene', '/locate-a-caliber-collision-center/covina' => 'https://www.caliber.com/find-a-location/covina', '/locate-a-caliber-collision-center/covington' => 'https://www.caliber.com/find-a-location/covington', '/locate-a-caliber-collision-center/crestwood' => 'https://www.caliber.com/find-a-location/crestwood', '/locate-a-caliber-collision-center/cross-roads' => 'https://www.caliber.com/find-a-location/cross-roads', '/locate-a-caliber-collision-center/crystal-city' => 'https://www.caliber.com/find-a-location/crystal-city', '/locate-a-caliber-collision-center/crystal-lake' => 'https://www.caliber.com/find-a-location/crystal-lake', '/locate-a-caliber-collision-center/cudahy' => 'https://www.caliber.com/find-a-location/cudahy', '/locate-a-caliber-collision-center/culpeper' => 'https://www.caliber.com/find-a-location/culpeper', '/locate-a-caliber-collision-center/cumming' => 'https://www.caliber.com/find-a-location/cumming', '/locate-a-caliber-collision-center/cynwyd' => 'https://www.caliber.com/find-a-location/cynwyd', '/locate-a-caliber-collision-center/cypress' => 'https://www.caliber.com/find-a-location/cypress', '/locate-a-caliber-collision-center/dallas' => 'https://www.caliber.com/find-a-location/dallas', '/locate-a-caliber-collision-center/dallas-galleria' => 'https://www.caliber.com/find-a-location/dallas-galleria', '/locate-a-caliber-collision-center/dallas-non-drive-north' => 'https://www.caliber.com/find-a-location/dallas-non-drive-north', '/locate-a-caliber-collision-center/davis-chiles-rd' => 'https://www.caliber.com/find-a-location/davis-chiles-rd', '/locate-a-caliber-collision-center/davis-research-park-dr' => 'https://www.caliber.com/find-a-location/davis-research-park-dr', '/locate-a-caliber-collision-center/decatur' => 'https://www.caliber.com/find-a-location/decatur', '/locate-a-caliber-collision-center/decatur-dekalb-industrial' => 'https://www.caliber.com/find-a-location/decatur-dekalb-industrial', '/locate-a-caliber-collision-center/delafield' => 'https://www.caliber.com/find-a-location/delafield', '/locate-a-caliber-collision-center/delray-beach-us-1' => 'https://www.caliber.com/find-a-location/delray-beach-us-1', '/locate-a-caliber-collision-center/denton' => 'https://www.caliber.com/find-a-location/denton', '/locate-a-caliber-collision-center/denver-cherry-creek' => 'https://www.caliber.com/find-a-location/denver-cherry-creek', '/locate-a-caliber-collision-center/denver-east-evans' => 'https://www.caliber.com/find-a-location/denver-east-evans', '/locate-a-caliber-collision-center/denver-east-evans-rx' => 'https://www.caliber.com/find-a-location/denver-east-evans-rx', '/locate-a-caliber-collision-center/denver-fleet' => 'https://www.caliber.com/find-a-location/denver-fleet', '/locate-a-caliber-collision-center/denver-non-drive' => 'https://www.caliber.com/find-a-location/denver-non-drive-north', '/locate-a-caliber-collision-center/denver-n-washington' => 'https://www.caliber.com/find-a-location/denver-n-washington', '/locate-a-caliber-collision-center/denver-park-hill' => 'https://www.caliber.com/find-a-location/denver-park-hill', '/locate-a-caliber-collision-center/denver-stapleton' => 'https://www.caliber.com/find-a-location/denver-stapleton', '/locate-a-caliber-collision-center/des-moines-merle-hay-rd' => 'https://www.caliber.com/find-a-location/des-moines-merle-hay-rd', '/locate-a-caliber-collision-center/dickson-city' => 'https://www.caliber.com/find-a-location/dickson-city', '/locate-a-caliber-collision-center/doraville' => 'https://www.caliber.com/find-a-location/doraville', '/locate-a-caliber-collision-center/douglasville' => 'https://www.caliber.com/find-a-location/douglasville', '/locate-a-caliber-collision-center/dover' => 'https://www.caliber.com/find-a-location/dover', '/locate-a-caliber-collision-center/dripping-springs' => 'https://www.caliber.com/find-a-location/dripping-springs', '/locate-a-caliber-collision-center/duarte' => 'https://www.caliber.com/find-a-location/duarte', '/locate-a-caliber-collision-center/dublin' => 'https://www.caliber.com/find-a-location/dublin', '/locate-a-caliber-collision-center/duluth' => 'https://www.caliber.com/find-a-location/duluth', '/locate-a-caliber-collision-center/dumfries' => 'https://www.caliber.com/find-a-location/dumfries', '/locate-a-caliber-collision-center/duncanville' => 'https://www.caliber.com/find-a-location/duncanville', '/locate-a-caliber-collision-center/duncanville-north' => 'https://www.caliber.com/find-a-location/duncanville-north', '/locate-a-caliber-collision-center/dundalk' => 'https://www.caliber.com/find-a-location/dundalk', '/locate-a-caliber-collision-center/durham-downtown' => 'https://www.caliber.com/find-a-location/durham-downtown', '/locate-a-caliber-collision-center/durham-fay-st' => 'https://www.caliber.com/find-a-location/durham-fay-st', '/locate-a-caliber-collision-center/durham-iredell-st' => 'https://www.caliber.com/find-a-location/durham-iredell-st', '/locate-a-caliber-collision-center/durham-northwest' => 'https://www.caliber.com/find-a-location/durham-northwest', '/locate-a-caliber-collision-center/durham-research-triangle' => 'https://www.caliber.com/find-a-location/durham-research-triangle', '/locate-a-caliber-collision-center/eagan' => 'https://www.caliber.com/find-a-location/eagan', '/locate-a-caliber-collision-center/eagan-sibley-highway' => 'https://www.caliber.com/find-a-location/eagan-sibley-highway', '/locate-a-caliber-collision-center/eagle-e-state-st' => 'https://www.caliber.com/find-a-location/eagle', '/locate-a-caliber-collision-center/easton' => 'https://www.caliber.com/find-a-location/easton', '/locate-a-caliber-collision-center/eden-prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/eden-prairie-aztec-dr' => 'https://www.caliber.com/find-a-location/eden-prairie-aztec-dr', '/locate-a-caliber-collision-center/edgewater' => 'https://www.caliber.com/find-a-location/edgewater', '/locate-a-caliber-collision-center/edmond' => 'https://www.caliber.com/find-a-location/edmond', '/locate-a-caliber-collision-center/edmonds' => 'https://www.caliber.com/find-a-location/edmonds', '/locate-a-caliber-collision-center/egg-harbor' => 'https://www.caliber.com/find-a-location/egg-harbor', '/locate-a-caliber-collision-center/elburn' => 'https://www.caliber.com/find-a-location/elburn', '/locate-a-caliber-collision-center/el-cajon-east-main-st' => 'https://www.caliber.com/find-a-location/el-cajon-east-main-st', '/locate-a-caliber-collision-center/el-cajon-north-johnson' => 'https://www.caliber.com/find-a-location/el-cajon-north-johnson', '/locate-a-caliber-collision-center/el-centro' => 'https://www.caliber.com/find-a-location/el-centro', '/locate-a-caliber-collision-center/el-dorado-hills' => 'https://www.caliber.com/find-a-location/el-dorado-hills', '/locate-a-caliber-collision-center/el-dorado-hills-post-st' => 'https://www.caliber.com/find-a-location/el-dorado-hills-post-st', '/locate-a-caliber-collision-center/elgin' => 'https://www.caliber.com/find-a-location/elgin', '/locate-a-caliber-collision-center/elgin-il' => 'https://www.caliber.com/find-a-location/elgin-il', '/locate-a-caliber-collision-center/elk-grove-elkmont-way' => 'https://www.caliber.com/find-a-location/elk-grove-elkmont-way', '/locate-a-caliber-collision-center/elk-grove-iron-rock-way' => 'https://www.caliber.com/find-a-location/elk-grove-iron-rock-way', '/locate-a-caliber-collision-center/elk-grove-non-drive' => 'https://www.caliber.com/find-a-location/elk-grove-non-drive', '/locate-a-caliber-collision-center/elkton' => 'https://www.caliber.com/find-a-location/elkton', '/locate-a-caliber-collision-center/elmhurst' => 'https://www.caliber.com/find-a-location/elmhurst', '/locate-a-caliber-collision-center/elm-park' => 'https://www.caliber.com/find-a-location/elm-park', '/locate-a-caliber-collision-center/el-paso-hondo-pass' => 'https://www.caliber.com/find-a-location/el-paso-hondo-pass', '/locate-a-caliber-collision-center/el-paso-ih-10' => 'https://www.caliber.com/find-a-location/el-paso-ih-10', '/locate-a-caliber-collision-center/el-paso-mesa' => 'https://www.caliber.com/find-a-location/el-paso-mesa', '/locate-a-caliber-collision-center/el-paso-montana' => 'https://www.caliber.com/find-a-location/el-paso-montana', '/locate-a-caliber-collision-center/el-paso-zaragoza-rd' => 'https://www.caliber.com/find-a-location/el-paso-n-zaragoza-rd', '/locate-a-caliber-collision-center/el-segundo' => 'https://www.caliber.com/find-a-location/el-segundo', '/locate-a-caliber-collision-center/encinitas' => 'https://www.caliber.com/find-a-location/encinitas', '/locate-a-caliber-collision-center/encinitas-westlake-st' => 'https://www.caliber.com/find-a-location/encinitas-westlake-st', '/locate-a-caliber-collision-center/englewood' => 'https://www.caliber.com/find-a-location/englewood', '/locate-a-caliber-collision-center/ephrata' => 'https://www.caliber.com/find-a-location/ephrata', '/locate-a-caliber-collision-center/escondido' => 'https://www.caliber.com/find-a-location/escondido', '/locate-a-caliber-collision-center/essex-non-drive' => 'https://www.caliber.com/find-a-location/essex-non-drive', '/locate-a-caliber-collision-center/eugene' => 'https://www.caliber.com/find-a-location/eugene', '/locate-a-caliber-collision-center/european-auto-body' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/everett' => 'https://www.caliber.com/find-a-location/everett', '/locate-a-caliber-collision-center/evesham-township' => 'https://www.caliber.com/find-a-location/evesham-township', '/locate-a-caliber-collision-center/ewing-township' => 'https://www.caliber.com/find-a-location/ewing-township', '/locate-a-caliber-collision-center/fairfax' => 'https://www.caliber.com/find-a-location/fairfax', '/locate-a-caliber-collision-center/fairfield' => 'https://www.caliber.com/find-a-location/fairfield', '/locate-a-caliber-collision-center/fairfield-woolner-ave' => 'https://www.caliber.com/find-a-location/fairfield-woolner-ave', '/locate-a-caliber-collision-center/falcon' => 'https://www.caliber.com/find-a-location/falcon', '/locate-a-caliber-collision-center/fallbrook' => 'https://www.caliber.com/find-a-location/fallbrook', '/locate-a-caliber-collision-center/falls-church' => 'https://www.caliber.com/find-a-location/falls-church', '/locate-a-caliber-collision-center/fallston' => 'https://www.caliber.com/find-a-location/fallston', '/locate-a-caliber-collision-center/farmers-branch' => 'https://www.caliber.com/find-a-location/farmers-branch', '/locate-a-caliber-collision-center/farmingdale' => 'https://www.caliber.com/find-a-location/farmingdale', '/locate-a-caliber-collision-center/farmington' => 'https://www.caliber.com/find-a-location/farmington', '/locate-a-caliber-collision-center/farragut' => 'https://www.caliber.com/find-a-location/farragut', '/locate-a-caliber-collision-center/fast-track-dealer-referral' => 'https://www.caliber.com', '/locate-a-caliber-collision-center/fayette-city' => 'https://www.caliber.com/find-a-location/fayette-city', '/locate-a-caliber-collision-center/fayetteville-east' => 'https://www.caliber.com/find-a-location/fayetteville-east', '/locate-a-caliber-collision-center/fayetteville-ga' => 'https://www.caliber.com/find-a-location/fayetteville-ga', '/locate-a-caliber-collision-center/fayetteville-nc' => 'https://www.caliber.com/find-a-location/fayetteville', '/locate-a-caliber-collision-center/fayetteville-raeford-rd' => 'https://www.caliber.com/find-a-location/fayetteville-raeford-rd', '/locate-a-caliber-collision-center/feasterville' => 'https://www.caliber.com/find-a-location/feasterville', '/locate-a-caliber-collision-center/festus' => 'https://www.caliber.com/find-a-location/festus', '/locate-a-caliber-collision-center/fife' => 'https://www.caliber.com/find-a-location/fife', '/locate-a-caliber-collision-center/fishers-britton-park-rd' => 'https://www.caliber.com/find-a-location/fishers-britton-park-rd', '/locate-a-caliber-collision-center/fishers-technology-ln' => 'https://www.caliber.com/find-a-location/fishers-technology-ln', '/locate-a-caliber-collision-center/flagstaff' => 'https://www.caliber.com/find-a-location/flagstaff', '/locate-a-caliber-collision-center/florence' => 'https://www.caliber.com/find-a-location/florence', '/locate-a-caliber-collision-center/florissant' => 'https://www.caliber.com/find-a-location/florissant', '/locate-a-caliber-collision-center/flourtown' => 'https://www.caliber.com/find-a-location/flourtown', '/locate-a-caliber-collision-center/flower-mound' => 'https://www.caliber.com/find-a-location/flower-mound', '/locate-a-caliber-collision-center/foley' => 'https://www.caliber.com/find-a-location/foley', '/locate-a-caliber-collision-center/folsom' => 'https://www.caliber.com/find-a-location/folsom', '/locate-a-caliber-collision-center/folsom-lake' => 'https://www.caliber.com/find-a-location/folsom-lake', '/locate-a-caliber-collision-center/fond-du-lac' => 'https://www.caliber.com/find-a-location/fond-du-lac', '/locate-a-caliber-collision-center/fontana' => 'https://www.caliber.com/find-a-location/fontana', '/locate-a-caliber-collision-center/forest-lake' => 'https://www.caliber.com/find-a-location/forest-lake', '/locate-a-caliber-collision-center/forest-park' => 'https://www.caliber.com/find-a-location/forest-park', '/locate-a-caliber-collision-center/forest-park-il' => 'https://www.caliber.com/find-a-location/forest-park-il', '/locate-a-caliber-collision-center/forest-park-oh' => 'https://www.caliber.com/find-a-location/forest-park-oh', '/locate-a-caliber-collision-center/forestville' => 'https://www.caliber.com/find-a-location/forestville', '/locate-a-caliber-collision-center/forney' => 'https://www.caliber.com/find-a-location/forney', '/locate-a-caliber-collision-center/fort-collins' => 'https://www.caliber.com/find-a-location/fort-collins', '/locate-a-caliber-collision-center/fort-lauderdale-powerline' => 'https://www.caliber.com/find-a-location/fort-lauderdale-powerline', '/locate-a-caliber-collision-center/fort-mill' => 'https://www.caliber.com/find-a-location/fort-mill', '/locate-a-caliber-collision-center/fort-myers-andrea-lane' => 'https://www.caliber.com/find-a-location/fort-myers-andrea-ln', '/locate-a-caliber-collision-center/fort-wayne-north' => 'https://www.caliber.com/find-a-location/fort-wayne-north', '/locate-a-caliber-collision-center/fort-worth-alliance' => 'https://www.caliber.com/find-a-location/fort-worth-alliance', '/locate-a-caliber-collision-center/fort-worth-beach-street' => 'https://www.caliber.com/find-a-location/fort-worth-beach-st', '/locate-a-caliber-collision-center/fort-worth-downtown' => 'https://www.caliber.com/find-a-location/fort-worth-downtown', '/locate-a-caliber-collision-center/fort-worth-harmon' => 'https://www.caliber.com/find-a-location/fort-worth-harmon', '/locate-a-caliber-collision-center/fort-worth-ih-30' => 'https://www.caliber.com/find-a-location/fort-worth-ih-30', '/locate-a-caliber-collision-center/fort-worth-non-drive' => 'https://www.caliber.com/find-a-location/fort-worth-non-drive', '/locate-a-caliber-collision-center/fort-worth-west' => 'https://www.caliber.com/find-a-location/fort-worth-west', '/locate-a-caliber-collision-center/fort-worth-western-center' => 'https://www.caliber.com/find-a-location/fort-worth-western-center', '/locate-a-caliber-collision-center/fountain' => 'https://www.caliber.com/find-a-location/fountain', '/locate-a-caliber-collision-center/fountain-inn' => 'https://www.caliber.com/find-a-location/fountain-inn', '/locate-a-caliber-collision-center/fountain-valley' => 'https://www.caliber.com/find-a-location/fountain-valley', '/locate-a-caliber-collision-center/frankfort-ky' => 'https://www.caliber.com/find-a-location/frankfort-ky', '/locate-a-caliber-collision-center/franklin' => 'https://www.caliber.com/find-a-location/franklin', '/locate-a-caliber-collision-center/franklin-columbia-ave' => 'https://www.caliber.com/find-a-location/franklin-columbia-ave', '/locate-a-caliber-collision-center/franklin-wi' => 'https://www.caliber.com/find-a-location/franklin-wi', '/locate-a-caliber-collision-center/frederick-monocacy-valley' => 'https://www.caliber.com/find-a-location/frederick-monocacy-valley', '/locate-a-caliber-collision-center/fredericksburg' => 'https://www.caliber.com/find-a-location/fredericksburg', '/locate-a-caliber-collision-center/fremont' => 'https://www.caliber.com/find-a-location/fremont', '/locate-a-caliber-collision-center/fremont-north' => 'https://www.caliber.com/find-a-location/fremont-north', '/locate-a-caliber-collision-center/fresno' => 'https://www.caliber.com/find-a-location/fresno', '/locate-a-caliber-collision-center/fresno-broadway' => 'https://www.caliber.com/find-a-location/fresno-broadway', '/locate-a-caliber-collision-center/fresno-n-blackstone' => 'https://www.caliber.com/find-a-location/fresno-n-blackstone', '/locate-a-caliber-collision-center/fresno-n-blythe-ave' => 'https://www.caliber.com/find-a-location/fresno-n-blythe-ave', '/locate-a-caliber-collision-center/fresno-n-milburn-ave' => 'https://www.caliber.com/find-a-location/fresno-n-milburn-ave', '/locate-a-caliber-collision-center/fresno-nthesta-st' => 'https://www.caliber.com/find-a-location/fresno-n-thesta-st', '/locate-a-caliber-collision-center/fresno-palm-bluff' => 'https://www.caliber.com/find-a-location/fresno-palm-bluff', '/locate-a-caliber-collision-center/fresno-tx' => 'https://www.caliber.com/find-a-location/fresno-tx', '/locate-a-caliber-collision-center/fridley' => 'https://www.caliber.com/find-a-location/fridley', '/locate-a-caliber-collision-center/friendswood' => 'https://www.caliber.com/find-a-location/friendswood', '/locate-a-caliber-collision-center/frisco' => 'https://www.caliber.com/find-a-location/frisco', '/locate-a-caliber-collision-center/frisco-downtown' => 'https://www.caliber.com/find-a-location/frisco-downtown', '/locate-a-caliber-collision-center/frisco-express' => 'https://www.caliber.com/find-a-location/frisco-express', '/locate-a-caliber-collision-center/fulshear' => 'https://www.caliber.com/find-a-location/fulshear', '/locate-a-caliber-collision-center/fuquay-varina' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/gainesville' => 'https://www.caliber.com/find-a-location/gainesville', '/locate-a-caliber-collision-center/gainesville-fl-north' => 'https://www.caliber.com/find-a-location/gainesville-fl-north', '/locate-a-caliber-collision-center/gainesville-rx' => 'https://www.caliber.com/find-a-location/gainesville-rx', '/locate-a-caliber-collision-center/gaithersburg' => 'https://www.caliber.com/find-a-location/gaithersburg', '/locate-a-caliber-collision-center/gallatin' => 'https://www.caliber.com/find-a-location/gallatin', '/locate-a-caliber-collision-center/galveston' => 'https://www.caliber.com/find-a-location/galveston', '/locate-a-caliber-collision-center/garden-grove' => 'https://www.caliber.com/find-a-location/garden-grove', '/locate-a-caliber-collision-center/garland' => 'https://www.caliber.com/find-a-location/garland', '/locate-a-caliber-collision-center/gastonia' => 'https://www.caliber.com/find-a-location/gastonia', '/locate-a-caliber-collision-center/georgetown' => 'https://www.caliber.com/find-a-location/georgetown', '/locate-a-caliber-collision-center/georgetown-ky' => 'https://www.caliber.com/find-a-location/georgetown-ky', '/locate-a-caliber-collision-center/germantown' => 'https://www.caliber.com/find-a-location/germantown', '/locate-a-caliber-collision-center/gilbert' => 'https://www.caliber.com/find-a-location/gilbert', '/locate-a-caliber-collision-center/gilroy' => 'https://www.caliber.com/find-a-location/gilroy', '/locate-a-caliber-collision-center/gilroy-church-st' => 'https://www.caliber.com/find-a-location/gilroy-church-st', '/locate-a-caliber-collision-center/glassboro' => 'https://www.caliber.com/find-a-location/glassboro', '/locate-a-caliber-collision-center/glen-allen' => 'https://www.caliber.com/find-a-location/glen-allen', '/locate-a-caliber-collision-center/glen-burnie' => 'https://www.caliber.com/find-a-location/glen-burnie', '/locate-a-caliber-collision-center/glen-burnie-north' => 'https://www.caliber.com/find-a-location/glen-burnie-north', '/locate-a-caliber-collision-center/glen-carbon' => 'https://www.caliber.com/find-a-location/glen-carbon', '/locate-a-caliber-collision-center/glendale' => 'https://www.caliber.com/find-a-location/glendale', '/locate-a-caliber-collision-center/glendale-s-louise-st' => 'https://www.caliber.com/find-a-location/glendale-s-louise-st', '/locate-a-caliber-collision-center/glendale-wi' => 'https://www.caliber.com/find-a-location/glendale-wi', '/locate-a-caliber-collision-center/glendora' => 'https://www.caliber.com/find-a-location/glendora', '/locate-a-caliber-collision-center/glenolden' => 'https://www.caliber.com/find-a-location/glenolden', '/locate-a-caliber-collision-center/glenside' => 'https://www.caliber.com/find-a-location/glenside', '/locate-a-caliber-collision-center/goose-creek' => 'https://www.caliber.com/find-a-location/goose-creek', '/locate-a-caliber-collision-center/grafton-wi' => 'https://www.caliber.com/find-a-location/grafton', '/locate-a-caliber-collision-center/grand-junction-25-rd' => 'https://www.caliber.com/find-a-location/grand-junction-25-road', '/locate-a-caliber-collision-center/grapevine' => 'https://www.caliber.com/find-a-location/grapevine', '/locate-a-caliber-collision-center/grass-valley' => 'https://www.caliber.com/find-a-location/grass-valley', '/locate-a-caliber-collision-center/grayslake' => 'https://www.caliber.com/find-a-location/grayslake', '/locate-a-caliber-collision-center/greeley' => 'https://www.caliber.com/find-a-location/greeley', '/locate-a-caliber-collision-center/greensboro-battleground-ave' => 'https://www.caliber.com/find-a-location/greensboro-battleground-ave', '/locate-a-caliber-collision-center/greensboro-edwardia-dr' => 'https://www.caliber.com/find-a-location/greensboro-edwardia-dr', '/locate-a-caliber-collision-center/greensboro-south' => 'https://www.caliber.com/find-a-location/greensboro-south', '/locate-a-caliber-collision-center/greensboro-s-regional-rd' => 'https://www.caliber.com/find-a-location/greensboro-s-regional-rd', '/locate-a-caliber-collision-center/greenville' => 'https://www.caliber.com/find-a-location/greenville', '/locate-a-caliber-collision-center/greenville-nc' => 'https://www.caliber.com/find-a-location/greenville-nc', '/locate-a-caliber-collision-center/greenville-woodruff-rd' => 'https://www.caliber.com/find-a-location/greenville-woodruff-rd', '/locate-a-caliber-collision-center/greenwood-melody-ave' => 'https://www.caliber.com/find-a-location/greenwood-melody-ave', '/locate-a-caliber-collision-center/greenwood-village' => 'https://www.caliber.com/find-a-location/greenwood-village', '/locate-a-caliber-collision-center/gresham' => 'https://www.caliber.com/find-a-location/gresham', '/locate-a-caliber-collision-center/grimes' => 'https://www.caliber.com/find-a-location/grimes', '/locate-a-caliber-collision-center/hagerstown' => 'https://www.caliber.com/find-a-location/hagerstown', '/locate-a-caliber-collision-center/hamilton' => 'https://www.caliber.com/find-a-location/hamilton', '/locate-a-caliber-collision-center/ham-lake' => 'https://www.caliber.com/find-a-location/ham-lake', '/locate-a-caliber-collision-center/hampton' => 'https://www.caliber.com/find-a-location/hampton', '/locate-a-caliber-collision-center/hampton-thomas-st' => 'https://www.caliber.com/find-a-location/hampton-thomas-st', '/locate-a-caliber-collision-center/hanford' => 'https://www.caliber.com/find-a-location/hanford', '/locate-a-caliber-collision-center/harker-heights' => 'https://www.caliber.com/find-a-location/harker-heights', '/locate-a-caliber-collision-center/harrisburg-nc' => 'https://www.caliber.com/find-a-location/harrisburg-nc', '/locate-a-caliber-collision-center/harrisburg-pa' => 'https://www.caliber.com/find-a-location/harrisburg-pa', '/locate-a-caliber-collision-center/harrison' => 'https://www.caliber.com/find-a-location/harrison', '/locate-a-caliber-collision-center/harrisonburg' => 'https://www.caliber.com/find-a-location/harrisonburg', '/locate-a-caliber-collision-center/hartville' => 'https://www.caliber.com/find-a-location/hartville', '/locate-a-caliber-collision-center/havre-de-grace' => 'https://www.caliber.com/find-a-location/havre-de-grace', '/locate-a-caliber-collision-center/hawthorne' => 'https://www.caliber.com/find-a-location/hawthorne', '/locate-a-caliber-collision-center/hayward' => 'https://www.caliber.com/find-a-location/hayward', '/locate-a-caliber-collision-center/helotes-express' => 'https://www.caliber.com/find-a-location/helotes-express', '/locate-a-caliber-collision-center/hemet' => 'https://www.caliber.com/find-a-location/hemet', '/locate-a-caliber-collision-center/henderson-american-pacific' => 'https://www.caliber.com/find-a-location/henderson-american-pacific', '/locate-a-caliber-collision-center/henderson-co' => 'https://www.caliber.com/find-a-location/henderson-co', '/locate-a-caliber-collision-center/henderson-eastgate' => 'https://www.caliber.com/find-a-location/henderson', '/locate-a-caliber-collision-center/hernando' => 'https://www.caliber.com/find-a-location/hernando', '/locate-a-caliber-collision-center/hesperia' => 'https://www.caliber.com/find-a-location/hesperia', '/locate-a-caliber-collision-center/hesperia-bear-valley-rd' => 'https://www.caliber.com/find-a-location/hesperia-bear-valley-rd', '/locate-a-caliber-collision-center/hickory-hollow' => 'https://www.caliber.com/find-a-location/hickory-hollow', '/locate-a-caliber-collision-center/highland-park' => 'https://www.caliber.com/find-a-location/highland-park', '/locate-a-caliber-collision-center/highlands-ranch' => 'https://www.caliber.com/find-a-location/highlands-ranch', '/locate-a-caliber-collision-center/hillsboro' => 'https://www.caliber.com/find-a-location/hillsboro', '/locate-a-caliber-collision-center/hollister' => 'https://www.caliber.com/find-a-location/hollister', '/locate-a-caliber-collision-center/hollywood' => 'https://www.caliber.com/find-a-location/hollywood', '/locate-a-caliber-collision-center/hollywood-blvd' => 'https://www.caliber.com/find-a-location/hollywood-blvd', '/locate-a-caliber-collision-center/hollywood-fl' => 'https://www.caliber.com/find-a-location/hollywood-fl', '/locate-a-caliber-collision-center/hopkins' => 'https://www.caliber.com/find-a-location/hopkins', '/locate-a-caliber-collision-center/hopkinsville' => 'https://www.caliber.com/find-a-location/hopkinsville', '/locate-a-caliber-collision-center/horn-lake' => 'https://www.caliber.com/find-a-location/horn-lake', '/locate-a-caliber-collision-center/horsham' => 'https://www.caliber.com/find-a-location/horsham', '/locate-a-caliber-collision-center/houston-galleria' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/houston-liberty-lakes' => 'https://www.caliber.com/find-a-location/houston-liberty-lakes', '/locate-a-caliber-collision-center/houston-memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/houston-morton-ranch' => 'https://www.caliber.com/find-a-location/houston-morton-ranch', '/locate-a-caliber-collision-center/houston-non-drive-north' => 'https://www.caliber.com/find-a-location/houston-non-drive-north', '/locate-a-caliber-collision-center/houston-non-drive-west' => 'https://www.caliber.com/find-a-location/houston-non-drive-west', '/locate-a-caliber-collision-center/houston-northeast' => 'https://www.caliber.com/find-a-location/houston-northeast', '/locate-a-caliber-collision-center/houston-pasadena' => 'https://www.caliber.com/find-a-location/houston-pasadena', '/locate-a-caliber-collision-center/houston-south-loop' => 'https://www.caliber.com/find-a-location/houston-south-loop', '/locate-a-caliber-collision-center/houston-southwest-freeway' => 'https://www.caliber.com/find-a-location/houston-southwest-freeway', '/locate-a-caliber-collision-center/houston-towne-lake' => 'https://www.caliber.com/find-a-location/houston-towne-lake', '/locate-a-caliber-collision-center/houston-willowbrook' => 'https://www.caliber.com/find-a-location/houston-willowbrook', '/locate-a-caliber-collision-center/huntersville' => 'https://www.caliber.com/find-a-location/huntersville', '/locate-a-caliber-collision-center/huntington' => 'https://www.caliber.com/find-a-location/huntington', '/locate-a-caliber-collision-center/huntington-beach' => 'https://www.caliber.com/find-a-location/huntington-beach', '/locate-a-caliber-collision-center/huntington-beach-graham-st' => 'https://www.caliber.com/find-a-location/huntington-beach-graham-st', '/locate-a-caliber-collision-center/hunt-valley' => 'https://www.caliber.com/find-a-location/hunt-valley', '/locate-a-caliber-collision-center/hutto' => 'https://www.caliber.com/find-a-location/hutto', '/locate-a-caliber-collision-center/hyattsville' => 'https://www.caliber.com/find-a-location/hyattsville', '/locate-a-caliber-collision-center/indianapolis-beech-grove' => 'https://www.caliber.com/find-a-location/indianapolis-beech-grove', '/locate-a-caliber-collision-center/indianapolis-castleton' => 'https://www.caliber.com/find-a-location/indianapolis-castleton', '/locate-a-caliber-collision-center/indianapolis-downtown' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/indianapolis-lafayette-park' => 'https://www.caliber.com/find-a-location/indianapolis-lafayette-park', '/locate-a-caliber-collision-center/indianapolis-lawrence' => 'https://www.caliber.com/find-a-location/indianapolis-lawrence', '/locate-a-caliber-collision-center/indianapolis-northwest' => 'https://www.caliber.com/find-a-location/indianapolis-northwest', '/locate-a-caliber-collision-center/indianapolis-shadeland' => 'https://www.caliber.com/find-a-location/indianapolis-shadeland', '/locate-a-caliber-collision-center/indianapolis-south' => 'https://www.caliber.com/find-a-location/indianapolis-south', '/locate-a-caliber-collision-center/indianapolis-stop-12' => 'https://www.caliber.com/find-a-location/indianapolis-stop-12', '/locate-a-caliber-collision-center/indianapolis-west' => 'https://www.caliber.com/find-a-location/indianapolis-west', '/locate-a-caliber-collision-center/indianapolis-westfield' => 'https://www.caliber.com/find-a-location/indianapolis-westfield', '/locate-a-caliber-collision-center/indian-land' => 'https://www.caliber.com/find-a-location/indian-land', '/locate-a-caliber-collision-center/indian-trail' => 'https://www.caliber.com/find-a-location/indian-trail', '/locate-a-caliber-collision-center/indio' => 'https://www.caliber.com/find-a-location/indio', '/locate-a-caliber-collision-center/inland-empire-non-drive' => 'https://www.caliber.com/find-a-location/inland-empire-non-drive', '/locate-a-caliber-collision-center/irmo' => 'https://www.caliber.com/find-a-location/irmo', '/locate-a-caliber-collision-center/irvine' => 'https://www.caliber.com/find-a-location/irvine', '/locate-a-caliber-collision-center/irvine-north' => 'https://www.caliber.com/find-a-location/irvine-north', '/locate-a-caliber-collision-center/issaquah-e-lake-sammamish' => 'https://www.caliber.com/find-a-location/issaquah-e-lake-sammamish', '/locate-a-caliber-collision-center/issaquah-sunset' => 'https://www.caliber.com/find-a-location/issaquah-sunset', '/locate-a-caliber-collision-center/jackson-tn' => 'https://www.caliber.com/find-a-location/jackson-tn', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic' => 'https://www.caliber.com/find-a-location/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/jacksonville-fl-beach-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-beach-blvd', '/locate-a-caliber-collision-center/jacksonville-fl-downtown' => 'https://www.caliber.com/find-a-location/jacksonville-fl-downtown', '/locate-a-caliber-collision-center/jacksonville-fl-mayport' => 'https://www.caliber.com/find-a-location/jacksonville-fl-mayport', '/locate-a-caliber-collision-center/jacksonville-fl-merrill-rd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-merrill-rd', '/locate-a-caliber-collision-center/jacksonville-fl-nas' => 'https://www.caliber.com/find-a-location/jacksonville-fl-nas', '/locate-a-caliber-collision-center/jacksonville-fl-non-drive' => 'https://www.caliber.com/find-a-location/jacksonville-fl-non-drive', '/locate-a-caliber-collision-center/jacksonville-fl-philips-hwy' => 'https://www.caliber.com/find-a-location/jacksonville-fl-philips-hwy', '/locate-a-caliber-collision-center/jacksonville-fl-sw' => 'https://www.caliber.com/find-a-location/jacksonville-fl-sw', '/locate-a-caliber-collision-center/jacksonville-nc-lejeune' => 'https://www.caliber.com/find-a-location/jacksonville-nc-lejeune', '/locate-a-caliber-collision-center/jacksonville-nc-marine-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-nc-marine-blvd', '/locate-a-caliber-collision-center/jacksonville-new-river' => 'https://www.caliber.com/find-a-location/jacksonville-new-river', '/locate-a-caliber-collision-center/janesville' => 'https://www.caliber.com/find-a-location/janesville', '/locate-a-caliber-collision-center/jessup' => 'https://www.caliber.com/find-a-location/jessup', '/locate-a-caliber-collision-center/johns-creek' => 'https://www.caliber.com/find-a-location/johns-creek', '/locate-a-caliber-collision-center/joppa' => 'https://www.caliber.com/find-a-location/joppa', '/locate-a-caliber-collision-center/jupiter' => 'https://www.caliber.com/find-a-location/jupiter', '/locate-a-caliber-collision-center/jupiter-old-dixie-hwy' => 'https://www.caliber.com/find-a-location/jupiter-old-dixie-highway', '/locate-a-caliber-collision-center/katy' => 'https://www.caliber.com/find-a-location/katy', '/locate-a-caliber-collision-center/kearney-mesa-dagget' => 'https://www.caliber.com/find-a-location/kearny-mesa-dagget', '/locate-a-caliber-collision-center/keizer' => 'https://www.caliber.com/find-a-location/keizer', '/locate-a-caliber-collision-center/keller' => 'https://www.caliber.com/find-a-location/keller', '/locate-a-caliber-collision-center/kennesaw' => 'https://www.caliber.com/find-a-location/kennesaw', '/locate-a-caliber-collision-center/kennesaw-moon-station' => 'https://www.caliber.com/find-a-location/kennesaw-moon-station', '/locate-a-caliber-collision-center/kennett-square' => 'https://www.caliber.com/find-a-location/kennett-square', '/locate-a-caliber-collision-center/kennewick' => 'https://www.caliber.com/find-a-location/kennewick', '/locate-a-caliber-collision-center/kenosha' => 'https://www.caliber.com/find-a-location/kenosha', '/locate-a-caliber-collision-center/kent-island' => 'https://www.caliber.com/find-a-location/kent-island', '/locate-a-caliber-collision-center/killeen' => 'https://www.caliber.com/find-a-location/killeen', '/locate-a-caliber-collision-center/killeen-downtown' => 'https://www.caliber.com/find-a-location/killeen-downtown', '/locate-a-caliber-collision-center/killeen-express' => 'https://www.caliber.com/find-a-location/killeen-express', '/locate-a-caliber-collision-center/king-of-prussia' => 'https://www.caliber.com/find-a-location/king-of-prussia', '/locate-a-caliber-collision-center/kingston' => 'https://www.caliber.com/find-a-location/kingston', '/locate-a-caliber-collision-center/kingston-pike' => 'https://www.caliber.com/find-a-location/kingston-pike', '/locate-a-caliber-collision-center/kingwood' => 'https://www.caliber.com/find-a-location/kingwood', '/locate-a-caliber-collision-center/kirkland' => 'https://www.caliber.com/find-a-location/kirkland', '/locate-a-caliber-collision-center/kissimmee' => 'https://www.caliber.com/find-a-location/kissimmee', '/locate-a-caliber-collision-center/kissimmee-east' => 'https://www.caliber.com/find-a-location/kissimmee-east', '/locate-a-caliber-collision-center/kissimmee-north' => 'https://www.caliber.com/find-a-location/kissimmee-north', '/locate-a-caliber-collision-center/knoxville-north' => 'https://www.caliber.com/find-a-location/knoxville-north', '/locate-a-caliber-collision-center/knoxville-west' => 'https://www.caliber.com/find-a-location/knoxville-west', '/locate-a-caliber-collision-center/kyle' => 'https://www.caliber.com/find-a-location/kyle', '/locate-a-caliber-collision-center/la-cienega' => 'https://www.caliber.com/find-a-location/los-angeles-la-cienega', '/locate-a-caliber-collision-center/la-crescenta' => 'https://www.caliber.com/find-a-location/la-crescenta-drive-center', '/locate-a-caliber-collision-center/ladson' => 'https://www.caliber.com/find-a-location/ladson', '/locate-a-caliber-collision-center/lafayette' => 'https://www.caliber.com/find-a-location/lafayette-farabee-dr', '/locate-a-caliber-collision-center/laguna-beach' => 'https://www.caliber.com/find-a-location/laguna-beach', '/locate-a-caliber-collision-center/laguna-niguel' => 'https://www.caliber.com/find-a-location/laguna-niguel', '/locate-a-caliber-collision-center/lake-elsinore' => 'https://www.caliber.com/find-a-location/lake-elsinore', '/locate-a-caliber-collision-center/lake-forest' => 'https://www.caliber.com/find-a-location/lake-forest', '/locate-a-caliber-collision-center/lake-havasu-city' => 'https://www.caliber.com/find-a-location/lake-havasu-city', '/locate-a-caliber-collision-center/lake-jackson' => 'https://www.caliber.com/find-a-location/lake-jackson', '/locate-a-caliber-collision-center/lake-norman-denver' => 'https://www.caliber.com/find-a-location/lake-norman', '/locate-a-caliber-collision-center/lake-oswego' => 'https://www.caliber.com/find-a-location/lake-oswego', '/locate-a-caliber-collision-center/lakeway' => 'https://www.caliber.com/find-a-location/lakeway', '/locate-a-caliber-collision-center/lakewood-co' => 'https://www.caliber.com/find-a-location/lakewood-co', '/locate-a-caliber-collision-center/lakewood-wa' => 'https://www.caliber.com/find-a-location/lakewood-wa', '/locate-a-caliber-collision-center/la-mesa' => 'https://www.caliber.com/find-a-location/la-mesa', '/locate-a-caliber-collision-center/lancaster' => 'https://www.caliber.com/find-a-location/lancaster', '/locate-a-caliber-collision-center/landover' => 'https://www.caliber.com/find-a-location/landover', '/locate-a-caliber-collision-center/largo' => 'https://www.caliber.com/find-a-location/largo', '/locate-a-caliber-collision-center/las-cruces' => 'https://www.caliber.com/find-a-location/las-cruces-n-telshor-bl', '/locate-a-caliber-collision-center/las-cruces-amador' => 'https://www.caliber.com/find-a-location/las-cruces-amador', '/locate-a-caliber-collision-center/las-vegas-anthem' => 'https://www.caliber.com/find-a-location/las-vegas-anthem', '/locate-a-caliber-collision-center/las-vegas-downtown' => 'https://www.caliber.com/find-a-location/las-vegas-downtown', '/locate-a-caliber-collision-center/las-vegas-procyon-st' => 'https://www.caliber.com/find-a-location/las-vegas-procyon-st', '/locate-a-caliber-collision-center/las-vegas-rancho-rd' => 'https://www.caliber.com/find-a-location/las-vegas-rancho-rd', '/locate-a-caliber-collision-center/las-vegas-ricky-rd' => 'https://www.caliber.com/find-a-location/las-vegas-ricky-rd', '/locate-a-caliber-collision-center/lawrenceville' => 'https://www.caliber.com/find-a-location/lawrenceville', '/locate-a-caliber-collision-center/leander-crystal-falls-pkwy' => 'https://www.caliber.com/find-a-location/leander-crystal-falls-pkwy', '/locate-a-caliber-collision-center/lebanon' => 'https://www.caliber.com/find-a-location/lebanon', '/locate-a-caliber-collision-center/lebanon-oh' => 'https://www.caliber.com/find-a-location/lebanon-oh', '/locate-a-caliber-collision-center/lebanon-pa' => 'https://www.caliber.com/find-a-location/lebanon-pa', '/locate-a-caliber-collision-center/lebanon-west-main-st' => 'https://www.caliber.com/find-a-location/lebanon-west-main-st', '/locate-a-caliber-collision-center/leesburg' => 'https://www.caliber.com/find-a-location/leesburg', '/locate-a-caliber-collision-center/lehigh-acres' => 'https://www.caliber.com/find-a-location/lehigh-acres', '/locate-a-caliber-collision-center/leon-springs-luxury' => 'https://www.caliber.com/find-a-location/luxury-leon-springs', '/locate-a-caliber-collision-center/levittown' => 'https://www.caliber.com/find-a-location/levittown', '/locate-a-caliber-collision-center/lewisville' => 'https://www.caliber.com/find-a-location/lewisville', '/locate-a-caliber-collision-center/lexington-ky' => 'https://www.caliber.com/find-a-location/lexington-ky', '/locate-a-caliber-collision-center/lexington-park' => 'https://www.caliber.com/find-a-location/lexington-park', '/locate-a-caliber-collision-center/lexington-sc' => 'https://www.caliber.com/find-a-location/lexington-sc', '/locate-a-caliber-collision-center/libertyville' => 'https://www.caliber.com/find-a-location/libertyville', '/locate-a-caliber-collision-center/lincoln' => 'https://www.caliber.com/find-a-location/lincoln', '/locate-a-caliber-collision-center/litchfield-park' => 'https://www.caliber.com/find-a-location/litchfield-park', '/locate-a-caliber-collision-center/lithia-springs' => 'https://www.caliber.com/find-a-location/lithia-springs', '/locate-a-caliber-collision-center/little-elm' => 'https://www.caliber.com/find-a-location/little-elm', '/locate-a-caliber-collision-center/littleton' => 'https://www.caliber.com/find-a-location/littleton', '/locate-a-caliber-collision-center/littleton-chatfield' => 'https://www.caliber.com/find-a-location/littleton-chatfield', '/locate-a-caliber-collision-center/littleton-s-broadway' => 'https://www.caliber.com/find-a-location/littleton-s-broadway', '/locate-a-caliber-collision-center/logan' => 'https://www.caliber.com/find-a-location/logan', '/locate-a-caliber-collision-center/lomita' => 'https://www.caliber.com/find-a-location/lomita', '/locate-a-caliber-collision-center/lompoc' => 'https://www.caliber.com/find-a-location/lompoc', '/locate-a-caliber-collision-center/long-beach' => 'https://www.caliber.com/find-a-location/long-beach', '/locate-a-caliber-collision-center/longmont' => 'https://www.caliber.com/find-a-location/longmont', '/locate-a-caliber-collision-center/longmont-boston-ave' => 'https://www.caliber.com/find-a-location/longmont-boston-ave', '/locate-a-caliber-collision-center/longview-north' => 'https://www.caliber.com/find-a-location/longview-north', '/locate-a-caliber-collision-center/longwood' => 'https://www.caliber.com/find-a-location/longwood', '/locate-a-caliber-collision-center/los-angeles-downtown' => 'https://www.caliber.com/find-a-location/los-angeles-downtown', '/locate-a-caliber-collision-center/los-angeles-griffith-park' => 'https://www.caliber.com/find-a-location/los-angeles-griffith-park', '/locate-a-caliber-collision-center/los-angeles-mid-city' => 'https://www.caliber.com/find-a-location/los-angeles-mid-city', '/locate-a-caliber-collision-center/los-angeles-s-la-brea' => 'https://www.caliber.com/find-a-location/los-angeles-s-la-brea', '/locate-a-caliber-collision-center/los-angeles-w-adams-blvd' => 'https://www.caliber.com/find-a-location/los-angeles-w-adams-blvd', '/locate-a-caliber-collision-center/los-angeles-w-washington' => 'https://www.caliber.com/find-a-location/los-angeles-w-washington', '/locate-a-caliber-collision-center/los-banos' => 'https://www.caliber.com/find-a-location/los-banos', '/locate-a-caliber-collision-center/los-gatos' => 'https://www.caliber.com/find-a-location/los-gatos', '/locate-a-caliber-collision-center/louisville-dixie-hwy' => 'https://www.caliber.com/find-a-location/louisville-dixie-hwy', '/locate-a-caliber-collision-center/loveland' => 'https://www.caliber.com/find-a-location/loveland', '/locate-a-caliber-collision-center/loveland-oh' => 'https://www.caliber.com/find-a-location/loveland-oh', '/locate-a-caliber-collision-center/loveland-topaz-dr' => 'https://www.caliber.com/find-a-location/loveland-topaz-dr', '/locate-a-caliber-collision-center/lumberton' => 'https://www.caliber.com/find-a-location/lumberton', '/locate-a-caliber-collision-center/lutz' => 'https://www.caliber.com/find-a-location/lutz', '/locate-a-caliber-collision-center/lynbrook' => 'https://www.caliber.com/find-a-location/lynbrook', '/locate-a-caliber-collision-center/lynchburg' => 'https://www.caliber.com/find-a-location/lynchburg', '/locate-a-caliber-collision-center/lynnwood-wa' => 'https://www.caliber.com/find-a-location/lynnwood-wa', '/locate-a-caliber-collision-center/lynwood-il' => 'https://www.caliber.com/find-a-location/lynwood-il', '/locate-a-caliber-collision-center/macon' => 'https://www.caliber.com/find-a-location/macon', '/locate-a-caliber-collision-center/madera' => 'https://www.caliber.com/find-a-location/madera', '/locate-a-caliber-collision-center/madison' => 'https://www.caliber.com/find-a-location/madison', '/locate-a-caliber-collision-center/madison-east-towne' => 'https://www.caliber.com/find-a-location/madison-east-towne', '/locate-a-caliber-collision-center/madison-gallatin-pike' => 'https://www.caliber.com/find-a-location/madison-gallatin-pike', '/locate-a-caliber-collision-center/madison-west-towne' => 'https://www.caliber.com/find-a-location/madison-west-towne', '/locate-a-caliber-collision-center/manassas' => 'https://www.caliber.com/find-a-location/manassas', '/locate-a-caliber-collision-center/manayunk' => 'https://www.caliber.com/find-a-location/manayunk', '/locate-a-caliber-collision-center/manchaca' => 'https://www.caliber.com/find-a-location/austin-menchaca', '/locate-a-caliber-collision-center/mansfield' => 'https://www.caliber.com/find-a-location/mansfield', '/locate-a-caliber-collision-center/manteca' => 'https://www.caliber.com/find-a-location/manteca', '/locate-a-caliber-collision-center/maple-grove' => 'https://www.caliber.com/find-a-location/maple-grove', '/locate-a-caliber-collision-center/maplewood' => 'https://www.caliber.com/find-a-location/maplewood', '/locate-a-caliber-collision-center/marble-falls' => 'https://www.caliber.com/find-a-location/marble-falls', '/locate-a-caliber-collision-center/margaret-wallace' => 'https://www.caliber.com/find-a-location/margaret-wallace', '/locate-a-caliber-collision-center/marietta' => 'https://www.caliber.com/find-a-location/marietta', '/locate-a-caliber-collision-center/marietta-cobb-pkwy' => 'https://www.caliber.com/find-a-location/marietta-cobb-parkway', '/locate-a-caliber-collision-center/marlow-heights' => 'https://www.caliber.com/find-a-location/marlow-heights', '/locate-a-caliber-collision-center/marlton' => 'https://www.caliber.com/find-a-location/marlton', '/locate-a-caliber-collision-center/marmora' => 'https://www.caliber.com/find-a-location/marmora', '/locate-a-caliber-collision-center/maryland-heights' => 'https://www.caliber.com/find-a-location/maryland-heights', '/locate-a-caliber-collision-center/marysville-wa' => 'https://www.caliber.com/find-a-location/marysville-wa', '/locate-a-caliber-collision-center/maryville-il' => 'https://www.caliber.com/find-a-location/maryville-il', '/locate-a-caliber-collision-center/massaponax' => 'https://www.caliber.com/find-a-location/massaponax', '/locate-a-caliber-collision-center/matthews' => 'https://www.caliber.com/find-a-location/matthews', '/locate-a-caliber-collision-center/mays-landing' => 'https://www.caliber.com/find-a-location/mays-landing', '/locate-a-caliber-collision-center/mckeesport' => 'https://www.caliber.com/find-a-location/mckeesport', '/locate-a-caliber-collision-center/mckinney-east' => 'https://www.caliber.com/find-a-location/mckinney-east', '/locate-a-caliber-collision-center/mckinney-hwy-380' => 'https://www.caliber.com/find-a-location/mckinney-hwy-380', '/locate-a-caliber-collision-center/mckinney-northwest' => 'https://www.caliber.com/find-a-location/mckinney-northwest', '/locate-a-caliber-collision-center/medford' => 'https://www.caliber.com/find-a-location/medford', '/locate-a-caliber-collision-center/medina' => 'https://www.caliber.com/find-a-location/medina', '/locate-a-caliber-collision-center/memphis-covington-pike' => 'https://www.caliber.com/find-a-location/memphis-covington-pike', '/locate-a-caliber-collision-center/memphis-downtown' => 'https://www.caliber.com/find-a-location/memphis-downtown', '/locate-a-caliber-collision-center/memphis-mt-moriah' => 'https://www.caliber.com/find-a-location/memphis-mt-moriah', '/locate-a-caliber-collision-center/memphis-southwind' => 'https://www.caliber.com/find-a-location/memphis-southwind', '/locate-a-caliber-collision-center/meridian' => 'https://www.caliber.com/find-a-location/meridian', '/locate-a-caliber-collision-center/meridian-e-fairview' => 'https://www.caliber.com/find-a-location/meridian-e-fairview', '/locate-a-caliber-collision-center/meridian-s-adkins-way' => 'https://www.caliber.com/find-a-location/meridian-s-adkins-way', '/locate-a-caliber-collision-center/merrillville' => 'https://www.caliber.com/find-a-location/merrillville', '/locate-a-caliber-collision-center/mesa-broadway-rd' => 'https://www.caliber.com/find-a-location/mesa-broadway-rd', '/locate-a-caliber-collision-center/mesa-east-main-st' => 'https://www.caliber.com/find-a-location/mesa-east-main-st', '/locate-a-caliber-collision-center/mesa-gateway' => 'https://www.caliber.com/find-a-location/mesa-gateway', '/locate-a-caliber-collision-center/miami-ne-14th-ave' => 'https://www.caliber.com/find-a-location/miami-ne-14th-ave', '/locate-a-caliber-collision-center/miami-north-doral' => 'https://www.caliber.com/find-a-location/miami-north-doral', '/locate-a-caliber-collision-center/miami-s-dixie-hwy' => 'https://www.caliber.com/find-a-location/miami-s-dixie-hwy', '/locate-a-caliber-collision-center/michigan-city' => 'https://www.caliber.com/find-a-location/michigan-city', '/locate-a-caliber-collision-center/middleton-wi' => 'https://www.caliber.com/find-a-location/middleton-wi', '/locate-a-caliber-collision-center/middletown-de' => 'https://www.caliber.com/find-a-location/middletown-de', '/locate-a-caliber-collision-center/midland-w-front-st' => 'https://www.caliber.com/find-a-location/midland-w-front-st', '/locate-a-caliber-collision-center/midlothian-grove-rd' => 'https://www.caliber.com/find-a-location/midlothian-grove-rd', '/locate-a-caliber-collision-center/midwest-city' => 'https://www.caliber.com/find-a-location/midwest-city', '/locate-a-caliber-collision-center/milford' => 'https://www.caliber.com/find-a-location/milford', '/locate-a-caliber-collision-center/millcreek' => 'https://www.caliber.com/find-a-location/millcreek', '/locate-a-caliber-collision-center/millersville' => 'https://www.caliber.com/find-a-location/millersville', '/locate-a-caliber-collision-center/milpitas' => 'https://www.caliber.com/find-a-location/milpitas', '/locate-a-caliber-collision-center/milwaukee-north' => 'https://www.caliber.com/find-a-location/milwaukee-north', '/locate-a-caliber-collision-center/minneapolis-downtown' => 'https://www.caliber.com/find-a-location/minneapolis-downtown', '/locate-a-caliber-collision-center/minnesota-fleet' => 'https://www.caliber.com/find-a-location/minnesota-fleet', '/locate-a-caliber-collision-center/miramar' => 'https://www.caliber.com/find-a-location/san-diego-miramar', '/locate-a-caliber-collision-center/mira-mesa' => 'https://www.caliber.com/find-a-location/mira-mesa', '/locate-a-caliber-collision-center/mishawaka' => 'https://www.caliber.com/find-a-location/mishawaka', '/locate-a-caliber-collision-center/mission-bay' => 'https://www.caliber.com/find-a-location/mission-bay', '/locate-a-caliber-collision-center/mission-valley' => 'https://www.caliber.com/find-a-location/mission-valley', '/locate-a-caliber-collision-center/mission-viejo' => 'https://www.caliber.com/find-a-location/mission-viejo', '/locate-a-caliber-collision-center/missouri-city' => 'https://www.caliber.com/find-a-location/missouri-city', '/locate-a-caliber-collision-center/mitchell' => 'https://www.caliber.com/find-a-location/mitchell', '/locate-a-caliber-collision-center/mobile-schillinger-rd-s' => 'https://www.caliber.com/find-a-location/mobile-schillinger-rd-s', '/locate-a-caliber-collision-center/mobile-springhill-ave' => 'https://www.caliber.com/find-a-location/mobile-springhill-ave', '/locate-a-caliber-collision-center/modesto' => 'https://www.caliber.com/find-a-location/modesto', '/locate-a-caliber-collision-center/modesto-10th-st' => 'https://www.caliber.com/find-a-location/modesto-10th-st', '/locate-a-caliber-collision-center/modesto-bangs-ave' => 'https://www.caliber.com/find-a-location/modesto-bangs-ave', '/locate-a-caliber-collision-center/modesto-stratos-way' => 'https://www.caliber.com/find-a-location/modesto-stratos-way', '/locate-a-caliber-collision-center/monroe' => 'https://www.caliber.com/find-a-location/monroe', '/locate-a-caliber-collision-center/monroe-hwy-74' => 'https://www.caliber.com/find-a-location/monroe-hwy-74', '/locate-a-caliber-collision-center/monroe-wa' => 'https://www.caliber.com/find-a-location/monroe-wa', '/locate-a-caliber-collision-center/monrovia' => 'https://www.caliber.com/find-a-location/monrovia', '/locate-a-caliber-collision-center/montgomery-n-eastern-blvd' => 'https://www.caliber.com/find-a-location/montgomery-n-eastern-bl', '/locate-a-caliber-collision-center/monument' => 'https://www.caliber.com/find-a-location/monument', '/locate-a-caliber-collision-center/moore' => 'https://www.caliber.com/find-a-location/moore', '/locate-a-caliber-collision-center/mooresville' => 'https://www.caliber.com/find-a-location/mooresville', '/locate-a-caliber-collision-center/moraine' => 'https://www.caliber.com/find-a-location/moraine', '/locate-a-caliber-collision-center/moreno-valley' => 'https://www.caliber.com/find-a-location/moreno-valley', '/locate-a-caliber-collision-center/morgan-hill' => 'https://www.caliber.com/find-a-location/morgan-hill', '/locate-a-caliber-collision-center/morrow' => 'https://www.caliber.com/find-a-location/morrow', '/locate-a-caliber-collision-center/morrow-mt-zion-blvd' => 'https://www.caliber.com/find-a-location/morrow-mt-zion-blvd', '/locate-a-caliber-collision-center/mountain-view' => 'https://www.caliber.com/find-a-location/mountain-view', '/locate-a-caliber-collision-center/mount-pleasant-sc' => 'https://www.caliber.com/find-a-location/mount-pleasant-sc', '/locate-a-caliber-collision-center/mount-pleasant-wi' => 'https://www.caliber.com/find-a-location/mount-pleasant-wi', '/locate-a-caliber-collision-center/mt-juliet' => 'https://www.caliber.com/find-a-location/mt-juliet', '/locate-a-caliber-collision-center/mullica-hill' => 'https://www.caliber.com/find-a-location/mullica-hill', '/locate-a-caliber-collision-center/muncie-north' => 'https://www.caliber.com/find-a-location/muncie-north', '/locate-a-caliber-collision-center/murfreesboro' => 'https://www.caliber.com/find-a-location/murfreesboro', '/locate-a-caliber-collision-center/murray' => 'https://www.caliber.com/find-a-location/murray', '/locate-a-caliber-collision-center/murrells-inlet' => 'https://www.caliber.com/find-a-location/murrells-inlet', '/locate-a-caliber-collision-center/murrieta' => 'https://www.caliber.com/find-a-location/murrieta', '/locate-a-caliber-collision-center/myrtle-beach-south' => 'https://www.caliber.com/find-a-location/myrtle-beach-south', '/locate-a-caliber-collision-center/nampa' => 'https://www.caliber.com/find-a-location/nampa', '/locate-a-caliber-collision-center/napa' => 'https://www.caliber.com/find-a-location/napa', '/locate-a-caliber-collision-center/naperville' => 'https://www.caliber.com/find-a-location/naperville', '/locate-a-caliber-collision-center/naperville-701-frontenac' => 'https://www.caliber.com/find-a-location/naperville-701-frontenac', '/locate-a-caliber-collision-center/naperville-801-frontenac' => 'https://www.caliber.com/find-a-location/naperville-801-frontenac', '/locate-a-caliber-collision-center/naples' => 'https://www.caliber.com/find-a-location/naples', '/locate-a-caliber-collision-center/nashville-downtown' => 'https://www.caliber.com/find-a-location/nashville-downtown', '/locate-a-caliber-collision-center/nashville-non-drive-south' => 'https://www.caliber.com/find-a-location/nashville-non-drive-south', '/locate-a-caliber-collision-center/nashville-west' => 'https://www.caliber.com/find-a-location/nashville-west', '/locate-a-caliber-collision-center/national-city' => 'https://www.caliber.com/find-a-location/national-city', '/locate-a-caliber-collision-center/navarre' => 'https://www.caliber.com/find-a-location/navarre', '/locate-a-caliber-collision-center/new-berlin' => 'https://www.caliber.com/find-a-location/new-berlin', '/locate-a-caliber-collision-center/new-berlin-sunnyslope' => 'https://www.caliber.com/find-a-location/new-berlin-sunnyslope', '/locate-a-caliber-collision-center/new-bern' => 'https://www.caliber.com/find-a-location/new-bern', '/locate-a-caliber-collision-center/new-braunfels' => 'https://www.caliber.com/find-a-location/new-braunfels', '/locate-a-caliber-collision-center/newburgh' => 'https://www.caliber.com/find-a-location/newburgh-in', '/locate-a-caliber-collision-center/new-hampton' => 'https://www.caliber.com/find-a-location/new-hampton', '/locate-a-caliber-collision-center/new-holland' => 'https://www.caliber.com/find-a-location/new-holland', '/locate-a-caliber-collision-center/new-kensington' => 'https://www.caliber.com/find-a-location/new-kensington', '/locate-a-caliber-collision-center/newnan' => 'https://www.caliber.com/find-a-location/newnan', '/locate-a-caliber-collision-center/newport' => 'https://www.caliber.com/find-a-location/newport', '/locate-a-caliber-collision-center/newport-news' => 'https://www.caliber.com/find-a-location/newport-news', '/locate-a-caliber-collision-center/newtown-square' => 'https://www.caliber.com/find-a-location/newtown-square', '/locate-a-caliber-collision-center/nicholasville' => 'https://www.caliber.com/find-a-location/nicholasville', '/locate-a-caliber-collision-center/nolanville' => 'https://www.caliber.com/find-a-location/nolanville', '/locate-a-caliber-collision-center/norco' => 'https://www.caliber.com/find-a-location/norco', '/locate-a-caliber-collision-center/norcross' => 'https://www.caliber.com/find-a-location/norcross', '/locate-a-caliber-collision-center/norfolk-wards-corner' => 'https://www.caliber.com/find-a-location/norfolk-wards-corner', '/locate-a-caliber-collision-center/north-bethesda' => 'https://www.caliber.com/find-a-location/north-bethesda', '/locate-a-caliber-collision-center/northbrook' => 'https://www.caliber.com/find-a-location/northbrook', '/locate-a-caliber-collision-center/north-charleston' => 'https://www.caliber.com/find-a-location/north-charleston', '/locate-a-caliber-collision-center/north-costa-mesa' => 'https://www.caliber.com/find-a-location/north-costa-mesa', '/locate-a-caliber-collision-center/northeast-philadelphia' => 'https://www.caliber.com/find-a-location/northeast-philadelphia', '/locate-a-caliber-collision-center/north-fulton' => 'https://www.caliber.com/find-a-location/north-fulton', '/locate-a-caliber-collision-center/northglenn' => 'https://www.caliber.com/find-a-location/northglenn', '/locate-a-caliber-collision-center/north-hollywood' => 'https://www.caliber.com/find-a-location/north-hollywood', '/locate-a-caliber-collision-center/north-hollywood-burbank-blvd' => 'https://www.caliber.com/find-a-location/north-hollywood-burbank-blvd', '/locate-a-caliber-collision-center/northlake' => 'https://www.caliber.com/find-a-location/northlake', '/locate-a-caliber-collision-center/north-lamar' => 'https://www.caliber.com/find-a-location/austin-north-lamar', '/locate-a-caliber-collision-center/north-las-vegas' => 'https://www.caliber.com/find-a-location/north-las-vegas', '/locate-a-caliber-collision-center/north-las-vegas-aliante' => 'https://www.caliber.com/find-a-location/north-las-vegas-aliante', '/locate-a-caliber-collision-center/north-las-vegas-e-craig-rd' => 'https://www.caliber.com/find-a-location/north-las-vegas-e-craig-rd', '/locate-a-caliber-collision-center/north-richland-hills' => 'https://www.caliber.com/find-a-location/north-richland-hills', '/locate-a-caliber-collision-center/north-riverside' => 'https://www.caliber.com/find-a-location/north-riverside', '/locate-a-caliber-collision-center/north-sarasota' => 'https://www.caliber.com/find-a-location/north-sarasota', '/locate-a-caliber-collision-center/north-wales' => 'https://www.caliber.com/find-a-location/north-wales', '/locate-a-caliber-collision-center/northwest-anaheim' => 'https://www.caliber.com/find-a-location/northwest-anaheim', '/locate-a-caliber-collision-center/northwest-oklahoma-city' => 'https://www.caliber.com/find-a-location/nw-oklahoma-city', '/locate-a-caliber-collision-center/norton' => 'https://www.caliber.com/find-a-location/norton', '/locate-a-caliber-collision-center/norwalk' => 'https://www.caliber.com/find-a-location/norwalk', '/locate-a-caliber-collision-center/nottingham' => 'https://www.caliber.com/find-a-location/nottingham', '/locate-a-caliber-collision-center/oak-creek' => 'https://www.caliber.com/find-a-location/oak-creek', '/locate-a-caliber-collision-center/oakland-11th-st' => 'https://www.caliber.com/find-a-location/oakland-11th-st', '/locate-a-caliber-collision-center/oakland-mlk-jr-way' => 'https://www.caliber.com/find-a-location/oakland-mlk-jr-way', '/locate-a-caliber-collision-center/oakland-park' => 'https://www.caliber.com/find-a-location/oakland-park', '/locate-a-caliber-collision-center/oakwood' => 'https://www.caliber.com/find-a-location/oakwood', '/locate-a-caliber-collision-center/ocala-west' => 'https://www.caliber.com/find-a-location/ocala-west', '/locate-a-caliber-collision-center/ocean-city' => 'https://www.caliber.com/find-a-location/ocean-city', '/locate-a-caliber-collision-center/oceanside' => 'https://www.caliber.com/find-a-location/oceanside', '/locate-a-caliber-collision-center/oconomowoc' => 'https://www.caliber.com/find-a-location/oconomowoc', '/locate-a-caliber-collision-center/odessa' => 'https://www.caliber.com/find-a-location/odessa', '/locate-a-caliber-collision-center/o-fallon' => 'https://www.caliber.com/find-a-location/ofallon-il', '/locate-a-caliber-collision-center/o-fallon-mo' => 'https://www.caliber.com/find-a-location/ofallon-mo', '/locate-a-caliber-collision-center/ogden' => 'https://www.caliber.com/find-a-location/ogden', '/locate-a-caliber-collision-center/olive-branch' => 'https://www.caliber.com/find-a-location/olive-branch', '/locate-a-caliber-collision-center/ontario' => 'https://www.caliber.com/find-a-location/ontario', '/locate-a-caliber-collision-center/ontario-downtown' => 'https://www.caliber.com/find-a-location/ontario-downtown', '/locate-a-caliber-collision-center/orange-non-drive' => 'https://www.caliber.com/find-a-location/orange-non-drive', '/locate-a-caliber-collision-center/orangevale' => 'https://www.caliber.com/find-a-location/orangevale', '/locate-a-caliber-collision-center/orlando-e-colonial' => 'https://www.caliber.com/find-a-location/orlando-e-colonial', '/locate-a-caliber-collision-center/orlando-orange-blossom' => 'https://www.caliber.com/find-a-location/orlando-orange-blossom', '/locate-a-caliber-collision-center/orlando-w-oak-ridge-rd' => 'https://www.caliber.com/find-a-location/orlando-w-oak-ridge-rd', '/locate-a-caliber-collision-center/oro-valley' => 'https://www.caliber.com/find-a-location/oro-valley', '/locate-a-caliber-collision-center/oswego' => 'https://www.caliber.com/find-a-location/oswego', '/locate-a-caliber-collision-center/oviedo' => 'https://www.caliber.com/find-a-location/oviedo', '/locate-a-caliber-collision-center/oxford-valley' => 'https://www.caliber.com/find-a-location/oxford-valley', '/locate-a-caliber-collision-center/oxnard' => 'https://www.caliber.com/find-a-location/oxnard', '/locate-a-caliber-collision-center/oxnard-auto-center' => 'https://www.caliber.com/find-a-location/oxnard-auto-center', '/locate-a-caliber-collision-center/oxon-hill' => 'https://www.caliber.com/find-a-location/oxon-hill', '/locate-a-caliber-collision-center/pacific-beach' => 'https://www.caliber.com/find-a-location/pacific-beach', '/locate-a-caliber-collision-center/painesville' => 'https://www.caliber.com/find-a-location/painesville', '/locate-a-caliber-collision-center/palatine-il' => 'https://www.caliber.com/find-a-location/palatine', '/locate-a-caliber-collision-center/palm-coast' => 'https://www.caliber.com/find-a-location/palm-coast', '/locate-a-caliber-collision-center/palmdale' => 'https://www.caliber.com/find-a-location/palmdale', '/locate-a-caliber-collision-center/palm-desert' => 'https://www.caliber.com/find-a-location/palm-desert', '/locate-a-caliber-collision-center/palmetto' => 'https://www.caliber.com/find-a-location/palmetto', '/locate-a-caliber-collision-center/palo-alto' => 'https://www.caliber.com/find-a-location/palo-alto', '/locate-a-caliber-collision-center/palos-hills' => 'https://www.caliber.com/find-a-location/palos-hills', '/locate-a-caliber-collision-center/parker' => 'https://www.caliber.com/find-a-location/parker', '/locate-a-caliber-collision-center/parker-woodman-way' => 'https://www.caliber.com/find-a-location/parker-woodman-dr', '/locate-a-caliber-collision-center/parkesburg' => 'https://www.caliber.com/find-a-location/parkesburg', '/locate-a-caliber-collision-center/park-forest' => 'https://www.caliber.com/find-a-location/park-forest', '/locate-a-caliber-collision-center/pasadena' => 'https://www.caliber.com/find-a-location/pasadena', '/locate-a-caliber-collision-center/pasadena-e-colorado-blvd' => 'https://www.caliber.com/find-a-location/pasadena-e-colorado-blvd', '/locate-a-caliber-collision-center/paso-robles' => 'https://www.caliber.com/find-a-location/paso-robles', '/locate-a-caliber-collision-center/patchogue' => 'https://www.caliber.com/find-a-location/patchogue', '/locate-a-caliber-collision-center/pawleys-island' => 'https://www.caliber.com/find-a-location/pawleys-island', '/locate-a-caliber-collision-center/peachtree-city' => 'https://www.caliber.com/find-a-location/peachtree-city', '/locate-a-caliber-collision-center/peachtree-city-clover-reach' => 'https://www.caliber.com/find-a-location/peachtree-city-clover-reach', '/locate-a-caliber-collision-center/pearland' => 'https://www.caliber.com/find-a-location/pearland', '/locate-a-caliber-collision-center/pembroke-pines-west' => 'https://www.caliber.com/find-a-location/pembroke-pines-west', '/locate-a-caliber-collision-center/pennington' => 'https://www.caliber.com/find-a-location/pennington', '/locate-a-caliber-collision-center/pennsauken' => 'https://www.caliber.com/find-a-location/pennsauken', '/locate-a-caliber-collision-center/pewaukee' => 'https://www.caliber.com/find-a-location/pewaukee', '/locate-a-caliber-collision-center/pflugerville' => 'https://www.caliber.com/find-a-location/pflugerville', '/locate-a-caliber-collision-center/philadelphia-byberry-rd' => 'https://www.caliber.com/find-a-location/philadelphia-byberry-rd', '/locate-a-caliber-collision-center/philadelphia-fleet' => 'https://www.caliber.com/find-a-location/philadelphia-fleet', '/locate-a-caliber-collision-center/philadelphia-frankford' => 'https://www.caliber.com/find-a-location/philadelphia-frankford', '/locate-a-caliber-collision-center/philadelphia-grant-ave' => 'https://www.caliber.com/find-a-location/philadelphia-grant-ave', '/locate-a-caliber-collision-center/philadelphia-non-drive' => 'https://www.caliber.com/find-a-location/philadelphia-non-drive', '/locate-a-caliber-collision-center/philadelphia-york-st' => 'https://www.caliber.com/find-a-location/philadelphia-york-st', '/locate-a-caliber-collision-center/pineville' => 'https://www.caliber.com/find-a-location/pineville', '/locate-a-caliber-collision-center/plainfield' => 'https://www.caliber.com/find-a-location/plainfield', '/locate-a-caliber-collision-center/plano' => 'https://www.caliber.com/find-a-location/plano', '/locate-a-caliber-collision-center/plano-coit-rd' => 'https://www.caliber.com/find-a-location/plano-coit-rd', '/locate-a-caliber-collision-center/pleasanton' => 'https://www.caliber.com/find-a-location/pleasanton', '/locate-a-caliber-collision-center/pleasantville' => 'https://www.caliber.com/find-a-location/pleasantville', '/locate-a-caliber-collision-center/plymouth' => 'https://www.caliber.com/find-a-location/plymouth', '/locate-a-caliber-collision-center/pocomoke' => 'https://www.caliber.com/find-a-location/pocomoke', '/locate-a-caliber-collision-center/pompano-beach' => 'https://www.caliber.com/find-a-location/pompano-beach', '/locate-a-caliber-collision-center/portland-nu-way' => 'https://www.caliber.com/find-a-location/portland-nu-way', '/locate-a-caliber-collision-center/portland-southeast' => 'https://www.caliber.com/find-a-location/portland-woodstock', '/locate-a-caliber-collision-center/portland-st-johns' => 'https://www.caliber.com/find-a-location/portland-st-johns', '/locate-a-caliber-collision-center/portsmouth-airline-blvd' => 'https://www.caliber.com/find-a-location/portsmouth-airline-blvd', '/locate-a-caliber-collision-center/poughkeepsie' => 'https://www.caliber.com/find-a-location/poughkeepsie', '/locate-a-caliber-collision-center/poulsbo' => 'https://www.caliber.com/find-a-location/poulsbo', '/locate-a-caliber-collision-center/poway' => 'https://www.caliber.com/find-a-location/poway', '/locate-a-caliber-collision-center/provo' => 'https://www.caliber.com/find-a-location/provo', '/locate-a-caliber-collision-center/pueblo' => 'https://www.caliber.com/find-a-location/pueblo', '/locate-a-caliber-collision-center/pueblo-west' => 'https://www.caliber.com/find-a-location/pueblo-west', '/locate-a-caliber-collision-center/purcellville' => 'https://www.caliber.com/find-a-location/purcellville', '/locate-a-caliber-collision-center/puyallup-canyon-rd' => 'https://www.caliber.com/find-a-location/puyallup-canyon-road', '/locate-a-caliber-collision-center/puyallup-river-rd' => 'https://www.caliber.com/find-a-location/puyallup-river-road', '/locate-a-caliber-collision-center/queen-creek' => 'https://www.caliber.com/find-a-location/queen-creek', '/locate-a-caliber-collision-center/queensbury' => 'https://www.caliber.com/find-a-location/queensbury', '/locate-a-caliber-collision-center/queens-village' => 'https://www.caliber.com/find-a-location/queens-village', '/locate-a-caliber-collision-center/raleigh-crabtree' => 'https://www.caliber.com/find-a-location/raleigh-fleet', '/locate-a-caliber-collision-center/raleigh-downtown' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-glenwood-ave' => 'https://www.caliber.com/find-a-location/raleigh-glenwood-ave', '/locate-a-caliber-collision-center/raleigh-new-bern-ave' => 'https://www.caliber.com/find-a-location/raleigh-new-bern-ave', '/locate-a-caliber-collision-center/raleigh-non-drive' => 'https://www.caliber.com/find-a-location/raleigh-non-drive', '/locate-a-caliber-collision-center/raleigh-paragon' => 'https://www.caliber.com/find-a-location/raleigh-paragon', '/locate-a-caliber-collision-center/rancho-cordova' => 'https://www.caliber.com/find-a-location/rancho-cordova', '/locate-a-caliber-collision-center/rancho-cucamonga' => 'https://www.caliber.com/find-a-location/rancho-cucamonga', '/locate-a-caliber-collision-center/rancho-santa-margarita' => 'https://www.caliber.com/find-a-location/rancho-santa-margarita', '/locate-a-caliber-collision-center/randallstown' => 'https://www.caliber.com/find-a-location/randallstown', '/locate-a-caliber-collision-center/reading-centre-ave' => 'https://www.caliber.com/find-a-location/reading-centre-ave', '/locate-a-caliber-collision-center/redlands' => 'https://www.caliber.com/find-a-location/redlands', '/locate-a-caliber-collision-center/red-mill' => 'https://www.caliber.com/find-a-location/red-mill', '/locate-a-caliber-collision-center/red-oak' => 'https://www.caliber.com/find-a-location/red-oak', '/locate-a-caliber-collision-center/redwood-city' => 'https://www.caliber.com/find-a-location/redwood-city', '/locate-a-caliber-collision-center/redwood-city-north' => 'https://www.caliber.com/find-a-location/redwood-city-north', '/locate-a-caliber-collision-center/reisterstown' => 'https://www.caliber.com/find-a-location/reisterstown', '/locate-a-caliber-collision-center/reno' => 'https://www.caliber.com/find-a-location/reno', '/locate-a-caliber-collision-center/renton' => 'https://www.caliber.com/find-a-location/renton', '/locate-a-caliber-collision-center/reseda' => 'https://www.caliber.com/find-a-location/reseda', '/locate-a-caliber-collision-center/rialto' => 'https://www.caliber.com/find-a-location/rialto', '/locate-a-caliber-collision-center/richardson' => 'https://www.caliber.com/find-a-location/richardson', '/locate-a-caliber-collision-center/richmond-broad-st' => 'https://www.caliber.com/find-a-location/richmond-broad-st', '/locate-a-caliber-collision-center/richmond-chippenham-square' => 'https://www.caliber.com/find-a-location/richmond-chippenham-square', '/locate-a-caliber-collision-center/richmond-dabney-rd' => 'https://www.caliber.com/find-a-location/richmond-dabney-rd', '/locate-a-caliber-collision-center/richmond-eubank-rd' => 'https://www.caliber.com/find-a-location/richmond-eubank-rd', '/locate-a-caliber-collision-center/richmond-midlothian' => 'https://www.caliber.com/find-a-location/richmond-midlothian', '/locate-a-caliber-collision-center/richmond-non-drive' => 'https://www.caliber.com/find-a-location/richmond-non-drive', '/locate-a-caliber-collision-center/richmond-pocono' => 'https://www.caliber.com/find-a-location/richmond-pocono', '/locate-a-caliber-collision-center/richmond-ridgefield-pkwy' => 'https://www.caliber.com/find-a-location/richmond-ridgefield-pkwy', '/locate-a-caliber-collision-center/richmond-tx' => 'https://www.caliber.com/find-a-location/richmond-tx', '/locate-a-caliber-collision-center/rio-grande' => 'https://www.caliber.com/find-a-location/rio-grande', '/locate-a-caliber-collision-center/rising-sun-md' => 'https://www.caliber.com/find-a-location/rising-sun-md', '/locate-a-caliber-collision-center/riverhead' => 'https://www.caliber.com/find-a-location/riverhead', '/locate-a-caliber-collision-center/riverside' => 'https://www.caliber.com/find-a-location/riverside', '/locate-a-caliber-collision-center/riverside-14th-street' => 'https://www.caliber.com/find-a-location/riverside-14th-street', '/locate-a-caliber-collision-center/riverside-buchanan-st' => 'https://www.caliber.com/find-a-location/riverside-buchanan-st', '/locate-a-caliber-collision-center/riverside-downtown' => 'https://www.caliber.com/find-a-location/riverside-downtown', '/locate-a-caliber-collision-center/river-styx' => 'https://www.caliber.com/find-a-location/river-styx', '/locate-a-caliber-collision-center/riverton' => 'https://www.caliber.com/find-a-location/riverton', '/locate-a-caliber-collision-center/riverview' => 'https://www.caliber.com/find-a-location/riverview', '/locate-a-caliber-collision-center/roanoke-northeast' => 'https://www.caliber.com/find-a-location/roanoke-northeast', '/locate-a-caliber-collision-center/roanoke-south' => 'https://www.caliber.com/find-a-location/roanoke-south', '/locate-a-caliber-collision-center/roanoke-tx' => 'https://www.caliber.com/find-a-location/roanoke-tx', '/locate-a-caliber-collision-center/rochester-lake-ave' => 'https://www.caliber.com/find-a-location/rochester-lake-ave', '/locate-a-caliber-collision-center/rockford' => 'https://www.caliber.com/find-a-location/rockford', '/locate-a-caliber-collision-center/rock-hill' => 'https://www.caliber.com/find-a-location/rock-hill', '/locate-a-caliber-collision-center/rocklin' => 'https://www.caliber.com/find-a-location/rocklin', '/locate-a-caliber-collision-center/rockville' => 'https://www.caliber.com/find-a-location/rockville', '/locate-a-caliber-collision-center/rockwall' => 'https://www.caliber.com/find-a-location/rockwall', '/locate-a-caliber-collision-center/rocky-point' => 'https://www.caliber.com/find-a-location/rocky-point', '/locate-a-caliber-collision-center/rogers' => 'https://www.caliber.com/find-a-location/rogers', '/locate-a-caliber-collision-center/rosenberg' => 'https://www.caliber.com/find-a-location/rosenberg', '/locate-a-caliber-collision-center/roseville' => 'https://www.caliber.com/find-a-location/roseville', '/locate-a-caliber-collision-center/roseville-industrial-ave' => 'https://www.caliber.com/find-a-location/roseville-industrial-ave', '/locate-a-caliber-collision-center/roseville-mn' => 'https://www.caliber.com/find-a-location/roseville-mn', '/locate-a-caliber-collision-center/roseville-taylor-rd' => 'https://www.caliber.com/find-a-location/roseville-taylor-rd', '/locate-a-caliber-collision-center/roswell' => 'https://www.caliber.com/find-a-location/roswell', '/locate-a-caliber-collision-center/round-rock-commerce' => 'https://www.caliber.com/find-a-location/round-rock-commerce', '/locate-a-caliber-collision-center/round-rock-mays' => 'https://www.caliber.com/find-a-location/round-rock-mays', '/locate-a-caliber-collision-center/round-rock-sam-bass-rd' => 'https://www.caliber.com/find-a-location/round-rock-sam-bass-rd', '/locate-a-caliber-collision-center/royal-palm-beach' => 'https://www.caliber.com/find-a-location/royal-palm-beach', '/locate-a-caliber-collision-center/runnemede' => 'https://www.caliber.com/find-a-location/runnemede', '/locate-a-caliber-collision-center/sacramento-20th-st' => 'https://www.caliber.com/find-a-location/sacramento-20th-st', '/locate-a-caliber-collision-center/sacramento-antelope' => 'https://www.caliber.com/find-a-location/antelope', '/locate-a-caliber-collision-center/sacramento-citrus-heights' => 'https://www.caliber.com/find-a-location/citrus-heights', '/locate-a-caliber-collision-center/sacramento-florin-rd' => 'https://www.caliber.com/find-a-location/sacramento-florin-rd', '/locate-a-caliber-collision-center/sacramento-fulton-ave' => 'https://www.caliber.com/find-a-location/sacramento-fulton-ave', '/locate-a-caliber-collision-center/sacramento-lexington-st' => 'https://www.caliber.com/find-a-location/sacramento-lexington-st', '/locate-a-caliber-collision-center/sacramento-non-drive' => 'https://www.caliber.com/find-a-location/sacramento-non-drive', '/locate-a-caliber-collision-center/sacramento-stockton-blvd' => 'https://www.caliber.com/find-a-location/sacramento-stockton-blvd', '/locate-a-caliber-collision-center/sacramento-tower-ave' => 'https://www.caliber.com/find-a-location/sacramento-tower-ave', '/locate-a-caliber-collision-center/sacramento-university' => 'https://www.caliber.com/find-a-location/sacramento-university', '/locate-a-caliber-collision-center/salem-or-north' => 'https://www.caliber.com/find-a-location/salem-or-north', '/locate-a-caliber-collision-center/salem-or-south' => 'https://www.caliber.com/find-a-location/salem-or-south', '/locate-a-caliber-collision-center/salinas-downtown' => 'https://www.caliber.com/find-a-location/salinas-downtown', '/locate-a-caliber-collision-center/salisbury' => 'https://www.caliber.com/find-a-location/salisbury', '/locate-a-caliber-collision-center/salisbury-south' => 'https://www.caliber.com/find-a-location/salisbury-south', '/locate-a-caliber-collision-center/salt-lake-city-downtown' => 'https://www.caliber.com/find-a-location/salt-lake-city-downtown', '/locate-a-caliber-collision-center/salt-lake-city-s-state-st' => 'https://www.caliber.com/find-a-location/salt-lake-city-s-state-st', '/locate-a-caliber-collision-center/san-angelo-w-beauregard' => 'https://www.caliber.com/find-a-location/san-angelo-w-beauregard', '/locate-a-caliber-collision-center/san-antonio-281-north' => 'https://www.caliber.com/find-a-location/san-antonio-281-n', '/locate-a-caliber-collision-center/san-antonio-281-overlook' => 'https://www.caliber.com/find-a-location/san-antonio-281-overlook', '/locate-a-caliber-collision-center/san-antonio-airport' => 'https://www.caliber.com/find-a-location/san-antonio-airport', '/locate-a-caliber-collision-center/san-antonio-austin-hwy' => 'https://www.caliber.com/find-a-location/san-antonio-austin-hwy', '/locate-a-caliber-collision-center/san-antonio-bandera' => 'https://www.caliber.com/find-a-location/san-antonio-bandera', '/locate-a-caliber-collision-center/san-antonio-blanco' => 'https://www.caliber.com/find-a-location/san-antonio-blanco', '/locate-a-caliber-collision-center/san-antonio-cavender' => 'https://www.caliber.com/find-a-location/san-antonio-cavender', '/locate-a-caliber-collision-center/san-antonio-city-base' => 'https://www.caliber.com/find-a-location/san-antonio-city-base', '/locate-a-caliber-collision-center/san-antonio-converse' => 'https://www.caliber.com/find-a-location/san-antonio-converse', '/locate-a-caliber-collision-center/san-antonio-culebra-rd' => 'https://www.caliber.com/find-a-location/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-downtown' => 'https://www.caliber.com/find-a-location/san-antonio-downtown', '/locate-a-caliber-collision-center/san-antonio-foster-rd' => 'https://www.caliber.com/find-a-location/san-antonio-foster-rd', '/locate-a-caliber-collision-center/san-antonio-garden-ridge' => 'https://www.caliber.com/find-a-location/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/san-antonio-ih-10' => 'https://www.caliber.com/find-a-location/san-antonio-ih-10', '/locate-a-caliber-collision-center/san-antonio-loop-1604' => 'https://www.caliber.com/find-a-location/san-antonio-loop-1604', '/locate-a-caliber-collision-center/san-antonio-non-drive' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive', '/locate-a-caliber-collision-center/san-antonio-non-drive-north' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive-north', '/locate-a-caliber-collision-center/san-antonio-nw-loop-410' => 'https://www.caliber.com/find-a-location/san-antonio-nw-loop-410', '/locate-a-caliber-collision-center/san-antonio-san-pedro' => 'https://www.caliber.com/find-a-location/san-antonio-san-pedro', '/locate-a-caliber-collision-center/san-antonio-w-marbach' => 'https://www.caliber.com/find-a-location/san-antonio-w-marbach', '/locate-a-caliber-collision-center/san-bernardino' => 'https://www.caliber.com/find-a-location/san-bernardino', '/locate-a-caliber-collision-center/san-carlos' => 'https://www.caliber.com/find-a-location/san-carlos', '/locate-a-caliber-collision-center/san-clemente' => 'https://www.caliber.com/find-a-location/san-clemente', '/locate-a-caliber-collision-center/san-diego-bay-park' => 'https://www.caliber.com/find-a-location/san-diego-bay-park', '/locate-a-caliber-collision-center/san-diego-downtown' => 'https://www.caliber.com/find-a-location/san-diego-downtown', '/locate-a-caliber-collision-center/san-diego-north-park' => 'https://www.caliber.com/find-a-location/san-diego-north-park', '/locate-a-caliber-collision-center/san-diego-point-loma' => 'https://www.caliber.com/find-a-location/san-diego-point-loma', '/locate-a-caliber-collision-center/sandy' => 'https://www.caliber.com/find-a-location/sandy', '/locate-a-caliber-collision-center/sandy-east' => 'https://www.caliber.com/find-a-location/sandy-east', '/locate-a-caliber-collision-center/sanford' => 'https://www.caliber.com/find-a-location/sanford', '/locate-a-caliber-collision-center/san-jose-airport' => 'https://www.caliber.com/find-a-location/san-jose-airport', '/locate-a-caliber-collision-center/san-jose-downtown' => 'https://www.caliber.com/find-a-location/san-jose-downtown', '/locate-a-caliber-collision-center/san-jose-monterey-rd' => 'https://www.caliber.com/find-a-location/san-jose-monterey-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-st' => 'https://www.caliber.com/find-a-location/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan-capistrano' => 'https://www.caliber.com/find-a-location/san-juan-capistrano', '/locate-a-caliber-collision-center/san-leandro' => 'https://www.caliber.com/find-a-location/san-leandro', '/locate-a-caliber-collision-center/san-leandro-teagarden-st' => 'https://www.caliber.com/find-a-location/san-leandro-teagarden-st', '/locate-a-caliber-collision-center/san-luis-obispo-airport' => 'https://www.caliber.com/find-a-location/san-luis-obispo-airport', '/locate-a-caliber-collision-center/san-luis-obispo-granada-dr' => 'https://www.caliber.com/find-a-location/san-luis-obispo-granada-dr', '/locate-a-caliber-collision-center/san-marcos' => 'https://www.caliber.com/find-a-location/san-marcos', '/locate-a-caliber-collision-center/san-marcos-non-drive' => 'https://www.caliber.com/find-a-location/san-marcos-non-drive', '/locate-a-caliber-collision-center/san-marcos-tx' => 'https://www.caliber.com/find-a-location/san-marcos-tx', '/locate-a-caliber-collision-center/san-rafael' => 'https://www.caliber.com/find-a-location/san-rafael', '/locate-a-caliber-collision-center/san-ramon' => 'https://www.caliber.com/find-a-location/san-ramon', '/locate-a-caliber-collision-center/santa-ana' => 'https://www.caliber.com/find-a-location/santa-ana', '/locate-a-caliber-collision-center/santa-barbara' => 'https://www.caliber.com/find-a-location/santa-barbara', '/locate-a-caliber-collision-center/santa-barbara-edison-ave' => 'https://www.caliber.com/find-a-location/santa-barbara-edison-ave', '/locate-a-caliber-collision-center/santa-barbara-gutierrez' => 'https://www.caliber.com/find-a-location/santa-barbara-gutierrez', '/locate-a-caliber-collision-center/santa-clara-de-la-cruz-blvd' => 'https://www.caliber.com/find-a-location/santa-clara-de-la-cruz-blvd', '/locate-a-caliber-collision-center/santa-cruz' => 'https://www.caliber.com/find-a-location/santa-cruz', '/locate-a-caliber-collision-center/santa-fe-siler-rd' => 'https://www.caliber.com/find-a-location/santa-fe-siler-rd', '/locate-a-caliber-collision-center/santa-fe-springs' => 'https://www.caliber.com/find-a-location/santa-fe-springs', '/locate-a-caliber-collision-center/santa-maria' => 'https://www.caliber.com/find-a-location/santa-maria', '/locate-a-caliber-collision-center/santa-monica' => 'https://www.caliber.com/find-a-location/santa-monica', '/locate-a-caliber-collision-center/santa-monica-lincoln' => 'https://www.caliber.com/find-a-location/santa-monica-lincoln', '/locate-a-caliber-collision-center/santa-monica-pico-blvd' => 'https://www.caliber.com/find-a-location/santa-monica-pico-blvd', '/locate-a-caliber-collision-center/saraland' => 'https://www.caliber.com/find-a-location/saraland', '/locate-a-caliber-collision-center/sarasota-cattlemen-rd' => 'https://www.caliber.com/find-a-location/sarasota-cattlemen-rd', '/locate-a-caliber-collision-center/saratoga-springs' => 'https://www.caliber.com/find-a-location/saratoga-springs', '/locate-a-caliber-collision-center/savage' => 'https://www.caliber.com/find-a-location/savage', '/locate-a-caliber-collision-center/schaumburg' => 'https://www.caliber.com/find-a-location/schaumburg', '/locate-a-caliber-collision-center/schenectady' => 'https://www.caliber.com/find-a-location/schenectady', '/locate-a-caliber-collision-center/schiller-park' => 'https://www.caliber.com/find-a-location/schiller-park', '/locate-a-caliber-collision-center/scottsdale' => 'https://www.caliber.com/find-a-location/scottsdale', '/locate-a-caliber-collision-center/scottsdale-old-town' => 'https://www.caliber.com/find-a-location/scottsdale-old-town', '/locate-a-caliber-collision-center/scottsdale-raintree-dr' => 'https://www.caliber.com/find-a-location/scottsdale-raintree-dr', '/locate-a-caliber-collision-center/seaside' => 'https://www.caliber.com/find-a-location/seaside', '/locate-a-caliber-collision-center/seattle-aurora' => 'https://www.caliber.com/find-a-location/seattle-aurora', '/locate-a-caliber-collision-center/seattle-ballard' => 'https://www.caliber.com/find-a-location/seattle-ballard', '/locate-a-caliber-collision-center/seattle-magnolia' => 'https://www.caliber.com/find-a-location/seattle-magnolia', '/locate-a-caliber-collision-center/seymour' => 'https://www.caliber.com/find-a-location/seymour', '/locate-a-caliber-collision-center/shakopee' => 'https://www.caliber.com/find-a-location/shakopee', '/locate-a-caliber-collision-center/shallotte' => 'https://www.caliber.com/find-a-location/shallotte', '/locate-a-caliber-collision-center/shorewood' => 'https://www.caliber.com/find-a-location/shorewood', '/locate-a-caliber-collision-center/shrewsbury' => 'https://www.caliber.com/find-a-location/shrewsbury', '/locate-a-caliber-collision-center/sicklerville' => 'https://www.caliber.com/find-a-location/sicklerville', '/locate-a-caliber-collision-center/signal-hill' => 'https://www.caliber.com/find-a-location/signal-hill', '/locate-a-caliber-collision-center/silicon-valley-non-drive' => 'https://www.caliber.com/find-a-location/silicon-valley-non-drive', '/locate-a-caliber-collision-center/silver-spring' => 'https://www.caliber.com/find-a-location/silver-spring', '/locate-a-caliber-collision-center/silverthorne' => 'https://www.caliber.com/find-a-location/silverthorne', '/locate-a-caliber-collision-center/simi-valley' => 'https://www.caliber.com/find-a-location/simi-valley', '/locate-a-caliber-collision-center/skokie' => 'https://www.caliber.com/find-a-location/skokie', '/locate-a-caliber-collision-center/skokie-howard-st' => 'https://www.caliber.com/find-a-location/skokie-w-howard-st', '/locate-a-caliber-collision-center/smyrna' => 'https://www.caliber.com/find-a-location/smyrna', '/locate-a-caliber-collision-center/snellville' => 'https://www.caliber.com/find-a-location/snellville', '/locate-a-caliber-collision-center/snohomish' => 'https://www.caliber.com/find-a-location/snohomish', '/locate-a-caliber-collision-center/south-bay' => 'https://www.caliber.com/find-a-location/south-bay', '/locate-a-caliber-collision-center/south-el-monte' => 'https://www.caliber.com/find-a-location/south-el-monte', '/locate-a-caliber-collision-center/south-euclid' => 'https://www.caliber.com/find-a-location/south-euclid', '/locate-a-caliber-collision-center/south-lamar' => 'https://www.caliber.com/find-a-location/austin-south-lamar', '/locate-a-caliber-collision-center/south-minneapolis' => 'https://www.caliber.com/find-a-location/south-minneapolis', '/locate-a-caliber-collision-center/south-san-diego' => 'https://www.caliber.com/find-a-location/south-san-diego', '/locate-a-caliber-collision-center/south-san-jose' => 'https://www.caliber.com/find-a-location/south-san-jose', '/locate-a-caliber-collision-center/south-tampa' => 'https://www.caliber.com/find-a-location/south-tampa', '/locate-a-caliber-collision-center/spanish-fort' => 'https://www.caliber.com/find-a-location/spanish-fort', '/locate-a-caliber-collision-center/sparks' => 'https://www.caliber.com/find-a-location/sparks', '/locate-a-caliber-collision-center/spartanburg-image-drive' => 'https://www.caliber.com/find-a-location/spartanburg-image-dr', '/locate-a-caliber-collision-center/spartanburg-westside' => 'https://www.caliber.com/find-a-location/spartanburg-westside', '/locate-a-caliber-collision-center/spokane-valley' => 'https://www.caliber.com/find-a-location/spokane-valley', '/locate-a-caliber-collision-center/spring' => 'https://www.caliber.com/find-a-location/spring', '/locate-a-caliber-collision-center/spring-aldine-westfield' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/spring-branch' => 'https://www.caliber.com/find-a-location/spring-branch', '/locate-a-caliber-collision-center/springfield' => 'https://www.caliber.com/find-a-location/springfield', '/locate-a-caliber-collision-center/springfield-or' => 'https://www.caliber.com/find-a-location/springfield-or', '/locate-a-caliber-collision-center/spring-rayford-rd' => 'https://www.caliber.com/find-a-location/spring-rayford-rd', '/locate-a-caliber-collision-center/spring-valley' => 'https://www.caliber.com/find-a-location/spring-valley', '/locate-a-caliber-collision-center/stafford-rx' => 'https://www.caliber.com/find-a-location/stafford-rx', '/locate-a-caliber-collision-center/st-charles' => 'https://www.caliber.com/find-a-location/st-charles', '/locate-a-caliber-collision-center/st-cloud' => 'https://www.caliber.com/find-a-location/st-cloud', '/locate-a-caliber-collision-center/sterling' => 'https://www.caliber.com/find-a-location/sterling', '/locate-a-caliber-collision-center/sterling-fleet' => 'https://www.caliber.com/find-a-location/sterling-fleet', '/locate-a-caliber-collision-center/sterling-rx' => 'https://www.caliber.com/find-a-location/sterling-rx', '/locate-a-caliber-collision-center/st-francis' => 'https://www.caliber.com/find-a-location/st-francis', '/locate-a-caliber-collision-center/stillwater' => 'https://www.caliber.com/find-a-location/stillwater', '/locate-a-caliber-collision-center/st-louis-big-bend-rd' => 'https://www.caliber.com/find-a-location/st-louis-big-bend-rd', '/locate-a-caliber-collision-center/st-louis-park' => 'https://www.caliber.com/find-a-location/st-louis-park', '/locate-a-caliber-collision-center/stockton' => 'https://www.caliber.com/find-a-location/stockton', '/locate-a-caliber-collision-center/stone-mountain' => 'https://www.caliber.com/find-a-location/stone-mountain', '/locate-a-caliber-collision-center/st-paul-midway' => 'https://www.caliber.com/find-a-location/st-paul-midway', '/locate-a-caliber-collision-center/st-petersburg' => 'https://www.caliber.com/find-a-location/st-petersburg', '/locate-a-caliber-collision-center/stuart' => 'https://www.caliber.com/find-a-location/stuart', '/locate-a-caliber-collision-center/suffolk' => 'https://www.caliber.com/find-a-location/suffolk', '/locate-a-caliber-collision-center/summerlin' => 'https://www.caliber.com/find-a-location/summerlin', '/locate-a-caliber-collision-center/summerville' => 'https://www.caliber.com/find-a-location/summerville', '/locate-a-caliber-collision-center/sunderland' => 'https://www.caliber.com/find-a-location/sunderland', '/locate-a-caliber-collision-center/sunnyvale' => 'https://www.caliber.com/find-a-location/sunnyvale', '/locate-a-caliber-collision-center/sunnyvale-east' => 'https://www.caliber.com/find-a-location/sunnyvale-east', '/locate-a-caliber-collision-center/surprise' => 'https://www.caliber.com/find-a-location/surprise', '/locate-a-caliber-collision-center/suwanee' => 'https://www.caliber.com/find-a-location/suwanee', '/locate-a-caliber-collision-center/swansea' => 'https://www.caliber.com/find-a-location/swansea', '/locate-a-caliber-collision-center/sylmar' => 'https://www.caliber.com/find-a-location/sylmar', '/locate-a-caliber-collision-center/tacoma' => 'https://www.caliber.com/find-a-location/tacoma', '/locate-a-caliber-collision-center/tacoma-allenmore' => 'https://www.caliber.com/find-a-location/tacoma-allenmore', '/locate-a-caliber-collision-center/tampa-anderson-rd' => 'https://www.caliber.com/find-a-location/tampa-anderson-rd', '/locate-a-caliber-collision-center/tampa-carrollwood' => 'https://www.caliber.com/find-a-location/tampa-carrollwood', '/locate-a-caliber-collision-center/tampa-nebraska-ave' => 'https://www.caliber.com/find-a-location/tampa-nebraska-ave', '/locate-a-caliber-collision-center/tampa-n-florida-ave' => 'https://www.caliber.com/find-a-location/tampa-n-florida-ave', '/locate-a-caliber-collision-center/tampa-us-301' => 'https://www.caliber.com/find-a-location/tampa-us-301', '/locate-a-caliber-collision-center/tarpon-springs' => 'https://www.caliber.com/find-a-location/tarpon-springs', '/locate-a-caliber-collision-center/taylors' => 'https://www.caliber.com/find-a-location/taylors', '/locate-a-caliber-collision-center/temecula' => 'https://www.caliber.com/find-a-location/temecula', '/locate-a-caliber-collision-center/tempe' => 'https://www.caliber.com/find-a-location/tempe', '/locate-a-caliber-collision-center/tempe-chandler' => 'https://www.caliber.com/find-a-location/tempe-chandler', '/locate-a-caliber-collision-center/temple' => 'https://www.caliber.com/find-a-location/temple-avenue-m', '/locate-a-caliber-collision-center/temple-ih-35' => 'https://www.caliber.com/find-a-location/temple-ih-35', '/locate-a-caliber-collision-center/terre-haute' => 'https://www.caliber.com/find-a-location/terre-haute', '/locate-a-caliber-collision-center/texarkana' => 'https://www.caliber.com/find-a-location/texarkana', '/locate-a-caliber-collision-center/the-woodlands' => 'https://www.caliber.com/find-a-location/the-woodlands', '/locate-a-caliber-collision-center/thornton' => 'https://www.caliber.com/find-a-location/thornton', '/locate-a-caliber-collision-center/thornton-grant-st' => 'https://www.caliber.com/find-a-location/thornton-grant-st', '/locate-a-caliber-collision-center/thousand-oaks' => 'https://www.caliber.com/find-a-location/thousand-oaks', '/locate-a-caliber-collision-center/tigard' => 'https://www.caliber.com/find-a-location/tigard', '/locate-a-caliber-collision-center/tilmans-corner' => 'https://www.caliber.com/find-a-location/tillmans-corner', '/locate-a-caliber-collision-center/tomball' => 'https://www.caliber.com/find-a-location/tomball', '/locate-a-caliber-collision-center/toms-river' => 'https://www.caliber.com/find-a-location/toms-river', '/locate-a-caliber-collision-center/tooele' => 'https://www.caliber.com/find-a-location/tooele', '/locate-a-caliber-collision-center/torrance' => 'https://www.caliber.com/find-a-location/torrance', '/locate-a-caliber-collision-center/tracy' => 'https://www.caliber.com/find-a-location/tracy', '/locate-a-caliber-collision-center/tracy-west' => 'https://www.caliber.com/find-a-location/tracy-west', '/locate-a-caliber-collision-center/troy' => 'https://www.caliber.com/find-a-location/troy', '/locate-a-caliber-collision-center/troy-oh' => 'https://www.caliber.com/find-a-location/troy-oh', '/locate-a-caliber-collision-center/tualatin' => 'https://www.caliber.com/find-a-location/tualatin', '/locate-a-caliber-collision-center/tucker' => 'https://www.caliber.com/find-a-location/tucker', '/locate-a-caliber-collision-center/tucson-palo-verde' => 'https://www.caliber.com/find-a-location/tucson-palo-verde', '/locate-a-caliber-collision-center/tucson-research' => 'https://www.caliber.com/find-a-location/tucson-research', '/locate-a-caliber-collision-center/tucson-university' => 'https://www.caliber.com/find-a-location/tucson-university', '/locate-a-caliber-collision-center/tujunga' => 'https://www.caliber.com/find-a-location/tujunga', '/locate-a-caliber-collision-center/tulare' => 'https://www.caliber.com/find-a-location/tulare', '/locate-a-caliber-collision-center/tustin' => 'https://www.caliber.com/find-a-location/tustin', '/locate-a-caliber-collision-center/twentynine-palms' => 'https://www.caliber.com/find-a-location/twentynine-palms', '/locate-a-caliber-collision-center/twin-falls-west' => 'https://www.caliber.com/find-a-location/twin-falls-west', '/locate-a-caliber-collision-center/tyler-east' => 'https://www.caliber.com/find-a-location/tyler-east', '/locate-a-caliber-collision-center/tysons-corner' => 'https://www.caliber.com/find-a-location/tysons-corner', '/locate-a-caliber-collision-center/union-city' => 'https://www.caliber.com/find-a-location/union-city', '/locate-a-caliber-collision-center/university-city' => 'https://www.caliber.com/find-a-location/university-city', '/locate-a-caliber-collision-center/upland' => 'https://www.caliber.com/find-a-location/upland', '/locate-a-caliber-collision-center/utica' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/utica-lincoln-ave' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/vacaville' => 'https://www.caliber.com/find-a-location/vacaville', '/locate-a-caliber-collision-center/vacaville-union-way' => 'https://www.caliber.com/find-a-location/vacaville-union-way', '/locate-a-caliber-collision-center/valencia' => 'https://www.caliber.com/find-a-location/valencia', '/locate-a-caliber-collision-center/vallejo' => 'https://www.caliber.com/find-a-location/vallejo', '/locate-a-caliber-collision-center/valley-ranch' => 'https://www.caliber.com/find-a-location/valley-ranch', '/locate-a-caliber-collision-center/vancouver-cascade' => 'https://www.caliber.com/find-a-location/vancouver-cascade', '/locate-a-caliber-collision-center/vancouver-hazel-dell' => 'https://www.caliber.com/find-a-location/vancouver-hazel-dell', '/locate-a-caliber-collision-center/vancouver-mill-plain' => 'https://www.caliber.com/find-a-location/vancouver-mill-plain', '/locate-a-caliber-collision-center/vancouver-orchards' => 'https://www.caliber.com/find-a-location/vancouver-orchards', '/locate-a-caliber-collision-center/vandalia' => 'https://www.caliber.com/find-a-location/vandalia', '/locate-a-caliber-collision-center/van-nuys' => 'https://www.caliber.com/find-a-location/van-nuys', '/locate-a-caliber-collision-center/venice' => 'https://www.caliber.com/find-a-location/venice', '/locate-a-caliber-collision-center/ventura' => 'https://www.caliber.com/find-a-location/ventura', '/locate-a-caliber-collision-center/verde-valley' => 'https://www.caliber.com/find-a-location/verde-valley', '/locate-a-caliber-collision-center/victorville' => 'https://www.caliber.com/find-a-location/victorville', '/locate-a-caliber-collision-center/victorville-west' => 'https://www.caliber.com/find-a-location/victorville-west', '/locate-a-caliber-collision-center/vineland' => 'https://www.caliber.com/find-a-location/vineland', '/locate-a-caliber-collision-center/virginia-beach-birdneck' => 'https://www.caliber.com/find-a-location/virginia-beach-birdneck', '/locate-a-caliber-collision-center/virginia-beach-lynnhaven' => 'https://www.caliber.com/find-a-location/virginia-beach-lynnhaven', '/locate-a-caliber-collision-center/virginia-beach-non-drive' => 'https://www.caliber.com/find-a-location/virginia-beach-non-drive', '/locate-a-caliber-collision-center/virginia-beach-oceana-south' => 'https://www.caliber.com/find-a-location/virginia-beach-oceana-south', '/locate-a-caliber-collision-center/visalia' => 'https://www.caliber.com/find-a-location/visalia', '/locate-a-caliber-collision-center/vista' => 'https://www.caliber.com/find-a-location/vista', '/locate-a-caliber-collision-center/wadsworth' => 'https://www.caliber.com/find-a-location/wadsworth', '/locate-a-caliber-collision-center/wakefield' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wake-forest' => 'https://www.caliber.com/find-a-location/wake-forest', '/locate-a-caliber-collision-center/waldorf' => 'https://www.caliber.com/find-a-location/waldorf', '/locate-a-caliber-collision-center/walnut' => 'https://www.caliber.com/find-a-location/walnut', '/locate-a-caliber-collision-center/walnut-creek-main-st' => 'https://www.caliber.com/find-a-location/walnut-creek-main-st', '/locate-a-caliber-collision-center/walnut-creek-pine-st' => 'https://www.caliber.com/find-a-location/walnut-creek-pine-st', '/locate-a-caliber-collision-center/warminster' => 'https://www.caliber.com/find-a-location/warminster', '/locate-a-caliber-collision-center/warner-robins' => 'https://www.caliber.com/find-a-location/warner-robins', '/locate-a-caliber-collision-center/warrenton-non-drive' => 'https://www.caliber.com/find-a-location/warrenton-non-drive', '/locate-a-caliber-collision-center/warrenville' => 'https://www.caliber.com/find-a-location/warrenville', '/locate-a-caliber-collision-center/washington-township' => 'https://www.caliber.com/find-a-location/washington-township', '/locate-a-caliber-collision-center/watsonville' => 'https://www.caliber.com/find-a-location/watsonville', '/locate-a-caliber-collision-center/waukegan' => 'https://www.caliber.com/find-a-location/waukegan', '/locate-a-caliber-collision-center/waukesha' => 'https://www.caliber.com/find-a-location/waukesha', '/locate-a-caliber-collision-center/waukesha-north' => 'https://www.caliber.com/find-a-location/waukesha-north', '/locate-a-caliber-collision-center/weatherford' => 'https://www.caliber.com/find-a-location/weatherford', '/locate-a-caliber-collision-center/webster' => 'https://www.caliber.com/find-a-location/webster', '/locate-a-caliber-collision-center/wellington' => 'https://www.caliber.com/find-a-location/wellington', '/locate-a-caliber-collision-center/wenatchee' => 'https://www.caliber.com/find-a-location/wenatchee', '/locate-a-caliber-collision-center/wentzville' => 'https://www.caliber.com/find-a-location/wentzville', '/locate-a-caliber-collision-center/wesley-chapel' => 'https://www.caliber.com/find-a-location/wesley-chapel', '/locate-a-caliber-collision-center/west-allis' => 'https://www.caliber.com/find-a-location/west-allis', '/locate-a-caliber-collision-center/west-allis-lincoln-ave' => 'https://www.caliber.com/find-a-location/west-allis-lincoln-ave', '/locate-a-caliber-collision-center/west-ashley' => 'https://www.caliber.com/find-a-location/west-ashley', '/locate-a-caliber-collision-center/west-chester-oh' => 'https://www.caliber.com/find-a-location/west-chester-oh', '/locate-a-caliber-collision-center/west-chester-pa' => 'https://www.caliber.com/find-a-location/west-chester-pa', '/locate-a-caliber-collision-center/west-denton' => 'https://www.caliber.com/find-a-location/west-denton', '/locate-a-caliber-collision-center/west-denver' => 'https://www.caliber.com/find-a-location/west-denver', '/locate-a-caliber-collision-center/west-frisco' => 'https://www.caliber.com/find-a-location/west-frisco-fm-423', '/locate-a-caliber-collision-center/westlake-village' => 'https://www.caliber.com/find-a-location/westlake-village', '/locate-a-caliber-collision-center/westlake-village-east' => 'https://www.caliber.com/find-a-location/westlake-village-east', '/locate-a-caliber-collision-center/westminster' => 'https://www.caliber.com/find-a-location/westminster', '/locate-a-caliber-collision-center/westminster-co' => 'https://www.caliber.com/find-a-location/westminster-co', '/locate-a-caliber-collision-center/westminster-co-pierce-st' => 'https://www.caliber.com/find-a-location/westminster-co-pierce-st', '/locate-a-caliber-collision-center/westmont' => 'https://www.caliber.com/find-a-location/westmont', '/locate-a-caliber-collision-center/west-plano' => 'https://www.caliber.com/find-a-location/west-plano', '/locate-a-caliber-collision-center/west-sacramento' => 'https://www.caliber.com/find-a-location/west-sacramento', '/locate-a-caliber-collision-center/west-salem' => 'https://www.caliber.com/find-a-location/west-salem', '/locate-a-caliber-collision-center/west-san-antonio' => 'https://www.caliber.com/find-a-location/san-antonio-west', '/locate-a-caliber-collision-center/west-st-paul' => 'https://www.caliber.com/find-a-location/west-st-paul', '/locate-a-caliber-collision-center/west-valley-city' => 'https://www.caliber.com/find-a-location/west-valley-city', '/locate-a-caliber-collision-center/wheat-ridge-independence-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-robb-st', '/locate-a-caliber-collision-center/wheat-ridge-w-48th-ave' => 'https://www.caliber.com/find-a-location/wheat-ridge-w-48th-ave', '/locate-a-caliber-collision-center/white-marsh' => 'https://www.caliber.com/find-a-location/white-marsh', '/locate-a-caliber-collision-center/white-plains' => 'https://www.caliber.com/find-a-location/white-plains', '/locate-a-caliber-collision-center/whittier' => 'https://www.caliber.com/find-a-location/whittier', '/locate-a-caliber-collision-center/williamsburg' => 'https://www.caliber.com/find-a-location/williamsburg', '/locate-a-caliber-collision-center/willow-glen' => 'https://www.caliber.com/find-a-location/willow-glen', '/locate-a-caliber-collision-center/wilmington-de-germay-dr' => 'https://www.caliber.com/find-a-location/wilmington-de-germay-dr', '/locate-a-caliber-collision-center/wilmington-de-newport-pike' => 'https://www.caliber.com/find-a-location/wilmington-de-newport-pike', '/locate-a-caliber-collision-center/wilmington-hwy-21' => 'https://www.caliber.com/find-a-location/wilmington-hwy-421', '/locate-a-caliber-collision-center/wilmington-market-st' => 'https://www.caliber.com/find-a-location/wilmington-market-street', '/locate-a-caliber-collision-center/winchester' => 'https://www.caliber.com/find-a-location/winchester', '/locate-a-caliber-collision-center/winnetka' => 'https://www.caliber.com/find-a-location/winnetka', '/locate-a-caliber-collision-center/wolfchase' => 'https://www.caliber.com/find-a-location/wolfchase', '/locate-a-caliber-collision-center/woodbridge' => 'https://www.caliber.com/find-a-location/woodbridge', '/locate-a-caliber-collision-center/woodcrest' => 'https://www.caliber.com/find-a-location/woodcrest', '/locate-a-caliber-collision-center/woodridge' => 'https://www.caliber.com/find-a-location/woodridge', '/locate-a-caliber-collision-center/wooster-east' => 'https://www.caliber.com/find-a-location/wooster-east', '/locate-a-caliber-collision-center/wooster-north' => 'https://www.caliber.com/find-a-location/wooster-north', '/locate-a-caliber-collision-center/wylie' => 'https://www.caliber.com/find-a-location/wylie', '/locate-a-caliber-collision-center/xenia' => 'https://www.caliber.com/find-a-location/xenia', '/locate-a-caliber-collision-center/yakima' => 'https://www.caliber.com/find-a-location/yakima', '/locate-a-caliber-collision-center/yelm' => 'https://www.caliber.com/find-a-location/yelm', '/locate-a-caliber-collision-center/yuba-city' => 'https://www.caliber.com/find-a-location/yuba-city', '/locate-a-caliber-collision-center/zion' => 'https://www.caliber.com/find-a-location/zion', '/locate-a-caliber-collision-center/zionsville' => 'https://www.caliber.com/find-a-location/zionsville', '/about-us/community-involvement/carry-the-load/' => 'https://www.caliber.com/why-caliber', '/april-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/april-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/blog' => 'https://www.caliber.com/why-caliber', '/careers/' => 'https://jobsatcaliber.com/', '/combine/' => 'https://www.caliber.com/why-caliber', '/december-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-customer-email/' => 'https://www.caliber.com/leave-a-review', '/emails/october-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/september-email-2014/' => 'https://www.caliber.com/leave-a-review', '/employment/' => 'https://jobsatcaliber.com/', '/fast-track-dealer-referral' => 'https://www.caliber.com/why-caliber', '/february-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/february-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-email-2015' => 'https://www.caliber.com/leave-a-review', '/get-a-free-online-estimate/' => 'https://www.caliber.com/online-estimate', '/heroesdayregistration' => 'https://www.caliber.com/why-caliber', '/holiday2020' => 'https://www.caliber.com/newsroom', '/houston-blood-drive' => 'https://www.caliber.com/newsroom', '/hub-of-help' => 'https://www.caliber.com/shop-talk', '/hub-of-help/how-does-a-seatbelt-protect-you-in-a-car-accident' => 'https://www.caliber.com/shop-talk/what-to-do-after-a-car-accident/', '/hub-of-help/should-you-replace-your-childs-seat-after-a-car-accident' => 'https://www.caliber.com/shop-talk', '/january-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2020-email' => 'https://www.caliber.com/leave-a-review', '/july-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/locate-a-caliber-collision-center/?zip=' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/albany-or' => 'https://www.caliber.com/find-a-location/albany-or', '/locate-a-caliber-collision-center/asheville-patton-ave' => 'https://www.caliber.com/find-a-location/asheville-patton-ave', '/locate-a-caliber-collision-center/bend-southeast' => 'https://www.caliber.com/find-a-location/bend-southeast', '/locate-a-caliber-collision-center/berkeley-shattuck-ave' => 'https://www.caliber.com/find-a-location/berkeley-shattuck-ave', '/locate-a-caliber-collision-center/bethel-park' => 'https://www.caliber.com/find-a-location/bethel-park', '/locate-a-caliber-collision-center/bloomfield-nj' => 'https://www.caliber.com/find-a-location/bloomfield-nj', '/locate-a-caliber-collision-center/boise-royal-blvd' => 'https://www.caliber.com/find-a-location/boise-royal-blvd', '/locate-a-caliber-collision-center/cary-crossroads/' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard/' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/chalfont' => 'https://www.caliber.com/find-a-location/chalfont', '/locate-a-caliber-collision-center/chesterland' => 'https://www.caliber.com/find-a-location/chesterland', '/locate-a-caliber-collision-center/cold-spring' => 'https://www.caliber.com/find-a-location/cold-spring', '/locate-a-caliber-collision-center/copperfield/' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/corvallis-north' => 'https://www.caliber.com/find-a-location/corvallis-north', '/locate-a-caliber-collision-center/dallas-or' => 'https://www.caliber.com/find-a-location/dallas-or', '/locate-a-caliber-collision-center/Eden%20Prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/el-paso-west' => 'https://www.caliber.com/find-a-location/el-paso-west', '/locate-a-caliber-collision-center/european-auto-body/' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/elkhart' => 'https://www.caliber.com/find-a-location/elkhart', '/locate-a-caliber-collision-center/fenton' => 'https://www.caliber.com/find-a-location/fenton', '/locate-a-caliber-collision-center/fuquay-varina/' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/glendale-az' => 'https://www.caliber.com/find-a-location/glendale-az', '/locate-a-caliber-collision-center/grand-junction-east' => 'https://www.caliber.com/find-a-location/grand-junction-east', '/locate-a-caliber-collision-center/hendersonville' => 'https://www.caliber.com/find-a-location/hendersonville', '/locate-a-caliber-collision-center/holland' => 'https://www.caliber.com/find-a-location/holland', '/locate-a-caliber-collision-center/houston-galleria/' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/indianapolis-non-drive' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/irvine-carnegie-ave' => 'https://www.caliber.com/find-a-location/irvine-e-carnegie-ave', '/locate-a-caliber-collision-center/lebanon-or' => 'https://www.caliber.com/find-a-location/lebanon-or', '/locate-a-caliber-collision-center/lincoln-city' => 'https://www.caliber.com/find-a-location/lincoln-city', '/locate-a-caliber-collision-center/linthicum' => 'https://www.caliber.com/find-a-location/linthicum', '/locate-a-caliber-collision-center/melissa' => 'https://www.caliber.com/find-a-location/melissa', '/locate-a-caliber-collision-center/mesquite' => 'https://www.caliber.com/find-a-location/mesquite', '/locate-a-caliber-collision-center/monroeville' => 'https://www.caliber.com/find-a-location/monroeville', '/locate-a-caliber-collision-center/newport-or' => 'https://www.caliber.com/find-a-location/newport-or', '/locate-a-caliber-collision-center/orlando-non-drive' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/palmdale-downtown' => 'https://www.caliber.com/find-a-location/palmdale-downtown', '/locate-a-caliber-collision-center/philomath' => 'https://www.caliber.com/find-a-location/philomath', '/locate-a-caliber-collision-center/phoenix-happy-valley' => 'https://www.caliber.com/find-a-location/phoenix-happy-valley', '/locate-a-caliber-collision-center/raleigh-downtown/' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-oak-forest-dr' => 'https://www.caliber.com/find-a-location/raleigh-oak-forest-dr', '/locate-a-caliber-collision-center/redmond' => 'https://www.caliber.com/find-a-location/redmond', '/locate-a-caliber-collision-center/salem-or-hoyt-st' => 'https://www.caliber.com/find-a-location/salem-or-hoyt-st', '/locate-a-caliber-collision-center/spring-aldine-westfield/' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/tucson-thornydale' => 'https://www.caliber.com/find-a-location/tucson-thornydale', '/locate-a-caliber-collision-center/upland-downtown' => 'https://www.caliber.com/find-a-location/upland-downtown', '/locate-a-caliber-collision-center/valley-stream' => 'https://www.caliber.com/find-a-location/valley-stream', '/locate-a-caliber-collision-center/wakefield/' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wexford' => 'https://www.caliber.com/find-a-location/wexford', '/locate-a-caliber-collision-center/willard' => 'https://www.caliber.com/find-a-location/willard', '/locate-a-caliber-collision-center/youngsville' => 'https://www.caliber.com/find-a-location/youngsville', '/locate-a-caliber-collision-center?zip=' => 'https://www.caliber.com/find-a-location', '/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/march-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/march-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-email-2014' => 'https://www.caliber.com/leave-a-review', '/recycledrides/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-carry-the-load-2015/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-nomination-form' => 'https://www.caliber.com/why-caliber', '/RYHeartHealth' => 'https://www.caliber.com/why-caliber', '/search' => 'https://www.caliber.com', '/september-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-email-2014' => 'https://www.caliber.com/leave-a-review', '/services/collision-repair-process/' => 'https://www.caliber.com/services/collision/collision-repair', '/services/insurance-partners/' => 'https://www.caliber.com/why-caliber/auto-insurance-partners', '/services/repair-process' => 'https://www.caliber.com/services/collision', '/wp-content/uploads/2012/10/Caliber-Food-Drive-Delivers-7-23-12.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/07/Caliber-Food-Drive-Collects-1-Million-Meals-INDUSTRY-FINAL-7-8-14.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/10/RR_image1.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Stranded-on-a-Highway.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Winterize-Your-Car.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2015/12/Caliber-Recycled-Rides-Airs-on-WCC.pdf' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center/bloomington-non-drive' => 'https://www.caliber.com/find-a-location/bloomington-non-drive', '/locate-a-caliber-collision-center/alexandria-potomac-yard' => 'https://www.caliber.com/find-a-location/alexandria-potomac-yard', '/locate-a-caliber-collision-center/orrville-drive-center' => 'https://www.caliber.com/find-a-location/orrville-drive-center', '/locate-a-caliber-collision-center/miami-sw-130th-st' => 'https://www.caliber.com/find-a-location/miami-sw-130th-st', '/locate-a-caliber-collision-center/staunton' => 'https://www.caliber.com/find-a-location/staunton', '/locate-a-caliber-collision-center/fayetteville-fleet' => 'https://www.caliber.com/find-a-location', '/resources' => 'https://www.caliber.com/resources', '/locate-a-caliber-collision-center/colerian-1138' => 'https://calibercollision.com/locate-a-caliber-collision-center/colerain', '/support' => 'https://www.caliber.com/resources', '/about-us/community-involvement/changing-lanes' => 'https://www.caliber.com/restoring-you/changing-lanes', '/schedule-an-appointment' => 'https://www.caliber.com/request-an-appointment/collision', '/online-authorization-caliber' => 'https://www.caliber.com/online-estimate', '/locate-a-caliber-collision-center/orange-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/torrance-w-190th' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hope-mills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/midland-n-loop-250-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santa-clarita' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/denver-green-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clarksville-ft-campbell' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/asheville-brevard-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/east-rochester' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/frederick-co' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/southport' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-bagby-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/roseville-industrial-s' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oconomowoc-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/atlanta-non-drive-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenix-n-26th-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/normal-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/murfreesboro-church-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sherman' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bentonville-ar' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/wilson' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/norfolk-azalea-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lancaster-trevor-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mint-hill' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/champaign-n-mattis-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kalamazoo' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lakeland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/luxury-charlotte-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/loveland-crossroads-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/colerain' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanford-glendale-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/doverde' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-tn' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/seneca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanbrunoca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rockford-mi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bardstown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-ridgeville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bastrop' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/union-city-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawano' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/omaha-g-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanatoga' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oceanside-airport-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-sun-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/syracuse-west-genesee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/virginia-beach-cleveland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oakland-36th-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/danville-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-brunswick' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clearwater' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-lasalle-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/covington-wa' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/reynoldsburg' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/cartersville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/knoxville-crossroads' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shepherdsville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waldorf-kaine-pl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/portage' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sacramento-natomas' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/dublin-oh' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/boiling-spring-lake' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lees-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/brookhaven' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-southeast' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-angelo-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/antioch' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fayetteville-bingham-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-arizona-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/tempe-e-curry-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/gilbert-s-douglas-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merriam' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/watertown-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-mateo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/joplin' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/montrose' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merced' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-williams-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/caliber-ashwaubenon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sebastopol' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kissimmee-obt' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbus-oh-boltonfield' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/banning' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fremont-central' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawnee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/greenville-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hattiesburg-king-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/victorville-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/baltimore-mortimer-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-royalton' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-oak-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rochester-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/granada-hills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-nw-prairie' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-w-oakland-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/independence' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanover' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grandview' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/alexandria-burnside-pi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mccomb' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mobile-government-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/winter-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/olympia' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mount-vernon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/richmond-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-bruno' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hatboro' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/houston-astrodome' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/ofallon-mo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bloomington-il-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/charlottesville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-e-olive-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-st-paul' => 'https://www.caliber.com/find-a-location', '/about-us/faqs' => 'https://www.caliber.com/faq', '/technician-apprentice-program' => 'https://www.caliber.com/why-caliber/restoring-you/technician-apprentice-program', '/news-events/2021/04/12/caliber-kicks-off-10th-annual-restoring-you-food-drive' => 'https://www.caliber.com/newsroom/press-releases/caliber-food-drive-041221', '/news-events/2021/01/25/caliber-announces-the-appointment-of-aylwin-b-lewis-to-its-board-of-directors' => 'https://www.caliber.com/newsroom/press-releases/aylwin-lewis-to-board-of-directors-012521', '/news-events/2020/11/18/caliber-positions-for-next-phase-of-growth-announces-internal-promotions' => 'https://www.caliber.com/newsroom/press-releases/caliber-mark-sanders-steve-grimshaw-111820', '/news-events/2020/09/29/caliber-commits-to-restoring-you-by-gifting-restored-vehicles-to-frontline-heroes-in-dallas-fort-worth-los-angeles-and-new-york-nominated-by-the-public' => 'https://www.caliber.com/newsroom/press-releases/caliber-ry-rr-frontline-heroes-072920', '/news-events/2020/01/21/honoring-our-heroes-and-restoring-the-rhythm-of-lives-caliber-collision-partners-with-dallas-cowboys-to-support-our-troops-and-first-responders' => 'https://www.caliber.com/newsroom/press-releases/ft-hood-roadshow-012120', '/locate-a-caliber-collision-center/pensacola' => 'https://www.caliber.com/find-a-location/pensacola', '/locate-a-caliber-collision-center/chesapeake' => 'https://www.caliber.com/find-a-location/chesapeake', '/locate-a-caliber-collision-center/lake-wylie' => 'https://www.caliber.com/find-a-location/lake-wylie', '/locate-a-caliber-collision-center/gaithersburg-south' => 'https://www.caliber.com/find-a-location/gaithersburg-south', '/locate-a-caliber-collision-center/colorado-springs-n-academy' => 'https://www.caliber.com/find-a-location/colorado-springs-n-academy', '/locate-a-caliber-collision-center/norman' => 'https://www.caliber.com/find-a-location/norman', '/locate-a-caliber-collision-center/fort-myers-non-drive' => 'https://www.caliber.com/find-a-location/fort-myers-non-drive', '/locate-a-caliber-collision-center/carbondale' => 'https://www.caliber.com/find-a-location/carbondale', '/locate-a-caliber-collision-center/greenville-e-butler' => 'https://www.caliber.com/find-a-location/greenville-e-butler', '/locate-a-caliber-collision-center/conway' => 'https://www.caliber.com/find-a-location/conway', '/locate-a-caliber-collision-center/montgomery-taylor-rd' => 'https://www.caliber.com/find-a-location/montgomery-taylor-rd', '/locate-a-caliber-collision-center/yuba-city-market-st' => 'https://www.caliber.com/find-a-location/yuba-city-market-st', '/locate-a-caliber-collision-center/elyria' => 'https://www.caliber.com/find-a-location/elyria', '/locate-a-caliber-collision-center/independence-s-dodgion' => 'https://www.caliber.com/find-a-location/independence-s-dodgion', '/locate-a-caliber-collision-center/anderson-in' => 'https://www.caliber.com/find-a-location/anderson-in', '/locate-a-caliber-collision-center/baltimore-frankford-ave' => 'https://www.caliber.com/find-a-location/baltimore-frankford-ave', '/locate-a-caliber-collision-center/oak-ridge' => 'https://www.caliber.com/find-a-location/oak-ridge', '/locate-a-caliber-collision-center/alexandria-ky' => 'https://www.caliber.com/find-a-location/alexandria-ky', '/locate-a-caliber-collision-center/stockton-n-wilson' => 'https://www.caliber.com/find-a-location/stockton-n-wilson', '/locate-a-caliber-collision-center/canton-oh' => 'https://www.caliber.com/find-a-location/canton-oh', '/locate-a-caliber-collision-center/spokane-downtown' => 'https://www.caliber.com/find-a-location/spokane-downtown', '/locate-a-caliber-collision-center/kaysville' => 'https://www.caliber.com/find-a-location/kaysville', '/locate-a-caliber-collision-center/quakertown' => 'https://www.caliber.com/find-a-location/quakertown', '/locate-a-caliber-collision-center/milford-ct' => 'https://www.caliber.com/find-a-location/milford-ct', '/locate-a-caliber-collision-center/ellisville' => 'https://www.caliber.com/find-a-location/ellisville', '/locate-a-caliber-collision-center/phoenix-n-23rd-ave' => 'https://www.caliber.com/find-a-location/phoenix-n-23rd-ave', '/locate-a-caliber-collision-center/delano' => 'https://www.caliber.com/find-a-location/delano', '/locate-a-caliber-collision-center/edmond-deer-creek' => 'https://www.caliber.com/find-a-location/edmond-deer-creek', '/locate-a-caliber-collision-center/olathe-n-rogers-rd' => 'https://www.caliber.com/find-a-location/olathe-n-rogers-rd', '/locate-a-caliber-collision-center/oklahoma-city-north' => 'https://www.caliber.com/find-a-location/oklahoma-city-north', '/locate-a-caliber-collision-center/sheffield-village' => 'https://www.caliber.com/find-a-location/sheffield-village', '/locate-a-caliber-collision-center/rochester-mn' => 'https://www.caliber.com/find-a-location/rochester-mn', '/locate-a-caliber-collision-center/waretown' => 'https://www.caliber.com/find-a-location/waretown', '/locate-a-caliber-collision-center/nicholasville-wilson-dr' => 'https://www.caliber.com/find-a-location/nicholasville-wilson-dr', '/locate-a-caliber-collision-center/la-crosse' => 'https://www.caliber.com/find-a-location/la-crosse', '/locate-a-caliber-collision-center/portland-tx' => 'https://www.caliber.com/find-a-location/portland-tx', '/locate-a-caliber-collision-center/neenah' => 'https://www.caliber.com/find-a-location/neenah', '/locate-a-caliber-collision-center/sevierville' => 'https://www.caliber.com/find-a-location/sevierville', '/locate-a-caliber-collision-center/san-pablo' => 'https://www.caliber.com/find-a-location/san-pablo', '/locate-a-caliber-collision-center/oshkosh' => 'https://www.caliber.com/find-a-location/oshkosh', '/locate-a-caliber-collision-center/souderton' => 'https://www.caliber.com/find-a-location/souderton', '/locate-a-caliber-collision-center/rock-hill-newport' => 'https://www.caliber.com/find-a-location/rock-hill-newport', '/locate-a-caliber-collision-center/benton-il' => 'https://www.caliber.com/find-a-location/benton-il', '/locate-a-caliber-collision-center/onalaska' => 'https://www.caliber.com/find-a-location/onalaska', '/locate-a-caliber-collision-center/lodi-south' => 'https://www.caliber.com/find-a-location/lodi-south', '/locate-a-caliber-collision-center/walton' => 'https://www.caliber.com/find-a-location/walton', '/locate-a-caliber-collision-center/moorpark' => 'https://www.caliber.com/find-a-location/moorpark', '/locate-a-caliber-collision-center/conway-southeast' => 'https://www.caliber.com/find-a-location/conway-southeast', '/locate-a-caliber-collision-center/overland-park-metcalf' => 'https://www.caliber.com/find-a-location/overland-park-metcalf', '/live-chat/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/url/hv-collisioncenter.html?H&V-CollisionCenter' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/march-2015-agent-email' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/08/05/caliber-acquires-herbs-paint-and-body' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/07/07/caliber-opens-new-state-of-the-art-greenfield-facility-in-west-frisco' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2018/05/21/golfers-play-with-a-purpose-at-3rd-annual-caliber-classic-golf-tournament' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/caliber-opens-new-location-in-las-vegas-nv' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/06/23/gift-of-reliable-transportation-helps-us-army-veteran-rebuild-life-reunite-with-family' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/san-miguel-high-students-celebrate-fall-sports-school-van-donation-at-first-pep-rally' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/07/17/caliber-collision-rhythm-restoration-food-drive-results' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/05/05/caliber-opens-two-new-locations-in-california' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/09/03/caliber-opens-new-location-in-kingwood-tx' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html'), 'vanity' => array('/get-a-free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/get-a-free-online-estimate/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/mobile/free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/blog' => 'https://blog.calibercollision.com', '/2015-heartwalk' => 'http://heartwalk.kintera.org/dallastx/CaliberCollisionHearts', '/holidaycard2015' => 'http://holidaycard2015.calibercollision.com/', '/locate-a-caliber-collision-center/lone-mountain' => '/locate-a-caliber-collision-center/north-las-vegas', '/holidaycard2016' => 'http://holidaycard2016.calibercollision.com/', '/heroesinhighgear' => 'https://calibercollision.com/about-us/community-involvement', '/HeroesInHighGear' => 'https://calibercollision.com/about-us/community-involvement')), 'search' => array('driver' => 'local', 'auto_index' => true, 'default_index' => 'default', 'searchable' => array('title', 'content'), 'algolia_api_key' => '', 'algolia_app_id' => ''), 'services' => array(), 'system' => array('license_key' => '243aabe7-dac1-4e1e-8ac2-472b114f1bd3', 'locales' => array('en' => array('full' => 'en_US', 'name' => 'English', 'url' => 'https://calibercollision.com/')), 'timezone' => 'America/Chicago', 'date_format' => 'F jS, Y', 'default_extension' => 'md', 'filesystems' => array('content' => array('driver' => 'local', 'root' => 'site/content'), 'storage' => array('driver' => 'local', 'root' => 'site/storage'), 'users' => array('driver' => 'local', 'root' => 'site/users'), 'themes' => array('driver' => 'local', 'root' => 'site/themes', 'url' => '/site/themes')), 'app_key' => 'IcFGH2eSZBA3JJOykV5ErMLdnWd2ggkA', 'redactor' => array(array('name' => 'Standard', 'settings' => array('buttons' => array('formatting', 'bold', 'italic', 'deleted', 'unorderedlist', 'orderedlist', 'outdent', 'indent', 'image', 'file', 'video', 'table', 'link', 'horizontalrule', 'fontcolor', 'backcolor', 'alignment', 'html'), 'formatting' => array('p', 'h1', 'h2', 'h3', 'span', 'div'))), array('name' => 'Basic', 'settings' => array('buttons' => array('bold', 'italic', 'formatting')))), 'csrf_exclude' => array('/cp/addons/cccreviews/acceptReview', '/cp/addons/cccreviews/rejectReview', '/cp/addons/cccreviews/postReview', '/cp/addons/cccreviews/approveReview', '/!/Fetch/*', '/assets/emails/acq/fonts/RFRufo-Bold.woff'), 'send_powered_by_header' => false, 'ensure_unique_ids' => true, 'yaml_parser' => 'spyc', 'php_max_memory_limit' => null), 'theming' => array('theme' => 'calibercollision', 'default_layout' => 'default', 'default_page_template' => 'default', 'default_entry_template' => 'post', 'default_taxonomy_template' => 'taxonomy', 'error_template_folder' => 'errors', 'default_fieldset' => 'default', 'default_page_fieldset' => 'page', 'default_entry_fieldset' => 'entry', 'default_term_fieldset' => 'term', 'default_asset_fieldset' => 'asset', 'smartypants' => false, 'allow_php' => true, 'markdown_hard_wrap' => false), 'users' => array('login_type' => 'username', 'enable_gravatar' => true, 'driver' => 'file', 'redis_write_file' => true, 'new_user_roles' => array())), 'segment_1' => 'employment', 'segment_2' => 'recruiting-request-form', 'last_segment' => 'recruiting-request-form', 'aq_redirects' => array('redirect_acquisition' => array(array('refer_location' => 'http://midlothian.connerbrothers.com/', 'info_text' => 'We are proud to inform you Conner Brothers Body Shops of Midlothian and Richmond are now a part of the nation’s leading collision repair provider, Caliber Collision. Dedicated to maintaining the high quality workmanship and personal service you’ve come to expect, we look forward to restoring the rhythm of your life.', 'headline_text' => 'THE FAN - RICHMOND', 'partner_logo' => '/assets/partner-logo/CBToday.png'), array('refer_location' => 'https://fortunecollision.com/', 'partner_logo' => '/assets/partner-logo/fcc-logo-01-e1413209811936.png', 'info_text' => 'We are proud to inform you Fortune Collision Center is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®'), array('refer_location' => 'https://www.professional-collision.com/', 'partner_logo' => '/assets/partner-logo/pc_logo1-320x76.png', 'info_text' => 'We are proud to inform you Professional Collision is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®')), 'fieldset' => 'redirect_acquisitions', 'title' => 'Acquisition Redirects', 'id' => 'c7aad81d-005c-4db0-aaf0-889949f2bc53'), 'alert' => array('show_alert' => true, 'fieldset' => 'alert_fs', 'title' => 'Alert Notification', 'id' => 'c7424988-025e-4441-acca-0eacb6b91b64'), 'sponsor_levels' => array('info_grid' => array(array('headline' => 'Presenting Sponsor', 'price' => '$15,000', 'text' => '- 12 playing positions (3 teams) - 12 Premium Player Gift Bags - Four (4) Pin Flags with your logo - Special recognition at awards dinner - Your logo static at the top of the digital pairings during registration and digital scoreboard for tournament - Your logo on the front of all golf cart signs at the presenting sponsor - Your logo on tournament photo show at post golf banquet - Your logo to appear on all tee signs and pin flags as our presenting sponsor - Tent opportunity at hole of choice', 'number_av' => '1'), array('headline' => 'Gold Sponsor', 'price' => '$8,000', 'text' => '- 8 playing positions (2 teams) - 8 Premium Player Gift Bags - Two (2) signage opportunities - One (1) Pin Flag + one (1) additional signage opportunity of your choice - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '3'), array('headline' => 'Silver Sponsor', 'price' => '$4,500', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '5'), array('headline' => 'Hole-in-One Sponsor', 'price' => '$3,000', 'text' => '- Must provide hole-in-one insurance for grand prize - 4 playing positions (1 team) - 4 Premium Player Gift Bags - Two (2) signage opportunities - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '2'), array('headline' => 'Bronze Sponsor', 'price' => '$3,000', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Tent opportunity', 'number_av' => '8'), array('headline' => 'Shoe Sponsor', 'price' => '$10,000', 'text' => '- Logo printed on shoe display - Table opportunity', 'number_av' => '1'), array('headline' => 'Pullover Sponsor', 'price' => '$7,000', 'text' => '- Logo printed on sleeve of golf pullover - Table opportunity', 'number_av' => '1'), array('headline' => 'Sunglasses Sponsor', 'price' => '$5,000', 'text' => '- Logo printed on exterior of the sunglasses case - Table opportunity', 'number_av' => '1'), array('headline' => 'Stainless Steel Colster Sponsor', 'text' => '- Logo printed on tumbler - Table opportunity', 'price' => '$5,000', 'number_av' => '1'), array('headline' => 'Shirt Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on sleeve of golf polo - Table opportunity', 'number_av' => '1'), array('headline' => 'Gloves Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on Titleist glove - Table opportunity', 'number_av' => '1'), array('headline' => 'Towel Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on premium golf towel - Table opportunity', 'number_av' => '1'), array('headline' => 'Photo Souvenir Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on the inside of photo souvenir frame for team photo', 'number_av' => '1'), array('headline' => 'Beverage Sponsor', 'price' => '$3,000', 'text' => '- Signage opportunity available', 'number_av' => '1'), array('headline' => 'Lunch Sponsor', 'price' => '$3,000', 'text' => '- Signage during lunch', 'number_av' => '1'), array('headline' => 'Live Scoring Sponsor', 'price' => '$1,500', 'text' => '- Digital logo or ad opportunity displayed on live scoring device for every team', 'number_av' => '1'), array('headline' => 'Air Cannon Sponsor', 'price' => '$1,500', 'text' => '- Signage at air cannon hole', 'number_av' => '1'), array('headline' => 'Photo Sponsor', 'price' => '$800', 'text' => '- Logo displayed static during on-screen slideshow', 'number_av' => '2'), array('headline' => 'Scorecard Sponsor', 'price' => '$350', 'text' => '- Logo printed on scorecards', 'number_av' => '4'), array('headline' => ' Golf Cart Sponsors', 'price' => '$300', 'text' => '- Logo printed on golf cart signs', 'number_av' => '10'), array('headline' => ' Pin Flag Sponsors', 'price' => '$300', 'text' => '- Logo printed on 1 pin flag at hole', 'number_av' => '11'), array('headline' => 'Tee Box Sponsors', 'price' => '$250', 'text' => '- Logo printed on 1 tee box sign', 'number_av' => '6')), 'fieldset' => 'basic', 'title' => 'Caliber Classic Sponsor Levels', 'id' => '083caacd-0fcc-4cc1-b6ec-3f1588045208'), 'cr_vendors' => array('google_icon' => '/assets/img/icons/google_icon.svg', 'yelp_icon' => '/assets/img/icons/yelp_icon.svg', 'carwise_icon' => '/assets/img/icons/carwise_icon.svg', 'facebook_icon' => '/assets/facebook_icon2.svg', 'carries_icon' => '/assets/img/icons/carwise_icon.svg', 'fieldset' => 'reviews', 'title' => 'Customer Review Vendors', 'id' => '35202c68-7b1f-4835-b527-0f253f79534e'), 'footer_nav' => array('title' => 'Footer Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'schedule an appointment', 'link_url' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c'), array('link_text' => 'services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'contact us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'blog', 'external_link' => 'https://blog.calibercollision.com/'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Free Online Estimate', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_text' => 'Employment', 'external_link' => 'https://jobsatcaliber.com/', 'is_extetnal_link' => true), array('link_text' => 'Locate a Center', 'link_url' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e'), array('link_text' => 'Hub of Help', 'link_url' => 'cb8331a3-f549-4ca4-8710-c9da362de75a'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'link_url' => '095d21e8-2ac8-4834-90e6-c71030aea0b7'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Privacy Policy', 'link_url' => '6dd6ba83-1a75-49d6-9769-c546235eb031'), array('link_text' => 'CA Privacy Act', 'link_url' => '11546b19-0f60-4879-a701-6032dcc8b9e0'), array('link_text' => 'Terms & Conditions', 'link_url' => '0d283aaa-4640-494c-acfe-ed93ec59ae41'), array('link_text' => 'Sitemap', 'link_url' => '749d2502-7b1d-46c0-82b4-d02aef2dc42c'))), array('type' => 'col_nav_set')), 'fieldset' => 'navi', 'id' => '640cbe79-bff7-4cd9-bd3d-976e2afd881a'), 'global' => array('site_name' => 'Caliber Collision', 'seo_title' => 'Auto Body Repair & Paint Shop | Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'canonical_tag' => '{{url}}', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'id' => 'd9bfc09a-3a90-41d3-8acc-3f551f8432af'), 'marketing_conditional' => array('check_box_text' => 'I consent to receive marketing and future promotions from Caliber.', 'legal' => 'Marketing and Future Promotions<br/><br/>This check box affirms my consent to receive additional marketing and promotional information from Caliber and its affiliates via email/or and text/SMS messaging. I understand that my decision to receive marketing information is not a condition of receiving service and in no way affects the service Caliber or its affiliates will provide me. I can opt out of receiving marketing information at any time; for email marketing – by clicking the unsubscribe link included in any email and indicating my preferences; for text/SMS, replying "Unsubscribe" to the Caliber affiliate number that sends the marketing text/SMS message to the number you provided. Lastly, by writing to Caliber Collision Centers, Attention: Marketing Unsubscribe, 2941 Lake Vista Dr., Lewisville, Texas 75067.', 'fieldset' => 'marketing_conditional', 'title' => 'Marketing Conditional', 'id' => '2001bd3d-ab35-471a-8535-1782abc9c25a'), 'primary_nav' => array('title' => 'Primary Navigation', 'page_links' => array(array('link_title' => 'Locate a Center', 'icon' => '/assets/img/icons/locations.svg', 'pg_link' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e', 'color' => 'cbgg-red'), array('link_title' => 'Free Online Estimate', 'icon' => '/assets/img/icons/free_estimate.svg', 'color' => 'cbgg-yellow', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_title' => 'Make Appointment', 'icon' => '/assets/img/icons/schedule_appt.svg', 'pg_link' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c', 'color' => 'cbgg-green'), array('link_title' => 'Employment', 'icon' => '/assets/img/icons/employment.svg', 'color' => 'cbgg-blue', 'external_link' => 'https://jobsatcaliber.com')), 'nav_item' => array('954a3d09-7a34-4bab-9ce0-cd4d8620790e', '3cf9ba9f-429e-4023-b58e-6870f96ba6b3', 'cb6f2ca0-1877-42a2-ac26-ec21246c0753', '1e53649c-8bc0-451b-b772-90356c40f66d'), 'fieldset' => 'navi', 'id' => '9c80759e-5264-4be1-b834-d8271de287c1'), 'sec_nav' => array('title' => 'Secondary Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'external_link' => '/online-authorization'), array('link_text' => 'Services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Contact Us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Blog', 'external_link' => 'https://blog.calibercollision.com/'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e')))), 'fieldset' => 'navi', 'id' => 'd7382fdf-8d1c-4be7-adca-4d05afd8f2ba'), 'social_channels' => array('social_icons' => array(array('channel' => 'facebook', 'social_icon' => '/assets/img/icons/facebook.svg', 'url' => 'https://www.facebook.com/pages/Caliber-Collision/179049245541477'), array('channel' => 'twitter', 'social_icon' => '/assets/img/icons/twitter.svg', 'url' => 'http://twitter.com/CaliberAutoBody'), array('channel' => 'youtube', 'social_icon' => '/assets/img/icons/youtube.svg', 'url' => 'http://www.youtube.com/CaliberCollisionUSA'), array('channel' => 'linkedin', 'url' => 'https://www.linkedin.com/company/calibercollision/', 'social_icon' => '/assets/linkedin-1496848361.svg'), array('channel' => 'instagram', 'social_icon' => '/assets/img/icons/instagram.svg', 'url' => 'http://instagram.com/calibercollision'), array('channel' => 'blog', 'social_icon' => '/assets/img/icons/blog.svg', 'url' => 'https://blog.calibercollision.com/')), 'fieldset' => 'social_nav', 'title' => 'Social Channels', 'id' => '5bd74bb6-9bd5-4079-b393-a4fb90f5588c'), 'test' => array('fieldset' => 'default', 'title' => 'TEST', 'id' => '61819f55-7c2d-44c8-82ab-04d4955d927c'), 'utilities' => array('title' => 'Utilities', 'utilityNav' => array(array('link_name' => '1-888-225-4237', 'external_link' => 'tel:1-888-225-4237', 'linkIcon' => '/assets/img/icons/phone.svg'), array('link_name' => 'live chat', 'linkIcon' => '/assets/img/icons/livechat.svg')), 'fieldset' => 'navi', 'id' => 'ce39ef6f-b5c3-4b06-a779-350a9f01bb2a'), 'default_error_message' => array('header_title' => 'sorry.', 'header_content' => '<p>The page you are looking for cannot be found. </p>', 'header_bg' => '/assets/img/headers/locations.jpg', 'page_content' => array(array('type' => 'full_set', 'body' => '<p>THE PAGE YOU ARE LOOKING FOR MIGHT HAVE BEEN REMOVED, HAD ITS NAME CHANGED, OR IS TEMPORARILY UNAVAILABLE. </p>', 'bg_color' => 'blue', 'text_color' => 'white'), array('type' => 'half_set', 'header' => 'PLEASE TRY THE FOLLOWING:', 'list' => array('if you typed the page address in the Address bar, make sure that it is spelled correctly', 'Go to the homepage calibercollision.com, and look for links to the information you want.', 'Go to the Site Map to find links to the information you want.', 'Click the back button to try another link.'), 'bg_align' => 'full')), 'seo_title' => '{{title}} Auto Body Repair & Paint Shop | Caliber Collision', 'fieldset' => 'segments', 'title' => 'default error message', 'id' => '805a7d50-e50c-4a95-ad6d-9b1d040aaec7'), 'form_conditions' => array('term_conditions' => array(array('state_select' => '4e3b7c46-f723-443f-9a71-e9571198e0a1', 'abbreviation' => 'AL', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5dfc964a-20d4-4713-9810-1bb1af5fddd9', 'abbreviation' => 'AZ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'af1ce41d-2566-40c4-8a3a-abc197dbb444', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'AR', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '2ac35919-d099-4f01-9538-d043f990ff68', 'abbreviation' => 'CA', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => 'a232b074-7cc1-458d-9d76-37056cde9ad6', 'abbreviation' => 'CO', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '6a9f53a6-827e-4cdc-95c4-9e60176b4368', 'abbreviation' => 'CT', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '258900a4-3496-4f74-b66b-b0b2c4926830', 'abbreviation' => 'DE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_e' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'rights' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '30f1a714-d1cc-466e-8a30-120a3f6f91ca', 'abbreviation' => 'FL', 'terms_b' => 'NOTICE OF RIGHTS - I UNDERSTAND THAT, UNDER STATE LAW, I AM ENTITLED TO A WRITTEN ESTIMATE IF MY FINAL BILL WILL EXCEED $1,500. I will be notified before any work commences on my car and will be given an opportunity to approve the collision repair work order before any repair begins. I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair.', 'policy' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '77e5b21e-7c6b-4d37-990b-280dd7319478', 'abbreviation' => 'GA', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control. I authorize any and all supplements to be paid directly to Caliber Collision.', 'policy' => 'POWER OF ATTORNEY - For insurance claims, I hereby constitute and appoint Caliber Collision and its authorized employees to be my true and lawful attorney-in-fact with authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'PURSUANT TO THE OFFICIAL CODE OF GEORGIA ANNOTATED, O.C.G.A. § 40-3-54 (2014), work performed on any vehicle required to have a certificate of title can have a special lien attached until the work is paid for or satisfied through foreclosure as provided by Georgia law. I have read and agree to the Terms and Conditions.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the diagnostic and repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '34ea7e25-b91e-4e7a-bd93-e4dbf309982c', 'abbreviation' => 'ID', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'f7f47516-7e70-4fc1-bc98-c15d17ac8b33', 'abbreviation' => 'IL', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '3264ce70-71a9-4713-8e4c-9855b1aec47e', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'IN', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '286c2062-a78e-46a0-b3aa-0e7389519863', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'abbreviation' => 'IA', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'ESTIMATE - You have the right to a written or oral estimate if the expected cost of repairs or service will be more than fifty dollars. Your bill will not be higher than the estimate by more than ten percent unless you approve a higher amount before repairs are finished. Indicate your choice: Written estimate, Oral estimate, No estimate, Call me if repairs and service will be more than $(blank space for amount) Dollar amount', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly, and/or partially completed work, based on Caliber’s normal hourly labor rate.'), array('state_select' => '577cb9da-3406-42b5-a4f9-b7358c898cdc', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'KS', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '26560e25-298c-4d7d-9918-1a2fa3d137aa', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'KY', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'cd881ba9-fd23-4f96-ad02-faa1520c07b3', 'abbreviation' => 'MS', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '650e9c71-f2ec-4617-9495-67afaddbf215', 'abbreviation' => 'MD', 'terms' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic's Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'CUSTOMER RIGHTS (Md. Code Ann., Com. Law § 14-1008) - YOU HAVE THE RIGHT TO REQUEST A WRITTEN ESTIMATE FOR REPAIRS EXCEEDING $50 ($25 FOR MONTGOMERY COUNTY). YOU MAY NOT BE CHARGED ANY AMOUNT 10% IN EXCESS OF THE WRITTEN ESTIMATE WITHOUT YOUR CONSENT. YOU ARE ENTITLED TO THE RETURN OF ANY REPLACED PARTS EXCEPT WHEN PARTS ARE REQUIRED TO BE RETURNED TO THE MANUFACTURER UNDER A WARRANTY AGREEMENT. REPAIRS NOT ORIGINALLY AUTHORIZED BY YOU MAY NOT BE CHARGED TO YOU WITHOUT YOUR CONSENT.', 'terms_f' => 'MANUFACTURER SPECIAL POLICY ADJUSTMENT PROGRAMS - Federal law requires manufactures to furnish the National Highway Traffic Safety Administration (N.H.T.S.A.) with bulletins describing any defects in their vehicles. You may obtain copies of these bulletins either from the manufacturer or N.H.T.S.A. In addition, certain consumer publications or organizations publish this information, which may be available for a fee or for free.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle's repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber's control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs. ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c219bd39-e073-4e16-a3cf-a4e4a56477cc', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.', 'abbreviation' => 'MI'), array('state_select' => '93175f20-f5e9-47ec-8f06-472d27ef0f2f', 'terms' => 'RETURN OF REPLACED PARTS - Replaced parts will be returned to you if you request their return before the repairs are commenced, except for any parts that must be returned to the manufacturer, distributor, or other person under warranty or exchange arrangement, or that is required to be retained or disposed of pursuant to law, or is necessary for pending litigation. If you request the return of parts, any such parts that cannot be returned to you will be made available for you to examine for a period of five (5) business days after repairs are completed. By signing below, I acknowledge that I have received this notice, and I do NOT wish to have replaced parts returned to me. (If you DO wish to have replaced parts returned to you, do NOT check this box and instead notify Caliber that you would like replaced parts returned or shown to you.)', 'terms_b' => 'REPAIR ESTIMATES & STORAGE FEES - I have reviewed and understand my rights under <a href="https://www.revisor.mn.gov/statutes/cite/325F.62/pdf">Minnesota Statutes Ann. § 325F.62(3)</a>. I expressly acknowledge that if my vehicle is not picked up within ten (10) days after Caliber Collision has notified me that the repairs are completed or that my vehicle is otherwise ready for pick up, Caliber will charge storage fees at rates that are ordinary and customary for the area, but not to exceed $35.00 per day.', 'abbreviation' => 'MN', 'policy' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_c' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate (these charges will be calculated on the final bill Caliber provides me). ', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_i' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.'), array('state_select' => '5bc48dbc-3996-4d73-b387-799b76c1c853', 'abbreviation' => 'MO', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '9ff4bf4c-b5a1-41f0-8749-3109a63c707b', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'abbreviation' => 'MT', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'deccdd37-ac27-49bb-901e-635d39dc29fe', 'abbreviation' => 'NE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd833690a-2571-4675-be41-081d44f75575', 'abbreviation' => 'NV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '775005b6-ef0d-4d75-980f-c1b13b9d8629', 'abbreviation' => 'NJ', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '479d8b97-8b0b-4cc9-bcb9-a02169d1714d', 'abbreviation' => 'NM', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'be3e2c5e-ee12-4767-b64a-09f7914d2a0c', 'abbreviation' => 'NY', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'rights' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'state_select' => '3ef51b9c-d562-42f3-9ff2-8eb5846582c8', 'abbreviation' => 'NC', 'terms_c' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_b' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair. A written estimate delivered via email using the email address I’ve included is acceptable to me.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'CUSTOMER RIGHTS - (1) A consumer has a right to receive a written estimate or to waive receipt of that estimate if the cost or repairs will exceed $350.00. (2) A consumer may request, at the time the work order is taken, the return or inspection of all parts that have been replaced during the motor vehicle repair.', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '1eab2a85-9973-460d-8063-f064feb79f03', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'ND', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd63bff4f-c165-418c-8f8e-3be2cfb4c7e2', 'abbreviation' => 'OH', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '87e7db74-69ee-42ec-905e-ddaaf999826e', 'abbreviation' => 'OK', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'ab630449-682a-40d3-bd61-aba87b396cd1', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'OR', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '402cbf00-8206-41fe-9149-bf592b5de64e', 'abbreviation' => 'PA', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5862ea75-05f7-4d16-85ee-afad87f35581', 'abbreviation' => 'SC', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd671a168-0c70-4cc8-a280-a1e4f925ae12', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'SD', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AFTERMARKET PARTS - Caliber may be directed (by my insurer) to prepare my estimate based on the use of aftermarket parts supplied by a source other than the manufacturer of my vehicle. I understand that my estimate will reflect whether such parts were used, and that warranties applicable to these replacement parts are provided by the manufacturer or distributor of these parts rather than the manufacturer of my vehicle.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c6880d3e-4640-44ae-8f41-49ddd58992a4', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'TN', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'CONSUMER’S RIGHTS - This Notice is being provided to you pursuant to Tennessee law (T.C.A. § 66-19-104), which provides that you are entitled to request a written estimate for repairs that cost in excess of two hundred fifty dollars ($250), and that you may not be charged an amount over twenty-five percent (25%) in excess of the written estimate without your consent or Caliber Collision’s good faith attempt to acquire the consent.', 'rights' => 'NOTICE PURSUANT TO T.C.A. § 47-18-104(b)(28) - Upon my request, I am entitled to have returned to me or to be given the opportunity to inspect any parts that are removed from my vehicle and replaced during the repair process. This requirement does not apply to any part that must be returned to a manufacturer or distributor under a warranty agreement or otherwise disposed of as required by law or other applicable rule or regulation. This requirement also does not apply to any part retained as part of a trade-in agreement or core charge agreement; such parts will not be returned to me unless I agree to pay the additional core charge or other trade-in fee. By initialing below, I acknowledge that I have received this notice and do not want to have replaced parts returned to me or make available for my inspection. (If you do wish to have such replaced parts returned to you or made available for inspection, do not initial and instead notify Caliber Collision that you would like replaced parts returned to you or shown to you.) ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS -This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. REMOVAL OF PERSONAL ARTICLES - I acknowledge that I have removed all personal and valuable articles from the vehicle. I understand that Caliber Collision will not be and is not responsible for any belongings left in the vehicle.', 'state_select' => '3e3b9e63-ee17-42e6-a297-b702a2ce35f2', 'abbreviation' => 'TX', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'NOTICE PURSUANT TO SECTION 70.001, TEXAS PROPERTY CODE - I am the person or agent acting on behalf of the person, who is obligated to pay for the repairs of the motor vehicle herein described. I understand that this vehicle is subject to repossession in accordance with Section 9.609, Texas Business & Commerce Code, if a written order of payment for repairs of the vehicle is stopped, dishonored because of insufficient funds, no funds, or because the drawer or maker of the order has no account or the account on which it is drawn has been closed.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_i' => 'TERMS AND CONDITIONS - I have read, understood and agree to the terms and authorizations contained in the terms and conditions governing Caliber's repair services, including the Dispute Settlement & Arbitration provision. We recommend that you retain a copy for your reference.'), array('state_select' => '4c9549ad-dc27-49d3-8e13-58eae2e6d6f3', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation and an anticipated completion date. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'UT', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, reassembly of certain parts may not be possible in some instances, and that I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate. ', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '3b74e82f-940b-4f3f-8bfb-5643082520d2', 'abbreviation' => 'VA', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'CUSTOMER RIGHTS - I understand that I may request to receive a written repair estimate, and that no repair work charge may exceed any written estimate by more than 10% unless I authorize the additional work. I further understand that Caliber Collision shall offer to return all replaced parts except warranty, core charge or trade-in parts required to be returned to a manufacturer or distributor, and that any complaints I have can be made to the Division of Consumer Counsel of the Department of Law.', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '370ed2f3-18cf-4ac1-a50d-7d0c5201083f', 'abbreviation' => 'DC', 'availability' => 'This state requires "certification authority" (like DocuSign) per the Electronic Authentication Act.'), array('state_select' => 'd02b8e49-c5cd-475b-8a17-b8d519873fff', 'abbreviation' => 'WV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '37d7845a-9219-4b75-a8d3-e1db3a8a3dc5', 'abbreviation' => 'WI', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplemental repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'REPLACED PARTS - Under Wisconsin law (Wis. Admin. Code ATCP § 132.07), you are entitled to inspect or request the return of parts replaced or removed from your vehicle during repairs. Replaced parts will be returned to you if you request them, unless the parts must be returned under a warranty or exchange agreement or that otherwise must be disposed of as required by law or regulation (such parts will still be made available to you for inspection upon request). By initialing below, you acknowledge that you have received this notice and do not want to have replaced parts returned to you. If you do wish to have replaced parts returned to you, please do not initial below and instead notify Caliber that you would like replaced parts returned or shown to you.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'STATEMENT OF ESTIMATE ALTERNATIVES (Wis. Admin. Code ATCP § 132.04) - YOU ARE ENTITLED TO A PRICE ESTIMATE FOR THE REPAIRS YOU HAVE AUTHORIZED. THE REPAIR PRICE MAY BE LESS THAT THE ESTIMATE BUT WILL NOT EXCEED THE ESTIMATE WITHOUT YOUR PERMISSION. Choose One Check Boxes: 1. I request an estimate in writing before you begin repairs. 2. Please proceed with repairs but call me before continuing if the price will exceed $________. 3.I do not want an estimate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c8f9e06b-cb69-481f-a179-a5212e3d64b8', 'abbreviation' => 'WY', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.')), 'fieldset' => 'form_conditions', 'title' => 'form conditions', 'id' => '66d89224-c910-4993-9d13-94aa0d55b9b1'), 'page' => array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null)), array('Statamic\View\Antlers\Engine', 'renderTag'), true) in Template.php line 32
  9. at Template::parse('{{relate:page_header}} <header class="page-header w-100 mt-5 mt-md-7 pt-6 pt-md-7 pb-3 relative" style="background:url('{{ if header_bg }} {{ glide:header_bg width=" 1800 " height="600 " fit="crop_focal "}} {{ else }} {{ default_header_loc }}{{ glide:default_header_loc width="1800 " height="600 " fit="crop_focal " quality="{{image_quality}} "}}{{ /if }}') no-repeat top center;"> <div class="container relative w-80 w-md-60 z-1 SAA "> <h1 class="cg-1 ta-center relative-center-middle caps tw-book display t-3 t-md-4 t-sm-4 t-md-5 z-2 "> {{title}} </h1> {{ if header_content }} <h2 class="relative ta-left cg-2 h-0 z-2 tw-medium"> {{header_content | widont}} </h2> {{ endif }} <p class="tw-bold relative ta-left h-0 z-2 cg-green">Please note: artwork production may take up to 10 business days for design completion. We recommend submitting your request at least 15 business days prior to your deadline.</p> </div> <div class="overlay-80 white absolute-top h-100 w-100 "></div> </header> {{/relate:page_header}} <div class="container w-90 w-md-75 SAA"> {{ form:create in="recruiting_request_form" files="true" }} {{ if errors }} <div class="alert alert-danger cbgg-red p-2 cg-white mb-3"> {{ errors }} {{ value }}<br> {{ /errors }} </div> {{ /if }} {{ if success }}{{redirect to ='/submission'}} <div class="alert alert-success cbgg-green p-2 cg-white mb-3"> Form was submitted successfully. </div> {{ /if }} <div> <p class="cg-blue"> * Indicates required field. </p> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Event Info and Address</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Date Materials Needed.*</label> <input onpaste="return false;" type="text" id="datepicker2" name="date_needed" value="{{ old:date_needed }}" class="form-control w-90 p-1 cg-blue" placeholder="Date Materials Are Needed" /> </div> </div> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Event Name*</label> <input type="text" name="event" value="{{ old:event }}" class="form-control p-1 cg-blue" placeholder="Event Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2"> <label class="d-none">Event Location*</label> <input type="text" name="location" value="{{ old:location }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Location*" /> </div> <div class="form-group col-12 textfield"> <textarea name="delivery" class="form-control" placeholder="Event Address" rows="7"></textarea> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Event Date*</label> <input onpaste="return false;" type="text" id="datepicker3" name="event_date" value="{{ old:event_date }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Date" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">Start Time*</label> <input type="time" name="start_time" value="{{ old:start_time }}" class="form-control w-90 p-1 cg-blue" placeholder="Start Time" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">End Time*</label> <input type="time" name="end_time" value="{{ old:end_time }}" class="form-control w-90 p-1 cg-blue" placeholder="End Time" /> </div> </div> </div> <div> <h5 class="caps cg-blue">Requestor Info</h5> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Full Name*</label> <input type="text" name="name" value="{{ old:name }}" class="form-control p-1 cg-blue" placeholder="Full Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Title*</label> <input type="text" name="title" value="{{ old:title }}" class="form-control p-1 cg-blue" placeholder="Title*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Phone Number*</label> <input type="text" name="number" value="{{ old:number }}" class="form-control w-90 p-1 cg-blue" placeholder="Phone Number*" /> </div> <div class="pb-2 form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Email Address*</label> <input type="text" name="email" value="{{ old:email }}" class="form-control w-90 p-1 cg-blue" placeholder="Email Address*" /> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Requested Materials</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class=""> <label class="d-none">Type of Material Needed (Flyer, Banner, etc.)*</label> <input type="text" name="type" value="{{ old:type }}" class="form-control w-90 p-1 cg-blue" placeholder="Type of Material Needed (Flyer, Banner, etc.)*" /> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Purpose of Material*</label> <textarea name="purpose" class="form-control" placeholder="Purpose of Material*" rows="7">{{ old:purpose }}</textarea> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Please provide additional details for the content, design, etc*</label> <textarea name="details" class="form-control" placeholder="Please provide additional details for the content, design, etc*" rows="7">{{ old:details }}</textarea> </div> </div> <div class="row col-12" style="margin-top: 25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Shipping Address</h4> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2" style="margin-top:-8px;"> <label style="margin-bottom: 10px; display: block;">Where would you like your event materials shipped?</label> <input type="text" name="address_1" value="{{ old:address_1 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 1"/> </div> <div class="form-group col-12 textfield pt-1" style="margin-top:-8px;"> <input type="text" name="address_2" value="{{ old:address_2 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 2"/> </div> <div class="col-12 cg-blue pb-sm-1 t-sm"> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="city" value="" class="form-control p-1 cg-blue" placeholder="City" value="{{ old:city }}"> </div> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="state" value="" class="form-control p-1 cg-blue" placeholder="State" value="{{ old:state }}"> </div> <div class="form-group col-12 col-sm-4 textfield"> <input type="text" name="zip" value="" class="form-control p-1 cg-blue" placeholder="Zip" value="{{ old:zip }}"> </div> </div> <div class="row col-12" style="margin-top:25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Additional Notes</h4> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none"></label> <textarea name="additional_notes" class="form-control" placeholder="Is there anything else we should know about your request? If you did not attach logos/name partners, when can we expect to see those?" rows="7">{{ old:additional_notes }}</textarea> </div> </div> <div class="row col-12"> <h5 class="caps cg-blue">FILE UPLOADS</h5> <span class="cg-blue col-12 pr-2 pt-1 pb-2 t-md">Please upload photos, logos and other related files to reference for the design. Accepted file formats: .EPS, .JPG, .PNG, and .PDF files. Max file size for logos is 10MB.</span> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple2rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple3rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple4rec"> <input type="text" class="hide" name="recruiting-honey" class="honeypot" /> </div> </div> </div> <div class="row col-12" style="margin-top:15px;"> <div class="ta-center button-container pt-2 pb-2"> <button class="btn btn-primary">Submit</button> </div> </div> </div> {{ /form:create }} ', array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null, 'site_name' => 'Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'layout' => 'default', 'site_url' => 'https://calibercollision.com/', 'homepage' => 'https://calibercollision.com/', 'current_url' => 'https://calibercollision.com/employment/recruiting-request-form', 'current_uri' => '/employment/recruiting-request-form', 'current_date' => object(Carbon), 'now' => object(Carbon), 'today' => object(Carbon), 'locale' => 'en', 'locale_name' => 'English', 'locale_full' => 'en_US', 'locale_url' => 'https://calibercollision.com/', 'get' => array(), 'post' => array(), 'get_post' => array(), 'old' => array(), 'response_code' => '200', 'logged_in' => false, 'logged_out' => true, 'environment' => 'production', 'xml_header' => '<?xml version="1.0" encoding="utf-8" ?>', 'csrf_token' => 'gi6dPYq8OAvFK77sftskyC0de3t14iPuDVN7QYpr', 'csrf_field' => object(Expression), 'settings' => array('assets' => array('image_manipulation_route' => '/img', 'image_manipulation_secure' => true, 'auto_crop' => true, 'image_manipulation_driver' => 'gd', 'image_manipulation_cached' => true, 'image_manipulation_cached_path' => 'img', 'thumbnail_max_width' => '6000', 'thumbnail_max_height' => '6000'), 'caching' => array('stache_always_update' => false, 'static_caching_enabled' => false, 'static_caching_length' => '500', 'static_caching_type' => 'cache', 'static_caching_file_path' => 'ccc', 'static_caching_ignore_query_strings' => false, 'static_caching_exclude' => array('/locate-a-caliber-collision-center', 'locate-a-caliber-collision-center', '/schedule-an-appointment', '/schedule-an-appointment/', 'schedule-an-appointment/', 'online-authorization/', 'contact-us/', 'customer-reviews/', 'customer-feedback', 'celebrationoflove2016', '/online-authorization', '/contact-us', '/customer-reviews', '/customer-feedback', '/celebrationoflove2016', '/about-us/community-involvement/recycled-rides/recycled-rides-event-request', '/locate-a-caliber-collision-center/fast-track-dealer-referral', 'locate-a-caliber-collision-center/fast-track-dealer-referral', '/employment/hr-job-request-form', 'employment/hr-job-request-form', 'employment/recruiting-request-form', '/employment/virginia-maryland-and-dc-employment-opportunities', 'employment/virginia-maryland-and-dc-employment-opportunities', '/field-marketing-event-request', 'field-marketing-event-request', '/caliber-classic-registration', 'caliber-classic-registration'), 'static_caching_invalidation' => array(), 'static_caching_lock_hold_length' => '0', 'static_caching_default_cache_length' => null), 'cp' => array('start_page' => 'dashboard', 'date_format' => 'Y/n/d', 'widgets' => array(array('type' => 'collection', 'collection' => 'locate-a-caliber-collision-center', 'limit' => '20', 'width' => '70', 'date' => 'last_modified'), array('type' => 'PowerTools', 'width' => '30')), 'locale' => null, 'pagination_size' => '50'), 'debug' => array('debug' => true, 'debug_bar' => false, 'loggers' => array('file' => array('daily' => true))), 'email' => array('driver' => 'log', 'from_email' => 'cc@calibercollision.com', 'from_name' => 'Caliber Collision Centers', 'host' => null, 'port' => '587', 'encryption' => 'tls', 'username' => '', 'password' => ''), 'routes' => array('routes' => array('/blog/tags' => 'blog/taxonomies', '/search' => 'search', '/users' => 'user/index', '/users/{username}' => 'user/profile', '/account' => 'user/account', '/login' => 'auth/login', '/register' => 'auth/register', '/forgot-password' => 'auth/password-forgot', '/reset-password' => 'auth/password-reset', '/api/reviews' => array('layout' => 'api', 'template' => 'api-reviews', 'content_type' => 'json'), '/api/locations' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/locations/{type}' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/dealers' => array('layout' => 'api', 'template' => 'api-dealers', 'content_type' => 'json'), '/api/insurance' => array('layout' => 'api', 'template' => 'api-insurance', 'content_type' => 'json'), '/api/pages' => array('layout' => 'api', 'template' => 'api-pages', 'content_type' => 'json'), '/api/faqs' => array('layout' => 'api', 'template' => 'api-faqs', 'content_type' => 'json'), '/api/soire' => array('layout' => 'api', 'template' => 'api-submission', 'content_type' => 'json'), '/api/partners' => array('layout' => 'api', 'template' => 'api-partners', 'content_type' => 'json'), '/api/export' => array('layout' => 'default', 'template' => 'export'), '/api/employment' => array('layout' => 'api', 'template' => 'api-employment', 'content_type' => 'json'), '/api/employment-export' => array('layout' => 'api', 'template' => 'employment-export'), '/api/appointments' => array('layout' => 'api', 'template' => 'api-appointments', 'content_type' => 'json'), '/api/appointments-export' => array('layout' => 'api', 'template' => 'appointments-export'), '/api/locations-export' => array('layout' => 'api', 'template' => 'api-locations-export'), '/api/reviews-export' => array('layout' => 'api', 'template' => 'api-reviews-export'), '/sandbox/glass-quote' => array('layout' => 'api', 'template' => 'glass-quote'), '/changinglanesrecruitment' => array('layout' => 'api', 'template' => 'changinglanes-recruitment'), '/changinglanesrecruitment/signup' => array('layout' => 'default', 'template' => 'changinglanes-recruitment-form'), '/changinglanesrecruitment/thankyou' => array('layout' => 'api', 'template' => 'changinglanes-recruitment-thankyou'), '/weallplayapart' => array('layout' => 'api-header', 'template' => 'leadership-summit-2019'), '/api/skyball' => array('layout' => 'api', 'template' => 'api-skyball', 'content_type' => 'json'), '/api/skyball-export' => array('layout' => 'api', 'template' => 'skyball-export'), '/happyholidays2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card-team'), '/holiday2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card'), '/digital-newsletter/search' => array('layout' => 'api-header-noindex', 'template' => '/newsletter/search'), '/thank-you-2' => array('layout' => 'default', 'template' => 'thank-you-2'), '/schedule-an-appointment-online' => array('layout' => 'default', 'template' => 'appointment-dev'), '/schedule-an-appointment-online-snapsheet' => array('layout' => 'default', 'template' => 'appointment-dev-snapsheet'), '/online-authorization' => array('layout' => 'default', 'template' => 'online-authorization-new'), '/api/urls' => array('layout' => 'api', 'template' => 'api-all-pages'), '/barbarian' => array('layout' => 'api', 'template' => 'barbarian')), 'collections' => array('blog' => '/news-events/{year}/{month}/{day}/{slug}', 'locate-a-caliber-collision-center' => '/locate-a-caliber-collision-center/{slug}', 'specials' => 'specials-states', 'offers' => 'offers', 'sponsored_events' => '/sponsored-events/{slug}', 'emails' => '/{slug}', 'acquisitions' => '/acquisitions/{slug}', 'live-chat' => '/live-chat/{slug}', 'hub_articles' => '/hub-of-help/{slug}', 'newsletter' => '/digital-newsletter/{slug}', 'newsletter_articles' => '/digital-newsletter/{newsletter_slug}/{slug}'), 'taxonomies' => array('tags' => '/blog/tags/{slug}', 'lo' => 'region'), 'redirect' => array('/locate-a-caliber-collision-center/davenport-northwest-bi' => 'https://www.caliber.com/find-a-location/davenport-northwest-bl', '/militarycombine' => 'combine', '/celebrationoflove2018' => 'celebration-of-love-nomination-2018', '/dealership-partners' => 'dealership-partners', '/green-commitment' => 'green-commitment', '/insurance-partners' => 'insurance-partners', '/repair-process' => 'repair-process', '/COMBINEPARTNERS' => 'military-service-partners', '/CombinePartners' => 'military-service-partners', '/combinepartners' => 'military-service-partners', '/combine-partners' => 'military-service-partners', '/emails' => 'https://www.caliber.com/leave-a-review', '/emails/september-2016-customer-email' => 'about-us/community-involvement/combine', '/combine' => 'about-us/community-involvement/heroes-day', '/Combine' => 'about-us/community-involvement/heroes-day', '/COMBINE' => 'about-us/community-involvement/heroes-day', '/Careers' => 'employment', '/TeammateUpdate' => 'teammateupdate', '/TeamMateUpdate' => 'teammateupdate', '/arizona-special-offers' => 'specials', '/california-special-offers' => 'specials', '/mobile' => '/', '/bodyshop.asp' => 'services', '/paintshop.asp' => 'services', '/careers/careers.aspx' => '/employment', '/about/about.aspx' => 'about-us', '/green-commitment.aspx' => 'services/environmental-commitment', '/locations/locations.aspx' => 'locate-a-caliber-collision-center', '/services/services.aspx' => 'services', '/locations/burbank-car-repair-shop/' => 'locate-a-caliber-collision-center', '/auto-body/accident-checklist' => 'services/collision-repair-process', '/PrivacyNotice.aspx' => 'privacy-policy', '/accident/appointment.aspx' => 'schedule-an-appointment', '/accident/customer-feedback.aspx' => 'customer-feedback', '/accident/faqs.aspx' => 'about-us/faqs', '/accident/inanaccident.aspx' => 'collision-repair-process', '/accident/repairauthorization.aspx' => 'services/collision-repair-process', '/index.aspx' => '/', '/warranty.aspx' => 'services/lifetime-warranty', '/LocationsWV.htm' => 'locate-a-caliber-collision-center/westlake-village', '/Home.html' => '/', '/walkthewalk*' => '/about-us/community-involvement/carry-the-load/*', '/about' => 'about-us', '/contact/contact.aspx' => 'contact-us', '/accident/customer-feedback-all.aspx' => 'customer-feedback', '/accident/collisionrepair.aspx' => '/', '/rrorders' => 'recycled-rides-event-request', '/recycledrides*' => 'about-us/community-involvement/recycled-rides', '/thankyou' => 'thank-you', '/agent' => 'about-us/insurance-partners', '/web-site-terms-conditions' => 'terms-conditions', '/careers' => 'employment', '/services/collision-repair-process' => 'services/repair-process', '/about-us/news-events' => 'news-events', '/hr-job-posting-request' => '/employment/hr-job-request-form', '/recruiting-request-form' => '/employment/recruiting-request-form', '/changinglanes' => '/about-us/community-involvement/changing-lanes/', '/ChangingLanes' => '/about-us/community-involvement/changing-lanes/', '/FoodDrive' => '/about-us/community-involvement/food-drive/', '/fooddrive' => '/about-us/community-involvement/food-drive/', '/caliber-classic' => '/about-us/community-involvement/caliber-classic/', '/locate-a-caliber-collision-center/Falcon' => '/locate-a-caliber-collision-center/falcon', '/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/fresno' => '/locate-a-caliber-collision-center/round-rock-commerce', '/index.htm' => '/', '/la-crescenta' => '/locate-a-caliber-collision-center/la-crescenta', '/locate' => '/locate-a-caliber-collision-center', '/locate-a-caliber-coll' => '/locate-a-caliber-collision-center', '/locate-a-caliber-colli' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-ce' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/bryan-college-stat' => '/locate-a-caliber-collision-center/bryan-college-station', '/locate-a-caliber-collision-center/cavender' => '/locate-a-caliber-collision-center/san-antonio-cavender', '/locate-a-caliber-collision-center/center-city-sou' => '/locate-a-caliber-collision-center/center-city-south', '/locate-a-caliber-collision-center/commerce-round-roc' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/f5241f74-07d9-4198-b19a-a95f969605c1/img/380dc8d9-481c-4d18-9162-ecd5688f98a8/img/headers/header_driven_to_serve.jpg/dc171fcd55fb5029ffa14ecb2514a014.jpg' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/frederick' => '/locate-a-caliber-collision-center/frederick-monocacy-valley', '/locate-a-caliber-collision-center/galleria' => '/locate-a-caliber-collision-center/houston-galleria', '/locate-a-caliber-collision-center/garden-ridge' => '/locate-a-caliber-collision-center/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/las-vegas-nellis-drive-in' => 'https://dev.calibercollision.com/locate-a-caliber-collision-center/las-vegas-nellis-drive-in', '/locate-a-caliber-collision-center/mays-round-rock' => '/locate-a-caliber-collision-center/round-rock-mays', '/locate-a-caliber-collision-center/padrecc-spid' => '/locate-a-caliber-collision-center/corpus-christi-ayers', '/locate-a-caliber-collision-center/ridgecrest' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/Roseville' => '/locate-a-caliber-collision-center/roseville', '/locate-a-caliber-collision-center/san-antonia-culebra' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-culebra-express' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-s' => '/locate-a-caliber-collision-center/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locate-a-caliber-collision-center/santa-mo' => '/locate-a-caliber-collision-center/santa-monica', '/Locate-A-Caliber-Collision-Center/Santa-Monica-Pico-Blvd' => '/locate-a-caliber-collision-center/santa-monica', '/locate-a-caliber-collision-center/tucson-price-street' => '/locate-a-caliber-collision-center/tucson-university', '/locate-a-caliber-collision-center/warrenton' => '/locate-a-caliber-collision-center/warrenton-non-drive', '/locate-a-caliber-collision-center/webercc-weber' => '/locate-a-caliber-collision-center/corpus-christi-weber', '/locate-a-caliber-collision-center/wheat-ridge-indepe' => '/locate-a-caliber-collision-center/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-s' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/locations/CA/san_diego/dagget.htm' => '/locate-a-caliber-collision-center/kearney-mesa-dagget', '/locations/locationdetails.aspx?scenterId=0009' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locations/TX/NTX/corinth.' => '/locate-a-caliber-collision-center/corinth', '/los-angeles-griffith-park' => '/locate-a-caliber-collision-center/los-angeles-griffith-park', '/oviedo' => '/locate-a-caliber-collision-center/oviedo', '/pasadena' => '/locate-a-caliber-collision-center/pasadena', '/RecycledRides' => '/about-us/community-involvement/recycled-rides', '/richland-hills' => '/locate-a-caliber-collision-center/richland-hills', '/services/dealerships' => '/services/dealership-partners', '/services/environmental-commitment' => '/services/green-commitment', '/services/free-estimates' => '/services/online-estimates', '/tujunga' => '/locate-a-caliber-collision-center/tujunga', '/wheat-ridge-robb-st' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/wylie' => '/locate-a-caliber-collision-center/wylie', '/locate-a-caliber-collision-center/no-location' => 'https://www.caliber.com/find-a-location/', '/employment' => 'https://jobs.calibercollision.com/employment', '/employment/careers' => 'https://jobs.calibercollision.com/employment', '/locate-a-caliber-collision-center/fishers-technology-dr' => '/locate-a-caliber-collision-center/fishers-technology-ln', '/locate-a-caliber-collision-center/murfreesboro-broad-st' => '/locate-a-caliber-collision-center/nashville-non-drive-south', '/locate-a-caliber-collision-center/santa-clara' => '/locate-a-caliber-collision-center/silicon-valley-non-drive', '/locate-a-caliber-collision-center/minneapolis-south' => '/locate-a-caliber-collision-center/south-minneapolis', '/locate-a-caliber-collision-center/henderson-east' => '/locate-a-caliber-collision-center/henderson-american-pacific', '/locate-a-caliber-collision-center/colorado-springs-copper-center' => '/locate-a-caliber-collision-center/colorado-springs-copper', '/locate-a-caliber-collision-center/glendale-south-louise-st' => '/locate-a-caliber-collision-center/glendale-s-louise-st', '/locate-a-caliber-collision-center/raleigh-crabtree-pines' => '/locate-a-caliber-collision-center/raleigh-crabtree', '/locate-a-caliber-collision-center/orlando-orange-blossom-trail' => '/locate-a-caliber-collision-center/orlando-orange-blossom', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/orlando-n-john-young' => '/locate-a-caliber-collision-center/orlando-silver-star-rd', '/locate-a-caliber-collision-center/lynwood' => '/locate-a-caliber-collision-center/lynwood-il', '/locate-a-caliber-collision-center/maryville' => '/locate-a-caliber-collision-center/maryville-il', '/locate-a-caliber-collision-center/west-chester' => '/locate-a-caliber-collision-center/west-chester-oh', '/locate-a-caliber-collision-center/lynnwood' => '/locate-a-caliber-collision-center/lynnwood-wa', '/locate-a-caliber-collision-center/marysville' => '/locate-a-caliber-collision-center/marysville-wa', '/locate-a-caliber-collision-center/middleton' => '/locate-a-caliber-collision-center/middleton-wi', '/locate-a-caliber-collision-center/lansdowne' => '/locate-a-caliber-collision-center/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/philadelphia-blue-grass-rd' => '/locate-a-caliber-collision-center/philadelphia-blue-grass', '/locate-a-caliber-collision-center/marlton-west-main-st' => '/locate-a-caliber-collision-center/evesham-township', '/locate-a-caliber-collision-center/middletown' => '/locate-a-caliber-collision-center/middletown-de', '/locate-a-caliber-collision-center/houston-park-row' => '/locate-a-caliber-collision-center/houston-non-drive-west', '/HeroesDay' => 'about-us/community-involvement/heroes-day', '/heroesday' => 'https://www.caliber.com/why-caliber', '/Heroesday' => 'about-us/community-involvement/heroes-day', '/HeroesDayRegistration' => '/heroesdayregistration', '/heroesdaycombine' => '/heroesdayregistration', '/HeroesDayCombine' => '/heroesdayregistration', '/calibercares' => 'https://www.caliberfamily.com', '/Calibercares' => 'https://www.caliberfamily.com', '/caliberCares' => 'https://www.caliberfamily.com', '/CaliberCares' => 'https://www.caliberfamily.com', '/CALIBERCARES' => 'https://www.caliberfamily.com', '/Resources' => '/resources', '/RESOURCES' => '/resources', '/customer-feedback' => 'https://www.caliber.com/leave-a-review', '/Restoring-You' => '/restoring-you', '/RESTORING-YOU' => '/restoring-you', '/locate-a-caliber-collision-center/elk-grove' => '/locate-a-caliber-collision-center/elk-grove-non-drive', '/recycled-rides' => '/about-us/community-involvement/recycled-rides', '/RECYCLED-RIDES' => '/about-us/community-involvement/recycled-rides', '/Recycled-Rides' => '/about-us/community-involvement/recycled-rides', '/recycledrides' => '/about-us/community-involvement/recycled-rides', '/RECYCLEDRIDES' => '/about-us/community-involvement/recycled-rides', '/locate-a-caliber-collision-center/colorado-springs-iowa-st' => '/locate-a-caliber-collision-center/colorado-springs-boulder-st', '/weallplayapart' => '/', '/locate-a-caliber-collision-center/memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/baltimore-belair-rd' => '/locate-a-caliber-collision-center/baltimore-hamilton', '/locate-a-caliber-collision-center/philadelphia-blue-grass' => '/locate-a-caliber-collision-center/philadelphia-byberry-rd', '/shopforsale' => '/shop-for-sale', '/SHOPFORSALE' => '/shop-for-sale', '/ShopForSale' => '/shop-for-sale', '/Shopforsale' => '/shop-for-sale', '/shopForsale' => '/shop-for-sale', '/shopforSale' => '/shop-for-sale', '/ShopForsale' => '/shop-for-sale', '/Shop-For-Sale' => '/shop-for-sale', '/SHOP-FOR-SALE' => '/shop-for-sale', '/locate-a-caliber-collision-center/dc-georgia-ave-nw' => '/locate-a-caliber-collision-center/hyattsville', '/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/locate-a-caliber-collision-center/akron-green-drive' => '/locate-a-caliber-collision-center/akron-green', '/locate-a-caliber-collision-center/colorado-springs-motor-city' => '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city', '/locate-a-caliber-collision-center/wooster-south' => '/locate-a-caliber-collision-center/wooster-east', '/locate-a-caliber-collision-center/jacksonville-blanding-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-sw', '/form' => 'https://estimate.calibercollision.com/form', '/locate-a-caliber-collision-center/orlando-silver-star-rd' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/southport-drive-center' => 'https://www.caliber.com/find-a-location', '/' => 'https://www.caliber.com/services/collision', '/services/online-estimates' => 'https://www.caliber.com/online-estimate', '/contact-us' => 'https://www.caliber.com/contact-us', '/about-us' => 'https://www.caliber.com/why-caliber', '/services/auto-glass-repair' => 'https://www.caliber.com/services/collision/auto-glass-collision-repair', '/coronavirus-update' => 'https://www.caliber.com/newsroom', '/services' => 'https://www.caliber.com/services/collision', '/caliber-combines-with-abra' => 'https://www.caliber.com/newsroom', '/services/on-site-car-rentals' => 'https://www.caliber.com/services/collision', '/about-us/repair-process' => 'https://www.caliber.com/services/collision', '/services/auto-body-repair' => 'https://www.caliber.com/services/collision/collision-repair', '/services/lifetime-warranty' => 'https://www.caliber.com/why-caliber', '/news-events' => 'https://www.caliber.com/newsroom', '/services/customer-service' => 'https://www.caliber.com/why-caliber', '/tell-us-about-your-experience' => 'https://www.caliber.com/leave-a-review', '/site-map' => 'https://www.caliber.com', '/live-chat/luxury' => 'https://www.caliber.com/contact-us', '/services/paintless-dent-repair' => 'https://www.caliber.com/services/collision/paintless-dent-repair', '/about-us/insurance-partners' => 'https://www.caliber.com', '/about-us/community-involvement/recycled-rides' => 'https://www.caliber.com/why-caliber', '/about-us/dealership-partners' => 'https://www.caliber.com/why-caliber/dealership-partners', '/services/diagnostic-scanning' => 'https://www.caliber.com/services/collision/car-diagnostic-test', '/about-us/community-involvement' => 'https://www.caliber.com/why-caliber', '/acquisitions/pohanka' => 'https://www.caliber.com/newsroom', '/acquisitions/haddock-collision' => 'https://www.caliber.com/newsroom', '/about-us/our-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/food-drive' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/hire-our-heroes' => 'https://www.caliber.com/why-caliber', '/employment/virginia-maryland-and-dc-employment-opportunities' => 'https://jobsatcaliber.com/', '/restoring-you' => 'https://www.caliber.com/why-caliber', '/live-chat/live-chat' => 'https://www.caliber.com/contact-us', '/about-us/community-involvement/heroes-day' => 'https://www.caliber.com/why-caliber', '/specials/refer-a-friend' => 'https://www.caliber.com/services/collision', '/about-us/green-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/caliber-classic' => 'https://www.caliber.com/why-caliber', '/military-service-partners' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/combine' => 'https://www.caliber.com/why-caliber', '/weather-alert-san-angelo' => 'https://www.caliber.com/newsroom', '/about-us/community-involvement/american-heart-association' => 'https://www.caliber.com/why-caliber', '/weather-alert-delrio' => 'https://www.caliber.com/newsroom', '/shop-for-sale' => 'https://www.caliber.com/services/collision', '/services/fleet-services' => 'https://www.caliber.com/services/fleet', '/teammateholiday2020' => 'https://www.caliber.com/why-caliber', '/terms-conditions' => 'https://www.caliber.com/terms', '/luxury' => 'https://www.caliber.com/services/collision', '/recycled-rides-nomination-form-old' => 'https://www.caliber.com/why-caliber', '/skyball-2019-sign-up-form' => 'https://www.caliber.com/newsroom', '/caliber-strategic-partner-appreciation-event' => 'https://www.caliber.com/newsroom', '/protechholiday2020' => 'https://www.caliber.com/newsroom', '/specials-states' => 'https://www.caliber.com/services/collision', '/about-us/community-involvement/recycled-rides/recycled-rides-carry-the-load-2015' => 'https://www.caliber.com/why-caliber', '/ca-privacy-act' => 'https://www.caliber.com/ca-privacy-act', '/coronavirus-update-es' => 'https://www.caliber.com/newsroom', '/privacy-policy' => 'https://www.caliber.com/terms', '/acquisitions/church-brothers-collision-repair' => 'https://www.caliber.com/newsroom', '/acquisitions/cooks-collision' => 'https://www.caliber.com/newsroom', '/acquisitions/goffs-collision-repair-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/herbs-paint-and-body-shops' => 'https://www.caliber.com/newsroom', '/acquisitions/hv-collisioncenter' => 'https://www.caliber.com/newsroom', '/acquisitions/prices-collision-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/the-collision-centers' => 'https://www.caliber.com/newsroom', '/animated-card-to-teammates' => 'https://www.caliber.com/why-caliber', '/approved-review' => 'https://www.caliber.com/leave-a-review', '/caliber-executive-hand-clap-video' => 'https://www.caliber.com/newsroom', '/caliber-storm-response-team' => 'https://www.caliber.com/newsroom', '/changing-lanes-rsvp-form' => 'https://www.caliber.com/why-caliber', '/combine45' => 'https://www.caliber.com/why-caliber', '/contact-us-old' => 'https://www.caliber.com/contact-us', '/declined-review' => 'https://www.caliber.com/leave-a-review', '/employment-adp' => 'https://www.caliber.com/services/collision', '/military-partners-form' => 'https://www.caliber.com/why-caliber', '/share-your-experience' => 'https://www.caliber.com/leave-a-review', '/southern-california-wildfires' => 'https://www.caliber.com/newsroom', '/specials' => 'https://www.caliber.com', '/sponsored-events' => 'https://www.caliber.com/newsroom', '/teammateupdate' => 'https://www.caliber.com/newsroom', '/washington-nationals-recycled-rides-gifting-2017' => 'https://www.caliber.com/why-caliber', '/weather-alert' => 'https://www.caliber.com/newsroom', '/weather-alert-charleston-maryland' => 'https://www.caliber.com/newsroom', '/weather-alert-colorado' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-dorian' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-sally' => 'https://www.caliber.com/newsroom', '/weather-alert-north-carolina' => 'https://www.caliber.com/newsroom', '/weather-alert-north-tx-and-ok' => 'https://www.caliber.com/newsroom', '/weather-alert-northeast' => 'https://www.caliber.com/newsroom', '/west-texas-inclement-weather' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/aberdeen' => 'https://www.caliber.com/find-a-location/aberdeen', '/locate-a-caliber-collision-center/abington' => 'https://www.caliber.com/find-a-location/abington', '/locate-a-caliber-collision-center/acworth' => 'https://www.caliber.com/find-a-location/acworth', '/locate-a-caliber-collision-center/addison' => 'https://www.caliber.com/find-a-location/addison', '/locate-a-caliber-collision-center/akron-green' => 'https://www.caliber.com/find-a-location/akron-green', '/locate-a-caliber-collision-center/albuquerque-alameda' => 'https://www.caliber.com/find-a-location/albuquerque-alameda', '/locate-a-caliber-collision-center/albuquerque-dorado' => 'https://www.caliber.com/find-a-location/albuquerque-dorado', '/locate-a-caliber-collision-center/albuquerque-downtown' => 'https://www.caliber.com/find-a-location/albuquerque-downtown', '/locate-a-caliber-collision-center/alcoa-airport-hwy' => 'https://www.caliber.com/find-a-location/alcoa-airport-hwy', '/locate-a-caliber-collision-center/alcoa-northpark' => 'https://www.caliber.com/find-a-location/alcoa-northpark', '/locate-a-caliber-collision-center/alexandria' => 'https://www.caliber.com/find-a-location/alexandria', '/locate-a-caliber-collision-center/alexandria-del-ray' => 'https://www.caliber.com/find-a-location/alexandria-del-ray', '/locate-a-caliber-collision-center/alexandria-farrington-ave' => 'https://www.caliber.com/find-a-location/alexandria-farrington-ave', '/locate-a-caliber-collision-center/algonquin' => 'https://www.caliber.com/find-a-location/algonquin', '/locate-a-caliber-collision-center/alhambra' => 'https://www.caliber.com/find-a-location/alhambra', '/locate-a-caliber-collision-center/allen' => 'https://www.caliber.com/find-a-location/allen', '/locate-a-caliber-collision-center/allen-greenville-rd' => 'https://www.caliber.com/find-a-location/allen-greenville-rd', '/locate-a-caliber-collision-center/allentown' => 'https://www.caliber.com/find-a-location/allentown', '/locate-a-caliber-collision-center/allentown-airport-rd' => 'https://www.caliber.com/find-a-location/allentown-airport-rd', '/locate-a-caliber-collision-center/alpharetta' => 'https://www.caliber.com/find-a-location/alpharetta', '/locate-a-caliber-collision-center/altamonte-springs' => 'https://www.caliber.com/find-a-location/altamonte-springs', '/locate-a-caliber-collision-center/alvin' => 'https://www.caliber.com/find-a-location/alvin', '/locate-a-caliber-collision-center/american-fork' => 'https://www.caliber.com/find-a-location/american-fork', '/locate-a-caliber-collision-center/anaheim' => 'https://www.caliber.com/find-a-location/anaheim', '/locate-a-caliber-collision-center/anaheim-hills' => 'https://www.caliber.com/find-a-location/anaheim-hills', '/locate-a-caliber-collision-center/anderson' => 'https://www.caliber.com/find-a-location/anderson', '/locate-a-caliber-collision-center/ankeny' => 'https://www.caliber.com/find-a-location/ankeny', '/locate-a-caliber-collision-center/annapolis' => 'https://www.caliber.com/find-a-location/annapolis', '/locate-a-caliber-collision-center/apex' => 'https://www.caliber.com/find-a-location/apex', '/locate-a-caliber-collision-center/apple-valley' => 'https://www.caliber.com/find-a-location/apple-valley', '/locate-a-caliber-collision-center/apple-valley-mn' => 'https://www.caliber.com/find-a-location/apple-valley-mn', '/locate-a-caliber-collision-center/arlington' => 'https://www.caliber.com/find-a-location/arlington', '/locate-a-caliber-collision-center/arlington-rx' => 'https://www.caliber.com/find-a-location/arlington-rx', '/locate-a-caliber-collision-center/arlington-s-cooper' => 'https://www.caliber.com/find-a-location/arlington-south-cooper', '/locate-a-caliber-collision-center/arlington-south' => 'https://www.caliber.com/find-a-location/arlington-south', '/locate-a-caliber-collision-center/arlington-tn' => 'https://www.caliber.com/find-a-location/arlington-tn', '/locate-a-caliber-collision-center/arlington-va' => 'https://www.caliber.com/find-a-location/arlington-va', '/locate-a-caliber-collision-center/ashland' => 'https://www.caliber.com/find-a-location/ashland', '/locate-a-caliber-collision-center/ashland-oh' => 'https://www.caliber.com/find-a-location/ashland-oh', '/locate-a-caliber-collision-center/aston' => 'https://www.caliber.com/find-a-location/aston', '/locate-a-caliber-collision-center/atascadero' => 'https://www.caliber.com/find-a-location/atascadero', '/locate-a-caliber-collision-center/atascadero-south' => 'https://www.caliber.com/find-a-location/atascadero-south', '/locate-a-caliber-collision-center/athens' => 'https://www.caliber.com/find-a-location/athens', '/locate-a-caliber-collision-center/atlanta-buckhead' => 'https://www.caliber.com/find-a-location/atlanta-buckhead', '/locate-a-caliber-collision-center/auburn' => 'https://www.caliber.com/find-a-location/auburn', '/locate-a-caliber-collision-center/auburn-wa' => 'https://www.caliber.com/find-a-location/auburn-wa', '/locate-a-caliber-collision-center/aurora' => 'https://www.caliber.com/find-a-location/aurora', '/locate-a-caliber-collision-center/aurora-chambers-rd' => 'https://www.caliber.com/find-a-location/aurora-chambers-rd', '/locate-a-caliber-collision-center/aurora-east-colfax-ave' => 'https://www.caliber.com/find-a-location/aurora-east-colfax-ave', '/locate-a-caliber-collision-center/aurora-s-abilene' => 'https://www.caliber.com/find-a-location/aurora-s-abilene', '/locate-a-caliber-collision-center/austin-highway-620' => 'https://www.caliber.com/find-a-location/austin-highway-620', '/locate-a-caliber-collision-center/austin-hunters-chase' => 'https://www.caliber.com/find-a-location/austin-hunters-chase', '/locate-a-caliber-collision-center/austin-kramer-lane' => 'https://www.caliber.com/find-a-location/austin-kramer-lane', '/locate-a-caliber-collision-center/austin-mcneil-dr' => 'https://www.caliber.com/find-a-location/austin-mcneil-dr', '/locate-a-caliber-collision-center/austin-metric-blvd' => 'https://www.caliber.com/find-a-location/austin-metric-blvd', '/locate-a-caliber-collision-center/austin-non-drive' => 'https://www.caliber.com/find-a-location/austin-non-drive', '/locate-a-caliber-collision-center/austin-onion-creek' => 'https://www.caliber.com/find-a-location/austin-onion-creek', '/locate-a-caliber-collision-center/austin-shelby-ln' => 'https://www.caliber.com/find-a-location/austin-shelby-ln', '/locate-a-caliber-collision-center/austin-wells-branch' => 'https://www.caliber.com/find-a-location/austin-wells-branch', '/locate-a-caliber-collision-center/avon' => 'https://www.caliber.com/find-a-location/avon', '/locate-a-caliber-collision-center/avondale' => 'https://www.caliber.com/find-a-location/avondale', '/locate-a-caliber-collision-center/azusa' => 'https://www.caliber.com/find-a-location/azusa', '/locate-a-caliber-collision-center/babylon' => 'https://www.caliber.com/find-a-location/babylon', '/locate-a-caliber-collision-center/baker-ranch' => 'https://www.caliber.com/find-a-location/baker-ranch', '/locate-a-caliber-collision-center/bakersfield-auto-mall' => 'https://www.caliber.com/find-a-location/bakersfield-auto-mall', '/locate-a-caliber-collision-center/bakersfield-downtown' => 'https://www.caliber.com/find-a-location/bakersfield-downtown', '/locate-a-caliber-collision-center/bakersfield-kern-st' => 'https://www.caliber.com/find-a-location/bakersfield-kern-st', '/locate-a-caliber-collision-center/bakersfield-northwest' => 'https://www.caliber.com/find-a-location/bakersfield-northwest', '/locate-a-caliber-collision-center/bakersfield-rosedale-hwy' => 'https://www.caliber.com/find-a-location/bakersfield-rosedale-hwy', '/locate-a-caliber-collision-center/bakersfield-south' => 'https://www.caliber.com/find-a-location/bakersfield-south', '/locate-a-caliber-collision-center/baltimore-hamilton' => 'https://www.caliber.com/find-a-location/baltimore-hamilton', '/locate-a-caliber-collision-center/baltimore-remington' => 'https://www.caliber.com/find-a-location/baltimore-remington', '/locate-a-caliber-collision-center/barstow' => 'https://www.caliber.com/find-a-location/barstow', '/locate-a-caliber-collision-center/baytown' => 'https://www.caliber.com/find-a-location/baytown', '/locate-a-caliber-collision-center/bayville' => 'https://www.caliber.com/find-a-location/bayville', '/locate-a-caliber-collision-center/bear' => 'https://www.caliber.com/find-a-location/bear', '/locate-a-caliber-collision-center/beaufort' => 'https://www.caliber.com/find-a-location/beaufort', '/locate-a-caliber-collision-center/beaverton' => 'https://www.caliber.com/find-a-location/beaverton', '/locate-a-caliber-collision-center/bedford' => 'https://www.caliber.com/find-a-location/bedford', '/locate-a-caliber-collision-center/bedford-airport-freeway' => 'https://www.caliber.com/find-a-location/bedford-airport-freeway', '/locate-a-caliber-collision-center/bedford-heights' => 'https://www.caliber.com/find-a-location/bedford-heights', '/locate-a-caliber-collision-center/bellevue' => 'https://www.caliber.com/find-a-location/bellevue', '/locate-a-caliber-collision-center/belmont' => 'https://www.caliber.com/find-a-location/belmont', '/locate-a-caliber-collision-center/belton-ih-35' => 'https://www.caliber.com/find-a-location/belton-ih-35', '/locate-a-caliber-collision-center/ben-white' => 'https://www.caliber.com/find-a-location/austin-ben-white', '/locate-a-caliber-collision-center/berkeley' => 'https://www.caliber.com/find-a-location/berkeley', '/locate-a-caliber-collision-center/berwyn' => 'https://www.caliber.com/find-a-location/berwyn', '/locate-a-caliber-collision-center/bethpage-drive-center' => 'https://www.caliber.com/find-a-location/bethpage-drive-center', '/locate-a-caliber-collision-center/beverly-hills' => 'https://www.caliber.com/find-a-location/beverly-hills', '/locate-a-caliber-collision-center/blackwood' => 'https://www.caliber.com/find-a-location/blackwood', '/locate-a-caliber-collision-center/blaine' => 'https://www.caliber.com/find-a-location/blaine', '/locate-a-caliber-collision-center/bloomington' => 'https://www.caliber.com/find-a-location/bloomington', '/locate-a-caliber-collision-center/bloomington-american-blvd' => 'https://www.caliber.com/find-a-location/bloomington-american-bl', '/locate-a-caliber-collision-center/bloomington-ca' => 'https://www.caliber.com/find-a-location/bloomington-ca', '/locate-a-caliber-collision-center/bloomington-east' => 'https://www.caliber.com/find-a-location/bloomington-east', '/locate-a-caliber-collision-center/bloomington-west' => 'https://www.caliber.com/find-a-location/west-bloomington', '/locate-a-caliber-collision-center/blue-island-western-ave' => 'https://www.caliber.com/find-a-location/blue-island-western-ave', '/locate-a-caliber-collision-center/blue-island-wireton-rd' => 'https://www.caliber.com/find-a-location/blue-island-wireton-rd', '/locate-a-caliber-collision-center/boca-raton' => 'https://www.caliber.com/find-a-location/boca-raton', '/locate-a-caliber-collision-center/boerne' => 'https://www.caliber.com/find-a-location/boerne', '/locate-a-caliber-collision-center/boise' => 'https://www.caliber.com/find-a-location/boise', '/locate-a-caliber-collision-center/boise-5-mile-rd' => 'https://www.caliber.com/find-a-location/boise-5-mile-rd', '/locate-a-caliber-collision-center/boise-s-federal-way' => 'https://www.caliber.com/find-a-location/boise-s-federal-way', '/locate-a-caliber-collision-center/bonita-springs' => 'https://www.caliber.com/find-a-location/bonita-springs', '/locate-a-caliber-collision-center/bordentown' => 'https://www.caliber.com/find-a-location/bordentown', '/locate-a-caliber-collision-center/bossier-city' => 'https://www.caliber.com/find-a-location/bossier-city', '/locate-a-caliber-collision-center/bothell' => 'https://www.caliber.com/find-a-location/bothell', '/locate-a-caliber-collision-center/boulder' => 'https://www.caliber.com/find-a-location/boulder', '/locate-a-caliber-collision-center/boulder-sterling-dr' => 'https://www.caliber.com/find-a-location/boulder-sterling-dr', '/locate-a-caliber-collision-center/boulder-valmont-rd' => 'https://www.caliber.com/find-a-location/boulder-valmont-rd', '/locate-a-caliber-collision-center/bountiful' => 'https://www.caliber.com/find-a-location/bountiful', '/locate-a-caliber-collision-center/bowling-green' => 'https://www.caliber.com/find-a-location/bowling-green', '/locate-a-caliber-collision-center/bradenton' => 'https://www.caliber.com/find-a-location/bradenton', '/locate-a-caliber-collision-center/braker-lane' => 'https://www.caliber.com/find-a-location/austin-braker-lane', '/locate-a-caliber-collision-center/brea' => 'https://www.caliber.com/find-a-location/brea', '/locate-a-caliber-collision-center/bremerton' => 'https://www.caliber.com/find-a-location/bremerton', '/locate-a-caliber-collision-center/brentwood' => 'https://www.caliber.com/find-a-location/brentwood', '/locate-a-caliber-collision-center/brentwood-ca' => 'https://www.caliber.com/find-a-location/brentwood-ca', '/locate-a-caliber-collision-center/brighton' => 'https://www.caliber.com/find-a-location/brighton', '/locate-a-caliber-collision-center/broken-arrow' => 'https://www.caliber.com/find-a-location/broken-arrow', '/locate-a-caliber-collision-center/brookfield' => 'https://www.caliber.com/find-a-location/brookfield', '/locate-a-caliber-collision-center/brooklyn-park' => 'https://www.caliber.com/find-a-location/brooklyn-park', '/locate-a-caliber-collision-center/brook-park' => 'https://www.caliber.com/find-a-location/brook-park', '/locate-a-caliber-collision-center/broomfield-w-116th-ave' => 'https://www.caliber.com/find-a-location/broomfield-w-116th-ave', '/locate-a-caliber-collision-center/broomfield-w-midway-blvd' => 'https://www.caliber.com/find-a-location/broomfield-w-midway-blvd', '/locate-a-caliber-collision-center/brownsburg' => 'https://www.caliber.com/find-a-location/brownsburg', '/locate-a-caliber-collision-center/bryan-college-station' => 'https://www.caliber.com/find-a-location/bryan-college-station', '/locate-a-caliber-collision-center/buford' => 'https://www.caliber.com/find-a-location/buford', '/locate-a-caliber-collision-center/burbank' => 'https://www.caliber.com/find-a-location/burbank', '/locate-a-caliber-collision-center/burbank-s-lake' => 'https://www.caliber.com/find-a-location/burbank-s-lake', '/locate-a-caliber-collision-center/burke' => 'https://www.caliber.com/find-a-location/burke', '/locate-a-caliber-collision-center/burleson' => 'https://www.caliber.com/find-a-location/burleson', '/locate-a-caliber-collision-center/burleson-south' => 'https://www.caliber.com/find-a-location/burleson-south', '/locate-a-caliber-collision-center/burlingame' => 'https://www.caliber.com/find-a-location/burlingame', '/locate-a-caliber-collision-center/burlington' => 'https://www.caliber.com/find-a-location/burlington', '/locate-a-caliber-collision-center/burnsville' => 'https://www.caliber.com/find-a-location/burnsville', '/locate-a-caliber-collision-center/calabasas' => 'https://www.caliber.com/find-a-location/calabasas-drive-center', '/locate-a-caliber-collision-center/calallen' => 'https://www.caliber.com/find-a-location/calallen', '/locate-a-caliber-collision-center/caldwell' => 'https://www.caliber.com/find-a-location/caldwell', '/locate-a-caliber-collision-center/caliber-luxury-charleston' => 'https://www.caliber.com/find-a-location/luxury-charleston', '/locate-a-caliber-collision-center/caliber-luxury-charlotte' => 'https://www.caliber.com/find-a-location/luxury-charlotte', '/locate-a-caliber-collision-center/campbell' => 'https://www.caliber.com/find-a-location/campbell', '/locate-a-caliber-collision-center/canoga-park' => 'https://www.caliber.com/find-a-location/canoga-park', '/locate-a-caliber-collision-center/canoga-park-alabama-ave' => 'https://www.caliber.com/find-a-location/canoga-park-alabama-ave', '/locate-a-caliber-collision-center/canoga-park-south' => 'https://www.caliber.com/find-a-location/canoga-park-south', '/locate-a-caliber-collision-center/canton' => 'https://www.caliber.com/find-a-location/canton', '/locate-a-caliber-collision-center/canyon-country' => 'https://www.caliber.com/find-a-location/canyon-country', '/locate-a-caliber-collision-center/cape-coral' => 'https://www.caliber.com/find-a-location/cape-coral', '/locate-a-caliber-collision-center/capitol-heights' => 'https://www.caliber.com/find-a-location/capitol-heights', '/locate-a-caliber-collision-center/carlsbad' => 'https://www.caliber.com/find-a-location/carlsbad', '/locate-a-caliber-collision-center/carmel' => 'https://www.caliber.com/find-a-location/carmel', '/locate-a-caliber-collision-center/carmichael' => 'https://www.caliber.com/find-a-location/carmichael', '/locate-a-caliber-collision-center/carol-stream' => 'https://www.caliber.com/find-a-location/carol-stream', '/locate-a-caliber-collision-center/carrollton-ga' => 'https://www.caliber.com/find-a-location/carrollton-ga', '/locate-a-caliber-collision-center/carrollton-i35-e' => 'https://www.caliber.com/find-a-location/carrollton-i35-e', '/locate-a-caliber-collision-center/carson' => 'https://www.caliber.com/find-a-location/carson', '/locate-a-caliber-collision-center/carson-city' => 'https://www.caliber.com/find-a-location/carson-city', '/locate-a-caliber-collision-center/cary-crossroads' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/castle-hayne' => 'https://www.caliber.com/find-a-location/castle-hayne', '/locate-a-caliber-collision-center/castle-hills' => 'https://www.caliber.com/find-a-location/castle-hills', '/locate-a-caliber-collision-center/castle-rock' => 'https://www.caliber.com/find-a-location/castle-rock', '/locate-a-caliber-collision-center/cathedral-city' => 'https://www.caliber.com/find-a-location/cathedral-city', '/locate-a-caliber-collision-center/catonsville' => 'https://www.caliber.com/find-a-location/catonsville', '/locate-a-caliber-collision-center/cedar-grove' => 'https://www.caliber.com/find-a-location/cedar-grove', '/locate-a-caliber-collision-center/cedar-park-south-bell-blvd' => 'https://www.caliber.com/find-a-location/cedar-park-south-bell-blvd', '/locate-a-caliber-collision-center/cedar-rapids-dodge-rd' => 'https://www.caliber.com/find-a-location/cedar-rapids-dodge-rd', '/locate-a-caliber-collision-center/celina' => 'https://www.caliber.com/find-a-location/celina', '/locate-a-caliber-collision-center/centennial' => 'https://www.caliber.com/find-a-location/centennial', '/locate-a-caliber-collision-center/centennial-hinsdale-cir' => 'https://www.caliber.com/find-a-location/centennial-hinsdale-cir', '/locate-a-caliber-collision-center/centennial-jordan-rd' => 'https://www.caliber.com/find-a-location/centennial-jordan-rd', '/locate-a-caliber-collision-center/centennial-s-colorado' => 'https://www.caliber.com/find-a-location/centennial-south-colorado', '/locate-a-caliber-collision-center/center-city-south' => 'https://www.caliber.com/find-a-location/center-city-south', '/locate-a-caliber-collision-center/centerville' => 'https://www.caliber.com/find-a-location/centerville', '/locate-a-caliber-collision-center/central-plano' => 'https://www.caliber.com/find-a-location/central-plano', '/locate-a-caliber-collision-center/chadds-ford' => 'https://www.caliber.com/find-a-location/chadds-ford', '/locate-a-caliber-collision-center/chambersburg' => 'https://www.caliber.com/find-a-location/chambersburg', '/locate-a-caliber-collision-center/chantilly' => 'https://www.caliber.com/find-a-location/chantilly', '/locate-a-caliber-collision-center/chantilly-expo-center' => 'https://www.caliber.com/find-a-location/chantilly-expo-center', '/locate-a-caliber-collision-center/charleroi' => 'https://www.caliber.com/find-a-location/charleroi', '/locate-a-caliber-collision-center/charleston-airport' => 'https://www.caliber.com/find-a-location/charleston-airport', '/locate-a-caliber-collision-center/charles-town' => 'https://www.caliber.com/find-a-location/charles-town', '/locate-a-caliber-collision-center/charlotte-albemarle-rd' => 'https://www.caliber.com/find-a-location/charlotte-albemarle-rd', '/locate-a-caliber-collision-center/charlotte-ballantyne' => 'https://www.caliber.com/find-a-location/charlotte-ballantyne', '/locate-a-caliber-collision-center/charlotte-fleet' => 'https://www.caliber.com/find-a-location/charlotte-fleet', '/locate-a-caliber-collision-center/charlotte-harbor' => 'https://www.caliber.com/find-a-location/charlotte-harbor', '/locate-a-caliber-collision-center/charlotte-independence' => 'https://www.caliber.com/find-a-location/charlotte-independence', '/locate-a-caliber-collision-center/charlotte-non-drive' => 'https://www.caliber.com/find-a-location/charlotte-non-drive', '/locate-a-caliber-collision-center/charlotte-south-end' => 'https://www.caliber.com/find-a-location/charlotte-south-end', '/locate-a-caliber-collision-center/charlotte-south-tryon' => 'https://www.caliber.com/find-a-location/charlotte-south-tryon', '/locate-a-caliber-collision-center/charlotte-tyvola-rd' => 'https://www.caliber.com/find-a-location/charlotte-tyvola-rd', '/locate-a-caliber-collision-center/charlotte-university' => 'https://www.caliber.com/find-a-location/charlotte-university', '/locate-a-caliber-collision-center/charlotte-uptown' => 'https://www.caliber.com/find-a-location/charlotte-uptown', '/locate-a-caliber-collision-center/chaska' => 'https://www.caliber.com/find-a-location/chaska', '/locate-a-caliber-collision-center/cherry-hill-east' => 'https://www.caliber.com/find-a-location/cherry-hill-east', '/locate-a-caliber-collision-center/chesterfield' => 'https://www.caliber.com/find-a-location/chesterfield', '/locate-a-caliber-collision-center/chesterfield-mo' => 'https://www.caliber.com/find-a-location/chesterfield-mo', '/locate-a-caliber-collision-center/chestertown' => 'https://www.caliber.com/find-a-location/chestertown', '/locate-a-caliber-collision-center/cheyenne' => 'https://www.caliber.com/find-a-location/cheyenne', '/locate-a-caliber-collision-center/chicago-columbus-ave' => 'https://www.caliber.com/find-a-location/chicago-columbus-ave', '/locate-a-caliber-collision-center/chicago-irving-park-rd' => 'https://www.caliber.com/find-a-location/chicago-irving-park-rd', '/locate-a-caliber-collision-center/chicago-north' => 'https://www.caliber.com/find-a-location/chicago-north', '/locate-a-caliber-collision-center/chicago-west-loop' => 'https://www.caliber.com/find-a-location/chicago-west-loop', '/locate-a-caliber-collision-center/chino-valley' => 'https://www.caliber.com/find-a-location/chino-valley', '/locate-a-caliber-collision-center/chula-vista' => 'https://www.caliber.com/find-a-location/chula-vista', '/locate-a-caliber-collision-center/cibolo' => 'https://www.caliber.com/find-a-location/cibolo', '/locate-a-caliber-collision-center/cincinnati-beechmont' => 'https://www.caliber.com/find-a-location/cincinnati-beechmont', '/locate-a-caliber-collision-center/cincinnati-eastgate' => 'https://www.caliber.com/find-a-location/cincinnati-eastgate', '/locate-a-caliber-collision-center/cincinnati-glenway-ave' => 'https://www.caliber.com/find-a-location/cincinnati-glenway-ave', '/locate-a-caliber-collision-center/cincinnati-kemper-rd' => 'https://www.caliber.com/find-a-location/cincinnati-kemper-road', '/locate-a-caliber-collision-center/cinco-ranch' => 'https://www.caliber.com/find-a-location/cinco-ranch', '/locate-a-caliber-collision-center/cinnaminson' => 'https://www.caliber.com/find-a-location/cinnaminson', '/locate-a-caliber-collision-center/citrus-heights-northeast' => 'https://www.caliber.com/find-a-location/citrus-heights-northeast', '/locate-a-caliber-collision-center/clackamas' => 'https://www.caliber.com/find-a-location/clackamas', '/locate-a-caliber-collision-center/claremont' => 'https://www.caliber.com/find-a-location/claremont', '/locate-a-caliber-collision-center/clarksville' => 'https://www.caliber.com/find-a-location/clarksville', '/locate-a-caliber-collision-center/clayton' => 'https://www.caliber.com/find-a-location/clayton', '/locate-a-caliber-collision-center/clearfield' => 'https://www.caliber.com/find-a-location/clearfield', '/locate-a-caliber-collision-center/clear-lake' => 'https://www.caliber.com/find-a-location/clear-lake', '/locate-a-caliber-collision-center/clermont' => 'https://www.caliber.com/find-a-location/clermont', '/locate-a-caliber-collision-center/clermont-east' => 'https://www.caliber.com/find-a-location/clermont-east', '/locate-a-caliber-collision-center/clifton-heights' => 'https://www.caliber.com/find-a-location/clifton-heights', '/locate-a-caliber-collision-center/clifton-heights-lansdowne' => 'https://www.caliber.com/find-a-location/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/clifton-park' => 'https://www.caliber.com/find-a-location/clifton-park', '/locate-a-caliber-collision-center/clinton' => 'https://www.caliber.com/find-a-location/clinton', '/locate-a-caliber-collision-center/clinton-old-branch-ave' => 'https://www.caliber.com/find-a-location/clinton-old-branch-ave', '/locate-a-caliber-collision-center/clovis' => 'https://www.caliber.com/find-a-location/clovis', '/locate-a-caliber-collision-center/clovis-north' => 'https://www.caliber.com/find-a-location/clovis-north', '/locate-a-caliber-collision-center/clovis-n-sunnyside-ave' => 'https://www.caliber.com/find-a-location/clovis-n-sunnyside-ave', '/locate-a-caliber-collision-center/coachella-valley' => 'https://www.caliber.com/find-a-location/coachella-valley', '/locate-a-caliber-collision-center/cohoes' => 'https://www.caliber.com/find-a-location/cohoes', '/locate-a-caliber-collision-center/college-station-tower-pt' => 'https://www.caliber.com/find-a-location/college-station-tower-pt', '/locate-a-caliber-collision-center/colleyville' => 'https://www.caliber.com/find-a-location/colleyville', '/locate-a-caliber-collision-center/collierville' => 'https://www.caliber.com/find-a-location/collierville', '/locate-a-caliber-collision-center/colmar' => 'https://www.caliber.com/find-a-location/colmar', '/locate-a-caliber-collision-center/colonial-heights-boulevard' => 'https://www.caliber.com/find-a-location/colonial-heights-boulevard', '/locate-a-caliber-collision-center/colonie' => 'https://www.caliber.com/find-a-location/colonie', '/locate-a-caliber-collision-center/colorado-springs' => 'https://www.caliber.com/find-a-location/colorado-springs', '/locate-a-caliber-collision-center/colorado-springs-astrozon-pl' => 'https://www.caliber.com/find-a-location/colorado-springs-astrozon-pl', '/locate-a-caliber-collision-center/colorado-springs-boulder-st' => 'https://www.caliber.com/find-a-location/colorado-springs-boulder-st', '/locate-a-caliber-collision-center/colorado-springs-copper' => 'https://www.caliber.com/find-a-location/colorado-springs-copper', '/locate-a-caliber-collision-center/colorado-springs-fillmore' => 'https://www.caliber.com/find-a-location/colorado-springs-fillmore', '/locate-a-caliber-collision-center/colorado-springs-n-murray' => 'https://www.caliber.com/find-a-location/colorado-springs-n-murray', '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city' => 'https://www.caliber.com/find-a-location/colorado-springs-non-drive', '/locate-a-caliber-collision-center/colorado-springs-north' => 'https://www.caliber.com/find-a-location/colorado-springs-north', '/locate-a-caliber-collision-center/colorado-springs-park-vista' => 'https://www.caliber.com/find-a-location/colorado-springs-park-vista', '/locate-a-caliber-collision-center/colorado-springs-south' => 'https://www.caliber.com/find-a-location/colorado-springs-south', '/locate-a-caliber-collision-center/columbia-greystone' => 'https://www.caliber.com/find-a-location/columbia-greystone', '/locate-a-caliber-collision-center/columbia-killian-road' => 'https://www.caliber.com/find-a-location/columbia-killian-rd', '/locate-a-caliber-collision-center/columbia-md' => 'https://www.caliber.com/find-a-location/columbia-md', '/locate-a-caliber-collision-center/columbia-mo-north' => 'https://www.caliber.com/find-a-location/columbia-mo-north', '/locate-a-caliber-collision-center/columbia-northeast' => 'https://www.caliber.com/find-a-location/columbia-northeast', '/locate-a-caliber-collision-center/columbus-in' => 'https://www.caliber.com/find-a-location/columbus-in', '/locate-a-caliber-collision-center/columbus-oh-e-lincoln-ave' => 'https://www.caliber.com/find-a-location/columbus-oh-e-lincoln', '/locate-a-caliber-collision-center/columbus-oh-n-hamilton-rd' => 'https://www.caliber.com/find-a-location/columbus-oh-n-hamilton-rd', '/locate-a-caliber-collision-center/concord' => 'https://www.caliber.com/find-a-location/concord', '/locate-a-caliber-collision-center/concord-nc' => 'https://www.caliber.com/find-a-location/concord-nc', '/locate-a-caliber-collision-center/concord-nc-raiford-dr' => 'https://www.caliber.com/find-a-location/concord-nc-raiford-dr', '/locate-a-caliber-collision-center/conroe' => 'https://www.caliber.com/find-a-location/conroe', '/locate-a-caliber-collision-center/conyers' => 'https://www.caliber.com/find-a-location/conyers', '/locate-a-caliber-collision-center/conyers-dogwood-dr' => 'https://www.caliber.com/find-a-location/conyers-dogwood-dr', '/locate-a-caliber-collision-center/coon-rapids' => 'https://www.caliber.com/find-a-location/coon-rapids', '/locate-a-caliber-collision-center/copperas-cove' => 'https://www.caliber.com/find-a-location/copperas-cove', '/locate-a-caliber-collision-center/copperfield' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/cordova' => 'https://www.caliber.com/find-a-location/cordova', '/locate-a-caliber-collision-center/corinth' => 'https://www.caliber.com/find-a-location/corinth', '/locate-a-caliber-collision-center/cornelius' => 'https://www.caliber.com/find-a-location/cornelius', '/locate-a-caliber-collision-center/corona' => 'https://www.caliber.com/find-a-location/corona', '/locate-a-caliber-collision-center/corpus-christi-ayers' => 'https://www.caliber.com/find-a-location/corpus-christi-ayers', '/locate-a-caliber-collision-center/corpus-christi-spid' => 'https://www.caliber.com/find-a-location/corpus-christi-spid', '/locate-a-caliber-collision-center/corpus-christi-spid-carroll' => 'https://www.caliber.com/find-a-location/corpus-christi-spid-carroll', '/locate-a-caliber-collision-center/corpus-christi-weber' => 'https://www.caliber.com/find-a-location/corpus-christi-weber', '/locate-a-caliber-collision-center/costa-mesa' => 'https://www.caliber.com/find-a-location/costa-mesa', '/locate-a-caliber-collision-center/costa-mesa-red-hill' => 'https://www.caliber.com/find-a-location/costa-mesa-red-hill', '/locate-a-caliber-collision-center/costa-mesa-w-18th-st' => 'https://www.caliber.com/find-a-location/costa-mesa-w-18th-st', '/locate-a-caliber-collision-center/cottage-grove' => 'https://www.caliber.com/find-a-location/cottage-grove', '/locate-a-caliber-collision-center/couer-dalene' => 'https://www.caliber.com/find-a-location/coeur-d-alene', '/locate-a-caliber-collision-center/covina' => 'https://www.caliber.com/find-a-location/covina', '/locate-a-caliber-collision-center/covington' => 'https://www.caliber.com/find-a-location/covington', '/locate-a-caliber-collision-center/crestwood' => 'https://www.caliber.com/find-a-location/crestwood', '/locate-a-caliber-collision-center/cross-roads' => 'https://www.caliber.com/find-a-location/cross-roads', '/locate-a-caliber-collision-center/crystal-city' => 'https://www.caliber.com/find-a-location/crystal-city', '/locate-a-caliber-collision-center/crystal-lake' => 'https://www.caliber.com/find-a-location/crystal-lake', '/locate-a-caliber-collision-center/cudahy' => 'https://www.caliber.com/find-a-location/cudahy', '/locate-a-caliber-collision-center/culpeper' => 'https://www.caliber.com/find-a-location/culpeper', '/locate-a-caliber-collision-center/cumming' => 'https://www.caliber.com/find-a-location/cumming', '/locate-a-caliber-collision-center/cynwyd' => 'https://www.caliber.com/find-a-location/cynwyd', '/locate-a-caliber-collision-center/cypress' => 'https://www.caliber.com/find-a-location/cypress', '/locate-a-caliber-collision-center/dallas' => 'https://www.caliber.com/find-a-location/dallas', '/locate-a-caliber-collision-center/dallas-galleria' => 'https://www.caliber.com/find-a-location/dallas-galleria', '/locate-a-caliber-collision-center/dallas-non-drive-north' => 'https://www.caliber.com/find-a-location/dallas-non-drive-north', '/locate-a-caliber-collision-center/davis-chiles-rd' => 'https://www.caliber.com/find-a-location/davis-chiles-rd', '/locate-a-caliber-collision-center/davis-research-park-dr' => 'https://www.caliber.com/find-a-location/davis-research-park-dr', '/locate-a-caliber-collision-center/decatur' => 'https://www.caliber.com/find-a-location/decatur', '/locate-a-caliber-collision-center/decatur-dekalb-industrial' => 'https://www.caliber.com/find-a-location/decatur-dekalb-industrial', '/locate-a-caliber-collision-center/delafield' => 'https://www.caliber.com/find-a-location/delafield', '/locate-a-caliber-collision-center/delray-beach-us-1' => 'https://www.caliber.com/find-a-location/delray-beach-us-1', '/locate-a-caliber-collision-center/denton' => 'https://www.caliber.com/find-a-location/denton', '/locate-a-caliber-collision-center/denver-cherry-creek' => 'https://www.caliber.com/find-a-location/denver-cherry-creek', '/locate-a-caliber-collision-center/denver-east-evans' => 'https://www.caliber.com/find-a-location/denver-east-evans', '/locate-a-caliber-collision-center/denver-east-evans-rx' => 'https://www.caliber.com/find-a-location/denver-east-evans-rx', '/locate-a-caliber-collision-center/denver-fleet' => 'https://www.caliber.com/find-a-location/denver-fleet', '/locate-a-caliber-collision-center/denver-non-drive' => 'https://www.caliber.com/find-a-location/denver-non-drive-north', '/locate-a-caliber-collision-center/denver-n-washington' => 'https://www.caliber.com/find-a-location/denver-n-washington', '/locate-a-caliber-collision-center/denver-park-hill' => 'https://www.caliber.com/find-a-location/denver-park-hill', '/locate-a-caliber-collision-center/denver-stapleton' => 'https://www.caliber.com/find-a-location/denver-stapleton', '/locate-a-caliber-collision-center/des-moines-merle-hay-rd' => 'https://www.caliber.com/find-a-location/des-moines-merle-hay-rd', '/locate-a-caliber-collision-center/dickson-city' => 'https://www.caliber.com/find-a-location/dickson-city', '/locate-a-caliber-collision-center/doraville' => 'https://www.caliber.com/find-a-location/doraville', '/locate-a-caliber-collision-center/douglasville' => 'https://www.caliber.com/find-a-location/douglasville', '/locate-a-caliber-collision-center/dover' => 'https://www.caliber.com/find-a-location/dover', '/locate-a-caliber-collision-center/dripping-springs' => 'https://www.caliber.com/find-a-location/dripping-springs', '/locate-a-caliber-collision-center/duarte' => 'https://www.caliber.com/find-a-location/duarte', '/locate-a-caliber-collision-center/dublin' => 'https://www.caliber.com/find-a-location/dublin', '/locate-a-caliber-collision-center/duluth' => 'https://www.caliber.com/find-a-location/duluth', '/locate-a-caliber-collision-center/dumfries' => 'https://www.caliber.com/find-a-location/dumfries', '/locate-a-caliber-collision-center/duncanville' => 'https://www.caliber.com/find-a-location/duncanville', '/locate-a-caliber-collision-center/duncanville-north' => 'https://www.caliber.com/find-a-location/duncanville-north', '/locate-a-caliber-collision-center/dundalk' => 'https://www.caliber.com/find-a-location/dundalk', '/locate-a-caliber-collision-center/durham-downtown' => 'https://www.caliber.com/find-a-location/durham-downtown', '/locate-a-caliber-collision-center/durham-fay-st' => 'https://www.caliber.com/find-a-location/durham-fay-st', '/locate-a-caliber-collision-center/durham-iredell-st' => 'https://www.caliber.com/find-a-location/durham-iredell-st', '/locate-a-caliber-collision-center/durham-northwest' => 'https://www.caliber.com/find-a-location/durham-northwest', '/locate-a-caliber-collision-center/durham-research-triangle' => 'https://www.caliber.com/find-a-location/durham-research-triangle', '/locate-a-caliber-collision-center/eagan' => 'https://www.caliber.com/find-a-location/eagan', '/locate-a-caliber-collision-center/eagan-sibley-highway' => 'https://www.caliber.com/find-a-location/eagan-sibley-highway', '/locate-a-caliber-collision-center/eagle-e-state-st' => 'https://www.caliber.com/find-a-location/eagle', '/locate-a-caliber-collision-center/easton' => 'https://www.caliber.com/find-a-location/easton', '/locate-a-caliber-collision-center/eden-prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/eden-prairie-aztec-dr' => 'https://www.caliber.com/find-a-location/eden-prairie-aztec-dr', '/locate-a-caliber-collision-center/edgewater' => 'https://www.caliber.com/find-a-location/edgewater', '/locate-a-caliber-collision-center/edmond' => 'https://www.caliber.com/find-a-location/edmond', '/locate-a-caliber-collision-center/edmonds' => 'https://www.caliber.com/find-a-location/edmonds', '/locate-a-caliber-collision-center/egg-harbor' => 'https://www.caliber.com/find-a-location/egg-harbor', '/locate-a-caliber-collision-center/elburn' => 'https://www.caliber.com/find-a-location/elburn', '/locate-a-caliber-collision-center/el-cajon-east-main-st' => 'https://www.caliber.com/find-a-location/el-cajon-east-main-st', '/locate-a-caliber-collision-center/el-cajon-north-johnson' => 'https://www.caliber.com/find-a-location/el-cajon-north-johnson', '/locate-a-caliber-collision-center/el-centro' => 'https://www.caliber.com/find-a-location/el-centro', '/locate-a-caliber-collision-center/el-dorado-hills' => 'https://www.caliber.com/find-a-location/el-dorado-hills', '/locate-a-caliber-collision-center/el-dorado-hills-post-st' => 'https://www.caliber.com/find-a-location/el-dorado-hills-post-st', '/locate-a-caliber-collision-center/elgin' => 'https://www.caliber.com/find-a-location/elgin', '/locate-a-caliber-collision-center/elgin-il' => 'https://www.caliber.com/find-a-location/elgin-il', '/locate-a-caliber-collision-center/elk-grove-elkmont-way' => 'https://www.caliber.com/find-a-location/elk-grove-elkmont-way', '/locate-a-caliber-collision-center/elk-grove-iron-rock-way' => 'https://www.caliber.com/find-a-location/elk-grove-iron-rock-way', '/locate-a-caliber-collision-center/elk-grove-non-drive' => 'https://www.caliber.com/find-a-location/elk-grove-non-drive', '/locate-a-caliber-collision-center/elkton' => 'https://www.caliber.com/find-a-location/elkton', '/locate-a-caliber-collision-center/elmhurst' => 'https://www.caliber.com/find-a-location/elmhurst', '/locate-a-caliber-collision-center/elm-park' => 'https://www.caliber.com/find-a-location/elm-park', '/locate-a-caliber-collision-center/el-paso-hondo-pass' => 'https://www.caliber.com/find-a-location/el-paso-hondo-pass', '/locate-a-caliber-collision-center/el-paso-ih-10' => 'https://www.caliber.com/find-a-location/el-paso-ih-10', '/locate-a-caliber-collision-center/el-paso-mesa' => 'https://www.caliber.com/find-a-location/el-paso-mesa', '/locate-a-caliber-collision-center/el-paso-montana' => 'https://www.caliber.com/find-a-location/el-paso-montana', '/locate-a-caliber-collision-center/el-paso-zaragoza-rd' => 'https://www.caliber.com/find-a-location/el-paso-n-zaragoza-rd', '/locate-a-caliber-collision-center/el-segundo' => 'https://www.caliber.com/find-a-location/el-segundo', '/locate-a-caliber-collision-center/encinitas' => 'https://www.caliber.com/find-a-location/encinitas', '/locate-a-caliber-collision-center/encinitas-westlake-st' => 'https://www.caliber.com/find-a-location/encinitas-westlake-st', '/locate-a-caliber-collision-center/englewood' => 'https://www.caliber.com/find-a-location/englewood', '/locate-a-caliber-collision-center/ephrata' => 'https://www.caliber.com/find-a-location/ephrata', '/locate-a-caliber-collision-center/escondido' => 'https://www.caliber.com/find-a-location/escondido', '/locate-a-caliber-collision-center/essex-non-drive' => 'https://www.caliber.com/find-a-location/essex-non-drive', '/locate-a-caliber-collision-center/eugene' => 'https://www.caliber.com/find-a-location/eugene', '/locate-a-caliber-collision-center/european-auto-body' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/everett' => 'https://www.caliber.com/find-a-location/everett', '/locate-a-caliber-collision-center/evesham-township' => 'https://www.caliber.com/find-a-location/evesham-township', '/locate-a-caliber-collision-center/ewing-township' => 'https://www.caliber.com/find-a-location/ewing-township', '/locate-a-caliber-collision-center/fairfax' => 'https://www.caliber.com/find-a-location/fairfax', '/locate-a-caliber-collision-center/fairfield' => 'https://www.caliber.com/find-a-location/fairfield', '/locate-a-caliber-collision-center/fairfield-woolner-ave' => 'https://www.caliber.com/find-a-location/fairfield-woolner-ave', '/locate-a-caliber-collision-center/falcon' => 'https://www.caliber.com/find-a-location/falcon', '/locate-a-caliber-collision-center/fallbrook' => 'https://www.caliber.com/find-a-location/fallbrook', '/locate-a-caliber-collision-center/falls-church' => 'https://www.caliber.com/find-a-location/falls-church', '/locate-a-caliber-collision-center/fallston' => 'https://www.caliber.com/find-a-location/fallston', '/locate-a-caliber-collision-center/farmers-branch' => 'https://www.caliber.com/find-a-location/farmers-branch', '/locate-a-caliber-collision-center/farmingdale' => 'https://www.caliber.com/find-a-location/farmingdale', '/locate-a-caliber-collision-center/farmington' => 'https://www.caliber.com/find-a-location/farmington', '/locate-a-caliber-collision-center/farragut' => 'https://www.caliber.com/find-a-location/farragut', '/locate-a-caliber-collision-center/fast-track-dealer-referral' => 'https://www.caliber.com', '/locate-a-caliber-collision-center/fayette-city' => 'https://www.caliber.com/find-a-location/fayette-city', '/locate-a-caliber-collision-center/fayetteville-east' => 'https://www.caliber.com/find-a-location/fayetteville-east', '/locate-a-caliber-collision-center/fayetteville-ga' => 'https://www.caliber.com/find-a-location/fayetteville-ga', '/locate-a-caliber-collision-center/fayetteville-nc' => 'https://www.caliber.com/find-a-location/fayetteville', '/locate-a-caliber-collision-center/fayetteville-raeford-rd' => 'https://www.caliber.com/find-a-location/fayetteville-raeford-rd', '/locate-a-caliber-collision-center/feasterville' => 'https://www.caliber.com/find-a-location/feasterville', '/locate-a-caliber-collision-center/festus' => 'https://www.caliber.com/find-a-location/festus', '/locate-a-caliber-collision-center/fife' => 'https://www.caliber.com/find-a-location/fife', '/locate-a-caliber-collision-center/fishers-britton-park-rd' => 'https://www.caliber.com/find-a-location/fishers-britton-park-rd', '/locate-a-caliber-collision-center/fishers-technology-ln' => 'https://www.caliber.com/find-a-location/fishers-technology-ln', '/locate-a-caliber-collision-center/flagstaff' => 'https://www.caliber.com/find-a-location/flagstaff', '/locate-a-caliber-collision-center/florence' => 'https://www.caliber.com/find-a-location/florence', '/locate-a-caliber-collision-center/florissant' => 'https://www.caliber.com/find-a-location/florissant', '/locate-a-caliber-collision-center/flourtown' => 'https://www.caliber.com/find-a-location/flourtown', '/locate-a-caliber-collision-center/flower-mound' => 'https://www.caliber.com/find-a-location/flower-mound', '/locate-a-caliber-collision-center/foley' => 'https://www.caliber.com/find-a-location/foley', '/locate-a-caliber-collision-center/folsom' => 'https://www.caliber.com/find-a-location/folsom', '/locate-a-caliber-collision-center/folsom-lake' => 'https://www.caliber.com/find-a-location/folsom-lake', '/locate-a-caliber-collision-center/fond-du-lac' => 'https://www.caliber.com/find-a-location/fond-du-lac', '/locate-a-caliber-collision-center/fontana' => 'https://www.caliber.com/find-a-location/fontana', '/locate-a-caliber-collision-center/forest-lake' => 'https://www.caliber.com/find-a-location/forest-lake', '/locate-a-caliber-collision-center/forest-park' => 'https://www.caliber.com/find-a-location/forest-park', '/locate-a-caliber-collision-center/forest-park-il' => 'https://www.caliber.com/find-a-location/forest-park-il', '/locate-a-caliber-collision-center/forest-park-oh' => 'https://www.caliber.com/find-a-location/forest-park-oh', '/locate-a-caliber-collision-center/forestville' => 'https://www.caliber.com/find-a-location/forestville', '/locate-a-caliber-collision-center/forney' => 'https://www.caliber.com/find-a-location/forney', '/locate-a-caliber-collision-center/fort-collins' => 'https://www.caliber.com/find-a-location/fort-collins', '/locate-a-caliber-collision-center/fort-lauderdale-powerline' => 'https://www.caliber.com/find-a-location/fort-lauderdale-powerline', '/locate-a-caliber-collision-center/fort-mill' => 'https://www.caliber.com/find-a-location/fort-mill', '/locate-a-caliber-collision-center/fort-myers-andrea-lane' => 'https://www.caliber.com/find-a-location/fort-myers-andrea-ln', '/locate-a-caliber-collision-center/fort-wayne-north' => 'https://www.caliber.com/find-a-location/fort-wayne-north', '/locate-a-caliber-collision-center/fort-worth-alliance' => 'https://www.caliber.com/find-a-location/fort-worth-alliance', '/locate-a-caliber-collision-center/fort-worth-beach-street' => 'https://www.caliber.com/find-a-location/fort-worth-beach-st', '/locate-a-caliber-collision-center/fort-worth-downtown' => 'https://www.caliber.com/find-a-location/fort-worth-downtown', '/locate-a-caliber-collision-center/fort-worth-harmon' => 'https://www.caliber.com/find-a-location/fort-worth-harmon', '/locate-a-caliber-collision-center/fort-worth-ih-30' => 'https://www.caliber.com/find-a-location/fort-worth-ih-30', '/locate-a-caliber-collision-center/fort-worth-non-drive' => 'https://www.caliber.com/find-a-location/fort-worth-non-drive', '/locate-a-caliber-collision-center/fort-worth-west' => 'https://www.caliber.com/find-a-location/fort-worth-west', '/locate-a-caliber-collision-center/fort-worth-western-center' => 'https://www.caliber.com/find-a-location/fort-worth-western-center', '/locate-a-caliber-collision-center/fountain' => 'https://www.caliber.com/find-a-location/fountain', '/locate-a-caliber-collision-center/fountain-inn' => 'https://www.caliber.com/find-a-location/fountain-inn', '/locate-a-caliber-collision-center/fountain-valley' => 'https://www.caliber.com/find-a-location/fountain-valley', '/locate-a-caliber-collision-center/frankfort-ky' => 'https://www.caliber.com/find-a-location/frankfort-ky', '/locate-a-caliber-collision-center/franklin' => 'https://www.caliber.com/find-a-location/franklin', '/locate-a-caliber-collision-center/franklin-columbia-ave' => 'https://www.caliber.com/find-a-location/franklin-columbia-ave', '/locate-a-caliber-collision-center/franklin-wi' => 'https://www.caliber.com/find-a-location/franklin-wi', '/locate-a-caliber-collision-center/frederick-monocacy-valley' => 'https://www.caliber.com/find-a-location/frederick-monocacy-valley', '/locate-a-caliber-collision-center/fredericksburg' => 'https://www.caliber.com/find-a-location/fredericksburg', '/locate-a-caliber-collision-center/fremont' => 'https://www.caliber.com/find-a-location/fremont', '/locate-a-caliber-collision-center/fremont-north' => 'https://www.caliber.com/find-a-location/fremont-north', '/locate-a-caliber-collision-center/fresno' => 'https://www.caliber.com/find-a-location/fresno', '/locate-a-caliber-collision-center/fresno-broadway' => 'https://www.caliber.com/find-a-location/fresno-broadway', '/locate-a-caliber-collision-center/fresno-n-blackstone' => 'https://www.caliber.com/find-a-location/fresno-n-blackstone', '/locate-a-caliber-collision-center/fresno-n-blythe-ave' => 'https://www.caliber.com/find-a-location/fresno-n-blythe-ave', '/locate-a-caliber-collision-center/fresno-n-milburn-ave' => 'https://www.caliber.com/find-a-location/fresno-n-milburn-ave', '/locate-a-caliber-collision-center/fresno-nthesta-st' => 'https://www.caliber.com/find-a-location/fresno-n-thesta-st', '/locate-a-caliber-collision-center/fresno-palm-bluff' => 'https://www.caliber.com/find-a-location/fresno-palm-bluff', '/locate-a-caliber-collision-center/fresno-tx' => 'https://www.caliber.com/find-a-location/fresno-tx', '/locate-a-caliber-collision-center/fridley' => 'https://www.caliber.com/find-a-location/fridley', '/locate-a-caliber-collision-center/friendswood' => 'https://www.caliber.com/find-a-location/friendswood', '/locate-a-caliber-collision-center/frisco' => 'https://www.caliber.com/find-a-location/frisco', '/locate-a-caliber-collision-center/frisco-downtown' => 'https://www.caliber.com/find-a-location/frisco-downtown', '/locate-a-caliber-collision-center/frisco-express' => 'https://www.caliber.com/find-a-location/frisco-express', '/locate-a-caliber-collision-center/fulshear' => 'https://www.caliber.com/find-a-location/fulshear', '/locate-a-caliber-collision-center/fuquay-varina' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/gainesville' => 'https://www.caliber.com/find-a-location/gainesville', '/locate-a-caliber-collision-center/gainesville-fl-north' => 'https://www.caliber.com/find-a-location/gainesville-fl-north', '/locate-a-caliber-collision-center/gainesville-rx' => 'https://www.caliber.com/find-a-location/gainesville-rx', '/locate-a-caliber-collision-center/gaithersburg' => 'https://www.caliber.com/find-a-location/gaithersburg', '/locate-a-caliber-collision-center/gallatin' => 'https://www.caliber.com/find-a-location/gallatin', '/locate-a-caliber-collision-center/galveston' => 'https://www.caliber.com/find-a-location/galveston', '/locate-a-caliber-collision-center/garden-grove' => 'https://www.caliber.com/find-a-location/garden-grove', '/locate-a-caliber-collision-center/garland' => 'https://www.caliber.com/find-a-location/garland', '/locate-a-caliber-collision-center/gastonia' => 'https://www.caliber.com/find-a-location/gastonia', '/locate-a-caliber-collision-center/georgetown' => 'https://www.caliber.com/find-a-location/georgetown', '/locate-a-caliber-collision-center/georgetown-ky' => 'https://www.caliber.com/find-a-location/georgetown-ky', '/locate-a-caliber-collision-center/germantown' => 'https://www.caliber.com/find-a-location/germantown', '/locate-a-caliber-collision-center/gilbert' => 'https://www.caliber.com/find-a-location/gilbert', '/locate-a-caliber-collision-center/gilroy' => 'https://www.caliber.com/find-a-location/gilroy', '/locate-a-caliber-collision-center/gilroy-church-st' => 'https://www.caliber.com/find-a-location/gilroy-church-st', '/locate-a-caliber-collision-center/glassboro' => 'https://www.caliber.com/find-a-location/glassboro', '/locate-a-caliber-collision-center/glen-allen' => 'https://www.caliber.com/find-a-location/glen-allen', '/locate-a-caliber-collision-center/glen-burnie' => 'https://www.caliber.com/find-a-location/glen-burnie', '/locate-a-caliber-collision-center/glen-burnie-north' => 'https://www.caliber.com/find-a-location/glen-burnie-north', '/locate-a-caliber-collision-center/glen-carbon' => 'https://www.caliber.com/find-a-location/glen-carbon', '/locate-a-caliber-collision-center/glendale' => 'https://www.caliber.com/find-a-location/glendale', '/locate-a-caliber-collision-center/glendale-s-louise-st' => 'https://www.caliber.com/find-a-location/glendale-s-louise-st', '/locate-a-caliber-collision-center/glendale-wi' => 'https://www.caliber.com/find-a-location/glendale-wi', '/locate-a-caliber-collision-center/glendora' => 'https://www.caliber.com/find-a-location/glendora', '/locate-a-caliber-collision-center/glenolden' => 'https://www.caliber.com/find-a-location/glenolden', '/locate-a-caliber-collision-center/glenside' => 'https://www.caliber.com/find-a-location/glenside', '/locate-a-caliber-collision-center/goose-creek' => 'https://www.caliber.com/find-a-location/goose-creek', '/locate-a-caliber-collision-center/grafton-wi' => 'https://www.caliber.com/find-a-location/grafton', '/locate-a-caliber-collision-center/grand-junction-25-rd' => 'https://www.caliber.com/find-a-location/grand-junction-25-road', '/locate-a-caliber-collision-center/grapevine' => 'https://www.caliber.com/find-a-location/grapevine', '/locate-a-caliber-collision-center/grass-valley' => 'https://www.caliber.com/find-a-location/grass-valley', '/locate-a-caliber-collision-center/grayslake' => 'https://www.caliber.com/find-a-location/grayslake', '/locate-a-caliber-collision-center/greeley' => 'https://www.caliber.com/find-a-location/greeley', '/locate-a-caliber-collision-center/greensboro-battleground-ave' => 'https://www.caliber.com/find-a-location/greensboro-battleground-ave', '/locate-a-caliber-collision-center/greensboro-edwardia-dr' => 'https://www.caliber.com/find-a-location/greensboro-edwardia-dr', '/locate-a-caliber-collision-center/greensboro-south' => 'https://www.caliber.com/find-a-location/greensboro-south', '/locate-a-caliber-collision-center/greensboro-s-regional-rd' => 'https://www.caliber.com/find-a-location/greensboro-s-regional-rd', '/locate-a-caliber-collision-center/greenville' => 'https://www.caliber.com/find-a-location/greenville', '/locate-a-caliber-collision-center/greenville-nc' => 'https://www.caliber.com/find-a-location/greenville-nc', '/locate-a-caliber-collision-center/greenville-woodruff-rd' => 'https://www.caliber.com/find-a-location/greenville-woodruff-rd', '/locate-a-caliber-collision-center/greenwood-melody-ave' => 'https://www.caliber.com/find-a-location/greenwood-melody-ave', '/locate-a-caliber-collision-center/greenwood-village' => 'https://www.caliber.com/find-a-location/greenwood-village', '/locate-a-caliber-collision-center/gresham' => 'https://www.caliber.com/find-a-location/gresham', '/locate-a-caliber-collision-center/grimes' => 'https://www.caliber.com/find-a-location/grimes', '/locate-a-caliber-collision-center/hagerstown' => 'https://www.caliber.com/find-a-location/hagerstown', '/locate-a-caliber-collision-center/hamilton' => 'https://www.caliber.com/find-a-location/hamilton', '/locate-a-caliber-collision-center/ham-lake' => 'https://www.caliber.com/find-a-location/ham-lake', '/locate-a-caliber-collision-center/hampton' => 'https://www.caliber.com/find-a-location/hampton', '/locate-a-caliber-collision-center/hampton-thomas-st' => 'https://www.caliber.com/find-a-location/hampton-thomas-st', '/locate-a-caliber-collision-center/hanford' => 'https://www.caliber.com/find-a-location/hanford', '/locate-a-caliber-collision-center/harker-heights' => 'https://www.caliber.com/find-a-location/harker-heights', '/locate-a-caliber-collision-center/harrisburg-nc' => 'https://www.caliber.com/find-a-location/harrisburg-nc', '/locate-a-caliber-collision-center/harrisburg-pa' => 'https://www.caliber.com/find-a-location/harrisburg-pa', '/locate-a-caliber-collision-center/harrison' => 'https://www.caliber.com/find-a-location/harrison', '/locate-a-caliber-collision-center/harrisonburg' => 'https://www.caliber.com/find-a-location/harrisonburg', '/locate-a-caliber-collision-center/hartville' => 'https://www.caliber.com/find-a-location/hartville', '/locate-a-caliber-collision-center/havre-de-grace' => 'https://www.caliber.com/find-a-location/havre-de-grace', '/locate-a-caliber-collision-center/hawthorne' => 'https://www.caliber.com/find-a-location/hawthorne', '/locate-a-caliber-collision-center/hayward' => 'https://www.caliber.com/find-a-location/hayward', '/locate-a-caliber-collision-center/helotes-express' => 'https://www.caliber.com/find-a-location/helotes-express', '/locate-a-caliber-collision-center/hemet' => 'https://www.caliber.com/find-a-location/hemet', '/locate-a-caliber-collision-center/henderson-american-pacific' => 'https://www.caliber.com/find-a-location/henderson-american-pacific', '/locate-a-caliber-collision-center/henderson-co' => 'https://www.caliber.com/find-a-location/henderson-co', '/locate-a-caliber-collision-center/henderson-eastgate' => 'https://www.caliber.com/find-a-location/henderson', '/locate-a-caliber-collision-center/hernando' => 'https://www.caliber.com/find-a-location/hernando', '/locate-a-caliber-collision-center/hesperia' => 'https://www.caliber.com/find-a-location/hesperia', '/locate-a-caliber-collision-center/hesperia-bear-valley-rd' => 'https://www.caliber.com/find-a-location/hesperia-bear-valley-rd', '/locate-a-caliber-collision-center/hickory-hollow' => 'https://www.caliber.com/find-a-location/hickory-hollow', '/locate-a-caliber-collision-center/highland-park' => 'https://www.caliber.com/find-a-location/highland-park', '/locate-a-caliber-collision-center/highlands-ranch' => 'https://www.caliber.com/find-a-location/highlands-ranch', '/locate-a-caliber-collision-center/hillsboro' => 'https://www.caliber.com/find-a-location/hillsboro', '/locate-a-caliber-collision-center/hollister' => 'https://www.caliber.com/find-a-location/hollister', '/locate-a-caliber-collision-center/hollywood' => 'https://www.caliber.com/find-a-location/hollywood', '/locate-a-caliber-collision-center/hollywood-blvd' => 'https://www.caliber.com/find-a-location/hollywood-blvd', '/locate-a-caliber-collision-center/hollywood-fl' => 'https://www.caliber.com/find-a-location/hollywood-fl', '/locate-a-caliber-collision-center/hopkins' => 'https://www.caliber.com/find-a-location/hopkins', '/locate-a-caliber-collision-center/hopkinsville' => 'https://www.caliber.com/find-a-location/hopkinsville', '/locate-a-caliber-collision-center/horn-lake' => 'https://www.caliber.com/find-a-location/horn-lake', '/locate-a-caliber-collision-center/horsham' => 'https://www.caliber.com/find-a-location/horsham', '/locate-a-caliber-collision-center/houston-galleria' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/houston-liberty-lakes' => 'https://www.caliber.com/find-a-location/houston-liberty-lakes', '/locate-a-caliber-collision-center/houston-memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/houston-morton-ranch' => 'https://www.caliber.com/find-a-location/houston-morton-ranch', '/locate-a-caliber-collision-center/houston-non-drive-north' => 'https://www.caliber.com/find-a-location/houston-non-drive-north', '/locate-a-caliber-collision-center/houston-non-drive-west' => 'https://www.caliber.com/find-a-location/houston-non-drive-west', '/locate-a-caliber-collision-center/houston-northeast' => 'https://www.caliber.com/find-a-location/houston-northeast', '/locate-a-caliber-collision-center/houston-pasadena' => 'https://www.caliber.com/find-a-location/houston-pasadena', '/locate-a-caliber-collision-center/houston-south-loop' => 'https://www.caliber.com/find-a-location/houston-south-loop', '/locate-a-caliber-collision-center/houston-southwest-freeway' => 'https://www.caliber.com/find-a-location/houston-southwest-freeway', '/locate-a-caliber-collision-center/houston-towne-lake' => 'https://www.caliber.com/find-a-location/houston-towne-lake', '/locate-a-caliber-collision-center/houston-willowbrook' => 'https://www.caliber.com/find-a-location/houston-willowbrook', '/locate-a-caliber-collision-center/huntersville' => 'https://www.caliber.com/find-a-location/huntersville', '/locate-a-caliber-collision-center/huntington' => 'https://www.caliber.com/find-a-location/huntington', '/locate-a-caliber-collision-center/huntington-beach' => 'https://www.caliber.com/find-a-location/huntington-beach', '/locate-a-caliber-collision-center/huntington-beach-graham-st' => 'https://www.caliber.com/find-a-location/huntington-beach-graham-st', '/locate-a-caliber-collision-center/hunt-valley' => 'https://www.caliber.com/find-a-location/hunt-valley', '/locate-a-caliber-collision-center/hutto' => 'https://www.caliber.com/find-a-location/hutto', '/locate-a-caliber-collision-center/hyattsville' => 'https://www.caliber.com/find-a-location/hyattsville', '/locate-a-caliber-collision-center/indianapolis-beech-grove' => 'https://www.caliber.com/find-a-location/indianapolis-beech-grove', '/locate-a-caliber-collision-center/indianapolis-castleton' => 'https://www.caliber.com/find-a-location/indianapolis-castleton', '/locate-a-caliber-collision-center/indianapolis-downtown' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/indianapolis-lafayette-park' => 'https://www.caliber.com/find-a-location/indianapolis-lafayette-park', '/locate-a-caliber-collision-center/indianapolis-lawrence' => 'https://www.caliber.com/find-a-location/indianapolis-lawrence', '/locate-a-caliber-collision-center/indianapolis-northwest' => 'https://www.caliber.com/find-a-location/indianapolis-northwest', '/locate-a-caliber-collision-center/indianapolis-shadeland' => 'https://www.caliber.com/find-a-location/indianapolis-shadeland', '/locate-a-caliber-collision-center/indianapolis-south' => 'https://www.caliber.com/find-a-location/indianapolis-south', '/locate-a-caliber-collision-center/indianapolis-stop-12' => 'https://www.caliber.com/find-a-location/indianapolis-stop-12', '/locate-a-caliber-collision-center/indianapolis-west' => 'https://www.caliber.com/find-a-location/indianapolis-west', '/locate-a-caliber-collision-center/indianapolis-westfield' => 'https://www.caliber.com/find-a-location/indianapolis-westfield', '/locate-a-caliber-collision-center/indian-land' => 'https://www.caliber.com/find-a-location/indian-land', '/locate-a-caliber-collision-center/indian-trail' => 'https://www.caliber.com/find-a-location/indian-trail', '/locate-a-caliber-collision-center/indio' => 'https://www.caliber.com/find-a-location/indio', '/locate-a-caliber-collision-center/inland-empire-non-drive' => 'https://www.caliber.com/find-a-location/inland-empire-non-drive', '/locate-a-caliber-collision-center/irmo' => 'https://www.caliber.com/find-a-location/irmo', '/locate-a-caliber-collision-center/irvine' => 'https://www.caliber.com/find-a-location/irvine', '/locate-a-caliber-collision-center/irvine-north' => 'https://www.caliber.com/find-a-location/irvine-north', '/locate-a-caliber-collision-center/issaquah-e-lake-sammamish' => 'https://www.caliber.com/find-a-location/issaquah-e-lake-sammamish', '/locate-a-caliber-collision-center/issaquah-sunset' => 'https://www.caliber.com/find-a-location/issaquah-sunset', '/locate-a-caliber-collision-center/jackson-tn' => 'https://www.caliber.com/find-a-location/jackson-tn', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic' => 'https://www.caliber.com/find-a-location/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/jacksonville-fl-beach-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-beach-blvd', '/locate-a-caliber-collision-center/jacksonville-fl-downtown' => 'https://www.caliber.com/find-a-location/jacksonville-fl-downtown', '/locate-a-caliber-collision-center/jacksonville-fl-mayport' => 'https://www.caliber.com/find-a-location/jacksonville-fl-mayport', '/locate-a-caliber-collision-center/jacksonville-fl-merrill-rd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-merrill-rd', '/locate-a-caliber-collision-center/jacksonville-fl-nas' => 'https://www.caliber.com/find-a-location/jacksonville-fl-nas', '/locate-a-caliber-collision-center/jacksonville-fl-non-drive' => 'https://www.caliber.com/find-a-location/jacksonville-fl-non-drive', '/locate-a-caliber-collision-center/jacksonville-fl-philips-hwy' => 'https://www.caliber.com/find-a-location/jacksonville-fl-philips-hwy', '/locate-a-caliber-collision-center/jacksonville-fl-sw' => 'https://www.caliber.com/find-a-location/jacksonville-fl-sw', '/locate-a-caliber-collision-center/jacksonville-nc-lejeune' => 'https://www.caliber.com/find-a-location/jacksonville-nc-lejeune', '/locate-a-caliber-collision-center/jacksonville-nc-marine-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-nc-marine-blvd', '/locate-a-caliber-collision-center/jacksonville-new-river' => 'https://www.caliber.com/find-a-location/jacksonville-new-river', '/locate-a-caliber-collision-center/janesville' => 'https://www.caliber.com/find-a-location/janesville', '/locate-a-caliber-collision-center/jessup' => 'https://www.caliber.com/find-a-location/jessup', '/locate-a-caliber-collision-center/johns-creek' => 'https://www.caliber.com/find-a-location/johns-creek', '/locate-a-caliber-collision-center/joppa' => 'https://www.caliber.com/find-a-location/joppa', '/locate-a-caliber-collision-center/jupiter' => 'https://www.caliber.com/find-a-location/jupiter', '/locate-a-caliber-collision-center/jupiter-old-dixie-hwy' => 'https://www.caliber.com/find-a-location/jupiter-old-dixie-highway', '/locate-a-caliber-collision-center/katy' => 'https://www.caliber.com/find-a-location/katy', '/locate-a-caliber-collision-center/kearney-mesa-dagget' => 'https://www.caliber.com/find-a-location/kearny-mesa-dagget', '/locate-a-caliber-collision-center/keizer' => 'https://www.caliber.com/find-a-location/keizer', '/locate-a-caliber-collision-center/keller' => 'https://www.caliber.com/find-a-location/keller', '/locate-a-caliber-collision-center/kennesaw' => 'https://www.caliber.com/find-a-location/kennesaw', '/locate-a-caliber-collision-center/kennesaw-moon-station' => 'https://www.caliber.com/find-a-location/kennesaw-moon-station', '/locate-a-caliber-collision-center/kennett-square' => 'https://www.caliber.com/find-a-location/kennett-square', '/locate-a-caliber-collision-center/kennewick' => 'https://www.caliber.com/find-a-location/kennewick', '/locate-a-caliber-collision-center/kenosha' => 'https://www.caliber.com/find-a-location/kenosha', '/locate-a-caliber-collision-center/kent-island' => 'https://www.caliber.com/find-a-location/kent-island', '/locate-a-caliber-collision-center/killeen' => 'https://www.caliber.com/find-a-location/killeen', '/locate-a-caliber-collision-center/killeen-downtown' => 'https://www.caliber.com/find-a-location/killeen-downtown', '/locate-a-caliber-collision-center/killeen-express' => 'https://www.caliber.com/find-a-location/killeen-express', '/locate-a-caliber-collision-center/king-of-prussia' => 'https://www.caliber.com/find-a-location/king-of-prussia', '/locate-a-caliber-collision-center/kingston' => 'https://www.caliber.com/find-a-location/kingston', '/locate-a-caliber-collision-center/kingston-pike' => 'https://www.caliber.com/find-a-location/kingston-pike', '/locate-a-caliber-collision-center/kingwood' => 'https://www.caliber.com/find-a-location/kingwood', '/locate-a-caliber-collision-center/kirkland' => 'https://www.caliber.com/find-a-location/kirkland', '/locate-a-caliber-collision-center/kissimmee' => 'https://www.caliber.com/find-a-location/kissimmee', '/locate-a-caliber-collision-center/kissimmee-east' => 'https://www.caliber.com/find-a-location/kissimmee-east', '/locate-a-caliber-collision-center/kissimmee-north' => 'https://www.caliber.com/find-a-location/kissimmee-north', '/locate-a-caliber-collision-center/knoxville-north' => 'https://www.caliber.com/find-a-location/knoxville-north', '/locate-a-caliber-collision-center/knoxville-west' => 'https://www.caliber.com/find-a-location/knoxville-west', '/locate-a-caliber-collision-center/kyle' => 'https://www.caliber.com/find-a-location/kyle', '/locate-a-caliber-collision-center/la-cienega' => 'https://www.caliber.com/find-a-location/los-angeles-la-cienega', '/locate-a-caliber-collision-center/la-crescenta' => 'https://www.caliber.com/find-a-location/la-crescenta-drive-center', '/locate-a-caliber-collision-center/ladson' => 'https://www.caliber.com/find-a-location/ladson', '/locate-a-caliber-collision-center/lafayette' => 'https://www.caliber.com/find-a-location/lafayette-farabee-dr', '/locate-a-caliber-collision-center/laguna-beach' => 'https://www.caliber.com/find-a-location/laguna-beach', '/locate-a-caliber-collision-center/laguna-niguel' => 'https://www.caliber.com/find-a-location/laguna-niguel', '/locate-a-caliber-collision-center/lake-elsinore' => 'https://www.caliber.com/find-a-location/lake-elsinore', '/locate-a-caliber-collision-center/lake-forest' => 'https://www.caliber.com/find-a-location/lake-forest', '/locate-a-caliber-collision-center/lake-havasu-city' => 'https://www.caliber.com/find-a-location/lake-havasu-city', '/locate-a-caliber-collision-center/lake-jackson' => 'https://www.caliber.com/find-a-location/lake-jackson', '/locate-a-caliber-collision-center/lake-norman-denver' => 'https://www.caliber.com/find-a-location/lake-norman', '/locate-a-caliber-collision-center/lake-oswego' => 'https://www.caliber.com/find-a-location/lake-oswego', '/locate-a-caliber-collision-center/lakeway' => 'https://www.caliber.com/find-a-location/lakeway', '/locate-a-caliber-collision-center/lakewood-co' => 'https://www.caliber.com/find-a-location/lakewood-co', '/locate-a-caliber-collision-center/lakewood-wa' => 'https://www.caliber.com/find-a-location/lakewood-wa', '/locate-a-caliber-collision-center/la-mesa' => 'https://www.caliber.com/find-a-location/la-mesa', '/locate-a-caliber-collision-center/lancaster' => 'https://www.caliber.com/find-a-location/lancaster', '/locate-a-caliber-collision-center/landover' => 'https://www.caliber.com/find-a-location/landover', '/locate-a-caliber-collision-center/largo' => 'https://www.caliber.com/find-a-location/largo', '/locate-a-caliber-collision-center/las-cruces' => 'https://www.caliber.com/find-a-location/las-cruces-n-telshor-bl', '/locate-a-caliber-collision-center/las-cruces-amador' => 'https://www.caliber.com/find-a-location/las-cruces-amador', '/locate-a-caliber-collision-center/las-vegas-anthem' => 'https://www.caliber.com/find-a-location/las-vegas-anthem', '/locate-a-caliber-collision-center/las-vegas-downtown' => 'https://www.caliber.com/find-a-location/las-vegas-downtown', '/locate-a-caliber-collision-center/las-vegas-procyon-st' => 'https://www.caliber.com/find-a-location/las-vegas-procyon-st', '/locate-a-caliber-collision-center/las-vegas-rancho-rd' => 'https://www.caliber.com/find-a-location/las-vegas-rancho-rd', '/locate-a-caliber-collision-center/las-vegas-ricky-rd' => 'https://www.caliber.com/find-a-location/las-vegas-ricky-rd', '/locate-a-caliber-collision-center/lawrenceville' => 'https://www.caliber.com/find-a-location/lawrenceville', '/locate-a-caliber-collision-center/leander-crystal-falls-pkwy' => 'https://www.caliber.com/find-a-location/leander-crystal-falls-pkwy', '/locate-a-caliber-collision-center/lebanon' => 'https://www.caliber.com/find-a-location/lebanon', '/locate-a-caliber-collision-center/lebanon-oh' => 'https://www.caliber.com/find-a-location/lebanon-oh', '/locate-a-caliber-collision-center/lebanon-pa' => 'https://www.caliber.com/find-a-location/lebanon-pa', '/locate-a-caliber-collision-center/lebanon-west-main-st' => 'https://www.caliber.com/find-a-location/lebanon-west-main-st', '/locate-a-caliber-collision-center/leesburg' => 'https://www.caliber.com/find-a-location/leesburg', '/locate-a-caliber-collision-center/lehigh-acres' => 'https://www.caliber.com/find-a-location/lehigh-acres', '/locate-a-caliber-collision-center/leon-springs-luxury' => 'https://www.caliber.com/find-a-location/luxury-leon-springs', '/locate-a-caliber-collision-center/levittown' => 'https://www.caliber.com/find-a-location/levittown', '/locate-a-caliber-collision-center/lewisville' => 'https://www.caliber.com/find-a-location/lewisville', '/locate-a-caliber-collision-center/lexington-ky' => 'https://www.caliber.com/find-a-location/lexington-ky', '/locate-a-caliber-collision-center/lexington-park' => 'https://www.caliber.com/find-a-location/lexington-park', '/locate-a-caliber-collision-center/lexington-sc' => 'https://www.caliber.com/find-a-location/lexington-sc', '/locate-a-caliber-collision-center/libertyville' => 'https://www.caliber.com/find-a-location/libertyville', '/locate-a-caliber-collision-center/lincoln' => 'https://www.caliber.com/find-a-location/lincoln', '/locate-a-caliber-collision-center/litchfield-park' => 'https://www.caliber.com/find-a-location/litchfield-park', '/locate-a-caliber-collision-center/lithia-springs' => 'https://www.caliber.com/find-a-location/lithia-springs', '/locate-a-caliber-collision-center/little-elm' => 'https://www.caliber.com/find-a-location/little-elm', '/locate-a-caliber-collision-center/littleton' => 'https://www.caliber.com/find-a-location/littleton', '/locate-a-caliber-collision-center/littleton-chatfield' => 'https://www.caliber.com/find-a-location/littleton-chatfield', '/locate-a-caliber-collision-center/littleton-s-broadway' => 'https://www.caliber.com/find-a-location/littleton-s-broadway', '/locate-a-caliber-collision-center/logan' => 'https://www.caliber.com/find-a-location/logan', '/locate-a-caliber-collision-center/lomita' => 'https://www.caliber.com/find-a-location/lomita', '/locate-a-caliber-collision-center/lompoc' => 'https://www.caliber.com/find-a-location/lompoc', '/locate-a-caliber-collision-center/long-beach' => 'https://www.caliber.com/find-a-location/long-beach', '/locate-a-caliber-collision-center/longmont' => 'https://www.caliber.com/find-a-location/longmont', '/locate-a-caliber-collision-center/longmont-boston-ave' => 'https://www.caliber.com/find-a-location/longmont-boston-ave', '/locate-a-caliber-collision-center/longview-north' => 'https://www.caliber.com/find-a-location/longview-north', '/locate-a-caliber-collision-center/longwood' => 'https://www.caliber.com/find-a-location/longwood', '/locate-a-caliber-collision-center/los-angeles-downtown' => 'https://www.caliber.com/find-a-location/los-angeles-downtown', '/locate-a-caliber-collision-center/los-angeles-griffith-park' => 'https://www.caliber.com/find-a-location/los-angeles-griffith-park', '/locate-a-caliber-collision-center/los-angeles-mid-city' => 'https://www.caliber.com/find-a-location/los-angeles-mid-city', '/locate-a-caliber-collision-center/los-angeles-s-la-brea' => 'https://www.caliber.com/find-a-location/los-angeles-s-la-brea', '/locate-a-caliber-collision-center/los-angeles-w-adams-blvd' => 'https://www.caliber.com/find-a-location/los-angeles-w-adams-blvd', '/locate-a-caliber-collision-center/los-angeles-w-washington' => 'https://www.caliber.com/find-a-location/los-angeles-w-washington', '/locate-a-caliber-collision-center/los-banos' => 'https://www.caliber.com/find-a-location/los-banos', '/locate-a-caliber-collision-center/los-gatos' => 'https://www.caliber.com/find-a-location/los-gatos', '/locate-a-caliber-collision-center/louisville-dixie-hwy' => 'https://www.caliber.com/find-a-location/louisville-dixie-hwy', '/locate-a-caliber-collision-center/loveland' => 'https://www.caliber.com/find-a-location/loveland', '/locate-a-caliber-collision-center/loveland-oh' => 'https://www.caliber.com/find-a-location/loveland-oh', '/locate-a-caliber-collision-center/loveland-topaz-dr' => 'https://www.caliber.com/find-a-location/loveland-topaz-dr', '/locate-a-caliber-collision-center/lumberton' => 'https://www.caliber.com/find-a-location/lumberton', '/locate-a-caliber-collision-center/lutz' => 'https://www.caliber.com/find-a-location/lutz', '/locate-a-caliber-collision-center/lynbrook' => 'https://www.caliber.com/find-a-location/lynbrook', '/locate-a-caliber-collision-center/lynchburg' => 'https://www.caliber.com/find-a-location/lynchburg', '/locate-a-caliber-collision-center/lynnwood-wa' => 'https://www.caliber.com/find-a-location/lynnwood-wa', '/locate-a-caliber-collision-center/lynwood-il' => 'https://www.caliber.com/find-a-location/lynwood-il', '/locate-a-caliber-collision-center/macon' => 'https://www.caliber.com/find-a-location/macon', '/locate-a-caliber-collision-center/madera' => 'https://www.caliber.com/find-a-location/madera', '/locate-a-caliber-collision-center/madison' => 'https://www.caliber.com/find-a-location/madison', '/locate-a-caliber-collision-center/madison-east-towne' => 'https://www.caliber.com/find-a-location/madison-east-towne', '/locate-a-caliber-collision-center/madison-gallatin-pike' => 'https://www.caliber.com/find-a-location/madison-gallatin-pike', '/locate-a-caliber-collision-center/madison-west-towne' => 'https://www.caliber.com/find-a-location/madison-west-towne', '/locate-a-caliber-collision-center/manassas' => 'https://www.caliber.com/find-a-location/manassas', '/locate-a-caliber-collision-center/manayunk' => 'https://www.caliber.com/find-a-location/manayunk', '/locate-a-caliber-collision-center/manchaca' => 'https://www.caliber.com/find-a-location/austin-menchaca', '/locate-a-caliber-collision-center/mansfield' => 'https://www.caliber.com/find-a-location/mansfield', '/locate-a-caliber-collision-center/manteca' => 'https://www.caliber.com/find-a-location/manteca', '/locate-a-caliber-collision-center/maple-grove' => 'https://www.caliber.com/find-a-location/maple-grove', '/locate-a-caliber-collision-center/maplewood' => 'https://www.caliber.com/find-a-location/maplewood', '/locate-a-caliber-collision-center/marble-falls' => 'https://www.caliber.com/find-a-location/marble-falls', '/locate-a-caliber-collision-center/margaret-wallace' => 'https://www.caliber.com/find-a-location/margaret-wallace', '/locate-a-caliber-collision-center/marietta' => 'https://www.caliber.com/find-a-location/marietta', '/locate-a-caliber-collision-center/marietta-cobb-pkwy' => 'https://www.caliber.com/find-a-location/marietta-cobb-parkway', '/locate-a-caliber-collision-center/marlow-heights' => 'https://www.caliber.com/find-a-location/marlow-heights', '/locate-a-caliber-collision-center/marlton' => 'https://www.caliber.com/find-a-location/marlton', '/locate-a-caliber-collision-center/marmora' => 'https://www.caliber.com/find-a-location/marmora', '/locate-a-caliber-collision-center/maryland-heights' => 'https://www.caliber.com/find-a-location/maryland-heights', '/locate-a-caliber-collision-center/marysville-wa' => 'https://www.caliber.com/find-a-location/marysville-wa', '/locate-a-caliber-collision-center/maryville-il' => 'https://www.caliber.com/find-a-location/maryville-il', '/locate-a-caliber-collision-center/massaponax' => 'https://www.caliber.com/find-a-location/massaponax', '/locate-a-caliber-collision-center/matthews' => 'https://www.caliber.com/find-a-location/matthews', '/locate-a-caliber-collision-center/mays-landing' => 'https://www.caliber.com/find-a-location/mays-landing', '/locate-a-caliber-collision-center/mckeesport' => 'https://www.caliber.com/find-a-location/mckeesport', '/locate-a-caliber-collision-center/mckinney-east' => 'https://www.caliber.com/find-a-location/mckinney-east', '/locate-a-caliber-collision-center/mckinney-hwy-380' => 'https://www.caliber.com/find-a-location/mckinney-hwy-380', '/locate-a-caliber-collision-center/mckinney-northwest' => 'https://www.caliber.com/find-a-location/mckinney-northwest', '/locate-a-caliber-collision-center/medford' => 'https://www.caliber.com/find-a-location/medford', '/locate-a-caliber-collision-center/medina' => 'https://www.caliber.com/find-a-location/medina', '/locate-a-caliber-collision-center/memphis-covington-pike' => 'https://www.caliber.com/find-a-location/memphis-covington-pike', '/locate-a-caliber-collision-center/memphis-downtown' => 'https://www.caliber.com/find-a-location/memphis-downtown', '/locate-a-caliber-collision-center/memphis-mt-moriah' => 'https://www.caliber.com/find-a-location/memphis-mt-moriah', '/locate-a-caliber-collision-center/memphis-southwind' => 'https://www.caliber.com/find-a-location/memphis-southwind', '/locate-a-caliber-collision-center/meridian' => 'https://www.caliber.com/find-a-location/meridian', '/locate-a-caliber-collision-center/meridian-e-fairview' => 'https://www.caliber.com/find-a-location/meridian-e-fairview', '/locate-a-caliber-collision-center/meridian-s-adkins-way' => 'https://www.caliber.com/find-a-location/meridian-s-adkins-way', '/locate-a-caliber-collision-center/merrillville' => 'https://www.caliber.com/find-a-location/merrillville', '/locate-a-caliber-collision-center/mesa-broadway-rd' => 'https://www.caliber.com/find-a-location/mesa-broadway-rd', '/locate-a-caliber-collision-center/mesa-east-main-st' => 'https://www.caliber.com/find-a-location/mesa-east-main-st', '/locate-a-caliber-collision-center/mesa-gateway' => 'https://www.caliber.com/find-a-location/mesa-gateway', '/locate-a-caliber-collision-center/miami-ne-14th-ave' => 'https://www.caliber.com/find-a-location/miami-ne-14th-ave', '/locate-a-caliber-collision-center/miami-north-doral' => 'https://www.caliber.com/find-a-location/miami-north-doral', '/locate-a-caliber-collision-center/miami-s-dixie-hwy' => 'https://www.caliber.com/find-a-location/miami-s-dixie-hwy', '/locate-a-caliber-collision-center/michigan-city' => 'https://www.caliber.com/find-a-location/michigan-city', '/locate-a-caliber-collision-center/middleton-wi' => 'https://www.caliber.com/find-a-location/middleton-wi', '/locate-a-caliber-collision-center/middletown-de' => 'https://www.caliber.com/find-a-location/middletown-de', '/locate-a-caliber-collision-center/midland-w-front-st' => 'https://www.caliber.com/find-a-location/midland-w-front-st', '/locate-a-caliber-collision-center/midlothian-grove-rd' => 'https://www.caliber.com/find-a-location/midlothian-grove-rd', '/locate-a-caliber-collision-center/midwest-city' => 'https://www.caliber.com/find-a-location/midwest-city', '/locate-a-caliber-collision-center/milford' => 'https://www.caliber.com/find-a-location/milford', '/locate-a-caliber-collision-center/millcreek' => 'https://www.caliber.com/find-a-location/millcreek', '/locate-a-caliber-collision-center/millersville' => 'https://www.caliber.com/find-a-location/millersville', '/locate-a-caliber-collision-center/milpitas' => 'https://www.caliber.com/find-a-location/milpitas', '/locate-a-caliber-collision-center/milwaukee-north' => 'https://www.caliber.com/find-a-location/milwaukee-north', '/locate-a-caliber-collision-center/minneapolis-downtown' => 'https://www.caliber.com/find-a-location/minneapolis-downtown', '/locate-a-caliber-collision-center/minnesota-fleet' => 'https://www.caliber.com/find-a-location/minnesota-fleet', '/locate-a-caliber-collision-center/miramar' => 'https://www.caliber.com/find-a-location/san-diego-miramar', '/locate-a-caliber-collision-center/mira-mesa' => 'https://www.caliber.com/find-a-location/mira-mesa', '/locate-a-caliber-collision-center/mishawaka' => 'https://www.caliber.com/find-a-location/mishawaka', '/locate-a-caliber-collision-center/mission-bay' => 'https://www.caliber.com/find-a-location/mission-bay', '/locate-a-caliber-collision-center/mission-valley' => 'https://www.caliber.com/find-a-location/mission-valley', '/locate-a-caliber-collision-center/mission-viejo' => 'https://www.caliber.com/find-a-location/mission-viejo', '/locate-a-caliber-collision-center/missouri-city' => 'https://www.caliber.com/find-a-location/missouri-city', '/locate-a-caliber-collision-center/mitchell' => 'https://www.caliber.com/find-a-location/mitchell', '/locate-a-caliber-collision-center/mobile-schillinger-rd-s' => 'https://www.caliber.com/find-a-location/mobile-schillinger-rd-s', '/locate-a-caliber-collision-center/mobile-springhill-ave' => 'https://www.caliber.com/find-a-location/mobile-springhill-ave', '/locate-a-caliber-collision-center/modesto' => 'https://www.caliber.com/find-a-location/modesto', '/locate-a-caliber-collision-center/modesto-10th-st' => 'https://www.caliber.com/find-a-location/modesto-10th-st', '/locate-a-caliber-collision-center/modesto-bangs-ave' => 'https://www.caliber.com/find-a-location/modesto-bangs-ave', '/locate-a-caliber-collision-center/modesto-stratos-way' => 'https://www.caliber.com/find-a-location/modesto-stratos-way', '/locate-a-caliber-collision-center/monroe' => 'https://www.caliber.com/find-a-location/monroe', '/locate-a-caliber-collision-center/monroe-hwy-74' => 'https://www.caliber.com/find-a-location/monroe-hwy-74', '/locate-a-caliber-collision-center/monroe-wa' => 'https://www.caliber.com/find-a-location/monroe-wa', '/locate-a-caliber-collision-center/monrovia' => 'https://www.caliber.com/find-a-location/monrovia', '/locate-a-caliber-collision-center/montgomery-n-eastern-blvd' => 'https://www.caliber.com/find-a-location/montgomery-n-eastern-bl', '/locate-a-caliber-collision-center/monument' => 'https://www.caliber.com/find-a-location/monument', '/locate-a-caliber-collision-center/moore' => 'https://www.caliber.com/find-a-location/moore', '/locate-a-caliber-collision-center/mooresville' => 'https://www.caliber.com/find-a-location/mooresville', '/locate-a-caliber-collision-center/moraine' => 'https://www.caliber.com/find-a-location/moraine', '/locate-a-caliber-collision-center/moreno-valley' => 'https://www.caliber.com/find-a-location/moreno-valley', '/locate-a-caliber-collision-center/morgan-hill' => 'https://www.caliber.com/find-a-location/morgan-hill', '/locate-a-caliber-collision-center/morrow' => 'https://www.caliber.com/find-a-location/morrow', '/locate-a-caliber-collision-center/morrow-mt-zion-blvd' => 'https://www.caliber.com/find-a-location/morrow-mt-zion-blvd', '/locate-a-caliber-collision-center/mountain-view' => 'https://www.caliber.com/find-a-location/mountain-view', '/locate-a-caliber-collision-center/mount-pleasant-sc' => 'https://www.caliber.com/find-a-location/mount-pleasant-sc', '/locate-a-caliber-collision-center/mount-pleasant-wi' => 'https://www.caliber.com/find-a-location/mount-pleasant-wi', '/locate-a-caliber-collision-center/mt-juliet' => 'https://www.caliber.com/find-a-location/mt-juliet', '/locate-a-caliber-collision-center/mullica-hill' => 'https://www.caliber.com/find-a-location/mullica-hill', '/locate-a-caliber-collision-center/muncie-north' => 'https://www.caliber.com/find-a-location/muncie-north', '/locate-a-caliber-collision-center/murfreesboro' => 'https://www.caliber.com/find-a-location/murfreesboro', '/locate-a-caliber-collision-center/murray' => 'https://www.caliber.com/find-a-location/murray', '/locate-a-caliber-collision-center/murrells-inlet' => 'https://www.caliber.com/find-a-location/murrells-inlet', '/locate-a-caliber-collision-center/murrieta' => 'https://www.caliber.com/find-a-location/murrieta', '/locate-a-caliber-collision-center/myrtle-beach-south' => 'https://www.caliber.com/find-a-location/myrtle-beach-south', '/locate-a-caliber-collision-center/nampa' => 'https://www.caliber.com/find-a-location/nampa', '/locate-a-caliber-collision-center/napa' => 'https://www.caliber.com/find-a-location/napa', '/locate-a-caliber-collision-center/naperville' => 'https://www.caliber.com/find-a-location/naperville', '/locate-a-caliber-collision-center/naperville-701-frontenac' => 'https://www.caliber.com/find-a-location/naperville-701-frontenac', '/locate-a-caliber-collision-center/naperville-801-frontenac' => 'https://www.caliber.com/find-a-location/naperville-801-frontenac', '/locate-a-caliber-collision-center/naples' => 'https://www.caliber.com/find-a-location/naples', '/locate-a-caliber-collision-center/nashville-downtown' => 'https://www.caliber.com/find-a-location/nashville-downtown', '/locate-a-caliber-collision-center/nashville-non-drive-south' => 'https://www.caliber.com/find-a-location/nashville-non-drive-south', '/locate-a-caliber-collision-center/nashville-west' => 'https://www.caliber.com/find-a-location/nashville-west', '/locate-a-caliber-collision-center/national-city' => 'https://www.caliber.com/find-a-location/national-city', '/locate-a-caliber-collision-center/navarre' => 'https://www.caliber.com/find-a-location/navarre', '/locate-a-caliber-collision-center/new-berlin' => 'https://www.caliber.com/find-a-location/new-berlin', '/locate-a-caliber-collision-center/new-berlin-sunnyslope' => 'https://www.caliber.com/find-a-location/new-berlin-sunnyslope', '/locate-a-caliber-collision-center/new-bern' => 'https://www.caliber.com/find-a-location/new-bern', '/locate-a-caliber-collision-center/new-braunfels' => 'https://www.caliber.com/find-a-location/new-braunfels', '/locate-a-caliber-collision-center/newburgh' => 'https://www.caliber.com/find-a-location/newburgh-in', '/locate-a-caliber-collision-center/new-hampton' => 'https://www.caliber.com/find-a-location/new-hampton', '/locate-a-caliber-collision-center/new-holland' => 'https://www.caliber.com/find-a-location/new-holland', '/locate-a-caliber-collision-center/new-kensington' => 'https://www.caliber.com/find-a-location/new-kensington', '/locate-a-caliber-collision-center/newnan' => 'https://www.caliber.com/find-a-location/newnan', '/locate-a-caliber-collision-center/newport' => 'https://www.caliber.com/find-a-location/newport', '/locate-a-caliber-collision-center/newport-news' => 'https://www.caliber.com/find-a-location/newport-news', '/locate-a-caliber-collision-center/newtown-square' => 'https://www.caliber.com/find-a-location/newtown-square', '/locate-a-caliber-collision-center/nicholasville' => 'https://www.caliber.com/find-a-location/nicholasville', '/locate-a-caliber-collision-center/nolanville' => 'https://www.caliber.com/find-a-location/nolanville', '/locate-a-caliber-collision-center/norco' => 'https://www.caliber.com/find-a-location/norco', '/locate-a-caliber-collision-center/norcross' => 'https://www.caliber.com/find-a-location/norcross', '/locate-a-caliber-collision-center/norfolk-wards-corner' => 'https://www.caliber.com/find-a-location/norfolk-wards-corner', '/locate-a-caliber-collision-center/north-bethesda' => 'https://www.caliber.com/find-a-location/north-bethesda', '/locate-a-caliber-collision-center/northbrook' => 'https://www.caliber.com/find-a-location/northbrook', '/locate-a-caliber-collision-center/north-charleston' => 'https://www.caliber.com/find-a-location/north-charleston', '/locate-a-caliber-collision-center/north-costa-mesa' => 'https://www.caliber.com/find-a-location/north-costa-mesa', '/locate-a-caliber-collision-center/northeast-philadelphia' => 'https://www.caliber.com/find-a-location/northeast-philadelphia', '/locate-a-caliber-collision-center/north-fulton' => 'https://www.caliber.com/find-a-location/north-fulton', '/locate-a-caliber-collision-center/northglenn' => 'https://www.caliber.com/find-a-location/northglenn', '/locate-a-caliber-collision-center/north-hollywood' => 'https://www.caliber.com/find-a-location/north-hollywood', '/locate-a-caliber-collision-center/north-hollywood-burbank-blvd' => 'https://www.caliber.com/find-a-location/north-hollywood-burbank-blvd', '/locate-a-caliber-collision-center/northlake' => 'https://www.caliber.com/find-a-location/northlake', '/locate-a-caliber-collision-center/north-lamar' => 'https://www.caliber.com/find-a-location/austin-north-lamar', '/locate-a-caliber-collision-center/north-las-vegas' => 'https://www.caliber.com/find-a-location/north-las-vegas', '/locate-a-caliber-collision-center/north-las-vegas-aliante' => 'https://www.caliber.com/find-a-location/north-las-vegas-aliante', '/locate-a-caliber-collision-center/north-las-vegas-e-craig-rd' => 'https://www.caliber.com/find-a-location/north-las-vegas-e-craig-rd', '/locate-a-caliber-collision-center/north-richland-hills' => 'https://www.caliber.com/find-a-location/north-richland-hills', '/locate-a-caliber-collision-center/north-riverside' => 'https://www.caliber.com/find-a-location/north-riverside', '/locate-a-caliber-collision-center/north-sarasota' => 'https://www.caliber.com/find-a-location/north-sarasota', '/locate-a-caliber-collision-center/north-wales' => 'https://www.caliber.com/find-a-location/north-wales', '/locate-a-caliber-collision-center/northwest-anaheim' => 'https://www.caliber.com/find-a-location/northwest-anaheim', '/locate-a-caliber-collision-center/northwest-oklahoma-city' => 'https://www.caliber.com/find-a-location/nw-oklahoma-city', '/locate-a-caliber-collision-center/norton' => 'https://www.caliber.com/find-a-location/norton', '/locate-a-caliber-collision-center/norwalk' => 'https://www.caliber.com/find-a-location/norwalk', '/locate-a-caliber-collision-center/nottingham' => 'https://www.caliber.com/find-a-location/nottingham', '/locate-a-caliber-collision-center/oak-creek' => 'https://www.caliber.com/find-a-location/oak-creek', '/locate-a-caliber-collision-center/oakland-11th-st' => 'https://www.caliber.com/find-a-location/oakland-11th-st', '/locate-a-caliber-collision-center/oakland-mlk-jr-way' => 'https://www.caliber.com/find-a-location/oakland-mlk-jr-way', '/locate-a-caliber-collision-center/oakland-park' => 'https://www.caliber.com/find-a-location/oakland-park', '/locate-a-caliber-collision-center/oakwood' => 'https://www.caliber.com/find-a-location/oakwood', '/locate-a-caliber-collision-center/ocala-west' => 'https://www.caliber.com/find-a-location/ocala-west', '/locate-a-caliber-collision-center/ocean-city' => 'https://www.caliber.com/find-a-location/ocean-city', '/locate-a-caliber-collision-center/oceanside' => 'https://www.caliber.com/find-a-location/oceanside', '/locate-a-caliber-collision-center/oconomowoc' => 'https://www.caliber.com/find-a-location/oconomowoc', '/locate-a-caliber-collision-center/odessa' => 'https://www.caliber.com/find-a-location/odessa', '/locate-a-caliber-collision-center/o-fallon' => 'https://www.caliber.com/find-a-location/ofallon-il', '/locate-a-caliber-collision-center/o-fallon-mo' => 'https://www.caliber.com/find-a-location/ofallon-mo', '/locate-a-caliber-collision-center/ogden' => 'https://www.caliber.com/find-a-location/ogden', '/locate-a-caliber-collision-center/olive-branch' => 'https://www.caliber.com/find-a-location/olive-branch', '/locate-a-caliber-collision-center/ontario' => 'https://www.caliber.com/find-a-location/ontario', '/locate-a-caliber-collision-center/ontario-downtown' => 'https://www.caliber.com/find-a-location/ontario-downtown', '/locate-a-caliber-collision-center/orange-non-drive' => 'https://www.caliber.com/find-a-location/orange-non-drive', '/locate-a-caliber-collision-center/orangevale' => 'https://www.caliber.com/find-a-location/orangevale', '/locate-a-caliber-collision-center/orlando-e-colonial' => 'https://www.caliber.com/find-a-location/orlando-e-colonial', '/locate-a-caliber-collision-center/orlando-orange-blossom' => 'https://www.caliber.com/find-a-location/orlando-orange-blossom', '/locate-a-caliber-collision-center/orlando-w-oak-ridge-rd' => 'https://www.caliber.com/find-a-location/orlando-w-oak-ridge-rd', '/locate-a-caliber-collision-center/oro-valley' => 'https://www.caliber.com/find-a-location/oro-valley', '/locate-a-caliber-collision-center/oswego' => 'https://www.caliber.com/find-a-location/oswego', '/locate-a-caliber-collision-center/oviedo' => 'https://www.caliber.com/find-a-location/oviedo', '/locate-a-caliber-collision-center/oxford-valley' => 'https://www.caliber.com/find-a-location/oxford-valley', '/locate-a-caliber-collision-center/oxnard' => 'https://www.caliber.com/find-a-location/oxnard', '/locate-a-caliber-collision-center/oxnard-auto-center' => 'https://www.caliber.com/find-a-location/oxnard-auto-center', '/locate-a-caliber-collision-center/oxon-hill' => 'https://www.caliber.com/find-a-location/oxon-hill', '/locate-a-caliber-collision-center/pacific-beach' => 'https://www.caliber.com/find-a-location/pacific-beach', '/locate-a-caliber-collision-center/painesville' => 'https://www.caliber.com/find-a-location/painesville', '/locate-a-caliber-collision-center/palatine-il' => 'https://www.caliber.com/find-a-location/palatine', '/locate-a-caliber-collision-center/palm-coast' => 'https://www.caliber.com/find-a-location/palm-coast', '/locate-a-caliber-collision-center/palmdale' => 'https://www.caliber.com/find-a-location/palmdale', '/locate-a-caliber-collision-center/palm-desert' => 'https://www.caliber.com/find-a-location/palm-desert', '/locate-a-caliber-collision-center/palmetto' => 'https://www.caliber.com/find-a-location/palmetto', '/locate-a-caliber-collision-center/palo-alto' => 'https://www.caliber.com/find-a-location/palo-alto', '/locate-a-caliber-collision-center/palos-hills' => 'https://www.caliber.com/find-a-location/palos-hills', '/locate-a-caliber-collision-center/parker' => 'https://www.caliber.com/find-a-location/parker', '/locate-a-caliber-collision-center/parker-woodman-way' => 'https://www.caliber.com/find-a-location/parker-woodman-dr', '/locate-a-caliber-collision-center/parkesburg' => 'https://www.caliber.com/find-a-location/parkesburg', '/locate-a-caliber-collision-center/park-forest' => 'https://www.caliber.com/find-a-location/park-forest', '/locate-a-caliber-collision-center/pasadena' => 'https://www.caliber.com/find-a-location/pasadena', '/locate-a-caliber-collision-center/pasadena-e-colorado-blvd' => 'https://www.caliber.com/find-a-location/pasadena-e-colorado-blvd', '/locate-a-caliber-collision-center/paso-robles' => 'https://www.caliber.com/find-a-location/paso-robles', '/locate-a-caliber-collision-center/patchogue' => 'https://www.caliber.com/find-a-location/patchogue', '/locate-a-caliber-collision-center/pawleys-island' => 'https://www.caliber.com/find-a-location/pawleys-island', '/locate-a-caliber-collision-center/peachtree-city' => 'https://www.caliber.com/find-a-location/peachtree-city', '/locate-a-caliber-collision-center/peachtree-city-clover-reach' => 'https://www.caliber.com/find-a-location/peachtree-city-clover-reach', '/locate-a-caliber-collision-center/pearland' => 'https://www.caliber.com/find-a-location/pearland', '/locate-a-caliber-collision-center/pembroke-pines-west' => 'https://www.caliber.com/find-a-location/pembroke-pines-west', '/locate-a-caliber-collision-center/pennington' => 'https://www.caliber.com/find-a-location/pennington', '/locate-a-caliber-collision-center/pennsauken' => 'https://www.caliber.com/find-a-location/pennsauken', '/locate-a-caliber-collision-center/pewaukee' => 'https://www.caliber.com/find-a-location/pewaukee', '/locate-a-caliber-collision-center/pflugerville' => 'https://www.caliber.com/find-a-location/pflugerville', '/locate-a-caliber-collision-center/philadelphia-byberry-rd' => 'https://www.caliber.com/find-a-location/philadelphia-byberry-rd', '/locate-a-caliber-collision-center/philadelphia-fleet' => 'https://www.caliber.com/find-a-location/philadelphia-fleet', '/locate-a-caliber-collision-center/philadelphia-frankford' => 'https://www.caliber.com/find-a-location/philadelphia-frankford', '/locate-a-caliber-collision-center/philadelphia-grant-ave' => 'https://www.caliber.com/find-a-location/philadelphia-grant-ave', '/locate-a-caliber-collision-center/philadelphia-non-drive' => 'https://www.caliber.com/find-a-location/philadelphia-non-drive', '/locate-a-caliber-collision-center/philadelphia-york-st' => 'https://www.caliber.com/find-a-location/philadelphia-york-st', '/locate-a-caliber-collision-center/pineville' => 'https://www.caliber.com/find-a-location/pineville', '/locate-a-caliber-collision-center/plainfield' => 'https://www.caliber.com/find-a-location/plainfield', '/locate-a-caliber-collision-center/plano' => 'https://www.caliber.com/find-a-location/plano', '/locate-a-caliber-collision-center/plano-coit-rd' => 'https://www.caliber.com/find-a-location/plano-coit-rd', '/locate-a-caliber-collision-center/pleasanton' => 'https://www.caliber.com/find-a-location/pleasanton', '/locate-a-caliber-collision-center/pleasantville' => 'https://www.caliber.com/find-a-location/pleasantville', '/locate-a-caliber-collision-center/plymouth' => 'https://www.caliber.com/find-a-location/plymouth', '/locate-a-caliber-collision-center/pocomoke' => 'https://www.caliber.com/find-a-location/pocomoke', '/locate-a-caliber-collision-center/pompano-beach' => 'https://www.caliber.com/find-a-location/pompano-beach', '/locate-a-caliber-collision-center/portland-nu-way' => 'https://www.caliber.com/find-a-location/portland-nu-way', '/locate-a-caliber-collision-center/portland-southeast' => 'https://www.caliber.com/find-a-location/portland-woodstock', '/locate-a-caliber-collision-center/portland-st-johns' => 'https://www.caliber.com/find-a-location/portland-st-johns', '/locate-a-caliber-collision-center/portsmouth-airline-blvd' => 'https://www.caliber.com/find-a-location/portsmouth-airline-blvd', '/locate-a-caliber-collision-center/poughkeepsie' => 'https://www.caliber.com/find-a-location/poughkeepsie', '/locate-a-caliber-collision-center/poulsbo' => 'https://www.caliber.com/find-a-location/poulsbo', '/locate-a-caliber-collision-center/poway' => 'https://www.caliber.com/find-a-location/poway', '/locate-a-caliber-collision-center/provo' => 'https://www.caliber.com/find-a-location/provo', '/locate-a-caliber-collision-center/pueblo' => 'https://www.caliber.com/find-a-location/pueblo', '/locate-a-caliber-collision-center/pueblo-west' => 'https://www.caliber.com/find-a-location/pueblo-west', '/locate-a-caliber-collision-center/purcellville' => 'https://www.caliber.com/find-a-location/purcellville', '/locate-a-caliber-collision-center/puyallup-canyon-rd' => 'https://www.caliber.com/find-a-location/puyallup-canyon-road', '/locate-a-caliber-collision-center/puyallup-river-rd' => 'https://www.caliber.com/find-a-location/puyallup-river-road', '/locate-a-caliber-collision-center/queen-creek' => 'https://www.caliber.com/find-a-location/queen-creek', '/locate-a-caliber-collision-center/queensbury' => 'https://www.caliber.com/find-a-location/queensbury', '/locate-a-caliber-collision-center/queens-village' => 'https://www.caliber.com/find-a-location/queens-village', '/locate-a-caliber-collision-center/raleigh-crabtree' => 'https://www.caliber.com/find-a-location/raleigh-fleet', '/locate-a-caliber-collision-center/raleigh-downtown' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-glenwood-ave' => 'https://www.caliber.com/find-a-location/raleigh-glenwood-ave', '/locate-a-caliber-collision-center/raleigh-new-bern-ave' => 'https://www.caliber.com/find-a-location/raleigh-new-bern-ave', '/locate-a-caliber-collision-center/raleigh-non-drive' => 'https://www.caliber.com/find-a-location/raleigh-non-drive', '/locate-a-caliber-collision-center/raleigh-paragon' => 'https://www.caliber.com/find-a-location/raleigh-paragon', '/locate-a-caliber-collision-center/rancho-cordova' => 'https://www.caliber.com/find-a-location/rancho-cordova', '/locate-a-caliber-collision-center/rancho-cucamonga' => 'https://www.caliber.com/find-a-location/rancho-cucamonga', '/locate-a-caliber-collision-center/rancho-santa-margarita' => 'https://www.caliber.com/find-a-location/rancho-santa-margarita', '/locate-a-caliber-collision-center/randallstown' => 'https://www.caliber.com/find-a-location/randallstown', '/locate-a-caliber-collision-center/reading-centre-ave' => 'https://www.caliber.com/find-a-location/reading-centre-ave', '/locate-a-caliber-collision-center/redlands' => 'https://www.caliber.com/find-a-location/redlands', '/locate-a-caliber-collision-center/red-mill' => 'https://www.caliber.com/find-a-location/red-mill', '/locate-a-caliber-collision-center/red-oak' => 'https://www.caliber.com/find-a-location/red-oak', '/locate-a-caliber-collision-center/redwood-city' => 'https://www.caliber.com/find-a-location/redwood-city', '/locate-a-caliber-collision-center/redwood-city-north' => 'https://www.caliber.com/find-a-location/redwood-city-north', '/locate-a-caliber-collision-center/reisterstown' => 'https://www.caliber.com/find-a-location/reisterstown', '/locate-a-caliber-collision-center/reno' => 'https://www.caliber.com/find-a-location/reno', '/locate-a-caliber-collision-center/renton' => 'https://www.caliber.com/find-a-location/renton', '/locate-a-caliber-collision-center/reseda' => 'https://www.caliber.com/find-a-location/reseda', '/locate-a-caliber-collision-center/rialto' => 'https://www.caliber.com/find-a-location/rialto', '/locate-a-caliber-collision-center/richardson' => 'https://www.caliber.com/find-a-location/richardson', '/locate-a-caliber-collision-center/richmond-broad-st' => 'https://www.caliber.com/find-a-location/richmond-broad-st', '/locate-a-caliber-collision-center/richmond-chippenham-square' => 'https://www.caliber.com/find-a-location/richmond-chippenham-square', '/locate-a-caliber-collision-center/richmond-dabney-rd' => 'https://www.caliber.com/find-a-location/richmond-dabney-rd', '/locate-a-caliber-collision-center/richmond-eubank-rd' => 'https://www.caliber.com/find-a-location/richmond-eubank-rd', '/locate-a-caliber-collision-center/richmond-midlothian' => 'https://www.caliber.com/find-a-location/richmond-midlothian', '/locate-a-caliber-collision-center/richmond-non-drive' => 'https://www.caliber.com/find-a-location/richmond-non-drive', '/locate-a-caliber-collision-center/richmond-pocono' => 'https://www.caliber.com/find-a-location/richmond-pocono', '/locate-a-caliber-collision-center/richmond-ridgefield-pkwy' => 'https://www.caliber.com/find-a-location/richmond-ridgefield-pkwy', '/locate-a-caliber-collision-center/richmond-tx' => 'https://www.caliber.com/find-a-location/richmond-tx', '/locate-a-caliber-collision-center/rio-grande' => 'https://www.caliber.com/find-a-location/rio-grande', '/locate-a-caliber-collision-center/rising-sun-md' => 'https://www.caliber.com/find-a-location/rising-sun-md', '/locate-a-caliber-collision-center/riverhead' => 'https://www.caliber.com/find-a-location/riverhead', '/locate-a-caliber-collision-center/riverside' => 'https://www.caliber.com/find-a-location/riverside', '/locate-a-caliber-collision-center/riverside-14th-street' => 'https://www.caliber.com/find-a-location/riverside-14th-street', '/locate-a-caliber-collision-center/riverside-buchanan-st' => 'https://www.caliber.com/find-a-location/riverside-buchanan-st', '/locate-a-caliber-collision-center/riverside-downtown' => 'https://www.caliber.com/find-a-location/riverside-downtown', '/locate-a-caliber-collision-center/river-styx' => 'https://www.caliber.com/find-a-location/river-styx', '/locate-a-caliber-collision-center/riverton' => 'https://www.caliber.com/find-a-location/riverton', '/locate-a-caliber-collision-center/riverview' => 'https://www.caliber.com/find-a-location/riverview', '/locate-a-caliber-collision-center/roanoke-northeast' => 'https://www.caliber.com/find-a-location/roanoke-northeast', '/locate-a-caliber-collision-center/roanoke-south' => 'https://www.caliber.com/find-a-location/roanoke-south', '/locate-a-caliber-collision-center/roanoke-tx' => 'https://www.caliber.com/find-a-location/roanoke-tx', '/locate-a-caliber-collision-center/rochester-lake-ave' => 'https://www.caliber.com/find-a-location/rochester-lake-ave', '/locate-a-caliber-collision-center/rockford' => 'https://www.caliber.com/find-a-location/rockford', '/locate-a-caliber-collision-center/rock-hill' => 'https://www.caliber.com/find-a-location/rock-hill', '/locate-a-caliber-collision-center/rocklin' => 'https://www.caliber.com/find-a-location/rocklin', '/locate-a-caliber-collision-center/rockville' => 'https://www.caliber.com/find-a-location/rockville', '/locate-a-caliber-collision-center/rockwall' => 'https://www.caliber.com/find-a-location/rockwall', '/locate-a-caliber-collision-center/rocky-point' => 'https://www.caliber.com/find-a-location/rocky-point', '/locate-a-caliber-collision-center/rogers' => 'https://www.caliber.com/find-a-location/rogers', '/locate-a-caliber-collision-center/rosenberg' => 'https://www.caliber.com/find-a-location/rosenberg', '/locate-a-caliber-collision-center/roseville' => 'https://www.caliber.com/find-a-location/roseville', '/locate-a-caliber-collision-center/roseville-industrial-ave' => 'https://www.caliber.com/find-a-location/roseville-industrial-ave', '/locate-a-caliber-collision-center/roseville-mn' => 'https://www.caliber.com/find-a-location/roseville-mn', '/locate-a-caliber-collision-center/roseville-taylor-rd' => 'https://www.caliber.com/find-a-location/roseville-taylor-rd', '/locate-a-caliber-collision-center/roswell' => 'https://www.caliber.com/find-a-location/roswell', '/locate-a-caliber-collision-center/round-rock-commerce' => 'https://www.caliber.com/find-a-location/round-rock-commerce', '/locate-a-caliber-collision-center/round-rock-mays' => 'https://www.caliber.com/find-a-location/round-rock-mays', '/locate-a-caliber-collision-center/round-rock-sam-bass-rd' => 'https://www.caliber.com/find-a-location/round-rock-sam-bass-rd', '/locate-a-caliber-collision-center/royal-palm-beach' => 'https://www.caliber.com/find-a-location/royal-palm-beach', '/locate-a-caliber-collision-center/runnemede' => 'https://www.caliber.com/find-a-location/runnemede', '/locate-a-caliber-collision-center/sacramento-20th-st' => 'https://www.caliber.com/find-a-location/sacramento-20th-st', '/locate-a-caliber-collision-center/sacramento-antelope' => 'https://www.caliber.com/find-a-location/antelope', '/locate-a-caliber-collision-center/sacramento-citrus-heights' => 'https://www.caliber.com/find-a-location/citrus-heights', '/locate-a-caliber-collision-center/sacramento-florin-rd' => 'https://www.caliber.com/find-a-location/sacramento-florin-rd', '/locate-a-caliber-collision-center/sacramento-fulton-ave' => 'https://www.caliber.com/find-a-location/sacramento-fulton-ave', '/locate-a-caliber-collision-center/sacramento-lexington-st' => 'https://www.caliber.com/find-a-location/sacramento-lexington-st', '/locate-a-caliber-collision-center/sacramento-non-drive' => 'https://www.caliber.com/find-a-location/sacramento-non-drive', '/locate-a-caliber-collision-center/sacramento-stockton-blvd' => 'https://www.caliber.com/find-a-location/sacramento-stockton-blvd', '/locate-a-caliber-collision-center/sacramento-tower-ave' => 'https://www.caliber.com/find-a-location/sacramento-tower-ave', '/locate-a-caliber-collision-center/sacramento-university' => 'https://www.caliber.com/find-a-location/sacramento-university', '/locate-a-caliber-collision-center/salem-or-north' => 'https://www.caliber.com/find-a-location/salem-or-north', '/locate-a-caliber-collision-center/salem-or-south' => 'https://www.caliber.com/find-a-location/salem-or-south', '/locate-a-caliber-collision-center/salinas-downtown' => 'https://www.caliber.com/find-a-location/salinas-downtown', '/locate-a-caliber-collision-center/salisbury' => 'https://www.caliber.com/find-a-location/salisbury', '/locate-a-caliber-collision-center/salisbury-south' => 'https://www.caliber.com/find-a-location/salisbury-south', '/locate-a-caliber-collision-center/salt-lake-city-downtown' => 'https://www.caliber.com/find-a-location/salt-lake-city-downtown', '/locate-a-caliber-collision-center/salt-lake-city-s-state-st' => 'https://www.caliber.com/find-a-location/salt-lake-city-s-state-st', '/locate-a-caliber-collision-center/san-angelo-w-beauregard' => 'https://www.caliber.com/find-a-location/san-angelo-w-beauregard', '/locate-a-caliber-collision-center/san-antonio-281-north' => 'https://www.caliber.com/find-a-location/san-antonio-281-n', '/locate-a-caliber-collision-center/san-antonio-281-overlook' => 'https://www.caliber.com/find-a-location/san-antonio-281-overlook', '/locate-a-caliber-collision-center/san-antonio-airport' => 'https://www.caliber.com/find-a-location/san-antonio-airport', '/locate-a-caliber-collision-center/san-antonio-austin-hwy' => 'https://www.caliber.com/find-a-location/san-antonio-austin-hwy', '/locate-a-caliber-collision-center/san-antonio-bandera' => 'https://www.caliber.com/find-a-location/san-antonio-bandera', '/locate-a-caliber-collision-center/san-antonio-blanco' => 'https://www.caliber.com/find-a-location/san-antonio-blanco', '/locate-a-caliber-collision-center/san-antonio-cavender' => 'https://www.caliber.com/find-a-location/san-antonio-cavender', '/locate-a-caliber-collision-center/san-antonio-city-base' => 'https://www.caliber.com/find-a-location/san-antonio-city-base', '/locate-a-caliber-collision-center/san-antonio-converse' => 'https://www.caliber.com/find-a-location/san-antonio-converse', '/locate-a-caliber-collision-center/san-antonio-culebra-rd' => 'https://www.caliber.com/find-a-location/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-downtown' => 'https://www.caliber.com/find-a-location/san-antonio-downtown', '/locate-a-caliber-collision-center/san-antonio-foster-rd' => 'https://www.caliber.com/find-a-location/san-antonio-foster-rd', '/locate-a-caliber-collision-center/san-antonio-garden-ridge' => 'https://www.caliber.com/find-a-location/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/san-antonio-ih-10' => 'https://www.caliber.com/find-a-location/san-antonio-ih-10', '/locate-a-caliber-collision-center/san-antonio-loop-1604' => 'https://www.caliber.com/find-a-location/san-antonio-loop-1604', '/locate-a-caliber-collision-center/san-antonio-non-drive' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive', '/locate-a-caliber-collision-center/san-antonio-non-drive-north' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive-north', '/locate-a-caliber-collision-center/san-antonio-nw-loop-410' => 'https://www.caliber.com/find-a-location/san-antonio-nw-loop-410', '/locate-a-caliber-collision-center/san-antonio-san-pedro' => 'https://www.caliber.com/find-a-location/san-antonio-san-pedro', '/locate-a-caliber-collision-center/san-antonio-w-marbach' => 'https://www.caliber.com/find-a-location/san-antonio-w-marbach', '/locate-a-caliber-collision-center/san-bernardino' => 'https://www.caliber.com/find-a-location/san-bernardino', '/locate-a-caliber-collision-center/san-carlos' => 'https://www.caliber.com/find-a-location/san-carlos', '/locate-a-caliber-collision-center/san-clemente' => 'https://www.caliber.com/find-a-location/san-clemente', '/locate-a-caliber-collision-center/san-diego-bay-park' => 'https://www.caliber.com/find-a-location/san-diego-bay-park', '/locate-a-caliber-collision-center/san-diego-downtown' => 'https://www.caliber.com/find-a-location/san-diego-downtown', '/locate-a-caliber-collision-center/san-diego-north-park' => 'https://www.caliber.com/find-a-location/san-diego-north-park', '/locate-a-caliber-collision-center/san-diego-point-loma' => 'https://www.caliber.com/find-a-location/san-diego-point-loma', '/locate-a-caliber-collision-center/sandy' => 'https://www.caliber.com/find-a-location/sandy', '/locate-a-caliber-collision-center/sandy-east' => 'https://www.caliber.com/find-a-location/sandy-east', '/locate-a-caliber-collision-center/sanford' => 'https://www.caliber.com/find-a-location/sanford', '/locate-a-caliber-collision-center/san-jose-airport' => 'https://www.caliber.com/find-a-location/san-jose-airport', '/locate-a-caliber-collision-center/san-jose-downtown' => 'https://www.caliber.com/find-a-location/san-jose-downtown', '/locate-a-caliber-collision-center/san-jose-monterey-rd' => 'https://www.caliber.com/find-a-location/san-jose-monterey-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-st' => 'https://www.caliber.com/find-a-location/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan-capistrano' => 'https://www.caliber.com/find-a-location/san-juan-capistrano', '/locate-a-caliber-collision-center/san-leandro' => 'https://www.caliber.com/find-a-location/san-leandro', '/locate-a-caliber-collision-center/san-leandro-teagarden-st' => 'https://www.caliber.com/find-a-location/san-leandro-teagarden-st', '/locate-a-caliber-collision-center/san-luis-obispo-airport' => 'https://www.caliber.com/find-a-location/san-luis-obispo-airport', '/locate-a-caliber-collision-center/san-luis-obispo-granada-dr' => 'https://www.caliber.com/find-a-location/san-luis-obispo-granada-dr', '/locate-a-caliber-collision-center/san-marcos' => 'https://www.caliber.com/find-a-location/san-marcos', '/locate-a-caliber-collision-center/san-marcos-non-drive' => 'https://www.caliber.com/find-a-location/san-marcos-non-drive', '/locate-a-caliber-collision-center/san-marcos-tx' => 'https://www.caliber.com/find-a-location/san-marcos-tx', '/locate-a-caliber-collision-center/san-rafael' => 'https://www.caliber.com/find-a-location/san-rafael', '/locate-a-caliber-collision-center/san-ramon' => 'https://www.caliber.com/find-a-location/san-ramon', '/locate-a-caliber-collision-center/santa-ana' => 'https://www.caliber.com/find-a-location/santa-ana', '/locate-a-caliber-collision-center/santa-barbara' => 'https://www.caliber.com/find-a-location/santa-barbara', '/locate-a-caliber-collision-center/santa-barbara-edison-ave' => 'https://www.caliber.com/find-a-location/santa-barbara-edison-ave', '/locate-a-caliber-collision-center/santa-barbara-gutierrez' => 'https://www.caliber.com/find-a-location/santa-barbara-gutierrez', '/locate-a-caliber-collision-center/santa-clara-de-la-cruz-blvd' => 'https://www.caliber.com/find-a-location/santa-clara-de-la-cruz-blvd', '/locate-a-caliber-collision-center/santa-cruz' => 'https://www.caliber.com/find-a-location/santa-cruz', '/locate-a-caliber-collision-center/santa-fe-siler-rd' => 'https://www.caliber.com/find-a-location/santa-fe-siler-rd', '/locate-a-caliber-collision-center/santa-fe-springs' => 'https://www.caliber.com/find-a-location/santa-fe-springs', '/locate-a-caliber-collision-center/santa-maria' => 'https://www.caliber.com/find-a-location/santa-maria', '/locate-a-caliber-collision-center/santa-monica' => 'https://www.caliber.com/find-a-location/santa-monica', '/locate-a-caliber-collision-center/santa-monica-lincoln' => 'https://www.caliber.com/find-a-location/santa-monica-lincoln', '/locate-a-caliber-collision-center/santa-monica-pico-blvd' => 'https://www.caliber.com/find-a-location/santa-monica-pico-blvd', '/locate-a-caliber-collision-center/saraland' => 'https://www.caliber.com/find-a-location/saraland', '/locate-a-caliber-collision-center/sarasota-cattlemen-rd' => 'https://www.caliber.com/find-a-location/sarasota-cattlemen-rd', '/locate-a-caliber-collision-center/saratoga-springs' => 'https://www.caliber.com/find-a-location/saratoga-springs', '/locate-a-caliber-collision-center/savage' => 'https://www.caliber.com/find-a-location/savage', '/locate-a-caliber-collision-center/schaumburg' => 'https://www.caliber.com/find-a-location/schaumburg', '/locate-a-caliber-collision-center/schenectady' => 'https://www.caliber.com/find-a-location/schenectady', '/locate-a-caliber-collision-center/schiller-park' => 'https://www.caliber.com/find-a-location/schiller-park', '/locate-a-caliber-collision-center/scottsdale' => 'https://www.caliber.com/find-a-location/scottsdale', '/locate-a-caliber-collision-center/scottsdale-old-town' => 'https://www.caliber.com/find-a-location/scottsdale-old-town', '/locate-a-caliber-collision-center/scottsdale-raintree-dr' => 'https://www.caliber.com/find-a-location/scottsdale-raintree-dr', '/locate-a-caliber-collision-center/seaside' => 'https://www.caliber.com/find-a-location/seaside', '/locate-a-caliber-collision-center/seattle-aurora' => 'https://www.caliber.com/find-a-location/seattle-aurora', '/locate-a-caliber-collision-center/seattle-ballard' => 'https://www.caliber.com/find-a-location/seattle-ballard', '/locate-a-caliber-collision-center/seattle-magnolia' => 'https://www.caliber.com/find-a-location/seattle-magnolia', '/locate-a-caliber-collision-center/seymour' => 'https://www.caliber.com/find-a-location/seymour', '/locate-a-caliber-collision-center/shakopee' => 'https://www.caliber.com/find-a-location/shakopee', '/locate-a-caliber-collision-center/shallotte' => 'https://www.caliber.com/find-a-location/shallotte', '/locate-a-caliber-collision-center/shorewood' => 'https://www.caliber.com/find-a-location/shorewood', '/locate-a-caliber-collision-center/shrewsbury' => 'https://www.caliber.com/find-a-location/shrewsbury', '/locate-a-caliber-collision-center/sicklerville' => 'https://www.caliber.com/find-a-location/sicklerville', '/locate-a-caliber-collision-center/signal-hill' => 'https://www.caliber.com/find-a-location/signal-hill', '/locate-a-caliber-collision-center/silicon-valley-non-drive' => 'https://www.caliber.com/find-a-location/silicon-valley-non-drive', '/locate-a-caliber-collision-center/silver-spring' => 'https://www.caliber.com/find-a-location/silver-spring', '/locate-a-caliber-collision-center/silverthorne' => 'https://www.caliber.com/find-a-location/silverthorne', '/locate-a-caliber-collision-center/simi-valley' => 'https://www.caliber.com/find-a-location/simi-valley', '/locate-a-caliber-collision-center/skokie' => 'https://www.caliber.com/find-a-location/skokie', '/locate-a-caliber-collision-center/skokie-howard-st' => 'https://www.caliber.com/find-a-location/skokie-w-howard-st', '/locate-a-caliber-collision-center/smyrna' => 'https://www.caliber.com/find-a-location/smyrna', '/locate-a-caliber-collision-center/snellville' => 'https://www.caliber.com/find-a-location/snellville', '/locate-a-caliber-collision-center/snohomish' => 'https://www.caliber.com/find-a-location/snohomish', '/locate-a-caliber-collision-center/south-bay' => 'https://www.caliber.com/find-a-location/south-bay', '/locate-a-caliber-collision-center/south-el-monte' => 'https://www.caliber.com/find-a-location/south-el-monte', '/locate-a-caliber-collision-center/south-euclid' => 'https://www.caliber.com/find-a-location/south-euclid', '/locate-a-caliber-collision-center/south-lamar' => 'https://www.caliber.com/find-a-location/austin-south-lamar', '/locate-a-caliber-collision-center/south-minneapolis' => 'https://www.caliber.com/find-a-location/south-minneapolis', '/locate-a-caliber-collision-center/south-san-diego' => 'https://www.caliber.com/find-a-location/south-san-diego', '/locate-a-caliber-collision-center/south-san-jose' => 'https://www.caliber.com/find-a-location/south-san-jose', '/locate-a-caliber-collision-center/south-tampa' => 'https://www.caliber.com/find-a-location/south-tampa', '/locate-a-caliber-collision-center/spanish-fort' => 'https://www.caliber.com/find-a-location/spanish-fort', '/locate-a-caliber-collision-center/sparks' => 'https://www.caliber.com/find-a-location/sparks', '/locate-a-caliber-collision-center/spartanburg-image-drive' => 'https://www.caliber.com/find-a-location/spartanburg-image-dr', '/locate-a-caliber-collision-center/spartanburg-westside' => 'https://www.caliber.com/find-a-location/spartanburg-westside', '/locate-a-caliber-collision-center/spokane-valley' => 'https://www.caliber.com/find-a-location/spokane-valley', '/locate-a-caliber-collision-center/spring' => 'https://www.caliber.com/find-a-location/spring', '/locate-a-caliber-collision-center/spring-aldine-westfield' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/spring-branch' => 'https://www.caliber.com/find-a-location/spring-branch', '/locate-a-caliber-collision-center/springfield' => 'https://www.caliber.com/find-a-location/springfield', '/locate-a-caliber-collision-center/springfield-or' => 'https://www.caliber.com/find-a-location/springfield-or', '/locate-a-caliber-collision-center/spring-rayford-rd' => 'https://www.caliber.com/find-a-location/spring-rayford-rd', '/locate-a-caliber-collision-center/spring-valley' => 'https://www.caliber.com/find-a-location/spring-valley', '/locate-a-caliber-collision-center/stafford-rx' => 'https://www.caliber.com/find-a-location/stafford-rx', '/locate-a-caliber-collision-center/st-charles' => 'https://www.caliber.com/find-a-location/st-charles', '/locate-a-caliber-collision-center/st-cloud' => 'https://www.caliber.com/find-a-location/st-cloud', '/locate-a-caliber-collision-center/sterling' => 'https://www.caliber.com/find-a-location/sterling', '/locate-a-caliber-collision-center/sterling-fleet' => 'https://www.caliber.com/find-a-location/sterling-fleet', '/locate-a-caliber-collision-center/sterling-rx' => 'https://www.caliber.com/find-a-location/sterling-rx', '/locate-a-caliber-collision-center/st-francis' => 'https://www.caliber.com/find-a-location/st-francis', '/locate-a-caliber-collision-center/stillwater' => 'https://www.caliber.com/find-a-location/stillwater', '/locate-a-caliber-collision-center/st-louis-big-bend-rd' => 'https://www.caliber.com/find-a-location/st-louis-big-bend-rd', '/locate-a-caliber-collision-center/st-louis-park' => 'https://www.caliber.com/find-a-location/st-louis-park', '/locate-a-caliber-collision-center/stockton' => 'https://www.caliber.com/find-a-location/stockton', '/locate-a-caliber-collision-center/stone-mountain' => 'https://www.caliber.com/find-a-location/stone-mountain', '/locate-a-caliber-collision-center/st-paul-midway' => 'https://www.caliber.com/find-a-location/st-paul-midway', '/locate-a-caliber-collision-center/st-petersburg' => 'https://www.caliber.com/find-a-location/st-petersburg', '/locate-a-caliber-collision-center/stuart' => 'https://www.caliber.com/find-a-location/stuart', '/locate-a-caliber-collision-center/suffolk' => 'https://www.caliber.com/find-a-location/suffolk', '/locate-a-caliber-collision-center/summerlin' => 'https://www.caliber.com/find-a-location/summerlin', '/locate-a-caliber-collision-center/summerville' => 'https://www.caliber.com/find-a-location/summerville', '/locate-a-caliber-collision-center/sunderland' => 'https://www.caliber.com/find-a-location/sunderland', '/locate-a-caliber-collision-center/sunnyvale' => 'https://www.caliber.com/find-a-location/sunnyvale', '/locate-a-caliber-collision-center/sunnyvale-east' => 'https://www.caliber.com/find-a-location/sunnyvale-east', '/locate-a-caliber-collision-center/surprise' => 'https://www.caliber.com/find-a-location/surprise', '/locate-a-caliber-collision-center/suwanee' => 'https://www.caliber.com/find-a-location/suwanee', '/locate-a-caliber-collision-center/swansea' => 'https://www.caliber.com/find-a-location/swansea', '/locate-a-caliber-collision-center/sylmar' => 'https://www.caliber.com/find-a-location/sylmar', '/locate-a-caliber-collision-center/tacoma' => 'https://www.caliber.com/find-a-location/tacoma', '/locate-a-caliber-collision-center/tacoma-allenmore' => 'https://www.caliber.com/find-a-location/tacoma-allenmore', '/locate-a-caliber-collision-center/tampa-anderson-rd' => 'https://www.caliber.com/find-a-location/tampa-anderson-rd', '/locate-a-caliber-collision-center/tampa-carrollwood' => 'https://www.caliber.com/find-a-location/tampa-carrollwood', '/locate-a-caliber-collision-center/tampa-nebraska-ave' => 'https://www.caliber.com/find-a-location/tampa-nebraska-ave', '/locate-a-caliber-collision-center/tampa-n-florida-ave' => 'https://www.caliber.com/find-a-location/tampa-n-florida-ave', '/locate-a-caliber-collision-center/tampa-us-301' => 'https://www.caliber.com/find-a-location/tampa-us-301', '/locate-a-caliber-collision-center/tarpon-springs' => 'https://www.caliber.com/find-a-location/tarpon-springs', '/locate-a-caliber-collision-center/taylors' => 'https://www.caliber.com/find-a-location/taylors', '/locate-a-caliber-collision-center/temecula' => 'https://www.caliber.com/find-a-location/temecula', '/locate-a-caliber-collision-center/tempe' => 'https://www.caliber.com/find-a-location/tempe', '/locate-a-caliber-collision-center/tempe-chandler' => 'https://www.caliber.com/find-a-location/tempe-chandler', '/locate-a-caliber-collision-center/temple' => 'https://www.caliber.com/find-a-location/temple-avenue-m', '/locate-a-caliber-collision-center/temple-ih-35' => 'https://www.caliber.com/find-a-location/temple-ih-35', '/locate-a-caliber-collision-center/terre-haute' => 'https://www.caliber.com/find-a-location/terre-haute', '/locate-a-caliber-collision-center/texarkana' => 'https://www.caliber.com/find-a-location/texarkana', '/locate-a-caliber-collision-center/the-woodlands' => 'https://www.caliber.com/find-a-location/the-woodlands', '/locate-a-caliber-collision-center/thornton' => 'https://www.caliber.com/find-a-location/thornton', '/locate-a-caliber-collision-center/thornton-grant-st' => 'https://www.caliber.com/find-a-location/thornton-grant-st', '/locate-a-caliber-collision-center/thousand-oaks' => 'https://www.caliber.com/find-a-location/thousand-oaks', '/locate-a-caliber-collision-center/tigard' => 'https://www.caliber.com/find-a-location/tigard', '/locate-a-caliber-collision-center/tilmans-corner' => 'https://www.caliber.com/find-a-location/tillmans-corner', '/locate-a-caliber-collision-center/tomball' => 'https://www.caliber.com/find-a-location/tomball', '/locate-a-caliber-collision-center/toms-river' => 'https://www.caliber.com/find-a-location/toms-river', '/locate-a-caliber-collision-center/tooele' => 'https://www.caliber.com/find-a-location/tooele', '/locate-a-caliber-collision-center/torrance' => 'https://www.caliber.com/find-a-location/torrance', '/locate-a-caliber-collision-center/tracy' => 'https://www.caliber.com/find-a-location/tracy', '/locate-a-caliber-collision-center/tracy-west' => 'https://www.caliber.com/find-a-location/tracy-west', '/locate-a-caliber-collision-center/troy' => 'https://www.caliber.com/find-a-location/troy', '/locate-a-caliber-collision-center/troy-oh' => 'https://www.caliber.com/find-a-location/troy-oh', '/locate-a-caliber-collision-center/tualatin' => 'https://www.caliber.com/find-a-location/tualatin', '/locate-a-caliber-collision-center/tucker' => 'https://www.caliber.com/find-a-location/tucker', '/locate-a-caliber-collision-center/tucson-palo-verde' => 'https://www.caliber.com/find-a-location/tucson-palo-verde', '/locate-a-caliber-collision-center/tucson-research' => 'https://www.caliber.com/find-a-location/tucson-research', '/locate-a-caliber-collision-center/tucson-university' => 'https://www.caliber.com/find-a-location/tucson-university', '/locate-a-caliber-collision-center/tujunga' => 'https://www.caliber.com/find-a-location/tujunga', '/locate-a-caliber-collision-center/tulare' => 'https://www.caliber.com/find-a-location/tulare', '/locate-a-caliber-collision-center/tustin' => 'https://www.caliber.com/find-a-location/tustin', '/locate-a-caliber-collision-center/twentynine-palms' => 'https://www.caliber.com/find-a-location/twentynine-palms', '/locate-a-caliber-collision-center/twin-falls-west' => 'https://www.caliber.com/find-a-location/twin-falls-west', '/locate-a-caliber-collision-center/tyler-east' => 'https://www.caliber.com/find-a-location/tyler-east', '/locate-a-caliber-collision-center/tysons-corner' => 'https://www.caliber.com/find-a-location/tysons-corner', '/locate-a-caliber-collision-center/union-city' => 'https://www.caliber.com/find-a-location/union-city', '/locate-a-caliber-collision-center/university-city' => 'https://www.caliber.com/find-a-location/university-city', '/locate-a-caliber-collision-center/upland' => 'https://www.caliber.com/find-a-location/upland', '/locate-a-caliber-collision-center/utica' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/utica-lincoln-ave' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/vacaville' => 'https://www.caliber.com/find-a-location/vacaville', '/locate-a-caliber-collision-center/vacaville-union-way' => 'https://www.caliber.com/find-a-location/vacaville-union-way', '/locate-a-caliber-collision-center/valencia' => 'https://www.caliber.com/find-a-location/valencia', '/locate-a-caliber-collision-center/vallejo' => 'https://www.caliber.com/find-a-location/vallejo', '/locate-a-caliber-collision-center/valley-ranch' => 'https://www.caliber.com/find-a-location/valley-ranch', '/locate-a-caliber-collision-center/vancouver-cascade' => 'https://www.caliber.com/find-a-location/vancouver-cascade', '/locate-a-caliber-collision-center/vancouver-hazel-dell' => 'https://www.caliber.com/find-a-location/vancouver-hazel-dell', '/locate-a-caliber-collision-center/vancouver-mill-plain' => 'https://www.caliber.com/find-a-location/vancouver-mill-plain', '/locate-a-caliber-collision-center/vancouver-orchards' => 'https://www.caliber.com/find-a-location/vancouver-orchards', '/locate-a-caliber-collision-center/vandalia' => 'https://www.caliber.com/find-a-location/vandalia', '/locate-a-caliber-collision-center/van-nuys' => 'https://www.caliber.com/find-a-location/van-nuys', '/locate-a-caliber-collision-center/venice' => 'https://www.caliber.com/find-a-location/venice', '/locate-a-caliber-collision-center/ventura' => 'https://www.caliber.com/find-a-location/ventura', '/locate-a-caliber-collision-center/verde-valley' => 'https://www.caliber.com/find-a-location/verde-valley', '/locate-a-caliber-collision-center/victorville' => 'https://www.caliber.com/find-a-location/victorville', '/locate-a-caliber-collision-center/victorville-west' => 'https://www.caliber.com/find-a-location/victorville-west', '/locate-a-caliber-collision-center/vineland' => 'https://www.caliber.com/find-a-location/vineland', '/locate-a-caliber-collision-center/virginia-beach-birdneck' => 'https://www.caliber.com/find-a-location/virginia-beach-birdneck', '/locate-a-caliber-collision-center/virginia-beach-lynnhaven' => 'https://www.caliber.com/find-a-location/virginia-beach-lynnhaven', '/locate-a-caliber-collision-center/virginia-beach-non-drive' => 'https://www.caliber.com/find-a-location/virginia-beach-non-drive', '/locate-a-caliber-collision-center/virginia-beach-oceana-south' => 'https://www.caliber.com/find-a-location/virginia-beach-oceana-south', '/locate-a-caliber-collision-center/visalia' => 'https://www.caliber.com/find-a-location/visalia', '/locate-a-caliber-collision-center/vista' => 'https://www.caliber.com/find-a-location/vista', '/locate-a-caliber-collision-center/wadsworth' => 'https://www.caliber.com/find-a-location/wadsworth', '/locate-a-caliber-collision-center/wakefield' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wake-forest' => 'https://www.caliber.com/find-a-location/wake-forest', '/locate-a-caliber-collision-center/waldorf' => 'https://www.caliber.com/find-a-location/waldorf', '/locate-a-caliber-collision-center/walnut' => 'https://www.caliber.com/find-a-location/walnut', '/locate-a-caliber-collision-center/walnut-creek-main-st' => 'https://www.caliber.com/find-a-location/walnut-creek-main-st', '/locate-a-caliber-collision-center/walnut-creek-pine-st' => 'https://www.caliber.com/find-a-location/walnut-creek-pine-st', '/locate-a-caliber-collision-center/warminster' => 'https://www.caliber.com/find-a-location/warminster', '/locate-a-caliber-collision-center/warner-robins' => 'https://www.caliber.com/find-a-location/warner-robins', '/locate-a-caliber-collision-center/warrenton-non-drive' => 'https://www.caliber.com/find-a-location/warrenton-non-drive', '/locate-a-caliber-collision-center/warrenville' => 'https://www.caliber.com/find-a-location/warrenville', '/locate-a-caliber-collision-center/washington-township' => 'https://www.caliber.com/find-a-location/washington-township', '/locate-a-caliber-collision-center/watsonville' => 'https://www.caliber.com/find-a-location/watsonville', '/locate-a-caliber-collision-center/waukegan' => 'https://www.caliber.com/find-a-location/waukegan', '/locate-a-caliber-collision-center/waukesha' => 'https://www.caliber.com/find-a-location/waukesha', '/locate-a-caliber-collision-center/waukesha-north' => 'https://www.caliber.com/find-a-location/waukesha-north', '/locate-a-caliber-collision-center/weatherford' => 'https://www.caliber.com/find-a-location/weatherford', '/locate-a-caliber-collision-center/webster' => 'https://www.caliber.com/find-a-location/webster', '/locate-a-caliber-collision-center/wellington' => 'https://www.caliber.com/find-a-location/wellington', '/locate-a-caliber-collision-center/wenatchee' => 'https://www.caliber.com/find-a-location/wenatchee', '/locate-a-caliber-collision-center/wentzville' => 'https://www.caliber.com/find-a-location/wentzville', '/locate-a-caliber-collision-center/wesley-chapel' => 'https://www.caliber.com/find-a-location/wesley-chapel', '/locate-a-caliber-collision-center/west-allis' => 'https://www.caliber.com/find-a-location/west-allis', '/locate-a-caliber-collision-center/west-allis-lincoln-ave' => 'https://www.caliber.com/find-a-location/west-allis-lincoln-ave', '/locate-a-caliber-collision-center/west-ashley' => 'https://www.caliber.com/find-a-location/west-ashley', '/locate-a-caliber-collision-center/west-chester-oh' => 'https://www.caliber.com/find-a-location/west-chester-oh', '/locate-a-caliber-collision-center/west-chester-pa' => 'https://www.caliber.com/find-a-location/west-chester-pa', '/locate-a-caliber-collision-center/west-denton' => 'https://www.caliber.com/find-a-location/west-denton', '/locate-a-caliber-collision-center/west-denver' => 'https://www.caliber.com/find-a-location/west-denver', '/locate-a-caliber-collision-center/west-frisco' => 'https://www.caliber.com/find-a-location/west-frisco-fm-423', '/locate-a-caliber-collision-center/westlake-village' => 'https://www.caliber.com/find-a-location/westlake-village', '/locate-a-caliber-collision-center/westlake-village-east' => 'https://www.caliber.com/find-a-location/westlake-village-east', '/locate-a-caliber-collision-center/westminster' => 'https://www.caliber.com/find-a-location/westminster', '/locate-a-caliber-collision-center/westminster-co' => 'https://www.caliber.com/find-a-location/westminster-co', '/locate-a-caliber-collision-center/westminster-co-pierce-st' => 'https://www.caliber.com/find-a-location/westminster-co-pierce-st', '/locate-a-caliber-collision-center/westmont' => 'https://www.caliber.com/find-a-location/westmont', '/locate-a-caliber-collision-center/west-plano' => 'https://www.caliber.com/find-a-location/west-plano', '/locate-a-caliber-collision-center/west-sacramento' => 'https://www.caliber.com/find-a-location/west-sacramento', '/locate-a-caliber-collision-center/west-salem' => 'https://www.caliber.com/find-a-location/west-salem', '/locate-a-caliber-collision-center/west-san-antonio' => 'https://www.caliber.com/find-a-location/san-antonio-west', '/locate-a-caliber-collision-center/west-st-paul' => 'https://www.caliber.com/find-a-location/west-st-paul', '/locate-a-caliber-collision-center/west-valley-city' => 'https://www.caliber.com/find-a-location/west-valley-city', '/locate-a-caliber-collision-center/wheat-ridge-independence-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-robb-st', '/locate-a-caliber-collision-center/wheat-ridge-w-48th-ave' => 'https://www.caliber.com/find-a-location/wheat-ridge-w-48th-ave', '/locate-a-caliber-collision-center/white-marsh' => 'https://www.caliber.com/find-a-location/white-marsh', '/locate-a-caliber-collision-center/white-plains' => 'https://www.caliber.com/find-a-location/white-plains', '/locate-a-caliber-collision-center/whittier' => 'https://www.caliber.com/find-a-location/whittier', '/locate-a-caliber-collision-center/williamsburg' => 'https://www.caliber.com/find-a-location/williamsburg', '/locate-a-caliber-collision-center/willow-glen' => 'https://www.caliber.com/find-a-location/willow-glen', '/locate-a-caliber-collision-center/wilmington-de-germay-dr' => 'https://www.caliber.com/find-a-location/wilmington-de-germay-dr', '/locate-a-caliber-collision-center/wilmington-de-newport-pike' => 'https://www.caliber.com/find-a-location/wilmington-de-newport-pike', '/locate-a-caliber-collision-center/wilmington-hwy-21' => 'https://www.caliber.com/find-a-location/wilmington-hwy-421', '/locate-a-caliber-collision-center/wilmington-market-st' => 'https://www.caliber.com/find-a-location/wilmington-market-street', '/locate-a-caliber-collision-center/winchester' => 'https://www.caliber.com/find-a-location/winchester', '/locate-a-caliber-collision-center/winnetka' => 'https://www.caliber.com/find-a-location/winnetka', '/locate-a-caliber-collision-center/wolfchase' => 'https://www.caliber.com/find-a-location/wolfchase', '/locate-a-caliber-collision-center/woodbridge' => 'https://www.caliber.com/find-a-location/woodbridge', '/locate-a-caliber-collision-center/woodcrest' => 'https://www.caliber.com/find-a-location/woodcrest', '/locate-a-caliber-collision-center/woodridge' => 'https://www.caliber.com/find-a-location/woodridge', '/locate-a-caliber-collision-center/wooster-east' => 'https://www.caliber.com/find-a-location/wooster-east', '/locate-a-caliber-collision-center/wooster-north' => 'https://www.caliber.com/find-a-location/wooster-north', '/locate-a-caliber-collision-center/wylie' => 'https://www.caliber.com/find-a-location/wylie', '/locate-a-caliber-collision-center/xenia' => 'https://www.caliber.com/find-a-location/xenia', '/locate-a-caliber-collision-center/yakima' => 'https://www.caliber.com/find-a-location/yakima', '/locate-a-caliber-collision-center/yelm' => 'https://www.caliber.com/find-a-location/yelm', '/locate-a-caliber-collision-center/yuba-city' => 'https://www.caliber.com/find-a-location/yuba-city', '/locate-a-caliber-collision-center/zion' => 'https://www.caliber.com/find-a-location/zion', '/locate-a-caliber-collision-center/zionsville' => 'https://www.caliber.com/find-a-location/zionsville', '/about-us/community-involvement/carry-the-load/' => 'https://www.caliber.com/why-caliber', '/april-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/april-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/blog' => 'https://www.caliber.com/why-caliber', '/careers/' => 'https://jobsatcaliber.com/', '/combine/' => 'https://www.caliber.com/why-caliber', '/december-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-customer-email/' => 'https://www.caliber.com/leave-a-review', '/emails/october-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/september-email-2014/' => 'https://www.caliber.com/leave-a-review', '/employment/' => 'https://jobsatcaliber.com/', '/fast-track-dealer-referral' => 'https://www.caliber.com/why-caliber', '/february-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/february-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-email-2015' => 'https://www.caliber.com/leave-a-review', '/get-a-free-online-estimate/' => 'https://www.caliber.com/online-estimate', '/heroesdayregistration' => 'https://www.caliber.com/why-caliber', '/holiday2020' => 'https://www.caliber.com/newsroom', '/houston-blood-drive' => 'https://www.caliber.com/newsroom', '/hub-of-help' => 'https://www.caliber.com/shop-talk', '/hub-of-help/how-does-a-seatbelt-protect-you-in-a-car-accident' => 'https://www.caliber.com/shop-talk/what-to-do-after-a-car-accident/', '/hub-of-help/should-you-replace-your-childs-seat-after-a-car-accident' => 'https://www.caliber.com/shop-talk', '/january-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2020-email' => 'https://www.caliber.com/leave-a-review', '/july-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/locate-a-caliber-collision-center/?zip=' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/albany-or' => 'https://www.caliber.com/find-a-location/albany-or', '/locate-a-caliber-collision-center/asheville-patton-ave' => 'https://www.caliber.com/find-a-location/asheville-patton-ave', '/locate-a-caliber-collision-center/bend-southeast' => 'https://www.caliber.com/find-a-location/bend-southeast', '/locate-a-caliber-collision-center/berkeley-shattuck-ave' => 'https://www.caliber.com/find-a-location/berkeley-shattuck-ave', '/locate-a-caliber-collision-center/bethel-park' => 'https://www.caliber.com/find-a-location/bethel-park', '/locate-a-caliber-collision-center/bloomfield-nj' => 'https://www.caliber.com/find-a-location/bloomfield-nj', '/locate-a-caliber-collision-center/boise-royal-blvd' => 'https://www.caliber.com/find-a-location/boise-royal-blvd', '/locate-a-caliber-collision-center/cary-crossroads/' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard/' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/chalfont' => 'https://www.caliber.com/find-a-location/chalfont', '/locate-a-caliber-collision-center/chesterland' => 'https://www.caliber.com/find-a-location/chesterland', '/locate-a-caliber-collision-center/cold-spring' => 'https://www.caliber.com/find-a-location/cold-spring', '/locate-a-caliber-collision-center/copperfield/' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/corvallis-north' => 'https://www.caliber.com/find-a-location/corvallis-north', '/locate-a-caliber-collision-center/dallas-or' => 'https://www.caliber.com/find-a-location/dallas-or', '/locate-a-caliber-collision-center/Eden%20Prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/el-paso-west' => 'https://www.caliber.com/find-a-location/el-paso-west', '/locate-a-caliber-collision-center/european-auto-body/' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/elkhart' => 'https://www.caliber.com/find-a-location/elkhart', '/locate-a-caliber-collision-center/fenton' => 'https://www.caliber.com/find-a-location/fenton', '/locate-a-caliber-collision-center/fuquay-varina/' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/glendale-az' => 'https://www.caliber.com/find-a-location/glendale-az', '/locate-a-caliber-collision-center/grand-junction-east' => 'https://www.caliber.com/find-a-location/grand-junction-east', '/locate-a-caliber-collision-center/hendersonville' => 'https://www.caliber.com/find-a-location/hendersonville', '/locate-a-caliber-collision-center/holland' => 'https://www.caliber.com/find-a-location/holland', '/locate-a-caliber-collision-center/houston-galleria/' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/indianapolis-non-drive' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/irvine-carnegie-ave' => 'https://www.caliber.com/find-a-location/irvine-e-carnegie-ave', '/locate-a-caliber-collision-center/lebanon-or' => 'https://www.caliber.com/find-a-location/lebanon-or', '/locate-a-caliber-collision-center/lincoln-city' => 'https://www.caliber.com/find-a-location/lincoln-city', '/locate-a-caliber-collision-center/linthicum' => 'https://www.caliber.com/find-a-location/linthicum', '/locate-a-caliber-collision-center/melissa' => 'https://www.caliber.com/find-a-location/melissa', '/locate-a-caliber-collision-center/mesquite' => 'https://www.caliber.com/find-a-location/mesquite', '/locate-a-caliber-collision-center/monroeville' => 'https://www.caliber.com/find-a-location/monroeville', '/locate-a-caliber-collision-center/newport-or' => 'https://www.caliber.com/find-a-location/newport-or', '/locate-a-caliber-collision-center/orlando-non-drive' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/palmdale-downtown' => 'https://www.caliber.com/find-a-location/palmdale-downtown', '/locate-a-caliber-collision-center/philomath' => 'https://www.caliber.com/find-a-location/philomath', '/locate-a-caliber-collision-center/phoenix-happy-valley' => 'https://www.caliber.com/find-a-location/phoenix-happy-valley', '/locate-a-caliber-collision-center/raleigh-downtown/' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-oak-forest-dr' => 'https://www.caliber.com/find-a-location/raleigh-oak-forest-dr', '/locate-a-caliber-collision-center/redmond' => 'https://www.caliber.com/find-a-location/redmond', '/locate-a-caliber-collision-center/salem-or-hoyt-st' => 'https://www.caliber.com/find-a-location/salem-or-hoyt-st', '/locate-a-caliber-collision-center/spring-aldine-westfield/' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/tucson-thornydale' => 'https://www.caliber.com/find-a-location/tucson-thornydale', '/locate-a-caliber-collision-center/upland-downtown' => 'https://www.caliber.com/find-a-location/upland-downtown', '/locate-a-caliber-collision-center/valley-stream' => 'https://www.caliber.com/find-a-location/valley-stream', '/locate-a-caliber-collision-center/wakefield/' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wexford' => 'https://www.caliber.com/find-a-location/wexford', '/locate-a-caliber-collision-center/willard' => 'https://www.caliber.com/find-a-location/willard', '/locate-a-caliber-collision-center/youngsville' => 'https://www.caliber.com/find-a-location/youngsville', '/locate-a-caliber-collision-center?zip=' => 'https://www.caliber.com/find-a-location', '/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/march-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/march-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-email-2014' => 'https://www.caliber.com/leave-a-review', '/recycledrides/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-carry-the-load-2015/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-nomination-form' => 'https://www.caliber.com/why-caliber', '/RYHeartHealth' => 'https://www.caliber.com/why-caliber', '/search' => 'https://www.caliber.com', '/september-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-email-2014' => 'https://www.caliber.com/leave-a-review', '/services/collision-repair-process/' => 'https://www.caliber.com/services/collision/collision-repair', '/services/insurance-partners/' => 'https://www.caliber.com/why-caliber/auto-insurance-partners', '/services/repair-process' => 'https://www.caliber.com/services/collision', '/wp-content/uploads/2012/10/Caliber-Food-Drive-Delivers-7-23-12.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/07/Caliber-Food-Drive-Collects-1-Million-Meals-INDUSTRY-FINAL-7-8-14.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/10/RR_image1.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Stranded-on-a-Highway.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Winterize-Your-Car.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2015/12/Caliber-Recycled-Rides-Airs-on-WCC.pdf' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center/bloomington-non-drive' => 'https://www.caliber.com/find-a-location/bloomington-non-drive', '/locate-a-caliber-collision-center/alexandria-potomac-yard' => 'https://www.caliber.com/find-a-location/alexandria-potomac-yard', '/locate-a-caliber-collision-center/orrville-drive-center' => 'https://www.caliber.com/find-a-location/orrville-drive-center', '/locate-a-caliber-collision-center/miami-sw-130th-st' => 'https://www.caliber.com/find-a-location/miami-sw-130th-st', '/locate-a-caliber-collision-center/staunton' => 'https://www.caliber.com/find-a-location/staunton', '/locate-a-caliber-collision-center/fayetteville-fleet' => 'https://www.caliber.com/find-a-location', '/resources' => 'https://www.caliber.com/resources', '/locate-a-caliber-collision-center/colerian-1138' => 'https://calibercollision.com/locate-a-caliber-collision-center/colerain', '/support' => 'https://www.caliber.com/resources', '/about-us/community-involvement/changing-lanes' => 'https://www.caliber.com/restoring-you/changing-lanes', '/schedule-an-appointment' => 'https://www.caliber.com/request-an-appointment/collision', '/online-authorization-caliber' => 'https://www.caliber.com/online-estimate', '/locate-a-caliber-collision-center/orange-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/torrance-w-190th' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hope-mills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/midland-n-loop-250-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santa-clarita' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/denver-green-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clarksville-ft-campbell' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/asheville-brevard-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/east-rochester' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/frederick-co' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/southport' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-bagby-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/roseville-industrial-s' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oconomowoc-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/atlanta-non-drive-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenix-n-26th-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/normal-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/murfreesboro-church-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sherman' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bentonville-ar' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/wilson' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/norfolk-azalea-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lancaster-trevor-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mint-hill' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/champaign-n-mattis-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kalamazoo' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lakeland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/luxury-charlotte-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/loveland-crossroads-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/colerain' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanford-glendale-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/doverde' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-tn' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/seneca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanbrunoca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rockford-mi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bardstown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-ridgeville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bastrop' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/union-city-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawano' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/omaha-g-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanatoga' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oceanside-airport-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-sun-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/syracuse-west-genesee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/virginia-beach-cleveland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oakland-36th-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/danville-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-brunswick' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clearwater' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-lasalle-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/covington-wa' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/reynoldsburg' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/cartersville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/knoxville-crossroads' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shepherdsville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waldorf-kaine-pl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/portage' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sacramento-natomas' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/dublin-oh' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/boiling-spring-lake' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lees-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/brookhaven' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-southeast' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-angelo-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/antioch' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fayetteville-bingham-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-arizona-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/tempe-e-curry-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/gilbert-s-douglas-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merriam' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/watertown-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-mateo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/joplin' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/montrose' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merced' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-williams-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/caliber-ashwaubenon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sebastopol' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kissimmee-obt' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbus-oh-boltonfield' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/banning' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fremont-central' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawnee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/greenville-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hattiesburg-king-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/victorville-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/baltimore-mortimer-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-royalton' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-oak-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rochester-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/granada-hills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-nw-prairie' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-w-oakland-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/independence' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanover' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grandview' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/alexandria-burnside-pi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mccomb' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mobile-government-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/winter-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/olympia' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mount-vernon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/richmond-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-bruno' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hatboro' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/houston-astrodome' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/ofallon-mo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bloomington-il-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/charlottesville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-e-olive-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-st-paul' => 'https://www.caliber.com/find-a-location', '/about-us/faqs' => 'https://www.caliber.com/faq', '/technician-apprentice-program' => 'https://www.caliber.com/why-caliber/restoring-you/technician-apprentice-program', '/news-events/2021/04/12/caliber-kicks-off-10th-annual-restoring-you-food-drive' => 'https://www.caliber.com/newsroom/press-releases/caliber-food-drive-041221', '/news-events/2021/01/25/caliber-announces-the-appointment-of-aylwin-b-lewis-to-its-board-of-directors' => 'https://www.caliber.com/newsroom/press-releases/aylwin-lewis-to-board-of-directors-012521', '/news-events/2020/11/18/caliber-positions-for-next-phase-of-growth-announces-internal-promotions' => 'https://www.caliber.com/newsroom/press-releases/caliber-mark-sanders-steve-grimshaw-111820', '/news-events/2020/09/29/caliber-commits-to-restoring-you-by-gifting-restored-vehicles-to-frontline-heroes-in-dallas-fort-worth-los-angeles-and-new-york-nominated-by-the-public' => 'https://www.caliber.com/newsroom/press-releases/caliber-ry-rr-frontline-heroes-072920', '/news-events/2020/01/21/honoring-our-heroes-and-restoring-the-rhythm-of-lives-caliber-collision-partners-with-dallas-cowboys-to-support-our-troops-and-first-responders' => 'https://www.caliber.com/newsroom/press-releases/ft-hood-roadshow-012120', '/locate-a-caliber-collision-center/pensacola' => 'https://www.caliber.com/find-a-location/pensacola', '/locate-a-caliber-collision-center/chesapeake' => 'https://www.caliber.com/find-a-location/chesapeake', '/locate-a-caliber-collision-center/lake-wylie' => 'https://www.caliber.com/find-a-location/lake-wylie', '/locate-a-caliber-collision-center/gaithersburg-south' => 'https://www.caliber.com/find-a-location/gaithersburg-south', '/locate-a-caliber-collision-center/colorado-springs-n-academy' => 'https://www.caliber.com/find-a-location/colorado-springs-n-academy', '/locate-a-caliber-collision-center/norman' => 'https://www.caliber.com/find-a-location/norman', '/locate-a-caliber-collision-center/fort-myers-non-drive' => 'https://www.caliber.com/find-a-location/fort-myers-non-drive', '/locate-a-caliber-collision-center/carbondale' => 'https://www.caliber.com/find-a-location/carbondale', '/locate-a-caliber-collision-center/greenville-e-butler' => 'https://www.caliber.com/find-a-location/greenville-e-butler', '/locate-a-caliber-collision-center/conway' => 'https://www.caliber.com/find-a-location/conway', '/locate-a-caliber-collision-center/montgomery-taylor-rd' => 'https://www.caliber.com/find-a-location/montgomery-taylor-rd', '/locate-a-caliber-collision-center/yuba-city-market-st' => 'https://www.caliber.com/find-a-location/yuba-city-market-st', '/locate-a-caliber-collision-center/elyria' => 'https://www.caliber.com/find-a-location/elyria', '/locate-a-caliber-collision-center/independence-s-dodgion' => 'https://www.caliber.com/find-a-location/independence-s-dodgion', '/locate-a-caliber-collision-center/anderson-in' => 'https://www.caliber.com/find-a-location/anderson-in', '/locate-a-caliber-collision-center/baltimore-frankford-ave' => 'https://www.caliber.com/find-a-location/baltimore-frankford-ave', '/locate-a-caliber-collision-center/oak-ridge' => 'https://www.caliber.com/find-a-location/oak-ridge', '/locate-a-caliber-collision-center/alexandria-ky' => 'https://www.caliber.com/find-a-location/alexandria-ky', '/locate-a-caliber-collision-center/stockton-n-wilson' => 'https://www.caliber.com/find-a-location/stockton-n-wilson', '/locate-a-caliber-collision-center/canton-oh' => 'https://www.caliber.com/find-a-location/canton-oh', '/locate-a-caliber-collision-center/spokane-downtown' => 'https://www.caliber.com/find-a-location/spokane-downtown', '/locate-a-caliber-collision-center/kaysville' => 'https://www.caliber.com/find-a-location/kaysville', '/locate-a-caliber-collision-center/quakertown' => 'https://www.caliber.com/find-a-location/quakertown', '/locate-a-caliber-collision-center/milford-ct' => 'https://www.caliber.com/find-a-location/milford-ct', '/locate-a-caliber-collision-center/ellisville' => 'https://www.caliber.com/find-a-location/ellisville', '/locate-a-caliber-collision-center/phoenix-n-23rd-ave' => 'https://www.caliber.com/find-a-location/phoenix-n-23rd-ave', '/locate-a-caliber-collision-center/delano' => 'https://www.caliber.com/find-a-location/delano', '/locate-a-caliber-collision-center/edmond-deer-creek' => 'https://www.caliber.com/find-a-location/edmond-deer-creek', '/locate-a-caliber-collision-center/olathe-n-rogers-rd' => 'https://www.caliber.com/find-a-location/olathe-n-rogers-rd', '/locate-a-caliber-collision-center/oklahoma-city-north' => 'https://www.caliber.com/find-a-location/oklahoma-city-north', '/locate-a-caliber-collision-center/sheffield-village' => 'https://www.caliber.com/find-a-location/sheffield-village', '/locate-a-caliber-collision-center/rochester-mn' => 'https://www.caliber.com/find-a-location/rochester-mn', '/locate-a-caliber-collision-center/waretown' => 'https://www.caliber.com/find-a-location/waretown', '/locate-a-caliber-collision-center/nicholasville-wilson-dr' => 'https://www.caliber.com/find-a-location/nicholasville-wilson-dr', '/locate-a-caliber-collision-center/la-crosse' => 'https://www.caliber.com/find-a-location/la-crosse', '/locate-a-caliber-collision-center/portland-tx' => 'https://www.caliber.com/find-a-location/portland-tx', '/locate-a-caliber-collision-center/neenah' => 'https://www.caliber.com/find-a-location/neenah', '/locate-a-caliber-collision-center/sevierville' => 'https://www.caliber.com/find-a-location/sevierville', '/locate-a-caliber-collision-center/san-pablo' => 'https://www.caliber.com/find-a-location/san-pablo', '/locate-a-caliber-collision-center/oshkosh' => 'https://www.caliber.com/find-a-location/oshkosh', '/locate-a-caliber-collision-center/souderton' => 'https://www.caliber.com/find-a-location/souderton', '/locate-a-caliber-collision-center/rock-hill-newport' => 'https://www.caliber.com/find-a-location/rock-hill-newport', '/locate-a-caliber-collision-center/benton-il' => 'https://www.caliber.com/find-a-location/benton-il', '/locate-a-caliber-collision-center/onalaska' => 'https://www.caliber.com/find-a-location/onalaska', '/locate-a-caliber-collision-center/lodi-south' => 'https://www.caliber.com/find-a-location/lodi-south', '/locate-a-caliber-collision-center/walton' => 'https://www.caliber.com/find-a-location/walton', '/locate-a-caliber-collision-center/moorpark' => 'https://www.caliber.com/find-a-location/moorpark', '/locate-a-caliber-collision-center/conway-southeast' => 'https://www.caliber.com/find-a-location/conway-southeast', '/locate-a-caliber-collision-center/overland-park-metcalf' => 'https://www.caliber.com/find-a-location/overland-park-metcalf', '/live-chat/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/url/hv-collisioncenter.html?H&V-CollisionCenter' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/march-2015-agent-email' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/08/05/caliber-acquires-herbs-paint-and-body' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/07/07/caliber-opens-new-state-of-the-art-greenfield-facility-in-west-frisco' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2018/05/21/golfers-play-with-a-purpose-at-3rd-annual-caliber-classic-golf-tournament' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/caliber-opens-new-location-in-las-vegas-nv' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/06/23/gift-of-reliable-transportation-helps-us-army-veteran-rebuild-life-reunite-with-family' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/san-miguel-high-students-celebrate-fall-sports-school-van-donation-at-first-pep-rally' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/07/17/caliber-collision-rhythm-restoration-food-drive-results' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/05/05/caliber-opens-two-new-locations-in-california' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/09/03/caliber-opens-new-location-in-kingwood-tx' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html'), 'vanity' => array('/get-a-free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/get-a-free-online-estimate/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/mobile/free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/blog' => 'https://blog.calibercollision.com', '/2015-heartwalk' => 'http://heartwalk.kintera.org/dallastx/CaliberCollisionHearts', '/holidaycard2015' => 'http://holidaycard2015.calibercollision.com/', '/locate-a-caliber-collision-center/lone-mountain' => '/locate-a-caliber-collision-center/north-las-vegas', '/holidaycard2016' => 'http://holidaycard2016.calibercollision.com/', '/heroesinhighgear' => 'https://calibercollision.com/about-us/community-involvement', '/HeroesInHighGear' => 'https://calibercollision.com/about-us/community-involvement')), 'search' => array('driver' => 'local', 'auto_index' => true, 'default_index' => 'default', 'searchable' => array('title', 'content'), 'algolia_api_key' => '', 'algolia_app_id' => ''), 'services' => array(), 'system' => array('license_key' => '243aabe7-dac1-4e1e-8ac2-472b114f1bd3', 'locales' => array('en' => array('full' => 'en_US', 'name' => 'English', 'url' => 'https://calibercollision.com/')), 'timezone' => 'America/Chicago', 'date_format' => 'F jS, Y', 'default_extension' => 'md', 'filesystems' => array('content' => array('driver' => 'local', 'root' => 'site/content'), 'storage' => array('driver' => 'local', 'root' => 'site/storage'), 'users' => array('driver' => 'local', 'root' => 'site/users'), 'themes' => array('driver' => 'local', 'root' => 'site/themes', 'url' => '/site/themes')), 'app_key' => 'IcFGH2eSZBA3JJOykV5ErMLdnWd2ggkA', 'redactor' => array(array('name' => 'Standard', 'settings' => array('buttons' => array('formatting', 'bold', 'italic', 'deleted', 'unorderedlist', 'orderedlist', 'outdent', 'indent', 'image', 'file', 'video', 'table', 'link', 'horizontalrule', 'fontcolor', 'backcolor', 'alignment', 'html'), 'formatting' => array('p', 'h1', 'h2', 'h3', 'span', 'div'))), array('name' => 'Basic', 'settings' => array('buttons' => array('bold', 'italic', 'formatting')))), 'csrf_exclude' => array('/cp/addons/cccreviews/acceptReview', '/cp/addons/cccreviews/rejectReview', '/cp/addons/cccreviews/postReview', '/cp/addons/cccreviews/approveReview', '/!/Fetch/*', '/assets/emails/acq/fonts/RFRufo-Bold.woff'), 'send_powered_by_header' => false, 'ensure_unique_ids' => true, 'yaml_parser' => 'spyc', 'php_max_memory_limit' => null), 'theming' => array('theme' => 'calibercollision', 'default_layout' => 'default', 'default_page_template' => 'default', 'default_entry_template' => 'post', 'default_taxonomy_template' => 'taxonomy', 'error_template_folder' => 'errors', 'default_fieldset' => 'default', 'default_page_fieldset' => 'page', 'default_entry_fieldset' => 'entry', 'default_term_fieldset' => 'term', 'default_asset_fieldset' => 'asset', 'smartypants' => false, 'allow_php' => true, 'markdown_hard_wrap' => false), 'users' => array('login_type' => 'username', 'enable_gravatar' => true, 'driver' => 'file', 'redis_write_file' => true, 'new_user_roles' => array())), 'segment_1' => 'employment', 'segment_2' => 'recruiting-request-form', 'last_segment' => 'recruiting-request-form', 'aq_redirects' => array('redirect_acquisition' => array(array('refer_location' => 'http://midlothian.connerbrothers.com/', 'info_text' => 'We are proud to inform you Conner Brothers Body Shops of Midlothian and Richmond are now a part of the nation’s leading collision repair provider, Caliber Collision. Dedicated to maintaining the high quality workmanship and personal service you’ve come to expect, we look forward to restoring the rhythm of your life.', 'headline_text' => 'THE FAN - RICHMOND', 'partner_logo' => '/assets/partner-logo/CBToday.png'), array('refer_location' => 'https://fortunecollision.com/', 'partner_logo' => '/assets/partner-logo/fcc-logo-01-e1413209811936.png', 'info_text' => 'We are proud to inform you Fortune Collision Center is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®'), array('refer_location' => 'https://www.professional-collision.com/', 'partner_logo' => '/assets/partner-logo/pc_logo1-320x76.png', 'info_text' => 'We are proud to inform you Professional Collision is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®')), 'fieldset' => 'redirect_acquisitions', 'title' => 'Acquisition Redirects', 'id' => 'c7aad81d-005c-4db0-aaf0-889949f2bc53'), 'alert' => array('show_alert' => true, 'fieldset' => 'alert_fs', 'title' => 'Alert Notification', 'id' => 'c7424988-025e-4441-acca-0eacb6b91b64'), 'sponsor_levels' => array('info_grid' => array(array('headline' => 'Presenting Sponsor', 'price' => '$15,000', 'text' => '- 12 playing positions (3 teams) - 12 Premium Player Gift Bags - Four (4) Pin Flags with your logo - Special recognition at awards dinner - Your logo static at the top of the digital pairings during registration and digital scoreboard for tournament - Your logo on the front of all golf cart signs at the presenting sponsor - Your logo on tournament photo show at post golf banquet - Your logo to appear on all tee signs and pin flags as our presenting sponsor - Tent opportunity at hole of choice', 'number_av' => '1'), array('headline' => 'Gold Sponsor', 'price' => '$8,000', 'text' => '- 8 playing positions (2 teams) - 8 Premium Player Gift Bags - Two (2) signage opportunities - One (1) Pin Flag + one (1) additional signage opportunity of your choice - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '3'), array('headline' => 'Silver Sponsor', 'price' => '$4,500', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '5'), array('headline' => 'Hole-in-One Sponsor', 'price' => '$3,000', 'text' => '- Must provide hole-in-one insurance for grand prize - 4 playing positions (1 team) - 4 Premium Player Gift Bags - Two (2) signage opportunities - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '2'), array('headline' => 'Bronze Sponsor', 'price' => '$3,000', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Tent opportunity', 'number_av' => '8'), array('headline' => 'Shoe Sponsor', 'price' => '$10,000', 'text' => '- Logo printed on shoe display - Table opportunity', 'number_av' => '1'), array('headline' => 'Pullover Sponsor', 'price' => '$7,000', 'text' => '- Logo printed on sleeve of golf pullover - Table opportunity', 'number_av' => '1'), array('headline' => 'Sunglasses Sponsor', 'price' => '$5,000', 'text' => '- Logo printed on exterior of the sunglasses case - Table opportunity', 'number_av' => '1'), array('headline' => 'Stainless Steel Colster Sponsor', 'text' => '- Logo printed on tumbler - Table opportunity', 'price' => '$5,000', 'number_av' => '1'), array('headline' => 'Shirt Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on sleeve of golf polo - Table opportunity', 'number_av' => '1'), array('headline' => 'Gloves Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on Titleist glove - Table opportunity', 'number_av' => '1'), array('headline' => 'Towel Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on premium golf towel - Table opportunity', 'number_av' => '1'), array('headline' => 'Photo Souvenir Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on the inside of photo souvenir frame for team photo', 'number_av' => '1'), array('headline' => 'Beverage Sponsor', 'price' => '$3,000', 'text' => '- Signage opportunity available', 'number_av' => '1'), array('headline' => 'Lunch Sponsor', 'price' => '$3,000', 'text' => '- Signage during lunch', 'number_av' => '1'), array('headline' => 'Live Scoring Sponsor', 'price' => '$1,500', 'text' => '- Digital logo or ad opportunity displayed on live scoring device for every team', 'number_av' => '1'), array('headline' => 'Air Cannon Sponsor', 'price' => '$1,500', 'text' => '- Signage at air cannon hole', 'number_av' => '1'), array('headline' => 'Photo Sponsor', 'price' => '$800', 'text' => '- Logo displayed static during on-screen slideshow', 'number_av' => '2'), array('headline' => 'Scorecard Sponsor', 'price' => '$350', 'text' => '- Logo printed on scorecards', 'number_av' => '4'), array('headline' => ' Golf Cart Sponsors', 'price' => '$300', 'text' => '- Logo printed on golf cart signs', 'number_av' => '10'), array('headline' => ' Pin Flag Sponsors', 'price' => '$300', 'text' => '- Logo printed on 1 pin flag at hole', 'number_av' => '11'), array('headline' => 'Tee Box Sponsors', 'price' => '$250', 'text' => '- Logo printed on 1 tee box sign', 'number_av' => '6')), 'fieldset' => 'basic', 'title' => 'Caliber Classic Sponsor Levels', 'id' => '083caacd-0fcc-4cc1-b6ec-3f1588045208'), 'cr_vendors' => array('google_icon' => '/assets/img/icons/google_icon.svg', 'yelp_icon' => '/assets/img/icons/yelp_icon.svg', 'carwise_icon' => '/assets/img/icons/carwise_icon.svg', 'facebook_icon' => '/assets/facebook_icon2.svg', 'carries_icon' => '/assets/img/icons/carwise_icon.svg', 'fieldset' => 'reviews', 'title' => 'Customer Review Vendors', 'id' => '35202c68-7b1f-4835-b527-0f253f79534e'), 'footer_nav' => array('title' => 'Footer Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'schedule an appointment', 'link_url' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c'), array('link_text' => 'services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'contact us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'blog', 'external_link' => 'https://blog.calibercollision.com/'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Free Online Estimate', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_text' => 'Employment', 'external_link' => 'https://jobsatcaliber.com/', 'is_extetnal_link' => true), array('link_text' => 'Locate a Center', 'link_url' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e'), array('link_text' => 'Hub of Help', 'link_url' => 'cb8331a3-f549-4ca4-8710-c9da362de75a'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'link_url' => '095d21e8-2ac8-4834-90e6-c71030aea0b7'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Privacy Policy', 'link_url' => '6dd6ba83-1a75-49d6-9769-c546235eb031'), array('link_text' => 'CA Privacy Act', 'link_url' => '11546b19-0f60-4879-a701-6032dcc8b9e0'), array('link_text' => 'Terms & Conditions', 'link_url' => '0d283aaa-4640-494c-acfe-ed93ec59ae41'), array('link_text' => 'Sitemap', 'link_url' => '749d2502-7b1d-46c0-82b4-d02aef2dc42c'))), array('type' => 'col_nav_set')), 'fieldset' => 'navi', 'id' => '640cbe79-bff7-4cd9-bd3d-976e2afd881a'), 'global' => array('site_name' => 'Caliber Collision', 'seo_title' => 'Auto Body Repair & Paint Shop | Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'canonical_tag' => '{{url}}', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'id' => 'd9bfc09a-3a90-41d3-8acc-3f551f8432af'), 'marketing_conditional' => array('check_box_text' => 'I consent to receive marketing and future promotions from Caliber.', 'legal' => 'Marketing and Future Promotions<br/><br/>This check box affirms my consent to receive additional marketing and promotional information from Caliber and its affiliates via email/or and text/SMS messaging. I understand that my decision to receive marketing information is not a condition of receiving service and in no way affects the service Caliber or its affiliates will provide me. I can opt out of receiving marketing information at any time; for email marketing – by clicking the unsubscribe link included in any email and indicating my preferences; for text/SMS, replying "Unsubscribe" to the Caliber affiliate number that sends the marketing text/SMS message to the number you provided. Lastly, by writing to Caliber Collision Centers, Attention: Marketing Unsubscribe, 2941 Lake Vista Dr., Lewisville, Texas 75067.', 'fieldset' => 'marketing_conditional', 'title' => 'Marketing Conditional', 'id' => '2001bd3d-ab35-471a-8535-1782abc9c25a'), 'primary_nav' => array('title' => 'Primary Navigation', 'page_links' => array(array('link_title' => 'Locate a Center', 'icon' => '/assets/img/icons/locations.svg', 'pg_link' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e', 'color' => 'cbgg-red'), array('link_title' => 'Free Online Estimate', 'icon' => '/assets/img/icons/free_estimate.svg', 'color' => 'cbgg-yellow', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_title' => 'Make Appointment', 'icon' => '/assets/img/icons/schedule_appt.svg', 'pg_link' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c', 'color' => 'cbgg-green'), array('link_title' => 'Employment', 'icon' => '/assets/img/icons/employment.svg', 'color' => 'cbgg-blue', 'external_link' => 'https://jobsatcaliber.com')), 'nav_item' => array('954a3d09-7a34-4bab-9ce0-cd4d8620790e', '3cf9ba9f-429e-4023-b58e-6870f96ba6b3', 'cb6f2ca0-1877-42a2-ac26-ec21246c0753', '1e53649c-8bc0-451b-b772-90356c40f66d'), 'fieldset' => 'navi', 'id' => '9c80759e-5264-4be1-b834-d8271de287c1'), 'sec_nav' => array('title' => 'Secondary Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'external_link' => '/online-authorization'), array('link_text' => 'Services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Contact Us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Blog', 'external_link' => 'https://blog.calibercollision.com/'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e')))), 'fieldset' => 'navi', 'id' => 'd7382fdf-8d1c-4be7-adca-4d05afd8f2ba'), 'social_channels' => array('social_icons' => array(array('channel' => 'facebook', 'social_icon' => '/assets/img/icons/facebook.svg', 'url' => 'https://www.facebook.com/pages/Caliber-Collision/179049245541477'), array('channel' => 'twitter', 'social_icon' => '/assets/img/icons/twitter.svg', 'url' => 'http://twitter.com/CaliberAutoBody'), array('channel' => 'youtube', 'social_icon' => '/assets/img/icons/youtube.svg', 'url' => 'http://www.youtube.com/CaliberCollisionUSA'), array('channel' => 'linkedin', 'url' => 'https://www.linkedin.com/company/calibercollision/', 'social_icon' => '/assets/linkedin-1496848361.svg'), array('channel' => 'instagram', 'social_icon' => '/assets/img/icons/instagram.svg', 'url' => 'http://instagram.com/calibercollision'), array('channel' => 'blog', 'social_icon' => '/assets/img/icons/blog.svg', 'url' => 'https://blog.calibercollision.com/')), 'fieldset' => 'social_nav', 'title' => 'Social Channels', 'id' => '5bd74bb6-9bd5-4079-b393-a4fb90f5588c'), 'test' => array('fieldset' => 'default', 'title' => 'TEST', 'id' => '61819f55-7c2d-44c8-82ab-04d4955d927c'), 'utilities' => array('title' => 'Utilities', 'utilityNav' => array(array('link_name' => '1-888-225-4237', 'external_link' => 'tel:1-888-225-4237', 'linkIcon' => '/assets/img/icons/phone.svg'), array('link_name' => 'live chat', 'linkIcon' => '/assets/img/icons/livechat.svg')), 'fieldset' => 'navi', 'id' => 'ce39ef6f-b5c3-4b06-a779-350a9f01bb2a'), 'default_error_message' => array('header_title' => 'sorry.', 'header_content' => '<p>The page you are looking for cannot be found. </p>', 'header_bg' => '/assets/img/headers/locations.jpg', 'page_content' => array(array('type' => 'full_set', 'body' => '<p>THE PAGE YOU ARE LOOKING FOR MIGHT HAVE BEEN REMOVED, HAD ITS NAME CHANGED, OR IS TEMPORARILY UNAVAILABLE. </p>', 'bg_color' => 'blue', 'text_color' => 'white'), array('type' => 'half_set', 'header' => 'PLEASE TRY THE FOLLOWING:', 'list' => array('if you typed the page address in the Address bar, make sure that it is spelled correctly', 'Go to the homepage calibercollision.com, and look for links to the information you want.', 'Go to the Site Map to find links to the information you want.', 'Click the back button to try another link.'), 'bg_align' => 'full')), 'seo_title' => '{{title}} Auto Body Repair & Paint Shop | Caliber Collision', 'fieldset' => 'segments', 'title' => 'default error message', 'id' => '805a7d50-e50c-4a95-ad6d-9b1d040aaec7'), 'form_conditions' => array('term_conditions' => array(array('state_select' => '4e3b7c46-f723-443f-9a71-e9571198e0a1', 'abbreviation' => 'AL', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5dfc964a-20d4-4713-9810-1bb1af5fddd9', 'abbreviation' => 'AZ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'af1ce41d-2566-40c4-8a3a-abc197dbb444', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'AR', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '2ac35919-d099-4f01-9538-d043f990ff68', 'abbreviation' => 'CA', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => 'a232b074-7cc1-458d-9d76-37056cde9ad6', 'abbreviation' => 'CO', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '6a9f53a6-827e-4cdc-95c4-9e60176b4368', 'abbreviation' => 'CT', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '258900a4-3496-4f74-b66b-b0b2c4926830', 'abbreviation' => 'DE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_e' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'rights' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '30f1a714-d1cc-466e-8a30-120a3f6f91ca', 'abbreviation' => 'FL', 'terms_b' => 'NOTICE OF RIGHTS - I UNDERSTAND THAT, UNDER STATE LAW, I AM ENTITLED TO A WRITTEN ESTIMATE IF MY FINAL BILL WILL EXCEED $1,500. I will be notified before any work commences on my car and will be given an opportunity to approve the collision repair work order before any repair begins. I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair.', 'policy' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '77e5b21e-7c6b-4d37-990b-280dd7319478', 'abbreviation' => 'GA', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control. I authorize any and all supplements to be paid directly to Caliber Collision.', 'policy' => 'POWER OF ATTORNEY - For insurance claims, I hereby constitute and appoint Caliber Collision and its authorized employees to be my true and lawful attorney-in-fact with authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'PURSUANT TO THE OFFICIAL CODE OF GEORGIA ANNOTATED, O.C.G.A. § 40-3-54 (2014), work performed on any vehicle required to have a certificate of title can have a special lien attached until the work is paid for or satisfied through foreclosure as provided by Georgia law. I have read and agree to the Terms and Conditions.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the diagnostic and repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '34ea7e25-b91e-4e7a-bd93-e4dbf309982c', 'abbreviation' => 'ID', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'f7f47516-7e70-4fc1-bc98-c15d17ac8b33', 'abbreviation' => 'IL', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '3264ce70-71a9-4713-8e4c-9855b1aec47e', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'IN', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '286c2062-a78e-46a0-b3aa-0e7389519863', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'abbreviation' => 'IA', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'ESTIMATE - You have the right to a written or oral estimate if the expected cost of repairs or service will be more than fifty dollars. Your bill will not be higher than the estimate by more than ten percent unless you approve a higher amount before repairs are finished. Indicate your choice: Written estimate, Oral estimate, No estimate, Call me if repairs and service will be more than $(blank space for amount) Dollar amount', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly, and/or partially completed work, based on Caliber’s normal hourly labor rate.'), array('state_select' => '577cb9da-3406-42b5-a4f9-b7358c898cdc', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'KS', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '26560e25-298c-4d7d-9918-1a2fa3d137aa', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'KY', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'cd881ba9-fd23-4f96-ad02-faa1520c07b3', 'abbreviation' => 'MS', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '650e9c71-f2ec-4617-9495-67afaddbf215', 'abbreviation' => 'MD', 'terms' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic's Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'CUSTOMER RIGHTS (Md. Code Ann., Com. Law § 14-1008) - YOU HAVE THE RIGHT TO REQUEST A WRITTEN ESTIMATE FOR REPAIRS EXCEEDING $50 ($25 FOR MONTGOMERY COUNTY). YOU MAY NOT BE CHARGED ANY AMOUNT 10% IN EXCESS OF THE WRITTEN ESTIMATE WITHOUT YOUR CONSENT. YOU ARE ENTITLED TO THE RETURN OF ANY REPLACED PARTS EXCEPT WHEN PARTS ARE REQUIRED TO BE RETURNED TO THE MANUFACTURER UNDER A WARRANTY AGREEMENT. REPAIRS NOT ORIGINALLY AUTHORIZED BY YOU MAY NOT BE CHARGED TO YOU WITHOUT YOUR CONSENT.', 'terms_f' => 'MANUFACTURER SPECIAL POLICY ADJUSTMENT PROGRAMS - Federal law requires manufactures to furnish the National Highway Traffic Safety Administration (N.H.T.S.A.) with bulletins describing any defects in their vehicles. You may obtain copies of these bulletins either from the manufacturer or N.H.T.S.A. In addition, certain consumer publications or organizations publish this information, which may be available for a fee or for free.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle's repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber's control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs. ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c219bd39-e073-4e16-a3cf-a4e4a56477cc', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.', 'abbreviation' => 'MI'), array('state_select' => '93175f20-f5e9-47ec-8f06-472d27ef0f2f', 'terms' => 'RETURN OF REPLACED PARTS - Replaced parts will be returned to you if you request their return before the repairs are commenced, except for any parts that must be returned to the manufacturer, distributor, or other person under warranty or exchange arrangement, or that is required to be retained or disposed of pursuant to law, or is necessary for pending litigation. If you request the return of parts, any such parts that cannot be returned to you will be made available for you to examine for a period of five (5) business days after repairs are completed. By signing below, I acknowledge that I have received this notice, and I do NOT wish to have replaced parts returned to me. (If you DO wish to have replaced parts returned to you, do NOT check this box and instead notify Caliber that you would like replaced parts returned or shown to you.)', 'terms_b' => 'REPAIR ESTIMATES & STORAGE FEES - I have reviewed and understand my rights under <a href="https://www.revisor.mn.gov/statutes/cite/325F.62/pdf">Minnesota Statutes Ann. § 325F.62(3)</a>. I expressly acknowledge that if my vehicle is not picked up within ten (10) days after Caliber Collision has notified me that the repairs are completed or that my vehicle is otherwise ready for pick up, Caliber will charge storage fees at rates that are ordinary and customary for the area, but not to exceed $35.00 per day.', 'abbreviation' => 'MN', 'policy' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_c' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate (these charges will be calculated on the final bill Caliber provides me). ', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_i' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.'), array('state_select' => '5bc48dbc-3996-4d73-b387-799b76c1c853', 'abbreviation' => 'MO', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '9ff4bf4c-b5a1-41f0-8749-3109a63c707b', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'abbreviation' => 'MT', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'deccdd37-ac27-49bb-901e-635d39dc29fe', 'abbreviation' => 'NE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd833690a-2571-4675-be41-081d44f75575', 'abbreviation' => 'NV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '775005b6-ef0d-4d75-980f-c1b13b9d8629', 'abbreviation' => 'NJ', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '479d8b97-8b0b-4cc9-bcb9-a02169d1714d', 'abbreviation' => 'NM', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'be3e2c5e-ee12-4767-b64a-09f7914d2a0c', 'abbreviation' => 'NY', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'rights' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'state_select' => '3ef51b9c-d562-42f3-9ff2-8eb5846582c8', 'abbreviation' => 'NC', 'terms_c' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_b' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair. A written estimate delivered via email using the email address I’ve included is acceptable to me.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'CUSTOMER RIGHTS - (1) A consumer has a right to receive a written estimate or to waive receipt of that estimate if the cost or repairs will exceed $350.00. (2) A consumer may request, at the time the work order is taken, the return or inspection of all parts that have been replaced during the motor vehicle repair.', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '1eab2a85-9973-460d-8063-f064feb79f03', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'ND', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd63bff4f-c165-418c-8f8e-3be2cfb4c7e2', 'abbreviation' => 'OH', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '87e7db74-69ee-42ec-905e-ddaaf999826e', 'abbreviation' => 'OK', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'ab630449-682a-40d3-bd61-aba87b396cd1', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'OR', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '402cbf00-8206-41fe-9149-bf592b5de64e', 'abbreviation' => 'PA', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5862ea75-05f7-4d16-85ee-afad87f35581', 'abbreviation' => 'SC', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd671a168-0c70-4cc8-a280-a1e4f925ae12', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'SD', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AFTERMARKET PARTS - Caliber may be directed (by my insurer) to prepare my estimate based on the use of aftermarket parts supplied by a source other than the manufacturer of my vehicle. I understand that my estimate will reflect whether such parts were used, and that warranties applicable to these replacement parts are provided by the manufacturer or distributor of these parts rather than the manufacturer of my vehicle.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c6880d3e-4640-44ae-8f41-49ddd58992a4', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'TN', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'CONSUMER’S RIGHTS - This Notice is being provided to you pursuant to Tennessee law (T.C.A. § 66-19-104), which provides that you are entitled to request a written estimate for repairs that cost in excess of two hundred fifty dollars ($250), and that you may not be charged an amount over twenty-five percent (25%) in excess of the written estimate without your consent or Caliber Collision’s good faith attempt to acquire the consent.', 'rights' => 'NOTICE PURSUANT TO T.C.A. § 47-18-104(b)(28) - Upon my request, I am entitled to have returned to me or to be given the opportunity to inspect any parts that are removed from my vehicle and replaced during the repair process. This requirement does not apply to any part that must be returned to a manufacturer or distributor under a warranty agreement or otherwise disposed of as required by law or other applicable rule or regulation. This requirement also does not apply to any part retained as part of a trade-in agreement or core charge agreement; such parts will not be returned to me unless I agree to pay the additional core charge or other trade-in fee. By initialing below, I acknowledge that I have received this notice and do not want to have replaced parts returned to me or make available for my inspection. (If you do wish to have such replaced parts returned to you or made available for inspection, do not initial and instead notify Caliber Collision that you would like replaced parts returned to you or shown to you.) ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS -This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. REMOVAL OF PERSONAL ARTICLES - I acknowledge that I have removed all personal and valuable articles from the vehicle. I understand that Caliber Collision will not be and is not responsible for any belongings left in the vehicle.', 'state_select' => '3e3b9e63-ee17-42e6-a297-b702a2ce35f2', 'abbreviation' => 'TX', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'NOTICE PURSUANT TO SECTION 70.001, TEXAS PROPERTY CODE - I am the person or agent acting on behalf of the person, who is obligated to pay for the repairs of the motor vehicle herein described. I understand that this vehicle is subject to repossession in accordance with Section 9.609, Texas Business & Commerce Code, if a written order of payment for repairs of the vehicle is stopped, dishonored because of insufficient funds, no funds, or because the drawer or maker of the order has no account or the account on which it is drawn has been closed.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_i' => 'TERMS AND CONDITIONS - I have read, understood and agree to the terms and authorizations contained in the terms and conditions governing Caliber's repair services, including the Dispute Settlement & Arbitration provision. We recommend that you retain a copy for your reference.'), array('state_select' => '4c9549ad-dc27-49d3-8e13-58eae2e6d6f3', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation and an anticipated completion date. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'UT', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, reassembly of certain parts may not be possible in some instances, and that I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate. ', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '3b74e82f-940b-4f3f-8bfb-5643082520d2', 'abbreviation' => 'VA', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'CUSTOMER RIGHTS - I understand that I may request to receive a written repair estimate, and that no repair work charge may exceed any written estimate by more than 10% unless I authorize the additional work. I further understand that Caliber Collision shall offer to return all replaced parts except warranty, core charge or trade-in parts required to be returned to a manufacturer or distributor, and that any complaints I have can be made to the Division of Consumer Counsel of the Department of Law.', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '370ed2f3-18cf-4ac1-a50d-7d0c5201083f', 'abbreviation' => 'DC', 'availability' => 'This state requires "certification authority" (like DocuSign) per the Electronic Authentication Act.'), array('state_select' => 'd02b8e49-c5cd-475b-8a17-b8d519873fff', 'abbreviation' => 'WV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '37d7845a-9219-4b75-a8d3-e1db3a8a3dc5', 'abbreviation' => 'WI', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplemental repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'REPLACED PARTS - Under Wisconsin law (Wis. Admin. Code ATCP § 132.07), you are entitled to inspect or request the return of parts replaced or removed from your vehicle during repairs. Replaced parts will be returned to you if you request them, unless the parts must be returned under a warranty or exchange agreement or that otherwise must be disposed of as required by law or regulation (such parts will still be made available to you for inspection upon request). By initialing below, you acknowledge that you have received this notice and do not want to have replaced parts returned to you. If you do wish to have replaced parts returned to you, please do not initial below and instead notify Caliber that you would like replaced parts returned or shown to you.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'STATEMENT OF ESTIMATE ALTERNATIVES (Wis. Admin. Code ATCP § 132.04) - YOU ARE ENTITLED TO A PRICE ESTIMATE FOR THE REPAIRS YOU HAVE AUTHORIZED. THE REPAIR PRICE MAY BE LESS THAT THE ESTIMATE BUT WILL NOT EXCEED THE ESTIMATE WITHOUT YOUR PERMISSION. Choose One Check Boxes: 1. I request an estimate in writing before you begin repairs. 2. Please proceed with repairs but call me before continuing if the price will exceed $________. 3.I do not want an estimate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c8f9e06b-cb69-481f-a179-a5212e3d64b8', 'abbreviation' => 'WY', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.')), 'fieldset' => 'form_conditions', 'title' => 'form conditions', 'id' => '66d89224-c910-4993-9d13-94aa0d55b9b1'), 'page' => array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null)), array()) in Parse.php line 22
  10. at Parse::template('{{relate:page_header}} <header class="page-header w-100 mt-5 mt-md-7 pt-6 pt-md-7 pb-3 relative" style="background:url('{{ if header_bg }} {{ glide:header_bg width=" 1800 " height="600 " fit="crop_focal "}} {{ else }} {{ default_header_loc }}{{ glide:default_header_loc width="1800 " height="600 " fit="crop_focal " quality="{{image_quality}} "}}{{ /if }}') no-repeat top center;"> <div class="container relative w-80 w-md-60 z-1 SAA "> <h1 class="cg-1 ta-center relative-center-middle caps tw-book display t-3 t-md-4 t-sm-4 t-md-5 z-2 "> {{title}} </h1> {{ if header_content }} <h2 class="relative ta-left cg-2 h-0 z-2 tw-medium"> {{header_content | widont}} </h2> {{ endif }} <p class="tw-bold relative ta-left h-0 z-2 cg-green">Please note: artwork production may take up to 10 business days for design completion. We recommend submitting your request at least 15 business days prior to your deadline.</p> </div> <div class="overlay-80 white absolute-top h-100 w-100 "></div> </header> {{/relate:page_header}} <div class="container w-90 w-md-75 SAA"> {{ form:create in="recruiting_request_form" files="true" }} {{ if errors }} <div class="alert alert-danger cbgg-red p-2 cg-white mb-3"> {{ errors }} {{ value }}<br> {{ /errors }} </div> {{ /if }} {{ if success }}{{redirect to ='/submission'}} <div class="alert alert-success cbgg-green p-2 cg-white mb-3"> Form was submitted successfully. </div> {{ /if }} <div> <p class="cg-blue"> * Indicates required field. </p> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Event Info and Address</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Date Materials Needed.*</label> <input onpaste="return false;" type="text" id="datepicker2" name="date_needed" value="{{ old:date_needed }}" class="form-control w-90 p-1 cg-blue" placeholder="Date Materials Are Needed" /> </div> </div> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Event Name*</label> <input type="text" name="event" value="{{ old:event }}" class="form-control p-1 cg-blue" placeholder="Event Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2"> <label class="d-none">Event Location*</label> <input type="text" name="location" value="{{ old:location }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Location*" /> </div> <div class="form-group col-12 textfield"> <textarea name="delivery" class="form-control" placeholder="Event Address" rows="7"></textarea> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2"> <div class=""> <label class="caps cg-blue">Event Date*</label> <input onpaste="return false;" type="text" id="datepicker3" name="event_date" value="{{ old:event_date }}" class="form-control w-90 p-1 cg-blue" placeholder="Event Date" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">Start Time*</label> <input type="time" name="start_time" value="{{ old:start_time }}" class="form-control w-90 p-1 cg-blue" placeholder="Start Time" /> </div> </div> <div class="form-group col-12 col-sm-4 textfield pt-1 pt-sm-2 pl-sm-1"> <div class=""> <label class="caps cg-blue">End Time*</label> <input type="time" name="end_time" value="{{ old:end_time }}" class="form-control w-90 p-1 cg-blue" placeholder="End Time" /> </div> </div> </div> <div> <h5 class="caps cg-blue">Requestor Info</h5> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Full Name*</label> <input type="text" name="name" value="{{ old:name }}" class="form-control p-1 cg-blue" placeholder="Full Name*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Title*</label> <input type="text" name="title" value="{{ old:title }}" class="form-control p-1 cg-blue" placeholder="Title*" /> </div> <div class="form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Phone Number*</label> <input type="text" name="number" value="{{ old:number }}" class="form-control w-90 p-1 cg-blue" placeholder="Phone Number*" /> </div> <div class="pb-2 form-group col-12 col-sm-6 textfield pt-1 pt-sm-2 pr-sm-1"> <label class="d-none">Email Address*</label> <input type="text" name="email" value="{{ old:email }}" class="form-control w-90 p-1 cg-blue" placeholder="Email Address*" /> </div> <div class="row col-12"> <div class="mb-1"> <h5 class="caps cg-blue">Requested Materials</h5> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2"> <div class=""> <label class="d-none">Type of Material Needed (Flyer, Banner, etc.)*</label> <input type="text" name="type" value="{{ old:type }}" class="form-control w-90 p-1 cg-blue" placeholder="Type of Material Needed (Flyer, Banner, etc.)*" /> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Purpose of Material*</label> <textarea name="purpose" class="form-control" placeholder="Purpose of Material*" rows="7">{{ old:purpose }}</textarea> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none">Please provide additional details for the content, design, etc*</label> <textarea name="details" class="form-control" placeholder="Please provide additional details for the content, design, etc*" rows="7">{{ old:details }}</textarea> </div> </div> <div class="row col-12" style="margin-top: 25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Shipping Address</h4> </div> </div> <div class="form-group col-12 textfield pt-1 pt-sm-2" style="margin-top:-8px;"> <label style="margin-bottom: 10px; display: block;">Where would you like your event materials shipped?</label> <input type="text" name="address_1" value="{{ old:address_1 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 1"/> </div> <div class="form-group col-12 textfield pt-1" style="margin-top:-8px;"> <input type="text" name="address_2" value="{{ old:address_2 }}" class="form-control w-90 p-1 cg-blue" placeholder="Address Line 2"/> </div> <div class="col-12 cg-blue pb-sm-1 t-sm"> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="city" value="" class="form-control p-1 cg-blue" placeholder="City" value="{{ old:city }}"> </div> <div class="form-group col-12 col-sm-4 textfield pr-sm-1"> <input type="text" name="state" value="" class="form-control p-1 cg-blue" placeholder="State" value="{{ old:state }}"> </div> <div class="form-group col-12 col-sm-4 textfield"> <input type="text" name="zip" value="" class="form-control p-1 cg-blue" placeholder="Zip" value="{{ old:zip }}"> </div> </div> <div class="row col-12" style="margin-top:25px;"> <div class="mb-1"> <h4 class="caps cg-blue">Additional Notes</h4> </div> </div> <div class="row col-12"> <div class="form-group col-12 textfield"> <label class="d-none"></label> <textarea name="additional_notes" class="form-control" placeholder="Is there anything else we should know about your request? If you did not attach logos/name partners, when can we expect to see those?" rows="7">{{ old:additional_notes }}</textarea> </div> </div> <div class="row col-12"> <h5 class="caps cg-blue">FILE UPLOADS</h5> <span class="cg-blue col-12 pr-2 pt-1 pb-2 t-md">Please upload photos, logos and other related files to reference for the design. Accepted file formats: .EPS, .JPG, .PNG, and .PDF files. Max file size for logos is 10MB.</span> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple2rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple3rec"> </div> </div> <div class="col-sm-3"> <div id="file-upload" class="cg-blue col-12 pb-4 pb-sm-3"> <span style="font-size:11px;color:red;">Max. 10mb</span> <input class="file-upload" type="file" name="simple4rec"> <input type="text" class="hide" name="recruiting-honey" class="honeypot" /> </div> </div> </div> <div class="row col-12" style="margin-top:15px;"> <div class="ta-center button-container pt-2 pb-2"> <button class="btn btn-primary">Submit</button> </div> </div> </div> {{ /form:create }} ', array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null, 'site_name' => 'Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'layout' => 'default', 'site_url' => 'https://calibercollision.com/', 'homepage' => 'https://calibercollision.com/', 'current_url' => 'https://calibercollision.com/employment/recruiting-request-form', 'current_uri' => '/employment/recruiting-request-form', 'current_date' => object(Carbon), 'now' => object(Carbon), 'today' => object(Carbon), 'locale' => 'en', 'locale_name' => 'English', 'locale_full' => 'en_US', 'locale_url' => 'https://calibercollision.com/', 'get' => array(), 'post' => array(), 'get_post' => array(), 'old' => array(), 'response_code' => '200', 'logged_in' => false, 'logged_out' => true, 'environment' => 'production', 'xml_header' => '<?xml version="1.0" encoding="utf-8" ?>', 'csrf_token' => 'gi6dPYq8OAvFK77sftskyC0de3t14iPuDVN7QYpr', 'csrf_field' => object(Expression), 'settings' => array('assets' => array('image_manipulation_route' => '/img', 'image_manipulation_secure' => true, 'auto_crop' => true, 'image_manipulation_driver' => 'gd', 'image_manipulation_cached' => true, 'image_manipulation_cached_path' => 'img', 'thumbnail_max_width' => '6000', 'thumbnail_max_height' => '6000'), 'caching' => array('stache_always_update' => false, 'static_caching_enabled' => false, 'static_caching_length' => '500', 'static_caching_type' => 'cache', 'static_caching_file_path' => 'ccc', 'static_caching_ignore_query_strings' => false, 'static_caching_exclude' => array('/locate-a-caliber-collision-center', 'locate-a-caliber-collision-center', '/schedule-an-appointment', '/schedule-an-appointment/', 'schedule-an-appointment/', 'online-authorization/', 'contact-us/', 'customer-reviews/', 'customer-feedback', 'celebrationoflove2016', '/online-authorization', '/contact-us', '/customer-reviews', '/customer-feedback', '/celebrationoflove2016', '/about-us/community-involvement/recycled-rides/recycled-rides-event-request', '/locate-a-caliber-collision-center/fast-track-dealer-referral', 'locate-a-caliber-collision-center/fast-track-dealer-referral', '/employment/hr-job-request-form', 'employment/hr-job-request-form', 'employment/recruiting-request-form', '/employment/virginia-maryland-and-dc-employment-opportunities', 'employment/virginia-maryland-and-dc-employment-opportunities', '/field-marketing-event-request', 'field-marketing-event-request', '/caliber-classic-registration', 'caliber-classic-registration'), 'static_caching_invalidation' => array(), 'static_caching_lock_hold_length' => '0', 'static_caching_default_cache_length' => null), 'cp' => array('start_page' => 'dashboard', 'date_format' => 'Y/n/d', 'widgets' => array(array('type' => 'collection', 'collection' => 'locate-a-caliber-collision-center', 'limit' => '20', 'width' => '70', 'date' => 'last_modified'), array('type' => 'PowerTools', 'width' => '30')), 'locale' => null, 'pagination_size' => '50'), 'debug' => array('debug' => true, 'debug_bar' => false, 'loggers' => array('file' => array('daily' => true))), 'email' => array('driver' => 'log', 'from_email' => 'cc@calibercollision.com', 'from_name' => 'Caliber Collision Centers', 'host' => null, 'port' => '587', 'encryption' => 'tls', 'username' => '', 'password' => ''), 'routes' => array('routes' => array('/blog/tags' => 'blog/taxonomies', '/search' => 'search', '/users' => 'user/index', '/users/{username}' => 'user/profile', '/account' => 'user/account', '/login' => 'auth/login', '/register' => 'auth/register', '/forgot-password' => 'auth/password-forgot', '/reset-password' => 'auth/password-reset', '/api/reviews' => array('layout' => 'api', 'template' => 'api-reviews', 'content_type' => 'json'), '/api/locations' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/locations/{type}' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/dealers' => array('layout' => 'api', 'template' => 'api-dealers', 'content_type' => 'json'), '/api/insurance' => array('layout' => 'api', 'template' => 'api-insurance', 'content_type' => 'json'), '/api/pages' => array('layout' => 'api', 'template' => 'api-pages', 'content_type' => 'json'), '/api/faqs' => array('layout' => 'api', 'template' => 'api-faqs', 'content_type' => 'json'), '/api/soire' => array('layout' => 'api', 'template' => 'api-submission', 'content_type' => 'json'), '/api/partners' => array('layout' => 'api', 'template' => 'api-partners', 'content_type' => 'json'), '/api/export' => array('layout' => 'default', 'template' => 'export'), '/api/employment' => array('layout' => 'api', 'template' => 'api-employment', 'content_type' => 'json'), '/api/employment-export' => array('layout' => 'api', 'template' => 'employment-export'), '/api/appointments' => array('layout' => 'api', 'template' => 'api-appointments', 'content_type' => 'json'), '/api/appointments-export' => array('layout' => 'api', 'template' => 'appointments-export'), '/api/locations-export' => array('layout' => 'api', 'template' => 'api-locations-export'), '/api/reviews-export' => array('layout' => 'api', 'template' => 'api-reviews-export'), '/sandbox/glass-quote' => array('layout' => 'api', 'template' => 'glass-quote'), '/changinglanesrecruitment' => array('layout' => 'api', 'template' => 'changinglanes-recruitment'), '/changinglanesrecruitment/signup' => array('layout' => 'default', 'template' => 'changinglanes-recruitment-form'), '/changinglanesrecruitment/thankyou' => array('layout' => 'api', 'template' => 'changinglanes-recruitment-thankyou'), '/weallplayapart' => array('layout' => 'api-header', 'template' => 'leadership-summit-2019'), '/api/skyball' => array('layout' => 'api', 'template' => 'api-skyball', 'content_type' => 'json'), '/api/skyball-export' => array('layout' => 'api', 'template' => 'skyball-export'), '/happyholidays2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card-team'), '/holiday2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card'), '/digital-newsletter/search' => array('layout' => 'api-header-noindex', 'template' => '/newsletter/search'), '/thank-you-2' => array('layout' => 'default', 'template' => 'thank-you-2'), '/schedule-an-appointment-online' => array('layout' => 'default', 'template' => 'appointment-dev'), '/schedule-an-appointment-online-snapsheet' => array('layout' => 'default', 'template' => 'appointment-dev-snapsheet'), '/online-authorization' => array('layout' => 'default', 'template' => 'online-authorization-new'), '/api/urls' => array('layout' => 'api', 'template' => 'api-all-pages'), '/barbarian' => array('layout' => 'api', 'template' => 'barbarian')), 'collections' => array('blog' => '/news-events/{year}/{month}/{day}/{slug}', 'locate-a-caliber-collision-center' => '/locate-a-caliber-collision-center/{slug}', 'specials' => 'specials-states', 'offers' => 'offers', 'sponsored_events' => '/sponsored-events/{slug}', 'emails' => '/{slug}', 'acquisitions' => '/acquisitions/{slug}', 'live-chat' => '/live-chat/{slug}', 'hub_articles' => '/hub-of-help/{slug}', 'newsletter' => '/digital-newsletter/{slug}', 'newsletter_articles' => '/digital-newsletter/{newsletter_slug}/{slug}'), 'taxonomies' => array('tags' => '/blog/tags/{slug}', 'lo' => 'region'), 'redirect' => array('/locate-a-caliber-collision-center/davenport-northwest-bi' => 'https://www.caliber.com/find-a-location/davenport-northwest-bl', '/militarycombine' => 'combine', '/celebrationoflove2018' => 'celebration-of-love-nomination-2018', '/dealership-partners' => 'dealership-partners', '/green-commitment' => 'green-commitment', '/insurance-partners' => 'insurance-partners', '/repair-process' => 'repair-process', '/COMBINEPARTNERS' => 'military-service-partners', '/CombinePartners' => 'military-service-partners', '/combinepartners' => 'military-service-partners', '/combine-partners' => 'military-service-partners', '/emails' => 'https://www.caliber.com/leave-a-review', '/emails/september-2016-customer-email' => 'about-us/community-involvement/combine', '/combine' => 'about-us/community-involvement/heroes-day', '/Combine' => 'about-us/community-involvement/heroes-day', '/COMBINE' => 'about-us/community-involvement/heroes-day', '/Careers' => 'employment', '/TeammateUpdate' => 'teammateupdate', '/TeamMateUpdate' => 'teammateupdate', '/arizona-special-offers' => 'specials', '/california-special-offers' => 'specials', '/mobile' => '/', '/bodyshop.asp' => 'services', '/paintshop.asp' => 'services', '/careers/careers.aspx' => '/employment', '/about/about.aspx' => 'about-us', '/green-commitment.aspx' => 'services/environmental-commitment', '/locations/locations.aspx' => 'locate-a-caliber-collision-center', '/services/services.aspx' => 'services', '/locations/burbank-car-repair-shop/' => 'locate-a-caliber-collision-center', '/auto-body/accident-checklist' => 'services/collision-repair-process', '/PrivacyNotice.aspx' => 'privacy-policy', '/accident/appointment.aspx' => 'schedule-an-appointment', '/accident/customer-feedback.aspx' => 'customer-feedback', '/accident/faqs.aspx' => 'about-us/faqs', '/accident/inanaccident.aspx' => 'collision-repair-process', '/accident/repairauthorization.aspx' => 'services/collision-repair-process', '/index.aspx' => '/', '/warranty.aspx' => 'services/lifetime-warranty', '/LocationsWV.htm' => 'locate-a-caliber-collision-center/westlake-village', '/Home.html' => '/', '/walkthewalk*' => '/about-us/community-involvement/carry-the-load/*', '/about' => 'about-us', '/contact/contact.aspx' => 'contact-us', '/accident/customer-feedback-all.aspx' => 'customer-feedback', '/accident/collisionrepair.aspx' => '/', '/rrorders' => 'recycled-rides-event-request', '/recycledrides*' => 'about-us/community-involvement/recycled-rides', '/thankyou' => 'thank-you', '/agent' => 'about-us/insurance-partners', '/web-site-terms-conditions' => 'terms-conditions', '/careers' => 'employment', '/services/collision-repair-process' => 'services/repair-process', '/about-us/news-events' => 'news-events', '/hr-job-posting-request' => '/employment/hr-job-request-form', '/recruiting-request-form' => '/employment/recruiting-request-form', '/changinglanes' => '/about-us/community-involvement/changing-lanes/', '/ChangingLanes' => '/about-us/community-involvement/changing-lanes/', '/FoodDrive' => '/about-us/community-involvement/food-drive/', '/fooddrive' => '/about-us/community-involvement/food-drive/', '/caliber-classic' => '/about-us/community-involvement/caliber-classic/', '/locate-a-caliber-collision-center/Falcon' => '/locate-a-caliber-collision-center/falcon', '/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/fresno' => '/locate-a-caliber-collision-center/round-rock-commerce', '/index.htm' => '/', '/la-crescenta' => '/locate-a-caliber-collision-center/la-crescenta', '/locate' => '/locate-a-caliber-collision-center', '/locate-a-caliber-coll' => '/locate-a-caliber-collision-center', '/locate-a-caliber-colli' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-ce' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/bryan-college-stat' => '/locate-a-caliber-collision-center/bryan-college-station', '/locate-a-caliber-collision-center/cavender' => '/locate-a-caliber-collision-center/san-antonio-cavender', '/locate-a-caliber-collision-center/center-city-sou' => '/locate-a-caliber-collision-center/center-city-south', '/locate-a-caliber-collision-center/commerce-round-roc' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/f5241f74-07d9-4198-b19a-a95f969605c1/img/380dc8d9-481c-4d18-9162-ecd5688f98a8/img/headers/header_driven_to_serve.jpg/dc171fcd55fb5029ffa14ecb2514a014.jpg' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/frederick' => '/locate-a-caliber-collision-center/frederick-monocacy-valley', '/locate-a-caliber-collision-center/galleria' => '/locate-a-caliber-collision-center/houston-galleria', '/locate-a-caliber-collision-center/garden-ridge' => '/locate-a-caliber-collision-center/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/las-vegas-nellis-drive-in' => 'https://dev.calibercollision.com/locate-a-caliber-collision-center/las-vegas-nellis-drive-in', '/locate-a-caliber-collision-center/mays-round-rock' => '/locate-a-caliber-collision-center/round-rock-mays', '/locate-a-caliber-collision-center/padrecc-spid' => '/locate-a-caliber-collision-center/corpus-christi-ayers', '/locate-a-caliber-collision-center/ridgecrest' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/Roseville' => '/locate-a-caliber-collision-center/roseville', '/locate-a-caliber-collision-center/san-antonia-culebra' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-culebra-express' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-s' => '/locate-a-caliber-collision-center/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locate-a-caliber-collision-center/santa-mo' => '/locate-a-caliber-collision-center/santa-monica', '/Locate-A-Caliber-Collision-Center/Santa-Monica-Pico-Blvd' => '/locate-a-caliber-collision-center/santa-monica', '/locate-a-caliber-collision-center/tucson-price-street' => '/locate-a-caliber-collision-center/tucson-university', '/locate-a-caliber-collision-center/warrenton' => '/locate-a-caliber-collision-center/warrenton-non-drive', '/locate-a-caliber-collision-center/webercc-weber' => '/locate-a-caliber-collision-center/corpus-christi-weber', '/locate-a-caliber-collision-center/wheat-ridge-indepe' => '/locate-a-caliber-collision-center/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-s' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/locations/CA/san_diego/dagget.htm' => '/locate-a-caliber-collision-center/kearney-mesa-dagget', '/locations/locationdetails.aspx?scenterId=0009' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locations/TX/NTX/corinth.' => '/locate-a-caliber-collision-center/corinth', '/los-angeles-griffith-park' => '/locate-a-caliber-collision-center/los-angeles-griffith-park', '/oviedo' => '/locate-a-caliber-collision-center/oviedo', '/pasadena' => '/locate-a-caliber-collision-center/pasadena', '/RecycledRides' => '/about-us/community-involvement/recycled-rides', '/richland-hills' => '/locate-a-caliber-collision-center/richland-hills', '/services/dealerships' => '/services/dealership-partners', '/services/environmental-commitment' => '/services/green-commitment', '/services/free-estimates' => '/services/online-estimates', '/tujunga' => '/locate-a-caliber-collision-center/tujunga', '/wheat-ridge-robb-st' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/wylie' => '/locate-a-caliber-collision-center/wylie', '/locate-a-caliber-collision-center/no-location' => 'https://www.caliber.com/find-a-location/', '/employment' => 'https://jobs.calibercollision.com/employment', '/employment/careers' => 'https://jobs.calibercollision.com/employment', '/locate-a-caliber-collision-center/fishers-technology-dr' => '/locate-a-caliber-collision-center/fishers-technology-ln', '/locate-a-caliber-collision-center/murfreesboro-broad-st' => '/locate-a-caliber-collision-center/nashville-non-drive-south', '/locate-a-caliber-collision-center/santa-clara' => '/locate-a-caliber-collision-center/silicon-valley-non-drive', '/locate-a-caliber-collision-center/minneapolis-south' => '/locate-a-caliber-collision-center/south-minneapolis', '/locate-a-caliber-collision-center/henderson-east' => '/locate-a-caliber-collision-center/henderson-american-pacific', '/locate-a-caliber-collision-center/colorado-springs-copper-center' => '/locate-a-caliber-collision-center/colorado-springs-copper', '/locate-a-caliber-collision-center/glendale-south-louise-st' => '/locate-a-caliber-collision-center/glendale-s-louise-st', '/locate-a-caliber-collision-center/raleigh-crabtree-pines' => '/locate-a-caliber-collision-center/raleigh-crabtree', '/locate-a-caliber-collision-center/orlando-orange-blossom-trail' => '/locate-a-caliber-collision-center/orlando-orange-blossom', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/orlando-n-john-young' => '/locate-a-caliber-collision-center/orlando-silver-star-rd', '/locate-a-caliber-collision-center/lynwood' => '/locate-a-caliber-collision-center/lynwood-il', '/locate-a-caliber-collision-center/maryville' => '/locate-a-caliber-collision-center/maryville-il', '/locate-a-caliber-collision-center/west-chester' => '/locate-a-caliber-collision-center/west-chester-oh', '/locate-a-caliber-collision-center/lynnwood' => '/locate-a-caliber-collision-center/lynnwood-wa', '/locate-a-caliber-collision-center/marysville' => '/locate-a-caliber-collision-center/marysville-wa', '/locate-a-caliber-collision-center/middleton' => '/locate-a-caliber-collision-center/middleton-wi', '/locate-a-caliber-collision-center/lansdowne' => '/locate-a-caliber-collision-center/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/philadelphia-blue-grass-rd' => '/locate-a-caliber-collision-center/philadelphia-blue-grass', '/locate-a-caliber-collision-center/marlton-west-main-st' => '/locate-a-caliber-collision-center/evesham-township', '/locate-a-caliber-collision-center/middletown' => '/locate-a-caliber-collision-center/middletown-de', '/locate-a-caliber-collision-center/houston-park-row' => '/locate-a-caliber-collision-center/houston-non-drive-west', '/HeroesDay' => 'about-us/community-involvement/heroes-day', '/heroesday' => 'https://www.caliber.com/why-caliber', '/Heroesday' => 'about-us/community-involvement/heroes-day', '/HeroesDayRegistration' => '/heroesdayregistration', '/heroesdaycombine' => '/heroesdayregistration', '/HeroesDayCombine' => '/heroesdayregistration', '/calibercares' => 'https://www.caliberfamily.com', '/Calibercares' => 'https://www.caliberfamily.com', '/caliberCares' => 'https://www.caliberfamily.com', '/CaliberCares' => 'https://www.caliberfamily.com', '/CALIBERCARES' => 'https://www.caliberfamily.com', '/Resources' => '/resources', '/RESOURCES' => '/resources', '/customer-feedback' => 'https://www.caliber.com/leave-a-review', '/Restoring-You' => '/restoring-you', '/RESTORING-YOU' => '/restoring-you', '/locate-a-caliber-collision-center/elk-grove' => '/locate-a-caliber-collision-center/elk-grove-non-drive', '/recycled-rides' => '/about-us/community-involvement/recycled-rides', '/RECYCLED-RIDES' => '/about-us/community-involvement/recycled-rides', '/Recycled-Rides' => '/about-us/community-involvement/recycled-rides', '/recycledrides' => '/about-us/community-involvement/recycled-rides', '/RECYCLEDRIDES' => '/about-us/community-involvement/recycled-rides', '/locate-a-caliber-collision-center/colorado-springs-iowa-st' => '/locate-a-caliber-collision-center/colorado-springs-boulder-st', '/weallplayapart' => '/', '/locate-a-caliber-collision-center/memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/baltimore-belair-rd' => '/locate-a-caliber-collision-center/baltimore-hamilton', '/locate-a-caliber-collision-center/philadelphia-blue-grass' => '/locate-a-caliber-collision-center/philadelphia-byberry-rd', '/shopforsale' => '/shop-for-sale', '/SHOPFORSALE' => '/shop-for-sale', '/ShopForSale' => '/shop-for-sale', '/Shopforsale' => '/shop-for-sale', '/shopForsale' => '/shop-for-sale', '/shopforSale' => '/shop-for-sale', '/ShopForsale' => '/shop-for-sale', '/Shop-For-Sale' => '/shop-for-sale', '/SHOP-FOR-SALE' => '/shop-for-sale', '/locate-a-caliber-collision-center/dc-georgia-ave-nw' => '/locate-a-caliber-collision-center/hyattsville', '/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/locate-a-caliber-collision-center/akron-green-drive' => '/locate-a-caliber-collision-center/akron-green', '/locate-a-caliber-collision-center/colorado-springs-motor-city' => '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city', '/locate-a-caliber-collision-center/wooster-south' => '/locate-a-caliber-collision-center/wooster-east', '/locate-a-caliber-collision-center/jacksonville-blanding-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-sw', '/form' => 'https://estimate.calibercollision.com/form', '/locate-a-caliber-collision-center/orlando-silver-star-rd' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/southport-drive-center' => 'https://www.caliber.com/find-a-location', '/' => 'https://www.caliber.com/services/collision', '/services/online-estimates' => 'https://www.caliber.com/online-estimate', '/contact-us' => 'https://www.caliber.com/contact-us', '/about-us' => 'https://www.caliber.com/why-caliber', '/services/auto-glass-repair' => 'https://www.caliber.com/services/collision/auto-glass-collision-repair', '/coronavirus-update' => 'https://www.caliber.com/newsroom', '/services' => 'https://www.caliber.com/services/collision', '/caliber-combines-with-abra' => 'https://www.caliber.com/newsroom', '/services/on-site-car-rentals' => 'https://www.caliber.com/services/collision', '/about-us/repair-process' => 'https://www.caliber.com/services/collision', '/services/auto-body-repair' => 'https://www.caliber.com/services/collision/collision-repair', '/services/lifetime-warranty' => 'https://www.caliber.com/why-caliber', '/news-events' => 'https://www.caliber.com/newsroom', '/services/customer-service' => 'https://www.caliber.com/why-caliber', '/tell-us-about-your-experience' => 'https://www.caliber.com/leave-a-review', '/site-map' => 'https://www.caliber.com', '/live-chat/luxury' => 'https://www.caliber.com/contact-us', '/services/paintless-dent-repair' => 'https://www.caliber.com/services/collision/paintless-dent-repair', '/about-us/insurance-partners' => 'https://www.caliber.com', '/about-us/community-involvement/recycled-rides' => 'https://www.caliber.com/why-caliber', '/about-us/dealership-partners' => 'https://www.caliber.com/why-caliber/dealership-partners', '/services/diagnostic-scanning' => 'https://www.caliber.com/services/collision/car-diagnostic-test', '/about-us/community-involvement' => 'https://www.caliber.com/why-caliber', '/acquisitions/pohanka' => 'https://www.caliber.com/newsroom', '/acquisitions/haddock-collision' => 'https://www.caliber.com/newsroom', '/about-us/our-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/food-drive' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/hire-our-heroes' => 'https://www.caliber.com/why-caliber', '/employment/virginia-maryland-and-dc-employment-opportunities' => 'https://jobsatcaliber.com/', '/restoring-you' => 'https://www.caliber.com/why-caliber', '/live-chat/live-chat' => 'https://www.caliber.com/contact-us', '/about-us/community-involvement/heroes-day' => 'https://www.caliber.com/why-caliber', '/specials/refer-a-friend' => 'https://www.caliber.com/services/collision', '/about-us/green-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/caliber-classic' => 'https://www.caliber.com/why-caliber', '/military-service-partners' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/combine' => 'https://www.caliber.com/why-caliber', '/weather-alert-san-angelo' => 'https://www.caliber.com/newsroom', '/about-us/community-involvement/american-heart-association' => 'https://www.caliber.com/why-caliber', '/weather-alert-delrio' => 'https://www.caliber.com/newsroom', '/shop-for-sale' => 'https://www.caliber.com/services/collision', '/services/fleet-services' => 'https://www.caliber.com/services/fleet', '/teammateholiday2020' => 'https://www.caliber.com/why-caliber', '/terms-conditions' => 'https://www.caliber.com/terms', '/luxury' => 'https://www.caliber.com/services/collision', '/recycled-rides-nomination-form-old' => 'https://www.caliber.com/why-caliber', '/skyball-2019-sign-up-form' => 'https://www.caliber.com/newsroom', '/caliber-strategic-partner-appreciation-event' => 'https://www.caliber.com/newsroom', '/protechholiday2020' => 'https://www.caliber.com/newsroom', '/specials-states' => 'https://www.caliber.com/services/collision', '/about-us/community-involvement/recycled-rides/recycled-rides-carry-the-load-2015' => 'https://www.caliber.com/why-caliber', '/ca-privacy-act' => 'https://www.caliber.com/ca-privacy-act', '/coronavirus-update-es' => 'https://www.caliber.com/newsroom', '/privacy-policy' => 'https://www.caliber.com/terms', '/acquisitions/church-brothers-collision-repair' => 'https://www.caliber.com/newsroom', '/acquisitions/cooks-collision' => 'https://www.caliber.com/newsroom', '/acquisitions/goffs-collision-repair-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/herbs-paint-and-body-shops' => 'https://www.caliber.com/newsroom', '/acquisitions/hv-collisioncenter' => 'https://www.caliber.com/newsroom', '/acquisitions/prices-collision-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/the-collision-centers' => 'https://www.caliber.com/newsroom', '/animated-card-to-teammates' => 'https://www.caliber.com/why-caliber', '/approved-review' => 'https://www.caliber.com/leave-a-review', '/caliber-executive-hand-clap-video' => 'https://www.caliber.com/newsroom', '/caliber-storm-response-team' => 'https://www.caliber.com/newsroom', '/changing-lanes-rsvp-form' => 'https://www.caliber.com/why-caliber', '/combine45' => 'https://www.caliber.com/why-caliber', '/contact-us-old' => 'https://www.caliber.com/contact-us', '/declined-review' => 'https://www.caliber.com/leave-a-review', '/employment-adp' => 'https://www.caliber.com/services/collision', '/military-partners-form' => 'https://www.caliber.com/why-caliber', '/share-your-experience' => 'https://www.caliber.com/leave-a-review', '/southern-california-wildfires' => 'https://www.caliber.com/newsroom', '/specials' => 'https://www.caliber.com', '/sponsored-events' => 'https://www.caliber.com/newsroom', '/teammateupdate' => 'https://www.caliber.com/newsroom', '/washington-nationals-recycled-rides-gifting-2017' => 'https://www.caliber.com/why-caliber', '/weather-alert' => 'https://www.caliber.com/newsroom', '/weather-alert-charleston-maryland' => 'https://www.caliber.com/newsroom', '/weather-alert-colorado' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-dorian' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-sally' => 'https://www.caliber.com/newsroom', '/weather-alert-north-carolina' => 'https://www.caliber.com/newsroom', '/weather-alert-north-tx-and-ok' => 'https://www.caliber.com/newsroom', '/weather-alert-northeast' => 'https://www.caliber.com/newsroom', '/west-texas-inclement-weather' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/aberdeen' => 'https://www.caliber.com/find-a-location/aberdeen', '/locate-a-caliber-collision-center/abington' => 'https://www.caliber.com/find-a-location/abington', '/locate-a-caliber-collision-center/acworth' => 'https://www.caliber.com/find-a-location/acworth', '/locate-a-caliber-collision-center/addison' => 'https://www.caliber.com/find-a-location/addison', '/locate-a-caliber-collision-center/akron-green' => 'https://www.caliber.com/find-a-location/akron-green', '/locate-a-caliber-collision-center/albuquerque-alameda' => 'https://www.caliber.com/find-a-location/albuquerque-alameda', '/locate-a-caliber-collision-center/albuquerque-dorado' => 'https://www.caliber.com/find-a-location/albuquerque-dorado', '/locate-a-caliber-collision-center/albuquerque-downtown' => 'https://www.caliber.com/find-a-location/albuquerque-downtown', '/locate-a-caliber-collision-center/alcoa-airport-hwy' => 'https://www.caliber.com/find-a-location/alcoa-airport-hwy', '/locate-a-caliber-collision-center/alcoa-northpark' => 'https://www.caliber.com/find-a-location/alcoa-northpark', '/locate-a-caliber-collision-center/alexandria' => 'https://www.caliber.com/find-a-location/alexandria', '/locate-a-caliber-collision-center/alexandria-del-ray' => 'https://www.caliber.com/find-a-location/alexandria-del-ray', '/locate-a-caliber-collision-center/alexandria-farrington-ave' => 'https://www.caliber.com/find-a-location/alexandria-farrington-ave', '/locate-a-caliber-collision-center/algonquin' => 'https://www.caliber.com/find-a-location/algonquin', '/locate-a-caliber-collision-center/alhambra' => 'https://www.caliber.com/find-a-location/alhambra', '/locate-a-caliber-collision-center/allen' => 'https://www.caliber.com/find-a-location/allen', '/locate-a-caliber-collision-center/allen-greenville-rd' => 'https://www.caliber.com/find-a-location/allen-greenville-rd', '/locate-a-caliber-collision-center/allentown' => 'https://www.caliber.com/find-a-location/allentown', '/locate-a-caliber-collision-center/allentown-airport-rd' => 'https://www.caliber.com/find-a-location/allentown-airport-rd', '/locate-a-caliber-collision-center/alpharetta' => 'https://www.caliber.com/find-a-location/alpharetta', '/locate-a-caliber-collision-center/altamonte-springs' => 'https://www.caliber.com/find-a-location/altamonte-springs', '/locate-a-caliber-collision-center/alvin' => 'https://www.caliber.com/find-a-location/alvin', '/locate-a-caliber-collision-center/american-fork' => 'https://www.caliber.com/find-a-location/american-fork', '/locate-a-caliber-collision-center/anaheim' => 'https://www.caliber.com/find-a-location/anaheim', '/locate-a-caliber-collision-center/anaheim-hills' => 'https://www.caliber.com/find-a-location/anaheim-hills', '/locate-a-caliber-collision-center/anderson' => 'https://www.caliber.com/find-a-location/anderson', '/locate-a-caliber-collision-center/ankeny' => 'https://www.caliber.com/find-a-location/ankeny', '/locate-a-caliber-collision-center/annapolis' => 'https://www.caliber.com/find-a-location/annapolis', '/locate-a-caliber-collision-center/apex' => 'https://www.caliber.com/find-a-location/apex', '/locate-a-caliber-collision-center/apple-valley' => 'https://www.caliber.com/find-a-location/apple-valley', '/locate-a-caliber-collision-center/apple-valley-mn' => 'https://www.caliber.com/find-a-location/apple-valley-mn', '/locate-a-caliber-collision-center/arlington' => 'https://www.caliber.com/find-a-location/arlington', '/locate-a-caliber-collision-center/arlington-rx' => 'https://www.caliber.com/find-a-location/arlington-rx', '/locate-a-caliber-collision-center/arlington-s-cooper' => 'https://www.caliber.com/find-a-location/arlington-south-cooper', '/locate-a-caliber-collision-center/arlington-south' => 'https://www.caliber.com/find-a-location/arlington-south', '/locate-a-caliber-collision-center/arlington-tn' => 'https://www.caliber.com/find-a-location/arlington-tn', '/locate-a-caliber-collision-center/arlington-va' => 'https://www.caliber.com/find-a-location/arlington-va', '/locate-a-caliber-collision-center/ashland' => 'https://www.caliber.com/find-a-location/ashland', '/locate-a-caliber-collision-center/ashland-oh' => 'https://www.caliber.com/find-a-location/ashland-oh', '/locate-a-caliber-collision-center/aston' => 'https://www.caliber.com/find-a-location/aston', '/locate-a-caliber-collision-center/atascadero' => 'https://www.caliber.com/find-a-location/atascadero', '/locate-a-caliber-collision-center/atascadero-south' => 'https://www.caliber.com/find-a-location/atascadero-south', '/locate-a-caliber-collision-center/athens' => 'https://www.caliber.com/find-a-location/athens', '/locate-a-caliber-collision-center/atlanta-buckhead' => 'https://www.caliber.com/find-a-location/atlanta-buckhead', '/locate-a-caliber-collision-center/auburn' => 'https://www.caliber.com/find-a-location/auburn', '/locate-a-caliber-collision-center/auburn-wa' => 'https://www.caliber.com/find-a-location/auburn-wa', '/locate-a-caliber-collision-center/aurora' => 'https://www.caliber.com/find-a-location/aurora', '/locate-a-caliber-collision-center/aurora-chambers-rd' => 'https://www.caliber.com/find-a-location/aurora-chambers-rd', '/locate-a-caliber-collision-center/aurora-east-colfax-ave' => 'https://www.caliber.com/find-a-location/aurora-east-colfax-ave', '/locate-a-caliber-collision-center/aurora-s-abilene' => 'https://www.caliber.com/find-a-location/aurora-s-abilene', '/locate-a-caliber-collision-center/austin-highway-620' => 'https://www.caliber.com/find-a-location/austin-highway-620', '/locate-a-caliber-collision-center/austin-hunters-chase' => 'https://www.caliber.com/find-a-location/austin-hunters-chase', '/locate-a-caliber-collision-center/austin-kramer-lane' => 'https://www.caliber.com/find-a-location/austin-kramer-lane', '/locate-a-caliber-collision-center/austin-mcneil-dr' => 'https://www.caliber.com/find-a-location/austin-mcneil-dr', '/locate-a-caliber-collision-center/austin-metric-blvd' => 'https://www.caliber.com/find-a-location/austin-metric-blvd', '/locate-a-caliber-collision-center/austin-non-drive' => 'https://www.caliber.com/find-a-location/austin-non-drive', '/locate-a-caliber-collision-center/austin-onion-creek' => 'https://www.caliber.com/find-a-location/austin-onion-creek', '/locate-a-caliber-collision-center/austin-shelby-ln' => 'https://www.caliber.com/find-a-location/austin-shelby-ln', '/locate-a-caliber-collision-center/austin-wells-branch' => 'https://www.caliber.com/find-a-location/austin-wells-branch', '/locate-a-caliber-collision-center/avon' => 'https://www.caliber.com/find-a-location/avon', '/locate-a-caliber-collision-center/avondale' => 'https://www.caliber.com/find-a-location/avondale', '/locate-a-caliber-collision-center/azusa' => 'https://www.caliber.com/find-a-location/azusa', '/locate-a-caliber-collision-center/babylon' => 'https://www.caliber.com/find-a-location/babylon', '/locate-a-caliber-collision-center/baker-ranch' => 'https://www.caliber.com/find-a-location/baker-ranch', '/locate-a-caliber-collision-center/bakersfield-auto-mall' => 'https://www.caliber.com/find-a-location/bakersfield-auto-mall', '/locate-a-caliber-collision-center/bakersfield-downtown' => 'https://www.caliber.com/find-a-location/bakersfield-downtown', '/locate-a-caliber-collision-center/bakersfield-kern-st' => 'https://www.caliber.com/find-a-location/bakersfield-kern-st', '/locate-a-caliber-collision-center/bakersfield-northwest' => 'https://www.caliber.com/find-a-location/bakersfield-northwest', '/locate-a-caliber-collision-center/bakersfield-rosedale-hwy' => 'https://www.caliber.com/find-a-location/bakersfield-rosedale-hwy', '/locate-a-caliber-collision-center/bakersfield-south' => 'https://www.caliber.com/find-a-location/bakersfield-south', '/locate-a-caliber-collision-center/baltimore-hamilton' => 'https://www.caliber.com/find-a-location/baltimore-hamilton', '/locate-a-caliber-collision-center/baltimore-remington' => 'https://www.caliber.com/find-a-location/baltimore-remington', '/locate-a-caliber-collision-center/barstow' => 'https://www.caliber.com/find-a-location/barstow', '/locate-a-caliber-collision-center/baytown' => 'https://www.caliber.com/find-a-location/baytown', '/locate-a-caliber-collision-center/bayville' => 'https://www.caliber.com/find-a-location/bayville', '/locate-a-caliber-collision-center/bear' => 'https://www.caliber.com/find-a-location/bear', '/locate-a-caliber-collision-center/beaufort' => 'https://www.caliber.com/find-a-location/beaufort', '/locate-a-caliber-collision-center/beaverton' => 'https://www.caliber.com/find-a-location/beaverton', '/locate-a-caliber-collision-center/bedford' => 'https://www.caliber.com/find-a-location/bedford', '/locate-a-caliber-collision-center/bedford-airport-freeway' => 'https://www.caliber.com/find-a-location/bedford-airport-freeway', '/locate-a-caliber-collision-center/bedford-heights' => 'https://www.caliber.com/find-a-location/bedford-heights', '/locate-a-caliber-collision-center/bellevue' => 'https://www.caliber.com/find-a-location/bellevue', '/locate-a-caliber-collision-center/belmont' => 'https://www.caliber.com/find-a-location/belmont', '/locate-a-caliber-collision-center/belton-ih-35' => 'https://www.caliber.com/find-a-location/belton-ih-35', '/locate-a-caliber-collision-center/ben-white' => 'https://www.caliber.com/find-a-location/austin-ben-white', '/locate-a-caliber-collision-center/berkeley' => 'https://www.caliber.com/find-a-location/berkeley', '/locate-a-caliber-collision-center/berwyn' => 'https://www.caliber.com/find-a-location/berwyn', '/locate-a-caliber-collision-center/bethpage-drive-center' => 'https://www.caliber.com/find-a-location/bethpage-drive-center', '/locate-a-caliber-collision-center/beverly-hills' => 'https://www.caliber.com/find-a-location/beverly-hills', '/locate-a-caliber-collision-center/blackwood' => 'https://www.caliber.com/find-a-location/blackwood', '/locate-a-caliber-collision-center/blaine' => 'https://www.caliber.com/find-a-location/blaine', '/locate-a-caliber-collision-center/bloomington' => 'https://www.caliber.com/find-a-location/bloomington', '/locate-a-caliber-collision-center/bloomington-american-blvd' => 'https://www.caliber.com/find-a-location/bloomington-american-bl', '/locate-a-caliber-collision-center/bloomington-ca' => 'https://www.caliber.com/find-a-location/bloomington-ca', '/locate-a-caliber-collision-center/bloomington-east' => 'https://www.caliber.com/find-a-location/bloomington-east', '/locate-a-caliber-collision-center/bloomington-west' => 'https://www.caliber.com/find-a-location/west-bloomington', '/locate-a-caliber-collision-center/blue-island-western-ave' => 'https://www.caliber.com/find-a-location/blue-island-western-ave', '/locate-a-caliber-collision-center/blue-island-wireton-rd' => 'https://www.caliber.com/find-a-location/blue-island-wireton-rd', '/locate-a-caliber-collision-center/boca-raton' => 'https://www.caliber.com/find-a-location/boca-raton', '/locate-a-caliber-collision-center/boerne' => 'https://www.caliber.com/find-a-location/boerne', '/locate-a-caliber-collision-center/boise' => 'https://www.caliber.com/find-a-location/boise', '/locate-a-caliber-collision-center/boise-5-mile-rd' => 'https://www.caliber.com/find-a-location/boise-5-mile-rd', '/locate-a-caliber-collision-center/boise-s-federal-way' => 'https://www.caliber.com/find-a-location/boise-s-federal-way', '/locate-a-caliber-collision-center/bonita-springs' => 'https://www.caliber.com/find-a-location/bonita-springs', '/locate-a-caliber-collision-center/bordentown' => 'https://www.caliber.com/find-a-location/bordentown', '/locate-a-caliber-collision-center/bossier-city' => 'https://www.caliber.com/find-a-location/bossier-city', '/locate-a-caliber-collision-center/bothell' => 'https://www.caliber.com/find-a-location/bothell', '/locate-a-caliber-collision-center/boulder' => 'https://www.caliber.com/find-a-location/boulder', '/locate-a-caliber-collision-center/boulder-sterling-dr' => 'https://www.caliber.com/find-a-location/boulder-sterling-dr', '/locate-a-caliber-collision-center/boulder-valmont-rd' => 'https://www.caliber.com/find-a-location/boulder-valmont-rd', '/locate-a-caliber-collision-center/bountiful' => 'https://www.caliber.com/find-a-location/bountiful', '/locate-a-caliber-collision-center/bowling-green' => 'https://www.caliber.com/find-a-location/bowling-green', '/locate-a-caliber-collision-center/bradenton' => 'https://www.caliber.com/find-a-location/bradenton', '/locate-a-caliber-collision-center/braker-lane' => 'https://www.caliber.com/find-a-location/austin-braker-lane', '/locate-a-caliber-collision-center/brea' => 'https://www.caliber.com/find-a-location/brea', '/locate-a-caliber-collision-center/bremerton' => 'https://www.caliber.com/find-a-location/bremerton', '/locate-a-caliber-collision-center/brentwood' => 'https://www.caliber.com/find-a-location/brentwood', '/locate-a-caliber-collision-center/brentwood-ca' => 'https://www.caliber.com/find-a-location/brentwood-ca', '/locate-a-caliber-collision-center/brighton' => 'https://www.caliber.com/find-a-location/brighton', '/locate-a-caliber-collision-center/broken-arrow' => 'https://www.caliber.com/find-a-location/broken-arrow', '/locate-a-caliber-collision-center/brookfield' => 'https://www.caliber.com/find-a-location/brookfield', '/locate-a-caliber-collision-center/brooklyn-park' => 'https://www.caliber.com/find-a-location/brooklyn-park', '/locate-a-caliber-collision-center/brook-park' => 'https://www.caliber.com/find-a-location/brook-park', '/locate-a-caliber-collision-center/broomfield-w-116th-ave' => 'https://www.caliber.com/find-a-location/broomfield-w-116th-ave', '/locate-a-caliber-collision-center/broomfield-w-midway-blvd' => 'https://www.caliber.com/find-a-location/broomfield-w-midway-blvd', '/locate-a-caliber-collision-center/brownsburg' => 'https://www.caliber.com/find-a-location/brownsburg', '/locate-a-caliber-collision-center/bryan-college-station' => 'https://www.caliber.com/find-a-location/bryan-college-station', '/locate-a-caliber-collision-center/buford' => 'https://www.caliber.com/find-a-location/buford', '/locate-a-caliber-collision-center/burbank' => 'https://www.caliber.com/find-a-location/burbank', '/locate-a-caliber-collision-center/burbank-s-lake' => 'https://www.caliber.com/find-a-location/burbank-s-lake', '/locate-a-caliber-collision-center/burke' => 'https://www.caliber.com/find-a-location/burke', '/locate-a-caliber-collision-center/burleson' => 'https://www.caliber.com/find-a-location/burleson', '/locate-a-caliber-collision-center/burleson-south' => 'https://www.caliber.com/find-a-location/burleson-south', '/locate-a-caliber-collision-center/burlingame' => 'https://www.caliber.com/find-a-location/burlingame', '/locate-a-caliber-collision-center/burlington' => 'https://www.caliber.com/find-a-location/burlington', '/locate-a-caliber-collision-center/burnsville' => 'https://www.caliber.com/find-a-location/burnsville', '/locate-a-caliber-collision-center/calabasas' => 'https://www.caliber.com/find-a-location/calabasas-drive-center', '/locate-a-caliber-collision-center/calallen' => 'https://www.caliber.com/find-a-location/calallen', '/locate-a-caliber-collision-center/caldwell' => 'https://www.caliber.com/find-a-location/caldwell', '/locate-a-caliber-collision-center/caliber-luxury-charleston' => 'https://www.caliber.com/find-a-location/luxury-charleston', '/locate-a-caliber-collision-center/caliber-luxury-charlotte' => 'https://www.caliber.com/find-a-location/luxury-charlotte', '/locate-a-caliber-collision-center/campbell' => 'https://www.caliber.com/find-a-location/campbell', '/locate-a-caliber-collision-center/canoga-park' => 'https://www.caliber.com/find-a-location/canoga-park', '/locate-a-caliber-collision-center/canoga-park-alabama-ave' => 'https://www.caliber.com/find-a-location/canoga-park-alabama-ave', '/locate-a-caliber-collision-center/canoga-park-south' => 'https://www.caliber.com/find-a-location/canoga-park-south', '/locate-a-caliber-collision-center/canton' => 'https://www.caliber.com/find-a-location/canton', '/locate-a-caliber-collision-center/canyon-country' => 'https://www.caliber.com/find-a-location/canyon-country', '/locate-a-caliber-collision-center/cape-coral' => 'https://www.caliber.com/find-a-location/cape-coral', '/locate-a-caliber-collision-center/capitol-heights' => 'https://www.caliber.com/find-a-location/capitol-heights', '/locate-a-caliber-collision-center/carlsbad' => 'https://www.caliber.com/find-a-location/carlsbad', '/locate-a-caliber-collision-center/carmel' => 'https://www.caliber.com/find-a-location/carmel', '/locate-a-caliber-collision-center/carmichael' => 'https://www.caliber.com/find-a-location/carmichael', '/locate-a-caliber-collision-center/carol-stream' => 'https://www.caliber.com/find-a-location/carol-stream', '/locate-a-caliber-collision-center/carrollton-ga' => 'https://www.caliber.com/find-a-location/carrollton-ga', '/locate-a-caliber-collision-center/carrollton-i35-e' => 'https://www.caliber.com/find-a-location/carrollton-i35-e', '/locate-a-caliber-collision-center/carson' => 'https://www.caliber.com/find-a-location/carson', '/locate-a-caliber-collision-center/carson-city' => 'https://www.caliber.com/find-a-location/carson-city', '/locate-a-caliber-collision-center/cary-crossroads' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/castle-hayne' => 'https://www.caliber.com/find-a-location/castle-hayne', '/locate-a-caliber-collision-center/castle-hills' => 'https://www.caliber.com/find-a-location/castle-hills', '/locate-a-caliber-collision-center/castle-rock' => 'https://www.caliber.com/find-a-location/castle-rock', '/locate-a-caliber-collision-center/cathedral-city' => 'https://www.caliber.com/find-a-location/cathedral-city', '/locate-a-caliber-collision-center/catonsville' => 'https://www.caliber.com/find-a-location/catonsville', '/locate-a-caliber-collision-center/cedar-grove' => 'https://www.caliber.com/find-a-location/cedar-grove', '/locate-a-caliber-collision-center/cedar-park-south-bell-blvd' => 'https://www.caliber.com/find-a-location/cedar-park-south-bell-blvd', '/locate-a-caliber-collision-center/cedar-rapids-dodge-rd' => 'https://www.caliber.com/find-a-location/cedar-rapids-dodge-rd', '/locate-a-caliber-collision-center/celina' => 'https://www.caliber.com/find-a-location/celina', '/locate-a-caliber-collision-center/centennial' => 'https://www.caliber.com/find-a-location/centennial', '/locate-a-caliber-collision-center/centennial-hinsdale-cir' => 'https://www.caliber.com/find-a-location/centennial-hinsdale-cir', '/locate-a-caliber-collision-center/centennial-jordan-rd' => 'https://www.caliber.com/find-a-location/centennial-jordan-rd', '/locate-a-caliber-collision-center/centennial-s-colorado' => 'https://www.caliber.com/find-a-location/centennial-south-colorado', '/locate-a-caliber-collision-center/center-city-south' => 'https://www.caliber.com/find-a-location/center-city-south', '/locate-a-caliber-collision-center/centerville' => 'https://www.caliber.com/find-a-location/centerville', '/locate-a-caliber-collision-center/central-plano' => 'https://www.caliber.com/find-a-location/central-plano', '/locate-a-caliber-collision-center/chadds-ford' => 'https://www.caliber.com/find-a-location/chadds-ford', '/locate-a-caliber-collision-center/chambersburg' => 'https://www.caliber.com/find-a-location/chambersburg', '/locate-a-caliber-collision-center/chantilly' => 'https://www.caliber.com/find-a-location/chantilly', '/locate-a-caliber-collision-center/chantilly-expo-center' => 'https://www.caliber.com/find-a-location/chantilly-expo-center', '/locate-a-caliber-collision-center/charleroi' => 'https://www.caliber.com/find-a-location/charleroi', '/locate-a-caliber-collision-center/charleston-airport' => 'https://www.caliber.com/find-a-location/charleston-airport', '/locate-a-caliber-collision-center/charles-town' => 'https://www.caliber.com/find-a-location/charles-town', '/locate-a-caliber-collision-center/charlotte-albemarle-rd' => 'https://www.caliber.com/find-a-location/charlotte-albemarle-rd', '/locate-a-caliber-collision-center/charlotte-ballantyne' => 'https://www.caliber.com/find-a-location/charlotte-ballantyne', '/locate-a-caliber-collision-center/charlotte-fleet' => 'https://www.caliber.com/find-a-location/charlotte-fleet', '/locate-a-caliber-collision-center/charlotte-harbor' => 'https://www.caliber.com/find-a-location/charlotte-harbor', '/locate-a-caliber-collision-center/charlotte-independence' => 'https://www.caliber.com/find-a-location/charlotte-independence', '/locate-a-caliber-collision-center/charlotte-non-drive' => 'https://www.caliber.com/find-a-location/charlotte-non-drive', '/locate-a-caliber-collision-center/charlotte-south-end' => 'https://www.caliber.com/find-a-location/charlotte-south-end', '/locate-a-caliber-collision-center/charlotte-south-tryon' => 'https://www.caliber.com/find-a-location/charlotte-south-tryon', '/locate-a-caliber-collision-center/charlotte-tyvola-rd' => 'https://www.caliber.com/find-a-location/charlotte-tyvola-rd', '/locate-a-caliber-collision-center/charlotte-university' => 'https://www.caliber.com/find-a-location/charlotte-university', '/locate-a-caliber-collision-center/charlotte-uptown' => 'https://www.caliber.com/find-a-location/charlotte-uptown', '/locate-a-caliber-collision-center/chaska' => 'https://www.caliber.com/find-a-location/chaska', '/locate-a-caliber-collision-center/cherry-hill-east' => 'https://www.caliber.com/find-a-location/cherry-hill-east', '/locate-a-caliber-collision-center/chesterfield' => 'https://www.caliber.com/find-a-location/chesterfield', '/locate-a-caliber-collision-center/chesterfield-mo' => 'https://www.caliber.com/find-a-location/chesterfield-mo', '/locate-a-caliber-collision-center/chestertown' => 'https://www.caliber.com/find-a-location/chestertown', '/locate-a-caliber-collision-center/cheyenne' => 'https://www.caliber.com/find-a-location/cheyenne', '/locate-a-caliber-collision-center/chicago-columbus-ave' => 'https://www.caliber.com/find-a-location/chicago-columbus-ave', '/locate-a-caliber-collision-center/chicago-irving-park-rd' => 'https://www.caliber.com/find-a-location/chicago-irving-park-rd', '/locate-a-caliber-collision-center/chicago-north' => 'https://www.caliber.com/find-a-location/chicago-north', '/locate-a-caliber-collision-center/chicago-west-loop' => 'https://www.caliber.com/find-a-location/chicago-west-loop', '/locate-a-caliber-collision-center/chino-valley' => 'https://www.caliber.com/find-a-location/chino-valley', '/locate-a-caliber-collision-center/chula-vista' => 'https://www.caliber.com/find-a-location/chula-vista', '/locate-a-caliber-collision-center/cibolo' => 'https://www.caliber.com/find-a-location/cibolo', '/locate-a-caliber-collision-center/cincinnati-beechmont' => 'https://www.caliber.com/find-a-location/cincinnati-beechmont', '/locate-a-caliber-collision-center/cincinnati-eastgate' => 'https://www.caliber.com/find-a-location/cincinnati-eastgate', '/locate-a-caliber-collision-center/cincinnati-glenway-ave' => 'https://www.caliber.com/find-a-location/cincinnati-glenway-ave', '/locate-a-caliber-collision-center/cincinnati-kemper-rd' => 'https://www.caliber.com/find-a-location/cincinnati-kemper-road', '/locate-a-caliber-collision-center/cinco-ranch' => 'https://www.caliber.com/find-a-location/cinco-ranch', '/locate-a-caliber-collision-center/cinnaminson' => 'https://www.caliber.com/find-a-location/cinnaminson', '/locate-a-caliber-collision-center/citrus-heights-northeast' => 'https://www.caliber.com/find-a-location/citrus-heights-northeast', '/locate-a-caliber-collision-center/clackamas' => 'https://www.caliber.com/find-a-location/clackamas', '/locate-a-caliber-collision-center/claremont' => 'https://www.caliber.com/find-a-location/claremont', '/locate-a-caliber-collision-center/clarksville' => 'https://www.caliber.com/find-a-location/clarksville', '/locate-a-caliber-collision-center/clayton' => 'https://www.caliber.com/find-a-location/clayton', '/locate-a-caliber-collision-center/clearfield' => 'https://www.caliber.com/find-a-location/clearfield', '/locate-a-caliber-collision-center/clear-lake' => 'https://www.caliber.com/find-a-location/clear-lake', '/locate-a-caliber-collision-center/clermont' => 'https://www.caliber.com/find-a-location/clermont', '/locate-a-caliber-collision-center/clermont-east' => 'https://www.caliber.com/find-a-location/clermont-east', '/locate-a-caliber-collision-center/clifton-heights' => 'https://www.caliber.com/find-a-location/clifton-heights', '/locate-a-caliber-collision-center/clifton-heights-lansdowne' => 'https://www.caliber.com/find-a-location/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/clifton-park' => 'https://www.caliber.com/find-a-location/clifton-park', '/locate-a-caliber-collision-center/clinton' => 'https://www.caliber.com/find-a-location/clinton', '/locate-a-caliber-collision-center/clinton-old-branch-ave' => 'https://www.caliber.com/find-a-location/clinton-old-branch-ave', '/locate-a-caliber-collision-center/clovis' => 'https://www.caliber.com/find-a-location/clovis', '/locate-a-caliber-collision-center/clovis-north' => 'https://www.caliber.com/find-a-location/clovis-north', '/locate-a-caliber-collision-center/clovis-n-sunnyside-ave' => 'https://www.caliber.com/find-a-location/clovis-n-sunnyside-ave', '/locate-a-caliber-collision-center/coachella-valley' => 'https://www.caliber.com/find-a-location/coachella-valley', '/locate-a-caliber-collision-center/cohoes' => 'https://www.caliber.com/find-a-location/cohoes', '/locate-a-caliber-collision-center/college-station-tower-pt' => 'https://www.caliber.com/find-a-location/college-station-tower-pt', '/locate-a-caliber-collision-center/colleyville' => 'https://www.caliber.com/find-a-location/colleyville', '/locate-a-caliber-collision-center/collierville' => 'https://www.caliber.com/find-a-location/collierville', '/locate-a-caliber-collision-center/colmar' => 'https://www.caliber.com/find-a-location/colmar', '/locate-a-caliber-collision-center/colonial-heights-boulevard' => 'https://www.caliber.com/find-a-location/colonial-heights-boulevard', '/locate-a-caliber-collision-center/colonie' => 'https://www.caliber.com/find-a-location/colonie', '/locate-a-caliber-collision-center/colorado-springs' => 'https://www.caliber.com/find-a-location/colorado-springs', '/locate-a-caliber-collision-center/colorado-springs-astrozon-pl' => 'https://www.caliber.com/find-a-location/colorado-springs-astrozon-pl', '/locate-a-caliber-collision-center/colorado-springs-boulder-st' => 'https://www.caliber.com/find-a-location/colorado-springs-boulder-st', '/locate-a-caliber-collision-center/colorado-springs-copper' => 'https://www.caliber.com/find-a-location/colorado-springs-copper', '/locate-a-caliber-collision-center/colorado-springs-fillmore' => 'https://www.caliber.com/find-a-location/colorado-springs-fillmore', '/locate-a-caliber-collision-center/colorado-springs-n-murray' => 'https://www.caliber.com/find-a-location/colorado-springs-n-murray', '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city' => 'https://www.caliber.com/find-a-location/colorado-springs-non-drive', '/locate-a-caliber-collision-center/colorado-springs-north' => 'https://www.caliber.com/find-a-location/colorado-springs-north', '/locate-a-caliber-collision-center/colorado-springs-park-vista' => 'https://www.caliber.com/find-a-location/colorado-springs-park-vista', '/locate-a-caliber-collision-center/colorado-springs-south' => 'https://www.caliber.com/find-a-location/colorado-springs-south', '/locate-a-caliber-collision-center/columbia-greystone' => 'https://www.caliber.com/find-a-location/columbia-greystone', '/locate-a-caliber-collision-center/columbia-killian-road' => 'https://www.caliber.com/find-a-location/columbia-killian-rd', '/locate-a-caliber-collision-center/columbia-md' => 'https://www.caliber.com/find-a-location/columbia-md', '/locate-a-caliber-collision-center/columbia-mo-north' => 'https://www.caliber.com/find-a-location/columbia-mo-north', '/locate-a-caliber-collision-center/columbia-northeast' => 'https://www.caliber.com/find-a-location/columbia-northeast', '/locate-a-caliber-collision-center/columbus-in' => 'https://www.caliber.com/find-a-location/columbus-in', '/locate-a-caliber-collision-center/columbus-oh-e-lincoln-ave' => 'https://www.caliber.com/find-a-location/columbus-oh-e-lincoln', '/locate-a-caliber-collision-center/columbus-oh-n-hamilton-rd' => 'https://www.caliber.com/find-a-location/columbus-oh-n-hamilton-rd', '/locate-a-caliber-collision-center/concord' => 'https://www.caliber.com/find-a-location/concord', '/locate-a-caliber-collision-center/concord-nc' => 'https://www.caliber.com/find-a-location/concord-nc', '/locate-a-caliber-collision-center/concord-nc-raiford-dr' => 'https://www.caliber.com/find-a-location/concord-nc-raiford-dr', '/locate-a-caliber-collision-center/conroe' => 'https://www.caliber.com/find-a-location/conroe', '/locate-a-caliber-collision-center/conyers' => 'https://www.caliber.com/find-a-location/conyers', '/locate-a-caliber-collision-center/conyers-dogwood-dr' => 'https://www.caliber.com/find-a-location/conyers-dogwood-dr', '/locate-a-caliber-collision-center/coon-rapids' => 'https://www.caliber.com/find-a-location/coon-rapids', '/locate-a-caliber-collision-center/copperas-cove' => 'https://www.caliber.com/find-a-location/copperas-cove', '/locate-a-caliber-collision-center/copperfield' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/cordova' => 'https://www.caliber.com/find-a-location/cordova', '/locate-a-caliber-collision-center/corinth' => 'https://www.caliber.com/find-a-location/corinth', '/locate-a-caliber-collision-center/cornelius' => 'https://www.caliber.com/find-a-location/cornelius', '/locate-a-caliber-collision-center/corona' => 'https://www.caliber.com/find-a-location/corona', '/locate-a-caliber-collision-center/corpus-christi-ayers' => 'https://www.caliber.com/find-a-location/corpus-christi-ayers', '/locate-a-caliber-collision-center/corpus-christi-spid' => 'https://www.caliber.com/find-a-location/corpus-christi-spid', '/locate-a-caliber-collision-center/corpus-christi-spid-carroll' => 'https://www.caliber.com/find-a-location/corpus-christi-spid-carroll', '/locate-a-caliber-collision-center/corpus-christi-weber' => 'https://www.caliber.com/find-a-location/corpus-christi-weber', '/locate-a-caliber-collision-center/costa-mesa' => 'https://www.caliber.com/find-a-location/costa-mesa', '/locate-a-caliber-collision-center/costa-mesa-red-hill' => 'https://www.caliber.com/find-a-location/costa-mesa-red-hill', '/locate-a-caliber-collision-center/costa-mesa-w-18th-st' => 'https://www.caliber.com/find-a-location/costa-mesa-w-18th-st', '/locate-a-caliber-collision-center/cottage-grove' => 'https://www.caliber.com/find-a-location/cottage-grove', '/locate-a-caliber-collision-center/couer-dalene' => 'https://www.caliber.com/find-a-location/coeur-d-alene', '/locate-a-caliber-collision-center/covina' => 'https://www.caliber.com/find-a-location/covina', '/locate-a-caliber-collision-center/covington' => 'https://www.caliber.com/find-a-location/covington', '/locate-a-caliber-collision-center/crestwood' => 'https://www.caliber.com/find-a-location/crestwood', '/locate-a-caliber-collision-center/cross-roads' => 'https://www.caliber.com/find-a-location/cross-roads', '/locate-a-caliber-collision-center/crystal-city' => 'https://www.caliber.com/find-a-location/crystal-city', '/locate-a-caliber-collision-center/crystal-lake' => 'https://www.caliber.com/find-a-location/crystal-lake', '/locate-a-caliber-collision-center/cudahy' => 'https://www.caliber.com/find-a-location/cudahy', '/locate-a-caliber-collision-center/culpeper' => 'https://www.caliber.com/find-a-location/culpeper', '/locate-a-caliber-collision-center/cumming' => 'https://www.caliber.com/find-a-location/cumming', '/locate-a-caliber-collision-center/cynwyd' => 'https://www.caliber.com/find-a-location/cynwyd', '/locate-a-caliber-collision-center/cypress' => 'https://www.caliber.com/find-a-location/cypress', '/locate-a-caliber-collision-center/dallas' => 'https://www.caliber.com/find-a-location/dallas', '/locate-a-caliber-collision-center/dallas-galleria' => 'https://www.caliber.com/find-a-location/dallas-galleria', '/locate-a-caliber-collision-center/dallas-non-drive-north' => 'https://www.caliber.com/find-a-location/dallas-non-drive-north', '/locate-a-caliber-collision-center/davis-chiles-rd' => 'https://www.caliber.com/find-a-location/davis-chiles-rd', '/locate-a-caliber-collision-center/davis-research-park-dr' => 'https://www.caliber.com/find-a-location/davis-research-park-dr', '/locate-a-caliber-collision-center/decatur' => 'https://www.caliber.com/find-a-location/decatur', '/locate-a-caliber-collision-center/decatur-dekalb-industrial' => 'https://www.caliber.com/find-a-location/decatur-dekalb-industrial', '/locate-a-caliber-collision-center/delafield' => 'https://www.caliber.com/find-a-location/delafield', '/locate-a-caliber-collision-center/delray-beach-us-1' => 'https://www.caliber.com/find-a-location/delray-beach-us-1', '/locate-a-caliber-collision-center/denton' => 'https://www.caliber.com/find-a-location/denton', '/locate-a-caliber-collision-center/denver-cherry-creek' => 'https://www.caliber.com/find-a-location/denver-cherry-creek', '/locate-a-caliber-collision-center/denver-east-evans' => 'https://www.caliber.com/find-a-location/denver-east-evans', '/locate-a-caliber-collision-center/denver-east-evans-rx' => 'https://www.caliber.com/find-a-location/denver-east-evans-rx', '/locate-a-caliber-collision-center/denver-fleet' => 'https://www.caliber.com/find-a-location/denver-fleet', '/locate-a-caliber-collision-center/denver-non-drive' => 'https://www.caliber.com/find-a-location/denver-non-drive-north', '/locate-a-caliber-collision-center/denver-n-washington' => 'https://www.caliber.com/find-a-location/denver-n-washington', '/locate-a-caliber-collision-center/denver-park-hill' => 'https://www.caliber.com/find-a-location/denver-park-hill', '/locate-a-caliber-collision-center/denver-stapleton' => 'https://www.caliber.com/find-a-location/denver-stapleton', '/locate-a-caliber-collision-center/des-moines-merle-hay-rd' => 'https://www.caliber.com/find-a-location/des-moines-merle-hay-rd', '/locate-a-caliber-collision-center/dickson-city' => 'https://www.caliber.com/find-a-location/dickson-city', '/locate-a-caliber-collision-center/doraville' => 'https://www.caliber.com/find-a-location/doraville', '/locate-a-caliber-collision-center/douglasville' => 'https://www.caliber.com/find-a-location/douglasville', '/locate-a-caliber-collision-center/dover' => 'https://www.caliber.com/find-a-location/dover', '/locate-a-caliber-collision-center/dripping-springs' => 'https://www.caliber.com/find-a-location/dripping-springs', '/locate-a-caliber-collision-center/duarte' => 'https://www.caliber.com/find-a-location/duarte', '/locate-a-caliber-collision-center/dublin' => 'https://www.caliber.com/find-a-location/dublin', '/locate-a-caliber-collision-center/duluth' => 'https://www.caliber.com/find-a-location/duluth', '/locate-a-caliber-collision-center/dumfries' => 'https://www.caliber.com/find-a-location/dumfries', '/locate-a-caliber-collision-center/duncanville' => 'https://www.caliber.com/find-a-location/duncanville', '/locate-a-caliber-collision-center/duncanville-north' => 'https://www.caliber.com/find-a-location/duncanville-north', '/locate-a-caliber-collision-center/dundalk' => 'https://www.caliber.com/find-a-location/dundalk', '/locate-a-caliber-collision-center/durham-downtown' => 'https://www.caliber.com/find-a-location/durham-downtown', '/locate-a-caliber-collision-center/durham-fay-st' => 'https://www.caliber.com/find-a-location/durham-fay-st', '/locate-a-caliber-collision-center/durham-iredell-st' => 'https://www.caliber.com/find-a-location/durham-iredell-st', '/locate-a-caliber-collision-center/durham-northwest' => 'https://www.caliber.com/find-a-location/durham-northwest', '/locate-a-caliber-collision-center/durham-research-triangle' => 'https://www.caliber.com/find-a-location/durham-research-triangle', '/locate-a-caliber-collision-center/eagan' => 'https://www.caliber.com/find-a-location/eagan', '/locate-a-caliber-collision-center/eagan-sibley-highway' => 'https://www.caliber.com/find-a-location/eagan-sibley-highway', '/locate-a-caliber-collision-center/eagle-e-state-st' => 'https://www.caliber.com/find-a-location/eagle', '/locate-a-caliber-collision-center/easton' => 'https://www.caliber.com/find-a-location/easton', '/locate-a-caliber-collision-center/eden-prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/eden-prairie-aztec-dr' => 'https://www.caliber.com/find-a-location/eden-prairie-aztec-dr', '/locate-a-caliber-collision-center/edgewater' => 'https://www.caliber.com/find-a-location/edgewater', '/locate-a-caliber-collision-center/edmond' => 'https://www.caliber.com/find-a-location/edmond', '/locate-a-caliber-collision-center/edmonds' => 'https://www.caliber.com/find-a-location/edmonds', '/locate-a-caliber-collision-center/egg-harbor' => 'https://www.caliber.com/find-a-location/egg-harbor', '/locate-a-caliber-collision-center/elburn' => 'https://www.caliber.com/find-a-location/elburn', '/locate-a-caliber-collision-center/el-cajon-east-main-st' => 'https://www.caliber.com/find-a-location/el-cajon-east-main-st', '/locate-a-caliber-collision-center/el-cajon-north-johnson' => 'https://www.caliber.com/find-a-location/el-cajon-north-johnson', '/locate-a-caliber-collision-center/el-centro' => 'https://www.caliber.com/find-a-location/el-centro', '/locate-a-caliber-collision-center/el-dorado-hills' => 'https://www.caliber.com/find-a-location/el-dorado-hills', '/locate-a-caliber-collision-center/el-dorado-hills-post-st' => 'https://www.caliber.com/find-a-location/el-dorado-hills-post-st', '/locate-a-caliber-collision-center/elgin' => 'https://www.caliber.com/find-a-location/elgin', '/locate-a-caliber-collision-center/elgin-il' => 'https://www.caliber.com/find-a-location/elgin-il', '/locate-a-caliber-collision-center/elk-grove-elkmont-way' => 'https://www.caliber.com/find-a-location/elk-grove-elkmont-way', '/locate-a-caliber-collision-center/elk-grove-iron-rock-way' => 'https://www.caliber.com/find-a-location/elk-grove-iron-rock-way', '/locate-a-caliber-collision-center/elk-grove-non-drive' => 'https://www.caliber.com/find-a-location/elk-grove-non-drive', '/locate-a-caliber-collision-center/elkton' => 'https://www.caliber.com/find-a-location/elkton', '/locate-a-caliber-collision-center/elmhurst' => 'https://www.caliber.com/find-a-location/elmhurst', '/locate-a-caliber-collision-center/elm-park' => 'https://www.caliber.com/find-a-location/elm-park', '/locate-a-caliber-collision-center/el-paso-hondo-pass' => 'https://www.caliber.com/find-a-location/el-paso-hondo-pass', '/locate-a-caliber-collision-center/el-paso-ih-10' => 'https://www.caliber.com/find-a-location/el-paso-ih-10', '/locate-a-caliber-collision-center/el-paso-mesa' => 'https://www.caliber.com/find-a-location/el-paso-mesa', '/locate-a-caliber-collision-center/el-paso-montana' => 'https://www.caliber.com/find-a-location/el-paso-montana', '/locate-a-caliber-collision-center/el-paso-zaragoza-rd' => 'https://www.caliber.com/find-a-location/el-paso-n-zaragoza-rd', '/locate-a-caliber-collision-center/el-segundo' => 'https://www.caliber.com/find-a-location/el-segundo', '/locate-a-caliber-collision-center/encinitas' => 'https://www.caliber.com/find-a-location/encinitas', '/locate-a-caliber-collision-center/encinitas-westlake-st' => 'https://www.caliber.com/find-a-location/encinitas-westlake-st', '/locate-a-caliber-collision-center/englewood' => 'https://www.caliber.com/find-a-location/englewood', '/locate-a-caliber-collision-center/ephrata' => 'https://www.caliber.com/find-a-location/ephrata', '/locate-a-caliber-collision-center/escondido' => 'https://www.caliber.com/find-a-location/escondido', '/locate-a-caliber-collision-center/essex-non-drive' => 'https://www.caliber.com/find-a-location/essex-non-drive', '/locate-a-caliber-collision-center/eugene' => 'https://www.caliber.com/find-a-location/eugene', '/locate-a-caliber-collision-center/european-auto-body' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/everett' => 'https://www.caliber.com/find-a-location/everett', '/locate-a-caliber-collision-center/evesham-township' => 'https://www.caliber.com/find-a-location/evesham-township', '/locate-a-caliber-collision-center/ewing-township' => 'https://www.caliber.com/find-a-location/ewing-township', '/locate-a-caliber-collision-center/fairfax' => 'https://www.caliber.com/find-a-location/fairfax', '/locate-a-caliber-collision-center/fairfield' => 'https://www.caliber.com/find-a-location/fairfield', '/locate-a-caliber-collision-center/fairfield-woolner-ave' => 'https://www.caliber.com/find-a-location/fairfield-woolner-ave', '/locate-a-caliber-collision-center/falcon' => 'https://www.caliber.com/find-a-location/falcon', '/locate-a-caliber-collision-center/fallbrook' => 'https://www.caliber.com/find-a-location/fallbrook', '/locate-a-caliber-collision-center/falls-church' => 'https://www.caliber.com/find-a-location/falls-church', '/locate-a-caliber-collision-center/fallston' => 'https://www.caliber.com/find-a-location/fallston', '/locate-a-caliber-collision-center/farmers-branch' => 'https://www.caliber.com/find-a-location/farmers-branch', '/locate-a-caliber-collision-center/farmingdale' => 'https://www.caliber.com/find-a-location/farmingdale', '/locate-a-caliber-collision-center/farmington' => 'https://www.caliber.com/find-a-location/farmington', '/locate-a-caliber-collision-center/farragut' => 'https://www.caliber.com/find-a-location/farragut', '/locate-a-caliber-collision-center/fast-track-dealer-referral' => 'https://www.caliber.com', '/locate-a-caliber-collision-center/fayette-city' => 'https://www.caliber.com/find-a-location/fayette-city', '/locate-a-caliber-collision-center/fayetteville-east' => 'https://www.caliber.com/find-a-location/fayetteville-east', '/locate-a-caliber-collision-center/fayetteville-ga' => 'https://www.caliber.com/find-a-location/fayetteville-ga', '/locate-a-caliber-collision-center/fayetteville-nc' => 'https://www.caliber.com/find-a-location/fayetteville', '/locate-a-caliber-collision-center/fayetteville-raeford-rd' => 'https://www.caliber.com/find-a-location/fayetteville-raeford-rd', '/locate-a-caliber-collision-center/feasterville' => 'https://www.caliber.com/find-a-location/feasterville', '/locate-a-caliber-collision-center/festus' => 'https://www.caliber.com/find-a-location/festus', '/locate-a-caliber-collision-center/fife' => 'https://www.caliber.com/find-a-location/fife', '/locate-a-caliber-collision-center/fishers-britton-park-rd' => 'https://www.caliber.com/find-a-location/fishers-britton-park-rd', '/locate-a-caliber-collision-center/fishers-technology-ln' => 'https://www.caliber.com/find-a-location/fishers-technology-ln', '/locate-a-caliber-collision-center/flagstaff' => 'https://www.caliber.com/find-a-location/flagstaff', '/locate-a-caliber-collision-center/florence' => 'https://www.caliber.com/find-a-location/florence', '/locate-a-caliber-collision-center/florissant' => 'https://www.caliber.com/find-a-location/florissant', '/locate-a-caliber-collision-center/flourtown' => 'https://www.caliber.com/find-a-location/flourtown', '/locate-a-caliber-collision-center/flower-mound' => 'https://www.caliber.com/find-a-location/flower-mound', '/locate-a-caliber-collision-center/foley' => 'https://www.caliber.com/find-a-location/foley', '/locate-a-caliber-collision-center/folsom' => 'https://www.caliber.com/find-a-location/folsom', '/locate-a-caliber-collision-center/folsom-lake' => 'https://www.caliber.com/find-a-location/folsom-lake', '/locate-a-caliber-collision-center/fond-du-lac' => 'https://www.caliber.com/find-a-location/fond-du-lac', '/locate-a-caliber-collision-center/fontana' => 'https://www.caliber.com/find-a-location/fontana', '/locate-a-caliber-collision-center/forest-lake' => 'https://www.caliber.com/find-a-location/forest-lake', '/locate-a-caliber-collision-center/forest-park' => 'https://www.caliber.com/find-a-location/forest-park', '/locate-a-caliber-collision-center/forest-park-il' => 'https://www.caliber.com/find-a-location/forest-park-il', '/locate-a-caliber-collision-center/forest-park-oh' => 'https://www.caliber.com/find-a-location/forest-park-oh', '/locate-a-caliber-collision-center/forestville' => 'https://www.caliber.com/find-a-location/forestville', '/locate-a-caliber-collision-center/forney' => 'https://www.caliber.com/find-a-location/forney', '/locate-a-caliber-collision-center/fort-collins' => 'https://www.caliber.com/find-a-location/fort-collins', '/locate-a-caliber-collision-center/fort-lauderdale-powerline' => 'https://www.caliber.com/find-a-location/fort-lauderdale-powerline', '/locate-a-caliber-collision-center/fort-mill' => 'https://www.caliber.com/find-a-location/fort-mill', '/locate-a-caliber-collision-center/fort-myers-andrea-lane' => 'https://www.caliber.com/find-a-location/fort-myers-andrea-ln', '/locate-a-caliber-collision-center/fort-wayne-north' => 'https://www.caliber.com/find-a-location/fort-wayne-north', '/locate-a-caliber-collision-center/fort-worth-alliance' => 'https://www.caliber.com/find-a-location/fort-worth-alliance', '/locate-a-caliber-collision-center/fort-worth-beach-street' => 'https://www.caliber.com/find-a-location/fort-worth-beach-st', '/locate-a-caliber-collision-center/fort-worth-downtown' => 'https://www.caliber.com/find-a-location/fort-worth-downtown', '/locate-a-caliber-collision-center/fort-worth-harmon' => 'https://www.caliber.com/find-a-location/fort-worth-harmon', '/locate-a-caliber-collision-center/fort-worth-ih-30' => 'https://www.caliber.com/find-a-location/fort-worth-ih-30', '/locate-a-caliber-collision-center/fort-worth-non-drive' => 'https://www.caliber.com/find-a-location/fort-worth-non-drive', '/locate-a-caliber-collision-center/fort-worth-west' => 'https://www.caliber.com/find-a-location/fort-worth-west', '/locate-a-caliber-collision-center/fort-worth-western-center' => 'https://www.caliber.com/find-a-location/fort-worth-western-center', '/locate-a-caliber-collision-center/fountain' => 'https://www.caliber.com/find-a-location/fountain', '/locate-a-caliber-collision-center/fountain-inn' => 'https://www.caliber.com/find-a-location/fountain-inn', '/locate-a-caliber-collision-center/fountain-valley' => 'https://www.caliber.com/find-a-location/fountain-valley', '/locate-a-caliber-collision-center/frankfort-ky' => 'https://www.caliber.com/find-a-location/frankfort-ky', '/locate-a-caliber-collision-center/franklin' => 'https://www.caliber.com/find-a-location/franklin', '/locate-a-caliber-collision-center/franklin-columbia-ave' => 'https://www.caliber.com/find-a-location/franklin-columbia-ave', '/locate-a-caliber-collision-center/franklin-wi' => 'https://www.caliber.com/find-a-location/franklin-wi', '/locate-a-caliber-collision-center/frederick-monocacy-valley' => 'https://www.caliber.com/find-a-location/frederick-monocacy-valley', '/locate-a-caliber-collision-center/fredericksburg' => 'https://www.caliber.com/find-a-location/fredericksburg', '/locate-a-caliber-collision-center/fremont' => 'https://www.caliber.com/find-a-location/fremont', '/locate-a-caliber-collision-center/fremont-north' => 'https://www.caliber.com/find-a-location/fremont-north', '/locate-a-caliber-collision-center/fresno' => 'https://www.caliber.com/find-a-location/fresno', '/locate-a-caliber-collision-center/fresno-broadway' => 'https://www.caliber.com/find-a-location/fresno-broadway', '/locate-a-caliber-collision-center/fresno-n-blackstone' => 'https://www.caliber.com/find-a-location/fresno-n-blackstone', '/locate-a-caliber-collision-center/fresno-n-blythe-ave' => 'https://www.caliber.com/find-a-location/fresno-n-blythe-ave', '/locate-a-caliber-collision-center/fresno-n-milburn-ave' => 'https://www.caliber.com/find-a-location/fresno-n-milburn-ave', '/locate-a-caliber-collision-center/fresno-nthesta-st' => 'https://www.caliber.com/find-a-location/fresno-n-thesta-st', '/locate-a-caliber-collision-center/fresno-palm-bluff' => 'https://www.caliber.com/find-a-location/fresno-palm-bluff', '/locate-a-caliber-collision-center/fresno-tx' => 'https://www.caliber.com/find-a-location/fresno-tx', '/locate-a-caliber-collision-center/fridley' => 'https://www.caliber.com/find-a-location/fridley', '/locate-a-caliber-collision-center/friendswood' => 'https://www.caliber.com/find-a-location/friendswood', '/locate-a-caliber-collision-center/frisco' => 'https://www.caliber.com/find-a-location/frisco', '/locate-a-caliber-collision-center/frisco-downtown' => 'https://www.caliber.com/find-a-location/frisco-downtown', '/locate-a-caliber-collision-center/frisco-express' => 'https://www.caliber.com/find-a-location/frisco-express', '/locate-a-caliber-collision-center/fulshear' => 'https://www.caliber.com/find-a-location/fulshear', '/locate-a-caliber-collision-center/fuquay-varina' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/gainesville' => 'https://www.caliber.com/find-a-location/gainesville', '/locate-a-caliber-collision-center/gainesville-fl-north' => 'https://www.caliber.com/find-a-location/gainesville-fl-north', '/locate-a-caliber-collision-center/gainesville-rx' => 'https://www.caliber.com/find-a-location/gainesville-rx', '/locate-a-caliber-collision-center/gaithersburg' => 'https://www.caliber.com/find-a-location/gaithersburg', '/locate-a-caliber-collision-center/gallatin' => 'https://www.caliber.com/find-a-location/gallatin', '/locate-a-caliber-collision-center/galveston' => 'https://www.caliber.com/find-a-location/galveston', '/locate-a-caliber-collision-center/garden-grove' => 'https://www.caliber.com/find-a-location/garden-grove', '/locate-a-caliber-collision-center/garland' => 'https://www.caliber.com/find-a-location/garland', '/locate-a-caliber-collision-center/gastonia' => 'https://www.caliber.com/find-a-location/gastonia', '/locate-a-caliber-collision-center/georgetown' => 'https://www.caliber.com/find-a-location/georgetown', '/locate-a-caliber-collision-center/georgetown-ky' => 'https://www.caliber.com/find-a-location/georgetown-ky', '/locate-a-caliber-collision-center/germantown' => 'https://www.caliber.com/find-a-location/germantown', '/locate-a-caliber-collision-center/gilbert' => 'https://www.caliber.com/find-a-location/gilbert', '/locate-a-caliber-collision-center/gilroy' => 'https://www.caliber.com/find-a-location/gilroy', '/locate-a-caliber-collision-center/gilroy-church-st' => 'https://www.caliber.com/find-a-location/gilroy-church-st', '/locate-a-caliber-collision-center/glassboro' => 'https://www.caliber.com/find-a-location/glassboro', '/locate-a-caliber-collision-center/glen-allen' => 'https://www.caliber.com/find-a-location/glen-allen', '/locate-a-caliber-collision-center/glen-burnie' => 'https://www.caliber.com/find-a-location/glen-burnie', '/locate-a-caliber-collision-center/glen-burnie-north' => 'https://www.caliber.com/find-a-location/glen-burnie-north', '/locate-a-caliber-collision-center/glen-carbon' => 'https://www.caliber.com/find-a-location/glen-carbon', '/locate-a-caliber-collision-center/glendale' => 'https://www.caliber.com/find-a-location/glendale', '/locate-a-caliber-collision-center/glendale-s-louise-st' => 'https://www.caliber.com/find-a-location/glendale-s-louise-st', '/locate-a-caliber-collision-center/glendale-wi' => 'https://www.caliber.com/find-a-location/glendale-wi', '/locate-a-caliber-collision-center/glendora' => 'https://www.caliber.com/find-a-location/glendora', '/locate-a-caliber-collision-center/glenolden' => 'https://www.caliber.com/find-a-location/glenolden', '/locate-a-caliber-collision-center/glenside' => 'https://www.caliber.com/find-a-location/glenside', '/locate-a-caliber-collision-center/goose-creek' => 'https://www.caliber.com/find-a-location/goose-creek', '/locate-a-caliber-collision-center/grafton-wi' => 'https://www.caliber.com/find-a-location/grafton', '/locate-a-caliber-collision-center/grand-junction-25-rd' => 'https://www.caliber.com/find-a-location/grand-junction-25-road', '/locate-a-caliber-collision-center/grapevine' => 'https://www.caliber.com/find-a-location/grapevine', '/locate-a-caliber-collision-center/grass-valley' => 'https://www.caliber.com/find-a-location/grass-valley', '/locate-a-caliber-collision-center/grayslake' => 'https://www.caliber.com/find-a-location/grayslake', '/locate-a-caliber-collision-center/greeley' => 'https://www.caliber.com/find-a-location/greeley', '/locate-a-caliber-collision-center/greensboro-battleground-ave' => 'https://www.caliber.com/find-a-location/greensboro-battleground-ave', '/locate-a-caliber-collision-center/greensboro-edwardia-dr' => 'https://www.caliber.com/find-a-location/greensboro-edwardia-dr', '/locate-a-caliber-collision-center/greensboro-south' => 'https://www.caliber.com/find-a-location/greensboro-south', '/locate-a-caliber-collision-center/greensboro-s-regional-rd' => 'https://www.caliber.com/find-a-location/greensboro-s-regional-rd', '/locate-a-caliber-collision-center/greenville' => 'https://www.caliber.com/find-a-location/greenville', '/locate-a-caliber-collision-center/greenville-nc' => 'https://www.caliber.com/find-a-location/greenville-nc', '/locate-a-caliber-collision-center/greenville-woodruff-rd' => 'https://www.caliber.com/find-a-location/greenville-woodruff-rd', '/locate-a-caliber-collision-center/greenwood-melody-ave' => 'https://www.caliber.com/find-a-location/greenwood-melody-ave', '/locate-a-caliber-collision-center/greenwood-village' => 'https://www.caliber.com/find-a-location/greenwood-village', '/locate-a-caliber-collision-center/gresham' => 'https://www.caliber.com/find-a-location/gresham', '/locate-a-caliber-collision-center/grimes' => 'https://www.caliber.com/find-a-location/grimes', '/locate-a-caliber-collision-center/hagerstown' => 'https://www.caliber.com/find-a-location/hagerstown', '/locate-a-caliber-collision-center/hamilton' => 'https://www.caliber.com/find-a-location/hamilton', '/locate-a-caliber-collision-center/ham-lake' => 'https://www.caliber.com/find-a-location/ham-lake', '/locate-a-caliber-collision-center/hampton' => 'https://www.caliber.com/find-a-location/hampton', '/locate-a-caliber-collision-center/hampton-thomas-st' => 'https://www.caliber.com/find-a-location/hampton-thomas-st', '/locate-a-caliber-collision-center/hanford' => 'https://www.caliber.com/find-a-location/hanford', '/locate-a-caliber-collision-center/harker-heights' => 'https://www.caliber.com/find-a-location/harker-heights', '/locate-a-caliber-collision-center/harrisburg-nc' => 'https://www.caliber.com/find-a-location/harrisburg-nc', '/locate-a-caliber-collision-center/harrisburg-pa' => 'https://www.caliber.com/find-a-location/harrisburg-pa', '/locate-a-caliber-collision-center/harrison' => 'https://www.caliber.com/find-a-location/harrison', '/locate-a-caliber-collision-center/harrisonburg' => 'https://www.caliber.com/find-a-location/harrisonburg', '/locate-a-caliber-collision-center/hartville' => 'https://www.caliber.com/find-a-location/hartville', '/locate-a-caliber-collision-center/havre-de-grace' => 'https://www.caliber.com/find-a-location/havre-de-grace', '/locate-a-caliber-collision-center/hawthorne' => 'https://www.caliber.com/find-a-location/hawthorne', '/locate-a-caliber-collision-center/hayward' => 'https://www.caliber.com/find-a-location/hayward', '/locate-a-caliber-collision-center/helotes-express' => 'https://www.caliber.com/find-a-location/helotes-express', '/locate-a-caliber-collision-center/hemet' => 'https://www.caliber.com/find-a-location/hemet', '/locate-a-caliber-collision-center/henderson-american-pacific' => 'https://www.caliber.com/find-a-location/henderson-american-pacific', '/locate-a-caliber-collision-center/henderson-co' => 'https://www.caliber.com/find-a-location/henderson-co', '/locate-a-caliber-collision-center/henderson-eastgate' => 'https://www.caliber.com/find-a-location/henderson', '/locate-a-caliber-collision-center/hernando' => 'https://www.caliber.com/find-a-location/hernando', '/locate-a-caliber-collision-center/hesperia' => 'https://www.caliber.com/find-a-location/hesperia', '/locate-a-caliber-collision-center/hesperia-bear-valley-rd' => 'https://www.caliber.com/find-a-location/hesperia-bear-valley-rd', '/locate-a-caliber-collision-center/hickory-hollow' => 'https://www.caliber.com/find-a-location/hickory-hollow', '/locate-a-caliber-collision-center/highland-park' => 'https://www.caliber.com/find-a-location/highland-park', '/locate-a-caliber-collision-center/highlands-ranch' => 'https://www.caliber.com/find-a-location/highlands-ranch', '/locate-a-caliber-collision-center/hillsboro' => 'https://www.caliber.com/find-a-location/hillsboro', '/locate-a-caliber-collision-center/hollister' => 'https://www.caliber.com/find-a-location/hollister', '/locate-a-caliber-collision-center/hollywood' => 'https://www.caliber.com/find-a-location/hollywood', '/locate-a-caliber-collision-center/hollywood-blvd' => 'https://www.caliber.com/find-a-location/hollywood-blvd', '/locate-a-caliber-collision-center/hollywood-fl' => 'https://www.caliber.com/find-a-location/hollywood-fl', '/locate-a-caliber-collision-center/hopkins' => 'https://www.caliber.com/find-a-location/hopkins', '/locate-a-caliber-collision-center/hopkinsville' => 'https://www.caliber.com/find-a-location/hopkinsville', '/locate-a-caliber-collision-center/horn-lake' => 'https://www.caliber.com/find-a-location/horn-lake', '/locate-a-caliber-collision-center/horsham' => 'https://www.caliber.com/find-a-location/horsham', '/locate-a-caliber-collision-center/houston-galleria' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/houston-liberty-lakes' => 'https://www.caliber.com/find-a-location/houston-liberty-lakes', '/locate-a-caliber-collision-center/houston-memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/houston-morton-ranch' => 'https://www.caliber.com/find-a-location/houston-morton-ranch', '/locate-a-caliber-collision-center/houston-non-drive-north' => 'https://www.caliber.com/find-a-location/houston-non-drive-north', '/locate-a-caliber-collision-center/houston-non-drive-west' => 'https://www.caliber.com/find-a-location/houston-non-drive-west', '/locate-a-caliber-collision-center/houston-northeast' => 'https://www.caliber.com/find-a-location/houston-northeast', '/locate-a-caliber-collision-center/houston-pasadena' => 'https://www.caliber.com/find-a-location/houston-pasadena', '/locate-a-caliber-collision-center/houston-south-loop' => 'https://www.caliber.com/find-a-location/houston-south-loop', '/locate-a-caliber-collision-center/houston-southwest-freeway' => 'https://www.caliber.com/find-a-location/houston-southwest-freeway', '/locate-a-caliber-collision-center/houston-towne-lake' => 'https://www.caliber.com/find-a-location/houston-towne-lake', '/locate-a-caliber-collision-center/houston-willowbrook' => 'https://www.caliber.com/find-a-location/houston-willowbrook', '/locate-a-caliber-collision-center/huntersville' => 'https://www.caliber.com/find-a-location/huntersville', '/locate-a-caliber-collision-center/huntington' => 'https://www.caliber.com/find-a-location/huntington', '/locate-a-caliber-collision-center/huntington-beach' => 'https://www.caliber.com/find-a-location/huntington-beach', '/locate-a-caliber-collision-center/huntington-beach-graham-st' => 'https://www.caliber.com/find-a-location/huntington-beach-graham-st', '/locate-a-caliber-collision-center/hunt-valley' => 'https://www.caliber.com/find-a-location/hunt-valley', '/locate-a-caliber-collision-center/hutto' => 'https://www.caliber.com/find-a-location/hutto', '/locate-a-caliber-collision-center/hyattsville' => 'https://www.caliber.com/find-a-location/hyattsville', '/locate-a-caliber-collision-center/indianapolis-beech-grove' => 'https://www.caliber.com/find-a-location/indianapolis-beech-grove', '/locate-a-caliber-collision-center/indianapolis-castleton' => 'https://www.caliber.com/find-a-location/indianapolis-castleton', '/locate-a-caliber-collision-center/indianapolis-downtown' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/indianapolis-lafayette-park' => 'https://www.caliber.com/find-a-location/indianapolis-lafayette-park', '/locate-a-caliber-collision-center/indianapolis-lawrence' => 'https://www.caliber.com/find-a-location/indianapolis-lawrence', '/locate-a-caliber-collision-center/indianapolis-northwest' => 'https://www.caliber.com/find-a-location/indianapolis-northwest', '/locate-a-caliber-collision-center/indianapolis-shadeland' => 'https://www.caliber.com/find-a-location/indianapolis-shadeland', '/locate-a-caliber-collision-center/indianapolis-south' => 'https://www.caliber.com/find-a-location/indianapolis-south', '/locate-a-caliber-collision-center/indianapolis-stop-12' => 'https://www.caliber.com/find-a-location/indianapolis-stop-12', '/locate-a-caliber-collision-center/indianapolis-west' => 'https://www.caliber.com/find-a-location/indianapolis-west', '/locate-a-caliber-collision-center/indianapolis-westfield' => 'https://www.caliber.com/find-a-location/indianapolis-westfield', '/locate-a-caliber-collision-center/indian-land' => 'https://www.caliber.com/find-a-location/indian-land', '/locate-a-caliber-collision-center/indian-trail' => 'https://www.caliber.com/find-a-location/indian-trail', '/locate-a-caliber-collision-center/indio' => 'https://www.caliber.com/find-a-location/indio', '/locate-a-caliber-collision-center/inland-empire-non-drive' => 'https://www.caliber.com/find-a-location/inland-empire-non-drive', '/locate-a-caliber-collision-center/irmo' => 'https://www.caliber.com/find-a-location/irmo', '/locate-a-caliber-collision-center/irvine' => 'https://www.caliber.com/find-a-location/irvine', '/locate-a-caliber-collision-center/irvine-north' => 'https://www.caliber.com/find-a-location/irvine-north', '/locate-a-caliber-collision-center/issaquah-e-lake-sammamish' => 'https://www.caliber.com/find-a-location/issaquah-e-lake-sammamish', '/locate-a-caliber-collision-center/issaquah-sunset' => 'https://www.caliber.com/find-a-location/issaquah-sunset', '/locate-a-caliber-collision-center/jackson-tn' => 'https://www.caliber.com/find-a-location/jackson-tn', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic' => 'https://www.caliber.com/find-a-location/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/jacksonville-fl-beach-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-beach-blvd', '/locate-a-caliber-collision-center/jacksonville-fl-downtown' => 'https://www.caliber.com/find-a-location/jacksonville-fl-downtown', '/locate-a-caliber-collision-center/jacksonville-fl-mayport' => 'https://www.caliber.com/find-a-location/jacksonville-fl-mayport', '/locate-a-caliber-collision-center/jacksonville-fl-merrill-rd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-merrill-rd', '/locate-a-caliber-collision-center/jacksonville-fl-nas' => 'https://www.caliber.com/find-a-location/jacksonville-fl-nas', '/locate-a-caliber-collision-center/jacksonville-fl-non-drive' => 'https://www.caliber.com/find-a-location/jacksonville-fl-non-drive', '/locate-a-caliber-collision-center/jacksonville-fl-philips-hwy' => 'https://www.caliber.com/find-a-location/jacksonville-fl-philips-hwy', '/locate-a-caliber-collision-center/jacksonville-fl-sw' => 'https://www.caliber.com/find-a-location/jacksonville-fl-sw', '/locate-a-caliber-collision-center/jacksonville-nc-lejeune' => 'https://www.caliber.com/find-a-location/jacksonville-nc-lejeune', '/locate-a-caliber-collision-center/jacksonville-nc-marine-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-nc-marine-blvd', '/locate-a-caliber-collision-center/jacksonville-new-river' => 'https://www.caliber.com/find-a-location/jacksonville-new-river', '/locate-a-caliber-collision-center/janesville' => 'https://www.caliber.com/find-a-location/janesville', '/locate-a-caliber-collision-center/jessup' => 'https://www.caliber.com/find-a-location/jessup', '/locate-a-caliber-collision-center/johns-creek' => 'https://www.caliber.com/find-a-location/johns-creek', '/locate-a-caliber-collision-center/joppa' => 'https://www.caliber.com/find-a-location/joppa', '/locate-a-caliber-collision-center/jupiter' => 'https://www.caliber.com/find-a-location/jupiter', '/locate-a-caliber-collision-center/jupiter-old-dixie-hwy' => 'https://www.caliber.com/find-a-location/jupiter-old-dixie-highway', '/locate-a-caliber-collision-center/katy' => 'https://www.caliber.com/find-a-location/katy', '/locate-a-caliber-collision-center/kearney-mesa-dagget' => 'https://www.caliber.com/find-a-location/kearny-mesa-dagget', '/locate-a-caliber-collision-center/keizer' => 'https://www.caliber.com/find-a-location/keizer', '/locate-a-caliber-collision-center/keller' => 'https://www.caliber.com/find-a-location/keller', '/locate-a-caliber-collision-center/kennesaw' => 'https://www.caliber.com/find-a-location/kennesaw', '/locate-a-caliber-collision-center/kennesaw-moon-station' => 'https://www.caliber.com/find-a-location/kennesaw-moon-station', '/locate-a-caliber-collision-center/kennett-square' => 'https://www.caliber.com/find-a-location/kennett-square', '/locate-a-caliber-collision-center/kennewick' => 'https://www.caliber.com/find-a-location/kennewick', '/locate-a-caliber-collision-center/kenosha' => 'https://www.caliber.com/find-a-location/kenosha', '/locate-a-caliber-collision-center/kent-island' => 'https://www.caliber.com/find-a-location/kent-island', '/locate-a-caliber-collision-center/killeen' => 'https://www.caliber.com/find-a-location/killeen', '/locate-a-caliber-collision-center/killeen-downtown' => 'https://www.caliber.com/find-a-location/killeen-downtown', '/locate-a-caliber-collision-center/killeen-express' => 'https://www.caliber.com/find-a-location/killeen-express', '/locate-a-caliber-collision-center/king-of-prussia' => 'https://www.caliber.com/find-a-location/king-of-prussia', '/locate-a-caliber-collision-center/kingston' => 'https://www.caliber.com/find-a-location/kingston', '/locate-a-caliber-collision-center/kingston-pike' => 'https://www.caliber.com/find-a-location/kingston-pike', '/locate-a-caliber-collision-center/kingwood' => 'https://www.caliber.com/find-a-location/kingwood', '/locate-a-caliber-collision-center/kirkland' => 'https://www.caliber.com/find-a-location/kirkland', '/locate-a-caliber-collision-center/kissimmee' => 'https://www.caliber.com/find-a-location/kissimmee', '/locate-a-caliber-collision-center/kissimmee-east' => 'https://www.caliber.com/find-a-location/kissimmee-east', '/locate-a-caliber-collision-center/kissimmee-north' => 'https://www.caliber.com/find-a-location/kissimmee-north', '/locate-a-caliber-collision-center/knoxville-north' => 'https://www.caliber.com/find-a-location/knoxville-north', '/locate-a-caliber-collision-center/knoxville-west' => 'https://www.caliber.com/find-a-location/knoxville-west', '/locate-a-caliber-collision-center/kyle' => 'https://www.caliber.com/find-a-location/kyle', '/locate-a-caliber-collision-center/la-cienega' => 'https://www.caliber.com/find-a-location/los-angeles-la-cienega', '/locate-a-caliber-collision-center/la-crescenta' => 'https://www.caliber.com/find-a-location/la-crescenta-drive-center', '/locate-a-caliber-collision-center/ladson' => 'https://www.caliber.com/find-a-location/ladson', '/locate-a-caliber-collision-center/lafayette' => 'https://www.caliber.com/find-a-location/lafayette-farabee-dr', '/locate-a-caliber-collision-center/laguna-beach' => 'https://www.caliber.com/find-a-location/laguna-beach', '/locate-a-caliber-collision-center/laguna-niguel' => 'https://www.caliber.com/find-a-location/laguna-niguel', '/locate-a-caliber-collision-center/lake-elsinore' => 'https://www.caliber.com/find-a-location/lake-elsinore', '/locate-a-caliber-collision-center/lake-forest' => 'https://www.caliber.com/find-a-location/lake-forest', '/locate-a-caliber-collision-center/lake-havasu-city' => 'https://www.caliber.com/find-a-location/lake-havasu-city', '/locate-a-caliber-collision-center/lake-jackson' => 'https://www.caliber.com/find-a-location/lake-jackson', '/locate-a-caliber-collision-center/lake-norman-denver' => 'https://www.caliber.com/find-a-location/lake-norman', '/locate-a-caliber-collision-center/lake-oswego' => 'https://www.caliber.com/find-a-location/lake-oswego', '/locate-a-caliber-collision-center/lakeway' => 'https://www.caliber.com/find-a-location/lakeway', '/locate-a-caliber-collision-center/lakewood-co' => 'https://www.caliber.com/find-a-location/lakewood-co', '/locate-a-caliber-collision-center/lakewood-wa' => 'https://www.caliber.com/find-a-location/lakewood-wa', '/locate-a-caliber-collision-center/la-mesa' => 'https://www.caliber.com/find-a-location/la-mesa', '/locate-a-caliber-collision-center/lancaster' => 'https://www.caliber.com/find-a-location/lancaster', '/locate-a-caliber-collision-center/landover' => 'https://www.caliber.com/find-a-location/landover', '/locate-a-caliber-collision-center/largo' => 'https://www.caliber.com/find-a-location/largo', '/locate-a-caliber-collision-center/las-cruces' => 'https://www.caliber.com/find-a-location/las-cruces-n-telshor-bl', '/locate-a-caliber-collision-center/las-cruces-amador' => 'https://www.caliber.com/find-a-location/las-cruces-amador', '/locate-a-caliber-collision-center/las-vegas-anthem' => 'https://www.caliber.com/find-a-location/las-vegas-anthem', '/locate-a-caliber-collision-center/las-vegas-downtown' => 'https://www.caliber.com/find-a-location/las-vegas-downtown', '/locate-a-caliber-collision-center/las-vegas-procyon-st' => 'https://www.caliber.com/find-a-location/las-vegas-procyon-st', '/locate-a-caliber-collision-center/las-vegas-rancho-rd' => 'https://www.caliber.com/find-a-location/las-vegas-rancho-rd', '/locate-a-caliber-collision-center/las-vegas-ricky-rd' => 'https://www.caliber.com/find-a-location/las-vegas-ricky-rd', '/locate-a-caliber-collision-center/lawrenceville' => 'https://www.caliber.com/find-a-location/lawrenceville', '/locate-a-caliber-collision-center/leander-crystal-falls-pkwy' => 'https://www.caliber.com/find-a-location/leander-crystal-falls-pkwy', '/locate-a-caliber-collision-center/lebanon' => 'https://www.caliber.com/find-a-location/lebanon', '/locate-a-caliber-collision-center/lebanon-oh' => 'https://www.caliber.com/find-a-location/lebanon-oh', '/locate-a-caliber-collision-center/lebanon-pa' => 'https://www.caliber.com/find-a-location/lebanon-pa', '/locate-a-caliber-collision-center/lebanon-west-main-st' => 'https://www.caliber.com/find-a-location/lebanon-west-main-st', '/locate-a-caliber-collision-center/leesburg' => 'https://www.caliber.com/find-a-location/leesburg', '/locate-a-caliber-collision-center/lehigh-acres' => 'https://www.caliber.com/find-a-location/lehigh-acres', '/locate-a-caliber-collision-center/leon-springs-luxury' => 'https://www.caliber.com/find-a-location/luxury-leon-springs', '/locate-a-caliber-collision-center/levittown' => 'https://www.caliber.com/find-a-location/levittown', '/locate-a-caliber-collision-center/lewisville' => 'https://www.caliber.com/find-a-location/lewisville', '/locate-a-caliber-collision-center/lexington-ky' => 'https://www.caliber.com/find-a-location/lexington-ky', '/locate-a-caliber-collision-center/lexington-park' => 'https://www.caliber.com/find-a-location/lexington-park', '/locate-a-caliber-collision-center/lexington-sc' => 'https://www.caliber.com/find-a-location/lexington-sc', '/locate-a-caliber-collision-center/libertyville' => 'https://www.caliber.com/find-a-location/libertyville', '/locate-a-caliber-collision-center/lincoln' => 'https://www.caliber.com/find-a-location/lincoln', '/locate-a-caliber-collision-center/litchfield-park' => 'https://www.caliber.com/find-a-location/litchfield-park', '/locate-a-caliber-collision-center/lithia-springs' => 'https://www.caliber.com/find-a-location/lithia-springs', '/locate-a-caliber-collision-center/little-elm' => 'https://www.caliber.com/find-a-location/little-elm', '/locate-a-caliber-collision-center/littleton' => 'https://www.caliber.com/find-a-location/littleton', '/locate-a-caliber-collision-center/littleton-chatfield' => 'https://www.caliber.com/find-a-location/littleton-chatfield', '/locate-a-caliber-collision-center/littleton-s-broadway' => 'https://www.caliber.com/find-a-location/littleton-s-broadway', '/locate-a-caliber-collision-center/logan' => 'https://www.caliber.com/find-a-location/logan', '/locate-a-caliber-collision-center/lomita' => 'https://www.caliber.com/find-a-location/lomita', '/locate-a-caliber-collision-center/lompoc' => 'https://www.caliber.com/find-a-location/lompoc', '/locate-a-caliber-collision-center/long-beach' => 'https://www.caliber.com/find-a-location/long-beach', '/locate-a-caliber-collision-center/longmont' => 'https://www.caliber.com/find-a-location/longmont', '/locate-a-caliber-collision-center/longmont-boston-ave' => 'https://www.caliber.com/find-a-location/longmont-boston-ave', '/locate-a-caliber-collision-center/longview-north' => 'https://www.caliber.com/find-a-location/longview-north', '/locate-a-caliber-collision-center/longwood' => 'https://www.caliber.com/find-a-location/longwood', '/locate-a-caliber-collision-center/los-angeles-downtown' => 'https://www.caliber.com/find-a-location/los-angeles-downtown', '/locate-a-caliber-collision-center/los-angeles-griffith-park' => 'https://www.caliber.com/find-a-location/los-angeles-griffith-park', '/locate-a-caliber-collision-center/los-angeles-mid-city' => 'https://www.caliber.com/find-a-location/los-angeles-mid-city', '/locate-a-caliber-collision-center/los-angeles-s-la-brea' => 'https://www.caliber.com/find-a-location/los-angeles-s-la-brea', '/locate-a-caliber-collision-center/los-angeles-w-adams-blvd' => 'https://www.caliber.com/find-a-location/los-angeles-w-adams-blvd', '/locate-a-caliber-collision-center/los-angeles-w-washington' => 'https://www.caliber.com/find-a-location/los-angeles-w-washington', '/locate-a-caliber-collision-center/los-banos' => 'https://www.caliber.com/find-a-location/los-banos', '/locate-a-caliber-collision-center/los-gatos' => 'https://www.caliber.com/find-a-location/los-gatos', '/locate-a-caliber-collision-center/louisville-dixie-hwy' => 'https://www.caliber.com/find-a-location/louisville-dixie-hwy', '/locate-a-caliber-collision-center/loveland' => 'https://www.caliber.com/find-a-location/loveland', '/locate-a-caliber-collision-center/loveland-oh' => 'https://www.caliber.com/find-a-location/loveland-oh', '/locate-a-caliber-collision-center/loveland-topaz-dr' => 'https://www.caliber.com/find-a-location/loveland-topaz-dr', '/locate-a-caliber-collision-center/lumberton' => 'https://www.caliber.com/find-a-location/lumberton', '/locate-a-caliber-collision-center/lutz' => 'https://www.caliber.com/find-a-location/lutz', '/locate-a-caliber-collision-center/lynbrook' => 'https://www.caliber.com/find-a-location/lynbrook', '/locate-a-caliber-collision-center/lynchburg' => 'https://www.caliber.com/find-a-location/lynchburg', '/locate-a-caliber-collision-center/lynnwood-wa' => 'https://www.caliber.com/find-a-location/lynnwood-wa', '/locate-a-caliber-collision-center/lynwood-il' => 'https://www.caliber.com/find-a-location/lynwood-il', '/locate-a-caliber-collision-center/macon' => 'https://www.caliber.com/find-a-location/macon', '/locate-a-caliber-collision-center/madera' => 'https://www.caliber.com/find-a-location/madera', '/locate-a-caliber-collision-center/madison' => 'https://www.caliber.com/find-a-location/madison', '/locate-a-caliber-collision-center/madison-east-towne' => 'https://www.caliber.com/find-a-location/madison-east-towne', '/locate-a-caliber-collision-center/madison-gallatin-pike' => 'https://www.caliber.com/find-a-location/madison-gallatin-pike', '/locate-a-caliber-collision-center/madison-west-towne' => 'https://www.caliber.com/find-a-location/madison-west-towne', '/locate-a-caliber-collision-center/manassas' => 'https://www.caliber.com/find-a-location/manassas', '/locate-a-caliber-collision-center/manayunk' => 'https://www.caliber.com/find-a-location/manayunk', '/locate-a-caliber-collision-center/manchaca' => 'https://www.caliber.com/find-a-location/austin-menchaca', '/locate-a-caliber-collision-center/mansfield' => 'https://www.caliber.com/find-a-location/mansfield', '/locate-a-caliber-collision-center/manteca' => 'https://www.caliber.com/find-a-location/manteca', '/locate-a-caliber-collision-center/maple-grove' => 'https://www.caliber.com/find-a-location/maple-grove', '/locate-a-caliber-collision-center/maplewood' => 'https://www.caliber.com/find-a-location/maplewood', '/locate-a-caliber-collision-center/marble-falls' => 'https://www.caliber.com/find-a-location/marble-falls', '/locate-a-caliber-collision-center/margaret-wallace' => 'https://www.caliber.com/find-a-location/margaret-wallace', '/locate-a-caliber-collision-center/marietta' => 'https://www.caliber.com/find-a-location/marietta', '/locate-a-caliber-collision-center/marietta-cobb-pkwy' => 'https://www.caliber.com/find-a-location/marietta-cobb-parkway', '/locate-a-caliber-collision-center/marlow-heights' => 'https://www.caliber.com/find-a-location/marlow-heights', '/locate-a-caliber-collision-center/marlton' => 'https://www.caliber.com/find-a-location/marlton', '/locate-a-caliber-collision-center/marmora' => 'https://www.caliber.com/find-a-location/marmora', '/locate-a-caliber-collision-center/maryland-heights' => 'https://www.caliber.com/find-a-location/maryland-heights', '/locate-a-caliber-collision-center/marysville-wa' => 'https://www.caliber.com/find-a-location/marysville-wa', '/locate-a-caliber-collision-center/maryville-il' => 'https://www.caliber.com/find-a-location/maryville-il', '/locate-a-caliber-collision-center/massaponax' => 'https://www.caliber.com/find-a-location/massaponax', '/locate-a-caliber-collision-center/matthews' => 'https://www.caliber.com/find-a-location/matthews', '/locate-a-caliber-collision-center/mays-landing' => 'https://www.caliber.com/find-a-location/mays-landing', '/locate-a-caliber-collision-center/mckeesport' => 'https://www.caliber.com/find-a-location/mckeesport', '/locate-a-caliber-collision-center/mckinney-east' => 'https://www.caliber.com/find-a-location/mckinney-east', '/locate-a-caliber-collision-center/mckinney-hwy-380' => 'https://www.caliber.com/find-a-location/mckinney-hwy-380', '/locate-a-caliber-collision-center/mckinney-northwest' => 'https://www.caliber.com/find-a-location/mckinney-northwest', '/locate-a-caliber-collision-center/medford' => 'https://www.caliber.com/find-a-location/medford', '/locate-a-caliber-collision-center/medina' => 'https://www.caliber.com/find-a-location/medina', '/locate-a-caliber-collision-center/memphis-covington-pike' => 'https://www.caliber.com/find-a-location/memphis-covington-pike', '/locate-a-caliber-collision-center/memphis-downtown' => 'https://www.caliber.com/find-a-location/memphis-downtown', '/locate-a-caliber-collision-center/memphis-mt-moriah' => 'https://www.caliber.com/find-a-location/memphis-mt-moriah', '/locate-a-caliber-collision-center/memphis-southwind' => 'https://www.caliber.com/find-a-location/memphis-southwind', '/locate-a-caliber-collision-center/meridian' => 'https://www.caliber.com/find-a-location/meridian', '/locate-a-caliber-collision-center/meridian-e-fairview' => 'https://www.caliber.com/find-a-location/meridian-e-fairview', '/locate-a-caliber-collision-center/meridian-s-adkins-way' => 'https://www.caliber.com/find-a-location/meridian-s-adkins-way', '/locate-a-caliber-collision-center/merrillville' => 'https://www.caliber.com/find-a-location/merrillville', '/locate-a-caliber-collision-center/mesa-broadway-rd' => 'https://www.caliber.com/find-a-location/mesa-broadway-rd', '/locate-a-caliber-collision-center/mesa-east-main-st' => 'https://www.caliber.com/find-a-location/mesa-east-main-st', '/locate-a-caliber-collision-center/mesa-gateway' => 'https://www.caliber.com/find-a-location/mesa-gateway', '/locate-a-caliber-collision-center/miami-ne-14th-ave' => 'https://www.caliber.com/find-a-location/miami-ne-14th-ave', '/locate-a-caliber-collision-center/miami-north-doral' => 'https://www.caliber.com/find-a-location/miami-north-doral', '/locate-a-caliber-collision-center/miami-s-dixie-hwy' => 'https://www.caliber.com/find-a-location/miami-s-dixie-hwy', '/locate-a-caliber-collision-center/michigan-city' => 'https://www.caliber.com/find-a-location/michigan-city', '/locate-a-caliber-collision-center/middleton-wi' => 'https://www.caliber.com/find-a-location/middleton-wi', '/locate-a-caliber-collision-center/middletown-de' => 'https://www.caliber.com/find-a-location/middletown-de', '/locate-a-caliber-collision-center/midland-w-front-st' => 'https://www.caliber.com/find-a-location/midland-w-front-st', '/locate-a-caliber-collision-center/midlothian-grove-rd' => 'https://www.caliber.com/find-a-location/midlothian-grove-rd', '/locate-a-caliber-collision-center/midwest-city' => 'https://www.caliber.com/find-a-location/midwest-city', '/locate-a-caliber-collision-center/milford' => 'https://www.caliber.com/find-a-location/milford', '/locate-a-caliber-collision-center/millcreek' => 'https://www.caliber.com/find-a-location/millcreek', '/locate-a-caliber-collision-center/millersville' => 'https://www.caliber.com/find-a-location/millersville', '/locate-a-caliber-collision-center/milpitas' => 'https://www.caliber.com/find-a-location/milpitas', '/locate-a-caliber-collision-center/milwaukee-north' => 'https://www.caliber.com/find-a-location/milwaukee-north', '/locate-a-caliber-collision-center/minneapolis-downtown' => 'https://www.caliber.com/find-a-location/minneapolis-downtown', '/locate-a-caliber-collision-center/minnesota-fleet' => 'https://www.caliber.com/find-a-location/minnesota-fleet', '/locate-a-caliber-collision-center/miramar' => 'https://www.caliber.com/find-a-location/san-diego-miramar', '/locate-a-caliber-collision-center/mira-mesa' => 'https://www.caliber.com/find-a-location/mira-mesa', '/locate-a-caliber-collision-center/mishawaka' => 'https://www.caliber.com/find-a-location/mishawaka', '/locate-a-caliber-collision-center/mission-bay' => 'https://www.caliber.com/find-a-location/mission-bay', '/locate-a-caliber-collision-center/mission-valley' => 'https://www.caliber.com/find-a-location/mission-valley', '/locate-a-caliber-collision-center/mission-viejo' => 'https://www.caliber.com/find-a-location/mission-viejo', '/locate-a-caliber-collision-center/missouri-city' => 'https://www.caliber.com/find-a-location/missouri-city', '/locate-a-caliber-collision-center/mitchell' => 'https://www.caliber.com/find-a-location/mitchell', '/locate-a-caliber-collision-center/mobile-schillinger-rd-s' => 'https://www.caliber.com/find-a-location/mobile-schillinger-rd-s', '/locate-a-caliber-collision-center/mobile-springhill-ave' => 'https://www.caliber.com/find-a-location/mobile-springhill-ave', '/locate-a-caliber-collision-center/modesto' => 'https://www.caliber.com/find-a-location/modesto', '/locate-a-caliber-collision-center/modesto-10th-st' => 'https://www.caliber.com/find-a-location/modesto-10th-st', '/locate-a-caliber-collision-center/modesto-bangs-ave' => 'https://www.caliber.com/find-a-location/modesto-bangs-ave', '/locate-a-caliber-collision-center/modesto-stratos-way' => 'https://www.caliber.com/find-a-location/modesto-stratos-way', '/locate-a-caliber-collision-center/monroe' => 'https://www.caliber.com/find-a-location/monroe', '/locate-a-caliber-collision-center/monroe-hwy-74' => 'https://www.caliber.com/find-a-location/monroe-hwy-74', '/locate-a-caliber-collision-center/monroe-wa' => 'https://www.caliber.com/find-a-location/monroe-wa', '/locate-a-caliber-collision-center/monrovia' => 'https://www.caliber.com/find-a-location/monrovia', '/locate-a-caliber-collision-center/montgomery-n-eastern-blvd' => 'https://www.caliber.com/find-a-location/montgomery-n-eastern-bl', '/locate-a-caliber-collision-center/monument' => 'https://www.caliber.com/find-a-location/monument', '/locate-a-caliber-collision-center/moore' => 'https://www.caliber.com/find-a-location/moore', '/locate-a-caliber-collision-center/mooresville' => 'https://www.caliber.com/find-a-location/mooresville', '/locate-a-caliber-collision-center/moraine' => 'https://www.caliber.com/find-a-location/moraine', '/locate-a-caliber-collision-center/moreno-valley' => 'https://www.caliber.com/find-a-location/moreno-valley', '/locate-a-caliber-collision-center/morgan-hill' => 'https://www.caliber.com/find-a-location/morgan-hill', '/locate-a-caliber-collision-center/morrow' => 'https://www.caliber.com/find-a-location/morrow', '/locate-a-caliber-collision-center/morrow-mt-zion-blvd' => 'https://www.caliber.com/find-a-location/morrow-mt-zion-blvd', '/locate-a-caliber-collision-center/mountain-view' => 'https://www.caliber.com/find-a-location/mountain-view', '/locate-a-caliber-collision-center/mount-pleasant-sc' => 'https://www.caliber.com/find-a-location/mount-pleasant-sc', '/locate-a-caliber-collision-center/mount-pleasant-wi' => 'https://www.caliber.com/find-a-location/mount-pleasant-wi', '/locate-a-caliber-collision-center/mt-juliet' => 'https://www.caliber.com/find-a-location/mt-juliet', '/locate-a-caliber-collision-center/mullica-hill' => 'https://www.caliber.com/find-a-location/mullica-hill', '/locate-a-caliber-collision-center/muncie-north' => 'https://www.caliber.com/find-a-location/muncie-north', '/locate-a-caliber-collision-center/murfreesboro' => 'https://www.caliber.com/find-a-location/murfreesboro', '/locate-a-caliber-collision-center/murray' => 'https://www.caliber.com/find-a-location/murray', '/locate-a-caliber-collision-center/murrells-inlet' => 'https://www.caliber.com/find-a-location/murrells-inlet', '/locate-a-caliber-collision-center/murrieta' => 'https://www.caliber.com/find-a-location/murrieta', '/locate-a-caliber-collision-center/myrtle-beach-south' => 'https://www.caliber.com/find-a-location/myrtle-beach-south', '/locate-a-caliber-collision-center/nampa' => 'https://www.caliber.com/find-a-location/nampa', '/locate-a-caliber-collision-center/napa' => 'https://www.caliber.com/find-a-location/napa', '/locate-a-caliber-collision-center/naperville' => 'https://www.caliber.com/find-a-location/naperville', '/locate-a-caliber-collision-center/naperville-701-frontenac' => 'https://www.caliber.com/find-a-location/naperville-701-frontenac', '/locate-a-caliber-collision-center/naperville-801-frontenac' => 'https://www.caliber.com/find-a-location/naperville-801-frontenac', '/locate-a-caliber-collision-center/naples' => 'https://www.caliber.com/find-a-location/naples', '/locate-a-caliber-collision-center/nashville-downtown' => 'https://www.caliber.com/find-a-location/nashville-downtown', '/locate-a-caliber-collision-center/nashville-non-drive-south' => 'https://www.caliber.com/find-a-location/nashville-non-drive-south', '/locate-a-caliber-collision-center/nashville-west' => 'https://www.caliber.com/find-a-location/nashville-west', '/locate-a-caliber-collision-center/national-city' => 'https://www.caliber.com/find-a-location/national-city', '/locate-a-caliber-collision-center/navarre' => 'https://www.caliber.com/find-a-location/navarre', '/locate-a-caliber-collision-center/new-berlin' => 'https://www.caliber.com/find-a-location/new-berlin', '/locate-a-caliber-collision-center/new-berlin-sunnyslope' => 'https://www.caliber.com/find-a-location/new-berlin-sunnyslope', '/locate-a-caliber-collision-center/new-bern' => 'https://www.caliber.com/find-a-location/new-bern', '/locate-a-caliber-collision-center/new-braunfels' => 'https://www.caliber.com/find-a-location/new-braunfels', '/locate-a-caliber-collision-center/newburgh' => 'https://www.caliber.com/find-a-location/newburgh-in', '/locate-a-caliber-collision-center/new-hampton' => 'https://www.caliber.com/find-a-location/new-hampton', '/locate-a-caliber-collision-center/new-holland' => 'https://www.caliber.com/find-a-location/new-holland', '/locate-a-caliber-collision-center/new-kensington' => 'https://www.caliber.com/find-a-location/new-kensington', '/locate-a-caliber-collision-center/newnan' => 'https://www.caliber.com/find-a-location/newnan', '/locate-a-caliber-collision-center/newport' => 'https://www.caliber.com/find-a-location/newport', '/locate-a-caliber-collision-center/newport-news' => 'https://www.caliber.com/find-a-location/newport-news', '/locate-a-caliber-collision-center/newtown-square' => 'https://www.caliber.com/find-a-location/newtown-square', '/locate-a-caliber-collision-center/nicholasville' => 'https://www.caliber.com/find-a-location/nicholasville', '/locate-a-caliber-collision-center/nolanville' => 'https://www.caliber.com/find-a-location/nolanville', '/locate-a-caliber-collision-center/norco' => 'https://www.caliber.com/find-a-location/norco', '/locate-a-caliber-collision-center/norcross' => 'https://www.caliber.com/find-a-location/norcross', '/locate-a-caliber-collision-center/norfolk-wards-corner' => 'https://www.caliber.com/find-a-location/norfolk-wards-corner', '/locate-a-caliber-collision-center/north-bethesda' => 'https://www.caliber.com/find-a-location/north-bethesda', '/locate-a-caliber-collision-center/northbrook' => 'https://www.caliber.com/find-a-location/northbrook', '/locate-a-caliber-collision-center/north-charleston' => 'https://www.caliber.com/find-a-location/north-charleston', '/locate-a-caliber-collision-center/north-costa-mesa' => 'https://www.caliber.com/find-a-location/north-costa-mesa', '/locate-a-caliber-collision-center/northeast-philadelphia' => 'https://www.caliber.com/find-a-location/northeast-philadelphia', '/locate-a-caliber-collision-center/north-fulton' => 'https://www.caliber.com/find-a-location/north-fulton', '/locate-a-caliber-collision-center/northglenn' => 'https://www.caliber.com/find-a-location/northglenn', '/locate-a-caliber-collision-center/north-hollywood' => 'https://www.caliber.com/find-a-location/north-hollywood', '/locate-a-caliber-collision-center/north-hollywood-burbank-blvd' => 'https://www.caliber.com/find-a-location/north-hollywood-burbank-blvd', '/locate-a-caliber-collision-center/northlake' => 'https://www.caliber.com/find-a-location/northlake', '/locate-a-caliber-collision-center/north-lamar' => 'https://www.caliber.com/find-a-location/austin-north-lamar', '/locate-a-caliber-collision-center/north-las-vegas' => 'https://www.caliber.com/find-a-location/north-las-vegas', '/locate-a-caliber-collision-center/north-las-vegas-aliante' => 'https://www.caliber.com/find-a-location/north-las-vegas-aliante', '/locate-a-caliber-collision-center/north-las-vegas-e-craig-rd' => 'https://www.caliber.com/find-a-location/north-las-vegas-e-craig-rd', '/locate-a-caliber-collision-center/north-richland-hills' => 'https://www.caliber.com/find-a-location/north-richland-hills', '/locate-a-caliber-collision-center/north-riverside' => 'https://www.caliber.com/find-a-location/north-riverside', '/locate-a-caliber-collision-center/north-sarasota' => 'https://www.caliber.com/find-a-location/north-sarasota', '/locate-a-caliber-collision-center/north-wales' => 'https://www.caliber.com/find-a-location/north-wales', '/locate-a-caliber-collision-center/northwest-anaheim' => 'https://www.caliber.com/find-a-location/northwest-anaheim', '/locate-a-caliber-collision-center/northwest-oklahoma-city' => 'https://www.caliber.com/find-a-location/nw-oklahoma-city', '/locate-a-caliber-collision-center/norton' => 'https://www.caliber.com/find-a-location/norton', '/locate-a-caliber-collision-center/norwalk' => 'https://www.caliber.com/find-a-location/norwalk', '/locate-a-caliber-collision-center/nottingham' => 'https://www.caliber.com/find-a-location/nottingham', '/locate-a-caliber-collision-center/oak-creek' => 'https://www.caliber.com/find-a-location/oak-creek', '/locate-a-caliber-collision-center/oakland-11th-st' => 'https://www.caliber.com/find-a-location/oakland-11th-st', '/locate-a-caliber-collision-center/oakland-mlk-jr-way' => 'https://www.caliber.com/find-a-location/oakland-mlk-jr-way', '/locate-a-caliber-collision-center/oakland-park' => 'https://www.caliber.com/find-a-location/oakland-park', '/locate-a-caliber-collision-center/oakwood' => 'https://www.caliber.com/find-a-location/oakwood', '/locate-a-caliber-collision-center/ocala-west' => 'https://www.caliber.com/find-a-location/ocala-west', '/locate-a-caliber-collision-center/ocean-city' => 'https://www.caliber.com/find-a-location/ocean-city', '/locate-a-caliber-collision-center/oceanside' => 'https://www.caliber.com/find-a-location/oceanside', '/locate-a-caliber-collision-center/oconomowoc' => 'https://www.caliber.com/find-a-location/oconomowoc', '/locate-a-caliber-collision-center/odessa' => 'https://www.caliber.com/find-a-location/odessa', '/locate-a-caliber-collision-center/o-fallon' => 'https://www.caliber.com/find-a-location/ofallon-il', '/locate-a-caliber-collision-center/o-fallon-mo' => 'https://www.caliber.com/find-a-location/ofallon-mo', '/locate-a-caliber-collision-center/ogden' => 'https://www.caliber.com/find-a-location/ogden', '/locate-a-caliber-collision-center/olive-branch' => 'https://www.caliber.com/find-a-location/olive-branch', '/locate-a-caliber-collision-center/ontario' => 'https://www.caliber.com/find-a-location/ontario', '/locate-a-caliber-collision-center/ontario-downtown' => 'https://www.caliber.com/find-a-location/ontario-downtown', '/locate-a-caliber-collision-center/orange-non-drive' => 'https://www.caliber.com/find-a-location/orange-non-drive', '/locate-a-caliber-collision-center/orangevale' => 'https://www.caliber.com/find-a-location/orangevale', '/locate-a-caliber-collision-center/orlando-e-colonial' => 'https://www.caliber.com/find-a-location/orlando-e-colonial', '/locate-a-caliber-collision-center/orlando-orange-blossom' => 'https://www.caliber.com/find-a-location/orlando-orange-blossom', '/locate-a-caliber-collision-center/orlando-w-oak-ridge-rd' => 'https://www.caliber.com/find-a-location/orlando-w-oak-ridge-rd', '/locate-a-caliber-collision-center/oro-valley' => 'https://www.caliber.com/find-a-location/oro-valley', '/locate-a-caliber-collision-center/oswego' => 'https://www.caliber.com/find-a-location/oswego', '/locate-a-caliber-collision-center/oviedo' => 'https://www.caliber.com/find-a-location/oviedo', '/locate-a-caliber-collision-center/oxford-valley' => 'https://www.caliber.com/find-a-location/oxford-valley', '/locate-a-caliber-collision-center/oxnard' => 'https://www.caliber.com/find-a-location/oxnard', '/locate-a-caliber-collision-center/oxnard-auto-center' => 'https://www.caliber.com/find-a-location/oxnard-auto-center', '/locate-a-caliber-collision-center/oxon-hill' => 'https://www.caliber.com/find-a-location/oxon-hill', '/locate-a-caliber-collision-center/pacific-beach' => 'https://www.caliber.com/find-a-location/pacific-beach', '/locate-a-caliber-collision-center/painesville' => 'https://www.caliber.com/find-a-location/painesville', '/locate-a-caliber-collision-center/palatine-il' => 'https://www.caliber.com/find-a-location/palatine', '/locate-a-caliber-collision-center/palm-coast' => 'https://www.caliber.com/find-a-location/palm-coast', '/locate-a-caliber-collision-center/palmdale' => 'https://www.caliber.com/find-a-location/palmdale', '/locate-a-caliber-collision-center/palm-desert' => 'https://www.caliber.com/find-a-location/palm-desert', '/locate-a-caliber-collision-center/palmetto' => 'https://www.caliber.com/find-a-location/palmetto', '/locate-a-caliber-collision-center/palo-alto' => 'https://www.caliber.com/find-a-location/palo-alto', '/locate-a-caliber-collision-center/palos-hills' => 'https://www.caliber.com/find-a-location/palos-hills', '/locate-a-caliber-collision-center/parker' => 'https://www.caliber.com/find-a-location/parker', '/locate-a-caliber-collision-center/parker-woodman-way' => 'https://www.caliber.com/find-a-location/parker-woodman-dr', '/locate-a-caliber-collision-center/parkesburg' => 'https://www.caliber.com/find-a-location/parkesburg', '/locate-a-caliber-collision-center/park-forest' => 'https://www.caliber.com/find-a-location/park-forest', '/locate-a-caliber-collision-center/pasadena' => 'https://www.caliber.com/find-a-location/pasadena', '/locate-a-caliber-collision-center/pasadena-e-colorado-blvd' => 'https://www.caliber.com/find-a-location/pasadena-e-colorado-blvd', '/locate-a-caliber-collision-center/paso-robles' => 'https://www.caliber.com/find-a-location/paso-robles', '/locate-a-caliber-collision-center/patchogue' => 'https://www.caliber.com/find-a-location/patchogue', '/locate-a-caliber-collision-center/pawleys-island' => 'https://www.caliber.com/find-a-location/pawleys-island', '/locate-a-caliber-collision-center/peachtree-city' => 'https://www.caliber.com/find-a-location/peachtree-city', '/locate-a-caliber-collision-center/peachtree-city-clover-reach' => 'https://www.caliber.com/find-a-location/peachtree-city-clover-reach', '/locate-a-caliber-collision-center/pearland' => 'https://www.caliber.com/find-a-location/pearland', '/locate-a-caliber-collision-center/pembroke-pines-west' => 'https://www.caliber.com/find-a-location/pembroke-pines-west', '/locate-a-caliber-collision-center/pennington' => 'https://www.caliber.com/find-a-location/pennington', '/locate-a-caliber-collision-center/pennsauken' => 'https://www.caliber.com/find-a-location/pennsauken', '/locate-a-caliber-collision-center/pewaukee' => 'https://www.caliber.com/find-a-location/pewaukee', '/locate-a-caliber-collision-center/pflugerville' => 'https://www.caliber.com/find-a-location/pflugerville', '/locate-a-caliber-collision-center/philadelphia-byberry-rd' => 'https://www.caliber.com/find-a-location/philadelphia-byberry-rd', '/locate-a-caliber-collision-center/philadelphia-fleet' => 'https://www.caliber.com/find-a-location/philadelphia-fleet', '/locate-a-caliber-collision-center/philadelphia-frankford' => 'https://www.caliber.com/find-a-location/philadelphia-frankford', '/locate-a-caliber-collision-center/philadelphia-grant-ave' => 'https://www.caliber.com/find-a-location/philadelphia-grant-ave', '/locate-a-caliber-collision-center/philadelphia-non-drive' => 'https://www.caliber.com/find-a-location/philadelphia-non-drive', '/locate-a-caliber-collision-center/philadelphia-york-st' => 'https://www.caliber.com/find-a-location/philadelphia-york-st', '/locate-a-caliber-collision-center/pineville' => 'https://www.caliber.com/find-a-location/pineville', '/locate-a-caliber-collision-center/plainfield' => 'https://www.caliber.com/find-a-location/plainfield', '/locate-a-caliber-collision-center/plano' => 'https://www.caliber.com/find-a-location/plano', '/locate-a-caliber-collision-center/plano-coit-rd' => 'https://www.caliber.com/find-a-location/plano-coit-rd', '/locate-a-caliber-collision-center/pleasanton' => 'https://www.caliber.com/find-a-location/pleasanton', '/locate-a-caliber-collision-center/pleasantville' => 'https://www.caliber.com/find-a-location/pleasantville', '/locate-a-caliber-collision-center/plymouth' => 'https://www.caliber.com/find-a-location/plymouth', '/locate-a-caliber-collision-center/pocomoke' => 'https://www.caliber.com/find-a-location/pocomoke', '/locate-a-caliber-collision-center/pompano-beach' => 'https://www.caliber.com/find-a-location/pompano-beach', '/locate-a-caliber-collision-center/portland-nu-way' => 'https://www.caliber.com/find-a-location/portland-nu-way', '/locate-a-caliber-collision-center/portland-southeast' => 'https://www.caliber.com/find-a-location/portland-woodstock', '/locate-a-caliber-collision-center/portland-st-johns' => 'https://www.caliber.com/find-a-location/portland-st-johns', '/locate-a-caliber-collision-center/portsmouth-airline-blvd' => 'https://www.caliber.com/find-a-location/portsmouth-airline-blvd', '/locate-a-caliber-collision-center/poughkeepsie' => 'https://www.caliber.com/find-a-location/poughkeepsie', '/locate-a-caliber-collision-center/poulsbo' => 'https://www.caliber.com/find-a-location/poulsbo', '/locate-a-caliber-collision-center/poway' => 'https://www.caliber.com/find-a-location/poway', '/locate-a-caliber-collision-center/provo' => 'https://www.caliber.com/find-a-location/provo', '/locate-a-caliber-collision-center/pueblo' => 'https://www.caliber.com/find-a-location/pueblo', '/locate-a-caliber-collision-center/pueblo-west' => 'https://www.caliber.com/find-a-location/pueblo-west', '/locate-a-caliber-collision-center/purcellville' => 'https://www.caliber.com/find-a-location/purcellville', '/locate-a-caliber-collision-center/puyallup-canyon-rd' => 'https://www.caliber.com/find-a-location/puyallup-canyon-road', '/locate-a-caliber-collision-center/puyallup-river-rd' => 'https://www.caliber.com/find-a-location/puyallup-river-road', '/locate-a-caliber-collision-center/queen-creek' => 'https://www.caliber.com/find-a-location/queen-creek', '/locate-a-caliber-collision-center/queensbury' => 'https://www.caliber.com/find-a-location/queensbury', '/locate-a-caliber-collision-center/queens-village' => 'https://www.caliber.com/find-a-location/queens-village', '/locate-a-caliber-collision-center/raleigh-crabtree' => 'https://www.caliber.com/find-a-location/raleigh-fleet', '/locate-a-caliber-collision-center/raleigh-downtown' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-glenwood-ave' => 'https://www.caliber.com/find-a-location/raleigh-glenwood-ave', '/locate-a-caliber-collision-center/raleigh-new-bern-ave' => 'https://www.caliber.com/find-a-location/raleigh-new-bern-ave', '/locate-a-caliber-collision-center/raleigh-non-drive' => 'https://www.caliber.com/find-a-location/raleigh-non-drive', '/locate-a-caliber-collision-center/raleigh-paragon' => 'https://www.caliber.com/find-a-location/raleigh-paragon', '/locate-a-caliber-collision-center/rancho-cordova' => 'https://www.caliber.com/find-a-location/rancho-cordova', '/locate-a-caliber-collision-center/rancho-cucamonga' => 'https://www.caliber.com/find-a-location/rancho-cucamonga', '/locate-a-caliber-collision-center/rancho-santa-margarita' => 'https://www.caliber.com/find-a-location/rancho-santa-margarita', '/locate-a-caliber-collision-center/randallstown' => 'https://www.caliber.com/find-a-location/randallstown', '/locate-a-caliber-collision-center/reading-centre-ave' => 'https://www.caliber.com/find-a-location/reading-centre-ave', '/locate-a-caliber-collision-center/redlands' => 'https://www.caliber.com/find-a-location/redlands', '/locate-a-caliber-collision-center/red-mill' => 'https://www.caliber.com/find-a-location/red-mill', '/locate-a-caliber-collision-center/red-oak' => 'https://www.caliber.com/find-a-location/red-oak', '/locate-a-caliber-collision-center/redwood-city' => 'https://www.caliber.com/find-a-location/redwood-city', '/locate-a-caliber-collision-center/redwood-city-north' => 'https://www.caliber.com/find-a-location/redwood-city-north', '/locate-a-caliber-collision-center/reisterstown' => 'https://www.caliber.com/find-a-location/reisterstown', '/locate-a-caliber-collision-center/reno' => 'https://www.caliber.com/find-a-location/reno', '/locate-a-caliber-collision-center/renton' => 'https://www.caliber.com/find-a-location/renton', '/locate-a-caliber-collision-center/reseda' => 'https://www.caliber.com/find-a-location/reseda', '/locate-a-caliber-collision-center/rialto' => 'https://www.caliber.com/find-a-location/rialto', '/locate-a-caliber-collision-center/richardson' => 'https://www.caliber.com/find-a-location/richardson', '/locate-a-caliber-collision-center/richmond-broad-st' => 'https://www.caliber.com/find-a-location/richmond-broad-st', '/locate-a-caliber-collision-center/richmond-chippenham-square' => 'https://www.caliber.com/find-a-location/richmond-chippenham-square', '/locate-a-caliber-collision-center/richmond-dabney-rd' => 'https://www.caliber.com/find-a-location/richmond-dabney-rd', '/locate-a-caliber-collision-center/richmond-eubank-rd' => 'https://www.caliber.com/find-a-location/richmond-eubank-rd', '/locate-a-caliber-collision-center/richmond-midlothian' => 'https://www.caliber.com/find-a-location/richmond-midlothian', '/locate-a-caliber-collision-center/richmond-non-drive' => 'https://www.caliber.com/find-a-location/richmond-non-drive', '/locate-a-caliber-collision-center/richmond-pocono' => 'https://www.caliber.com/find-a-location/richmond-pocono', '/locate-a-caliber-collision-center/richmond-ridgefield-pkwy' => 'https://www.caliber.com/find-a-location/richmond-ridgefield-pkwy', '/locate-a-caliber-collision-center/richmond-tx' => 'https://www.caliber.com/find-a-location/richmond-tx', '/locate-a-caliber-collision-center/rio-grande' => 'https://www.caliber.com/find-a-location/rio-grande', '/locate-a-caliber-collision-center/rising-sun-md' => 'https://www.caliber.com/find-a-location/rising-sun-md', '/locate-a-caliber-collision-center/riverhead' => 'https://www.caliber.com/find-a-location/riverhead', '/locate-a-caliber-collision-center/riverside' => 'https://www.caliber.com/find-a-location/riverside', '/locate-a-caliber-collision-center/riverside-14th-street' => 'https://www.caliber.com/find-a-location/riverside-14th-street', '/locate-a-caliber-collision-center/riverside-buchanan-st' => 'https://www.caliber.com/find-a-location/riverside-buchanan-st', '/locate-a-caliber-collision-center/riverside-downtown' => 'https://www.caliber.com/find-a-location/riverside-downtown', '/locate-a-caliber-collision-center/river-styx' => 'https://www.caliber.com/find-a-location/river-styx', '/locate-a-caliber-collision-center/riverton' => 'https://www.caliber.com/find-a-location/riverton', '/locate-a-caliber-collision-center/riverview' => 'https://www.caliber.com/find-a-location/riverview', '/locate-a-caliber-collision-center/roanoke-northeast' => 'https://www.caliber.com/find-a-location/roanoke-northeast', '/locate-a-caliber-collision-center/roanoke-south' => 'https://www.caliber.com/find-a-location/roanoke-south', '/locate-a-caliber-collision-center/roanoke-tx' => 'https://www.caliber.com/find-a-location/roanoke-tx', '/locate-a-caliber-collision-center/rochester-lake-ave' => 'https://www.caliber.com/find-a-location/rochester-lake-ave', '/locate-a-caliber-collision-center/rockford' => 'https://www.caliber.com/find-a-location/rockford', '/locate-a-caliber-collision-center/rock-hill' => 'https://www.caliber.com/find-a-location/rock-hill', '/locate-a-caliber-collision-center/rocklin' => 'https://www.caliber.com/find-a-location/rocklin', '/locate-a-caliber-collision-center/rockville' => 'https://www.caliber.com/find-a-location/rockville', '/locate-a-caliber-collision-center/rockwall' => 'https://www.caliber.com/find-a-location/rockwall', '/locate-a-caliber-collision-center/rocky-point' => 'https://www.caliber.com/find-a-location/rocky-point', '/locate-a-caliber-collision-center/rogers' => 'https://www.caliber.com/find-a-location/rogers', '/locate-a-caliber-collision-center/rosenberg' => 'https://www.caliber.com/find-a-location/rosenberg', '/locate-a-caliber-collision-center/roseville' => 'https://www.caliber.com/find-a-location/roseville', '/locate-a-caliber-collision-center/roseville-industrial-ave' => 'https://www.caliber.com/find-a-location/roseville-industrial-ave', '/locate-a-caliber-collision-center/roseville-mn' => 'https://www.caliber.com/find-a-location/roseville-mn', '/locate-a-caliber-collision-center/roseville-taylor-rd' => 'https://www.caliber.com/find-a-location/roseville-taylor-rd', '/locate-a-caliber-collision-center/roswell' => 'https://www.caliber.com/find-a-location/roswell', '/locate-a-caliber-collision-center/round-rock-commerce' => 'https://www.caliber.com/find-a-location/round-rock-commerce', '/locate-a-caliber-collision-center/round-rock-mays' => 'https://www.caliber.com/find-a-location/round-rock-mays', '/locate-a-caliber-collision-center/round-rock-sam-bass-rd' => 'https://www.caliber.com/find-a-location/round-rock-sam-bass-rd', '/locate-a-caliber-collision-center/royal-palm-beach' => 'https://www.caliber.com/find-a-location/royal-palm-beach', '/locate-a-caliber-collision-center/runnemede' => 'https://www.caliber.com/find-a-location/runnemede', '/locate-a-caliber-collision-center/sacramento-20th-st' => 'https://www.caliber.com/find-a-location/sacramento-20th-st', '/locate-a-caliber-collision-center/sacramento-antelope' => 'https://www.caliber.com/find-a-location/antelope', '/locate-a-caliber-collision-center/sacramento-citrus-heights' => 'https://www.caliber.com/find-a-location/citrus-heights', '/locate-a-caliber-collision-center/sacramento-florin-rd' => 'https://www.caliber.com/find-a-location/sacramento-florin-rd', '/locate-a-caliber-collision-center/sacramento-fulton-ave' => 'https://www.caliber.com/find-a-location/sacramento-fulton-ave', '/locate-a-caliber-collision-center/sacramento-lexington-st' => 'https://www.caliber.com/find-a-location/sacramento-lexington-st', '/locate-a-caliber-collision-center/sacramento-non-drive' => 'https://www.caliber.com/find-a-location/sacramento-non-drive', '/locate-a-caliber-collision-center/sacramento-stockton-blvd' => 'https://www.caliber.com/find-a-location/sacramento-stockton-blvd', '/locate-a-caliber-collision-center/sacramento-tower-ave' => 'https://www.caliber.com/find-a-location/sacramento-tower-ave', '/locate-a-caliber-collision-center/sacramento-university' => 'https://www.caliber.com/find-a-location/sacramento-university', '/locate-a-caliber-collision-center/salem-or-north' => 'https://www.caliber.com/find-a-location/salem-or-north', '/locate-a-caliber-collision-center/salem-or-south' => 'https://www.caliber.com/find-a-location/salem-or-south', '/locate-a-caliber-collision-center/salinas-downtown' => 'https://www.caliber.com/find-a-location/salinas-downtown', '/locate-a-caliber-collision-center/salisbury' => 'https://www.caliber.com/find-a-location/salisbury', '/locate-a-caliber-collision-center/salisbury-south' => 'https://www.caliber.com/find-a-location/salisbury-south', '/locate-a-caliber-collision-center/salt-lake-city-downtown' => 'https://www.caliber.com/find-a-location/salt-lake-city-downtown', '/locate-a-caliber-collision-center/salt-lake-city-s-state-st' => 'https://www.caliber.com/find-a-location/salt-lake-city-s-state-st', '/locate-a-caliber-collision-center/san-angelo-w-beauregard' => 'https://www.caliber.com/find-a-location/san-angelo-w-beauregard', '/locate-a-caliber-collision-center/san-antonio-281-north' => 'https://www.caliber.com/find-a-location/san-antonio-281-n', '/locate-a-caliber-collision-center/san-antonio-281-overlook' => 'https://www.caliber.com/find-a-location/san-antonio-281-overlook', '/locate-a-caliber-collision-center/san-antonio-airport' => 'https://www.caliber.com/find-a-location/san-antonio-airport', '/locate-a-caliber-collision-center/san-antonio-austin-hwy' => 'https://www.caliber.com/find-a-location/san-antonio-austin-hwy', '/locate-a-caliber-collision-center/san-antonio-bandera' => 'https://www.caliber.com/find-a-location/san-antonio-bandera', '/locate-a-caliber-collision-center/san-antonio-blanco' => 'https://www.caliber.com/find-a-location/san-antonio-blanco', '/locate-a-caliber-collision-center/san-antonio-cavender' => 'https://www.caliber.com/find-a-location/san-antonio-cavender', '/locate-a-caliber-collision-center/san-antonio-city-base' => 'https://www.caliber.com/find-a-location/san-antonio-city-base', '/locate-a-caliber-collision-center/san-antonio-converse' => 'https://www.caliber.com/find-a-location/san-antonio-converse', '/locate-a-caliber-collision-center/san-antonio-culebra-rd' => 'https://www.caliber.com/find-a-location/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-downtown' => 'https://www.caliber.com/find-a-location/san-antonio-downtown', '/locate-a-caliber-collision-center/san-antonio-foster-rd' => 'https://www.caliber.com/find-a-location/san-antonio-foster-rd', '/locate-a-caliber-collision-center/san-antonio-garden-ridge' => 'https://www.caliber.com/find-a-location/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/san-antonio-ih-10' => 'https://www.caliber.com/find-a-location/san-antonio-ih-10', '/locate-a-caliber-collision-center/san-antonio-loop-1604' => 'https://www.caliber.com/find-a-location/san-antonio-loop-1604', '/locate-a-caliber-collision-center/san-antonio-non-drive' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive', '/locate-a-caliber-collision-center/san-antonio-non-drive-north' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive-north', '/locate-a-caliber-collision-center/san-antonio-nw-loop-410' => 'https://www.caliber.com/find-a-location/san-antonio-nw-loop-410', '/locate-a-caliber-collision-center/san-antonio-san-pedro' => 'https://www.caliber.com/find-a-location/san-antonio-san-pedro', '/locate-a-caliber-collision-center/san-antonio-w-marbach' => 'https://www.caliber.com/find-a-location/san-antonio-w-marbach', '/locate-a-caliber-collision-center/san-bernardino' => 'https://www.caliber.com/find-a-location/san-bernardino', '/locate-a-caliber-collision-center/san-carlos' => 'https://www.caliber.com/find-a-location/san-carlos', '/locate-a-caliber-collision-center/san-clemente' => 'https://www.caliber.com/find-a-location/san-clemente', '/locate-a-caliber-collision-center/san-diego-bay-park' => 'https://www.caliber.com/find-a-location/san-diego-bay-park', '/locate-a-caliber-collision-center/san-diego-downtown' => 'https://www.caliber.com/find-a-location/san-diego-downtown', '/locate-a-caliber-collision-center/san-diego-north-park' => 'https://www.caliber.com/find-a-location/san-diego-north-park', '/locate-a-caliber-collision-center/san-diego-point-loma' => 'https://www.caliber.com/find-a-location/san-diego-point-loma', '/locate-a-caliber-collision-center/sandy' => 'https://www.caliber.com/find-a-location/sandy', '/locate-a-caliber-collision-center/sandy-east' => 'https://www.caliber.com/find-a-location/sandy-east', '/locate-a-caliber-collision-center/sanford' => 'https://www.caliber.com/find-a-location/sanford', '/locate-a-caliber-collision-center/san-jose-airport' => 'https://www.caliber.com/find-a-location/san-jose-airport', '/locate-a-caliber-collision-center/san-jose-downtown' => 'https://www.caliber.com/find-a-location/san-jose-downtown', '/locate-a-caliber-collision-center/san-jose-monterey-rd' => 'https://www.caliber.com/find-a-location/san-jose-monterey-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-st' => 'https://www.caliber.com/find-a-location/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan-capistrano' => 'https://www.caliber.com/find-a-location/san-juan-capistrano', '/locate-a-caliber-collision-center/san-leandro' => 'https://www.caliber.com/find-a-location/san-leandro', '/locate-a-caliber-collision-center/san-leandro-teagarden-st' => 'https://www.caliber.com/find-a-location/san-leandro-teagarden-st', '/locate-a-caliber-collision-center/san-luis-obispo-airport' => 'https://www.caliber.com/find-a-location/san-luis-obispo-airport', '/locate-a-caliber-collision-center/san-luis-obispo-granada-dr' => 'https://www.caliber.com/find-a-location/san-luis-obispo-granada-dr', '/locate-a-caliber-collision-center/san-marcos' => 'https://www.caliber.com/find-a-location/san-marcos', '/locate-a-caliber-collision-center/san-marcos-non-drive' => 'https://www.caliber.com/find-a-location/san-marcos-non-drive', '/locate-a-caliber-collision-center/san-marcos-tx' => 'https://www.caliber.com/find-a-location/san-marcos-tx', '/locate-a-caliber-collision-center/san-rafael' => 'https://www.caliber.com/find-a-location/san-rafael', '/locate-a-caliber-collision-center/san-ramon' => 'https://www.caliber.com/find-a-location/san-ramon', '/locate-a-caliber-collision-center/santa-ana' => 'https://www.caliber.com/find-a-location/santa-ana', '/locate-a-caliber-collision-center/santa-barbara' => 'https://www.caliber.com/find-a-location/santa-barbara', '/locate-a-caliber-collision-center/santa-barbara-edison-ave' => 'https://www.caliber.com/find-a-location/santa-barbara-edison-ave', '/locate-a-caliber-collision-center/santa-barbara-gutierrez' => 'https://www.caliber.com/find-a-location/santa-barbara-gutierrez', '/locate-a-caliber-collision-center/santa-clara-de-la-cruz-blvd' => 'https://www.caliber.com/find-a-location/santa-clara-de-la-cruz-blvd', '/locate-a-caliber-collision-center/santa-cruz' => 'https://www.caliber.com/find-a-location/santa-cruz', '/locate-a-caliber-collision-center/santa-fe-siler-rd' => 'https://www.caliber.com/find-a-location/santa-fe-siler-rd', '/locate-a-caliber-collision-center/santa-fe-springs' => 'https://www.caliber.com/find-a-location/santa-fe-springs', '/locate-a-caliber-collision-center/santa-maria' => 'https://www.caliber.com/find-a-location/santa-maria', '/locate-a-caliber-collision-center/santa-monica' => 'https://www.caliber.com/find-a-location/santa-monica', '/locate-a-caliber-collision-center/santa-monica-lincoln' => 'https://www.caliber.com/find-a-location/santa-monica-lincoln', '/locate-a-caliber-collision-center/santa-monica-pico-blvd' => 'https://www.caliber.com/find-a-location/santa-monica-pico-blvd', '/locate-a-caliber-collision-center/saraland' => 'https://www.caliber.com/find-a-location/saraland', '/locate-a-caliber-collision-center/sarasota-cattlemen-rd' => 'https://www.caliber.com/find-a-location/sarasota-cattlemen-rd', '/locate-a-caliber-collision-center/saratoga-springs' => 'https://www.caliber.com/find-a-location/saratoga-springs', '/locate-a-caliber-collision-center/savage' => 'https://www.caliber.com/find-a-location/savage', '/locate-a-caliber-collision-center/schaumburg' => 'https://www.caliber.com/find-a-location/schaumburg', '/locate-a-caliber-collision-center/schenectady' => 'https://www.caliber.com/find-a-location/schenectady', '/locate-a-caliber-collision-center/schiller-park' => 'https://www.caliber.com/find-a-location/schiller-park', '/locate-a-caliber-collision-center/scottsdale' => 'https://www.caliber.com/find-a-location/scottsdale', '/locate-a-caliber-collision-center/scottsdale-old-town' => 'https://www.caliber.com/find-a-location/scottsdale-old-town', '/locate-a-caliber-collision-center/scottsdale-raintree-dr' => 'https://www.caliber.com/find-a-location/scottsdale-raintree-dr', '/locate-a-caliber-collision-center/seaside' => 'https://www.caliber.com/find-a-location/seaside', '/locate-a-caliber-collision-center/seattle-aurora' => 'https://www.caliber.com/find-a-location/seattle-aurora', '/locate-a-caliber-collision-center/seattle-ballard' => 'https://www.caliber.com/find-a-location/seattle-ballard', '/locate-a-caliber-collision-center/seattle-magnolia' => 'https://www.caliber.com/find-a-location/seattle-magnolia', '/locate-a-caliber-collision-center/seymour' => 'https://www.caliber.com/find-a-location/seymour', '/locate-a-caliber-collision-center/shakopee' => 'https://www.caliber.com/find-a-location/shakopee', '/locate-a-caliber-collision-center/shallotte' => 'https://www.caliber.com/find-a-location/shallotte', '/locate-a-caliber-collision-center/shorewood' => 'https://www.caliber.com/find-a-location/shorewood', '/locate-a-caliber-collision-center/shrewsbury' => 'https://www.caliber.com/find-a-location/shrewsbury', '/locate-a-caliber-collision-center/sicklerville' => 'https://www.caliber.com/find-a-location/sicklerville', '/locate-a-caliber-collision-center/signal-hill' => 'https://www.caliber.com/find-a-location/signal-hill', '/locate-a-caliber-collision-center/silicon-valley-non-drive' => 'https://www.caliber.com/find-a-location/silicon-valley-non-drive', '/locate-a-caliber-collision-center/silver-spring' => 'https://www.caliber.com/find-a-location/silver-spring', '/locate-a-caliber-collision-center/silverthorne' => 'https://www.caliber.com/find-a-location/silverthorne', '/locate-a-caliber-collision-center/simi-valley' => 'https://www.caliber.com/find-a-location/simi-valley', '/locate-a-caliber-collision-center/skokie' => 'https://www.caliber.com/find-a-location/skokie', '/locate-a-caliber-collision-center/skokie-howard-st' => 'https://www.caliber.com/find-a-location/skokie-w-howard-st', '/locate-a-caliber-collision-center/smyrna' => 'https://www.caliber.com/find-a-location/smyrna', '/locate-a-caliber-collision-center/snellville' => 'https://www.caliber.com/find-a-location/snellville', '/locate-a-caliber-collision-center/snohomish' => 'https://www.caliber.com/find-a-location/snohomish', '/locate-a-caliber-collision-center/south-bay' => 'https://www.caliber.com/find-a-location/south-bay', '/locate-a-caliber-collision-center/south-el-monte' => 'https://www.caliber.com/find-a-location/south-el-monte', '/locate-a-caliber-collision-center/south-euclid' => 'https://www.caliber.com/find-a-location/south-euclid', '/locate-a-caliber-collision-center/south-lamar' => 'https://www.caliber.com/find-a-location/austin-south-lamar', '/locate-a-caliber-collision-center/south-minneapolis' => 'https://www.caliber.com/find-a-location/south-minneapolis', '/locate-a-caliber-collision-center/south-san-diego' => 'https://www.caliber.com/find-a-location/south-san-diego', '/locate-a-caliber-collision-center/south-san-jose' => 'https://www.caliber.com/find-a-location/south-san-jose', '/locate-a-caliber-collision-center/south-tampa' => 'https://www.caliber.com/find-a-location/south-tampa', '/locate-a-caliber-collision-center/spanish-fort' => 'https://www.caliber.com/find-a-location/spanish-fort', '/locate-a-caliber-collision-center/sparks' => 'https://www.caliber.com/find-a-location/sparks', '/locate-a-caliber-collision-center/spartanburg-image-drive' => 'https://www.caliber.com/find-a-location/spartanburg-image-dr', '/locate-a-caliber-collision-center/spartanburg-westside' => 'https://www.caliber.com/find-a-location/spartanburg-westside', '/locate-a-caliber-collision-center/spokane-valley' => 'https://www.caliber.com/find-a-location/spokane-valley', '/locate-a-caliber-collision-center/spring' => 'https://www.caliber.com/find-a-location/spring', '/locate-a-caliber-collision-center/spring-aldine-westfield' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/spring-branch' => 'https://www.caliber.com/find-a-location/spring-branch', '/locate-a-caliber-collision-center/springfield' => 'https://www.caliber.com/find-a-location/springfield', '/locate-a-caliber-collision-center/springfield-or' => 'https://www.caliber.com/find-a-location/springfield-or', '/locate-a-caliber-collision-center/spring-rayford-rd' => 'https://www.caliber.com/find-a-location/spring-rayford-rd', '/locate-a-caliber-collision-center/spring-valley' => 'https://www.caliber.com/find-a-location/spring-valley', '/locate-a-caliber-collision-center/stafford-rx' => 'https://www.caliber.com/find-a-location/stafford-rx', '/locate-a-caliber-collision-center/st-charles' => 'https://www.caliber.com/find-a-location/st-charles', '/locate-a-caliber-collision-center/st-cloud' => 'https://www.caliber.com/find-a-location/st-cloud', '/locate-a-caliber-collision-center/sterling' => 'https://www.caliber.com/find-a-location/sterling', '/locate-a-caliber-collision-center/sterling-fleet' => 'https://www.caliber.com/find-a-location/sterling-fleet', '/locate-a-caliber-collision-center/sterling-rx' => 'https://www.caliber.com/find-a-location/sterling-rx', '/locate-a-caliber-collision-center/st-francis' => 'https://www.caliber.com/find-a-location/st-francis', '/locate-a-caliber-collision-center/stillwater' => 'https://www.caliber.com/find-a-location/stillwater', '/locate-a-caliber-collision-center/st-louis-big-bend-rd' => 'https://www.caliber.com/find-a-location/st-louis-big-bend-rd', '/locate-a-caliber-collision-center/st-louis-park' => 'https://www.caliber.com/find-a-location/st-louis-park', '/locate-a-caliber-collision-center/stockton' => 'https://www.caliber.com/find-a-location/stockton', '/locate-a-caliber-collision-center/stone-mountain' => 'https://www.caliber.com/find-a-location/stone-mountain', '/locate-a-caliber-collision-center/st-paul-midway' => 'https://www.caliber.com/find-a-location/st-paul-midway', '/locate-a-caliber-collision-center/st-petersburg' => 'https://www.caliber.com/find-a-location/st-petersburg', '/locate-a-caliber-collision-center/stuart' => 'https://www.caliber.com/find-a-location/stuart', '/locate-a-caliber-collision-center/suffolk' => 'https://www.caliber.com/find-a-location/suffolk', '/locate-a-caliber-collision-center/summerlin' => 'https://www.caliber.com/find-a-location/summerlin', '/locate-a-caliber-collision-center/summerville' => 'https://www.caliber.com/find-a-location/summerville', '/locate-a-caliber-collision-center/sunderland' => 'https://www.caliber.com/find-a-location/sunderland', '/locate-a-caliber-collision-center/sunnyvale' => 'https://www.caliber.com/find-a-location/sunnyvale', '/locate-a-caliber-collision-center/sunnyvale-east' => 'https://www.caliber.com/find-a-location/sunnyvale-east', '/locate-a-caliber-collision-center/surprise' => 'https://www.caliber.com/find-a-location/surprise', '/locate-a-caliber-collision-center/suwanee' => 'https://www.caliber.com/find-a-location/suwanee', '/locate-a-caliber-collision-center/swansea' => 'https://www.caliber.com/find-a-location/swansea', '/locate-a-caliber-collision-center/sylmar' => 'https://www.caliber.com/find-a-location/sylmar', '/locate-a-caliber-collision-center/tacoma' => 'https://www.caliber.com/find-a-location/tacoma', '/locate-a-caliber-collision-center/tacoma-allenmore' => 'https://www.caliber.com/find-a-location/tacoma-allenmore', '/locate-a-caliber-collision-center/tampa-anderson-rd' => 'https://www.caliber.com/find-a-location/tampa-anderson-rd', '/locate-a-caliber-collision-center/tampa-carrollwood' => 'https://www.caliber.com/find-a-location/tampa-carrollwood', '/locate-a-caliber-collision-center/tampa-nebraska-ave' => 'https://www.caliber.com/find-a-location/tampa-nebraska-ave', '/locate-a-caliber-collision-center/tampa-n-florida-ave' => 'https://www.caliber.com/find-a-location/tampa-n-florida-ave', '/locate-a-caliber-collision-center/tampa-us-301' => 'https://www.caliber.com/find-a-location/tampa-us-301', '/locate-a-caliber-collision-center/tarpon-springs' => 'https://www.caliber.com/find-a-location/tarpon-springs', '/locate-a-caliber-collision-center/taylors' => 'https://www.caliber.com/find-a-location/taylors', '/locate-a-caliber-collision-center/temecula' => 'https://www.caliber.com/find-a-location/temecula', '/locate-a-caliber-collision-center/tempe' => 'https://www.caliber.com/find-a-location/tempe', '/locate-a-caliber-collision-center/tempe-chandler' => 'https://www.caliber.com/find-a-location/tempe-chandler', '/locate-a-caliber-collision-center/temple' => 'https://www.caliber.com/find-a-location/temple-avenue-m', '/locate-a-caliber-collision-center/temple-ih-35' => 'https://www.caliber.com/find-a-location/temple-ih-35', '/locate-a-caliber-collision-center/terre-haute' => 'https://www.caliber.com/find-a-location/terre-haute', '/locate-a-caliber-collision-center/texarkana' => 'https://www.caliber.com/find-a-location/texarkana', '/locate-a-caliber-collision-center/the-woodlands' => 'https://www.caliber.com/find-a-location/the-woodlands', '/locate-a-caliber-collision-center/thornton' => 'https://www.caliber.com/find-a-location/thornton', '/locate-a-caliber-collision-center/thornton-grant-st' => 'https://www.caliber.com/find-a-location/thornton-grant-st', '/locate-a-caliber-collision-center/thousand-oaks' => 'https://www.caliber.com/find-a-location/thousand-oaks', '/locate-a-caliber-collision-center/tigard' => 'https://www.caliber.com/find-a-location/tigard', '/locate-a-caliber-collision-center/tilmans-corner' => 'https://www.caliber.com/find-a-location/tillmans-corner', '/locate-a-caliber-collision-center/tomball' => 'https://www.caliber.com/find-a-location/tomball', '/locate-a-caliber-collision-center/toms-river' => 'https://www.caliber.com/find-a-location/toms-river', '/locate-a-caliber-collision-center/tooele' => 'https://www.caliber.com/find-a-location/tooele', '/locate-a-caliber-collision-center/torrance' => 'https://www.caliber.com/find-a-location/torrance', '/locate-a-caliber-collision-center/tracy' => 'https://www.caliber.com/find-a-location/tracy', '/locate-a-caliber-collision-center/tracy-west' => 'https://www.caliber.com/find-a-location/tracy-west', '/locate-a-caliber-collision-center/troy' => 'https://www.caliber.com/find-a-location/troy', '/locate-a-caliber-collision-center/troy-oh' => 'https://www.caliber.com/find-a-location/troy-oh', '/locate-a-caliber-collision-center/tualatin' => 'https://www.caliber.com/find-a-location/tualatin', '/locate-a-caliber-collision-center/tucker' => 'https://www.caliber.com/find-a-location/tucker', '/locate-a-caliber-collision-center/tucson-palo-verde' => 'https://www.caliber.com/find-a-location/tucson-palo-verde', '/locate-a-caliber-collision-center/tucson-research' => 'https://www.caliber.com/find-a-location/tucson-research', '/locate-a-caliber-collision-center/tucson-university' => 'https://www.caliber.com/find-a-location/tucson-university', '/locate-a-caliber-collision-center/tujunga' => 'https://www.caliber.com/find-a-location/tujunga', '/locate-a-caliber-collision-center/tulare' => 'https://www.caliber.com/find-a-location/tulare', '/locate-a-caliber-collision-center/tustin' => 'https://www.caliber.com/find-a-location/tustin', '/locate-a-caliber-collision-center/twentynine-palms' => 'https://www.caliber.com/find-a-location/twentynine-palms', '/locate-a-caliber-collision-center/twin-falls-west' => 'https://www.caliber.com/find-a-location/twin-falls-west', '/locate-a-caliber-collision-center/tyler-east' => 'https://www.caliber.com/find-a-location/tyler-east', '/locate-a-caliber-collision-center/tysons-corner' => 'https://www.caliber.com/find-a-location/tysons-corner', '/locate-a-caliber-collision-center/union-city' => 'https://www.caliber.com/find-a-location/union-city', '/locate-a-caliber-collision-center/university-city' => 'https://www.caliber.com/find-a-location/university-city', '/locate-a-caliber-collision-center/upland' => 'https://www.caliber.com/find-a-location/upland', '/locate-a-caliber-collision-center/utica' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/utica-lincoln-ave' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/vacaville' => 'https://www.caliber.com/find-a-location/vacaville', '/locate-a-caliber-collision-center/vacaville-union-way' => 'https://www.caliber.com/find-a-location/vacaville-union-way', '/locate-a-caliber-collision-center/valencia' => 'https://www.caliber.com/find-a-location/valencia', '/locate-a-caliber-collision-center/vallejo' => 'https://www.caliber.com/find-a-location/vallejo', '/locate-a-caliber-collision-center/valley-ranch' => 'https://www.caliber.com/find-a-location/valley-ranch', '/locate-a-caliber-collision-center/vancouver-cascade' => 'https://www.caliber.com/find-a-location/vancouver-cascade', '/locate-a-caliber-collision-center/vancouver-hazel-dell' => 'https://www.caliber.com/find-a-location/vancouver-hazel-dell', '/locate-a-caliber-collision-center/vancouver-mill-plain' => 'https://www.caliber.com/find-a-location/vancouver-mill-plain', '/locate-a-caliber-collision-center/vancouver-orchards' => 'https://www.caliber.com/find-a-location/vancouver-orchards', '/locate-a-caliber-collision-center/vandalia' => 'https://www.caliber.com/find-a-location/vandalia', '/locate-a-caliber-collision-center/van-nuys' => 'https://www.caliber.com/find-a-location/van-nuys', '/locate-a-caliber-collision-center/venice' => 'https://www.caliber.com/find-a-location/venice', '/locate-a-caliber-collision-center/ventura' => 'https://www.caliber.com/find-a-location/ventura', '/locate-a-caliber-collision-center/verde-valley' => 'https://www.caliber.com/find-a-location/verde-valley', '/locate-a-caliber-collision-center/victorville' => 'https://www.caliber.com/find-a-location/victorville', '/locate-a-caliber-collision-center/victorville-west' => 'https://www.caliber.com/find-a-location/victorville-west', '/locate-a-caliber-collision-center/vineland' => 'https://www.caliber.com/find-a-location/vineland', '/locate-a-caliber-collision-center/virginia-beach-birdneck' => 'https://www.caliber.com/find-a-location/virginia-beach-birdneck', '/locate-a-caliber-collision-center/virginia-beach-lynnhaven' => 'https://www.caliber.com/find-a-location/virginia-beach-lynnhaven', '/locate-a-caliber-collision-center/virginia-beach-non-drive' => 'https://www.caliber.com/find-a-location/virginia-beach-non-drive', '/locate-a-caliber-collision-center/virginia-beach-oceana-south' => 'https://www.caliber.com/find-a-location/virginia-beach-oceana-south', '/locate-a-caliber-collision-center/visalia' => 'https://www.caliber.com/find-a-location/visalia', '/locate-a-caliber-collision-center/vista' => 'https://www.caliber.com/find-a-location/vista', '/locate-a-caliber-collision-center/wadsworth' => 'https://www.caliber.com/find-a-location/wadsworth', '/locate-a-caliber-collision-center/wakefield' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wake-forest' => 'https://www.caliber.com/find-a-location/wake-forest', '/locate-a-caliber-collision-center/waldorf' => 'https://www.caliber.com/find-a-location/waldorf', '/locate-a-caliber-collision-center/walnut' => 'https://www.caliber.com/find-a-location/walnut', '/locate-a-caliber-collision-center/walnut-creek-main-st' => 'https://www.caliber.com/find-a-location/walnut-creek-main-st', '/locate-a-caliber-collision-center/walnut-creek-pine-st' => 'https://www.caliber.com/find-a-location/walnut-creek-pine-st', '/locate-a-caliber-collision-center/warminster' => 'https://www.caliber.com/find-a-location/warminster', '/locate-a-caliber-collision-center/warner-robins' => 'https://www.caliber.com/find-a-location/warner-robins', '/locate-a-caliber-collision-center/warrenton-non-drive' => 'https://www.caliber.com/find-a-location/warrenton-non-drive', '/locate-a-caliber-collision-center/warrenville' => 'https://www.caliber.com/find-a-location/warrenville', '/locate-a-caliber-collision-center/washington-township' => 'https://www.caliber.com/find-a-location/washington-township', '/locate-a-caliber-collision-center/watsonville' => 'https://www.caliber.com/find-a-location/watsonville', '/locate-a-caliber-collision-center/waukegan' => 'https://www.caliber.com/find-a-location/waukegan', '/locate-a-caliber-collision-center/waukesha' => 'https://www.caliber.com/find-a-location/waukesha', '/locate-a-caliber-collision-center/waukesha-north' => 'https://www.caliber.com/find-a-location/waukesha-north', '/locate-a-caliber-collision-center/weatherford' => 'https://www.caliber.com/find-a-location/weatherford', '/locate-a-caliber-collision-center/webster' => 'https://www.caliber.com/find-a-location/webster', '/locate-a-caliber-collision-center/wellington' => 'https://www.caliber.com/find-a-location/wellington', '/locate-a-caliber-collision-center/wenatchee' => 'https://www.caliber.com/find-a-location/wenatchee', '/locate-a-caliber-collision-center/wentzville' => 'https://www.caliber.com/find-a-location/wentzville', '/locate-a-caliber-collision-center/wesley-chapel' => 'https://www.caliber.com/find-a-location/wesley-chapel', '/locate-a-caliber-collision-center/west-allis' => 'https://www.caliber.com/find-a-location/west-allis', '/locate-a-caliber-collision-center/west-allis-lincoln-ave' => 'https://www.caliber.com/find-a-location/west-allis-lincoln-ave', '/locate-a-caliber-collision-center/west-ashley' => 'https://www.caliber.com/find-a-location/west-ashley', '/locate-a-caliber-collision-center/west-chester-oh' => 'https://www.caliber.com/find-a-location/west-chester-oh', '/locate-a-caliber-collision-center/west-chester-pa' => 'https://www.caliber.com/find-a-location/west-chester-pa', '/locate-a-caliber-collision-center/west-denton' => 'https://www.caliber.com/find-a-location/west-denton', '/locate-a-caliber-collision-center/west-denver' => 'https://www.caliber.com/find-a-location/west-denver', '/locate-a-caliber-collision-center/west-frisco' => 'https://www.caliber.com/find-a-location/west-frisco-fm-423', '/locate-a-caliber-collision-center/westlake-village' => 'https://www.caliber.com/find-a-location/westlake-village', '/locate-a-caliber-collision-center/westlake-village-east' => 'https://www.caliber.com/find-a-location/westlake-village-east', '/locate-a-caliber-collision-center/westminster' => 'https://www.caliber.com/find-a-location/westminster', '/locate-a-caliber-collision-center/westminster-co' => 'https://www.caliber.com/find-a-location/westminster-co', '/locate-a-caliber-collision-center/westminster-co-pierce-st' => 'https://www.caliber.com/find-a-location/westminster-co-pierce-st', '/locate-a-caliber-collision-center/westmont' => 'https://www.caliber.com/find-a-location/westmont', '/locate-a-caliber-collision-center/west-plano' => 'https://www.caliber.com/find-a-location/west-plano', '/locate-a-caliber-collision-center/west-sacramento' => 'https://www.caliber.com/find-a-location/west-sacramento', '/locate-a-caliber-collision-center/west-salem' => 'https://www.caliber.com/find-a-location/west-salem', '/locate-a-caliber-collision-center/west-san-antonio' => 'https://www.caliber.com/find-a-location/san-antonio-west', '/locate-a-caliber-collision-center/west-st-paul' => 'https://www.caliber.com/find-a-location/west-st-paul', '/locate-a-caliber-collision-center/west-valley-city' => 'https://www.caliber.com/find-a-location/west-valley-city', '/locate-a-caliber-collision-center/wheat-ridge-independence-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-robb-st', '/locate-a-caliber-collision-center/wheat-ridge-w-48th-ave' => 'https://www.caliber.com/find-a-location/wheat-ridge-w-48th-ave', '/locate-a-caliber-collision-center/white-marsh' => 'https://www.caliber.com/find-a-location/white-marsh', '/locate-a-caliber-collision-center/white-plains' => 'https://www.caliber.com/find-a-location/white-plains', '/locate-a-caliber-collision-center/whittier' => 'https://www.caliber.com/find-a-location/whittier', '/locate-a-caliber-collision-center/williamsburg' => 'https://www.caliber.com/find-a-location/williamsburg', '/locate-a-caliber-collision-center/willow-glen' => 'https://www.caliber.com/find-a-location/willow-glen', '/locate-a-caliber-collision-center/wilmington-de-germay-dr' => 'https://www.caliber.com/find-a-location/wilmington-de-germay-dr', '/locate-a-caliber-collision-center/wilmington-de-newport-pike' => 'https://www.caliber.com/find-a-location/wilmington-de-newport-pike', '/locate-a-caliber-collision-center/wilmington-hwy-21' => 'https://www.caliber.com/find-a-location/wilmington-hwy-421', '/locate-a-caliber-collision-center/wilmington-market-st' => 'https://www.caliber.com/find-a-location/wilmington-market-street', '/locate-a-caliber-collision-center/winchester' => 'https://www.caliber.com/find-a-location/winchester', '/locate-a-caliber-collision-center/winnetka' => 'https://www.caliber.com/find-a-location/winnetka', '/locate-a-caliber-collision-center/wolfchase' => 'https://www.caliber.com/find-a-location/wolfchase', '/locate-a-caliber-collision-center/woodbridge' => 'https://www.caliber.com/find-a-location/woodbridge', '/locate-a-caliber-collision-center/woodcrest' => 'https://www.caliber.com/find-a-location/woodcrest', '/locate-a-caliber-collision-center/woodridge' => 'https://www.caliber.com/find-a-location/woodridge', '/locate-a-caliber-collision-center/wooster-east' => 'https://www.caliber.com/find-a-location/wooster-east', '/locate-a-caliber-collision-center/wooster-north' => 'https://www.caliber.com/find-a-location/wooster-north', '/locate-a-caliber-collision-center/wylie' => 'https://www.caliber.com/find-a-location/wylie', '/locate-a-caliber-collision-center/xenia' => 'https://www.caliber.com/find-a-location/xenia', '/locate-a-caliber-collision-center/yakima' => 'https://www.caliber.com/find-a-location/yakima', '/locate-a-caliber-collision-center/yelm' => 'https://www.caliber.com/find-a-location/yelm', '/locate-a-caliber-collision-center/yuba-city' => 'https://www.caliber.com/find-a-location/yuba-city', '/locate-a-caliber-collision-center/zion' => 'https://www.caliber.com/find-a-location/zion', '/locate-a-caliber-collision-center/zionsville' => 'https://www.caliber.com/find-a-location/zionsville', '/about-us/community-involvement/carry-the-load/' => 'https://www.caliber.com/why-caliber', '/april-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/april-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/blog' => 'https://www.caliber.com/why-caliber', '/careers/' => 'https://jobsatcaliber.com/', '/combine/' => 'https://www.caliber.com/why-caliber', '/december-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-customer-email/' => 'https://www.caliber.com/leave-a-review', '/emails/october-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/september-email-2014/' => 'https://www.caliber.com/leave-a-review', '/employment/' => 'https://jobsatcaliber.com/', '/fast-track-dealer-referral' => 'https://www.caliber.com/why-caliber', '/february-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/february-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-email-2015' => 'https://www.caliber.com/leave-a-review', '/get-a-free-online-estimate/' => 'https://www.caliber.com/online-estimate', '/heroesdayregistration' => 'https://www.caliber.com/why-caliber', '/holiday2020' => 'https://www.caliber.com/newsroom', '/houston-blood-drive' => 'https://www.caliber.com/newsroom', '/hub-of-help' => 'https://www.caliber.com/shop-talk', '/hub-of-help/how-does-a-seatbelt-protect-you-in-a-car-accident' => 'https://www.caliber.com/shop-talk/what-to-do-after-a-car-accident/', '/hub-of-help/should-you-replace-your-childs-seat-after-a-car-accident' => 'https://www.caliber.com/shop-talk', '/january-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2020-email' => 'https://www.caliber.com/leave-a-review', '/july-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/locate-a-caliber-collision-center/?zip=' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/albany-or' => 'https://www.caliber.com/find-a-location/albany-or', '/locate-a-caliber-collision-center/asheville-patton-ave' => 'https://www.caliber.com/find-a-location/asheville-patton-ave', '/locate-a-caliber-collision-center/bend-southeast' => 'https://www.caliber.com/find-a-location/bend-southeast', '/locate-a-caliber-collision-center/berkeley-shattuck-ave' => 'https://www.caliber.com/find-a-location/berkeley-shattuck-ave', '/locate-a-caliber-collision-center/bethel-park' => 'https://www.caliber.com/find-a-location/bethel-park', '/locate-a-caliber-collision-center/bloomfield-nj' => 'https://www.caliber.com/find-a-location/bloomfield-nj', '/locate-a-caliber-collision-center/boise-royal-blvd' => 'https://www.caliber.com/find-a-location/boise-royal-blvd', '/locate-a-caliber-collision-center/cary-crossroads/' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard/' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/chalfont' => 'https://www.caliber.com/find-a-location/chalfont', '/locate-a-caliber-collision-center/chesterland' => 'https://www.caliber.com/find-a-location/chesterland', '/locate-a-caliber-collision-center/cold-spring' => 'https://www.caliber.com/find-a-location/cold-spring', '/locate-a-caliber-collision-center/copperfield/' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/corvallis-north' => 'https://www.caliber.com/find-a-location/corvallis-north', '/locate-a-caliber-collision-center/dallas-or' => 'https://www.caliber.com/find-a-location/dallas-or', '/locate-a-caliber-collision-center/Eden%20Prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/el-paso-west' => 'https://www.caliber.com/find-a-location/el-paso-west', '/locate-a-caliber-collision-center/european-auto-body/' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/elkhart' => 'https://www.caliber.com/find-a-location/elkhart', '/locate-a-caliber-collision-center/fenton' => 'https://www.caliber.com/find-a-location/fenton', '/locate-a-caliber-collision-center/fuquay-varina/' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/glendale-az' => 'https://www.caliber.com/find-a-location/glendale-az', '/locate-a-caliber-collision-center/grand-junction-east' => 'https://www.caliber.com/find-a-location/grand-junction-east', '/locate-a-caliber-collision-center/hendersonville' => 'https://www.caliber.com/find-a-location/hendersonville', '/locate-a-caliber-collision-center/holland' => 'https://www.caliber.com/find-a-location/holland', '/locate-a-caliber-collision-center/houston-galleria/' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/indianapolis-non-drive' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/irvine-carnegie-ave' => 'https://www.caliber.com/find-a-location/irvine-e-carnegie-ave', '/locate-a-caliber-collision-center/lebanon-or' => 'https://www.caliber.com/find-a-location/lebanon-or', '/locate-a-caliber-collision-center/lincoln-city' => 'https://www.caliber.com/find-a-location/lincoln-city', '/locate-a-caliber-collision-center/linthicum' => 'https://www.caliber.com/find-a-location/linthicum', '/locate-a-caliber-collision-center/melissa' => 'https://www.caliber.com/find-a-location/melissa', '/locate-a-caliber-collision-center/mesquite' => 'https://www.caliber.com/find-a-location/mesquite', '/locate-a-caliber-collision-center/monroeville' => 'https://www.caliber.com/find-a-location/monroeville', '/locate-a-caliber-collision-center/newport-or' => 'https://www.caliber.com/find-a-location/newport-or', '/locate-a-caliber-collision-center/orlando-non-drive' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/palmdale-downtown' => 'https://www.caliber.com/find-a-location/palmdale-downtown', '/locate-a-caliber-collision-center/philomath' => 'https://www.caliber.com/find-a-location/philomath', '/locate-a-caliber-collision-center/phoenix-happy-valley' => 'https://www.caliber.com/find-a-location/phoenix-happy-valley', '/locate-a-caliber-collision-center/raleigh-downtown/' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-oak-forest-dr' => 'https://www.caliber.com/find-a-location/raleigh-oak-forest-dr', '/locate-a-caliber-collision-center/redmond' => 'https://www.caliber.com/find-a-location/redmond', '/locate-a-caliber-collision-center/salem-or-hoyt-st' => 'https://www.caliber.com/find-a-location/salem-or-hoyt-st', '/locate-a-caliber-collision-center/spring-aldine-westfield/' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/tucson-thornydale' => 'https://www.caliber.com/find-a-location/tucson-thornydale', '/locate-a-caliber-collision-center/upland-downtown' => 'https://www.caliber.com/find-a-location/upland-downtown', '/locate-a-caliber-collision-center/valley-stream' => 'https://www.caliber.com/find-a-location/valley-stream', '/locate-a-caliber-collision-center/wakefield/' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wexford' => 'https://www.caliber.com/find-a-location/wexford', '/locate-a-caliber-collision-center/willard' => 'https://www.caliber.com/find-a-location/willard', '/locate-a-caliber-collision-center/youngsville' => 'https://www.caliber.com/find-a-location/youngsville', '/locate-a-caliber-collision-center?zip=' => 'https://www.caliber.com/find-a-location', '/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/march-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/march-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-email-2014' => 'https://www.caliber.com/leave-a-review', '/recycledrides/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-carry-the-load-2015/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-nomination-form' => 'https://www.caliber.com/why-caliber', '/RYHeartHealth' => 'https://www.caliber.com/why-caliber', '/search' => 'https://www.caliber.com', '/september-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-email-2014' => 'https://www.caliber.com/leave-a-review', '/services/collision-repair-process/' => 'https://www.caliber.com/services/collision/collision-repair', '/services/insurance-partners/' => 'https://www.caliber.com/why-caliber/auto-insurance-partners', '/services/repair-process' => 'https://www.caliber.com/services/collision', '/wp-content/uploads/2012/10/Caliber-Food-Drive-Delivers-7-23-12.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/07/Caliber-Food-Drive-Collects-1-Million-Meals-INDUSTRY-FINAL-7-8-14.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/10/RR_image1.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Stranded-on-a-Highway.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Winterize-Your-Car.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2015/12/Caliber-Recycled-Rides-Airs-on-WCC.pdf' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center/bloomington-non-drive' => 'https://www.caliber.com/find-a-location/bloomington-non-drive', '/locate-a-caliber-collision-center/alexandria-potomac-yard' => 'https://www.caliber.com/find-a-location/alexandria-potomac-yard', '/locate-a-caliber-collision-center/orrville-drive-center' => 'https://www.caliber.com/find-a-location/orrville-drive-center', '/locate-a-caliber-collision-center/miami-sw-130th-st' => 'https://www.caliber.com/find-a-location/miami-sw-130th-st', '/locate-a-caliber-collision-center/staunton' => 'https://www.caliber.com/find-a-location/staunton', '/locate-a-caliber-collision-center/fayetteville-fleet' => 'https://www.caliber.com/find-a-location', '/resources' => 'https://www.caliber.com/resources', '/locate-a-caliber-collision-center/colerian-1138' => 'https://calibercollision.com/locate-a-caliber-collision-center/colerain', '/support' => 'https://www.caliber.com/resources', '/about-us/community-involvement/changing-lanes' => 'https://www.caliber.com/restoring-you/changing-lanes', '/schedule-an-appointment' => 'https://www.caliber.com/request-an-appointment/collision', '/online-authorization-caliber' => 'https://www.caliber.com/online-estimate', '/locate-a-caliber-collision-center/orange-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/torrance-w-190th' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hope-mills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/midland-n-loop-250-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santa-clarita' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/denver-green-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clarksville-ft-campbell' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/asheville-brevard-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/east-rochester' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/frederick-co' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/southport' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-bagby-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/roseville-industrial-s' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oconomowoc-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/atlanta-non-drive-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenix-n-26th-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/normal-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/murfreesboro-church-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sherman' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bentonville-ar' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/wilson' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/norfolk-azalea-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lancaster-trevor-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mint-hill' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/champaign-n-mattis-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kalamazoo' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lakeland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/luxury-charlotte-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/loveland-crossroads-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/colerain' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanford-glendale-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/doverde' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-tn' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/seneca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanbrunoca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rockford-mi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bardstown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-ridgeville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bastrop' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/union-city-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawano' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/omaha-g-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanatoga' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oceanside-airport-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-sun-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/syracuse-west-genesee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/virginia-beach-cleveland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oakland-36th-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/danville-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-brunswick' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clearwater' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-lasalle-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/covington-wa' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/reynoldsburg' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/cartersville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/knoxville-crossroads' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shepherdsville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waldorf-kaine-pl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/portage' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sacramento-natomas' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/dublin-oh' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/boiling-spring-lake' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lees-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/brookhaven' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-southeast' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-angelo-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/antioch' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fayetteville-bingham-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-arizona-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/tempe-e-curry-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/gilbert-s-douglas-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merriam' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/watertown-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-mateo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/joplin' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/montrose' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merced' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-williams-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/caliber-ashwaubenon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sebastopol' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kissimmee-obt' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbus-oh-boltonfield' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/banning' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fremont-central' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawnee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/greenville-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hattiesburg-king-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/victorville-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/baltimore-mortimer-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-royalton' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-oak-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rochester-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/granada-hills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-nw-prairie' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-w-oakland-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/independence' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanover' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grandview' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/alexandria-burnside-pi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mccomb' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mobile-government-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/winter-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/olympia' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mount-vernon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/richmond-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-bruno' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hatboro' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/houston-astrodome' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/ofallon-mo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bloomington-il-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/charlottesville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-e-olive-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-st-paul' => 'https://www.caliber.com/find-a-location', '/about-us/faqs' => 'https://www.caliber.com/faq', '/technician-apprentice-program' => 'https://www.caliber.com/why-caliber/restoring-you/technician-apprentice-program', '/news-events/2021/04/12/caliber-kicks-off-10th-annual-restoring-you-food-drive' => 'https://www.caliber.com/newsroom/press-releases/caliber-food-drive-041221', '/news-events/2021/01/25/caliber-announces-the-appointment-of-aylwin-b-lewis-to-its-board-of-directors' => 'https://www.caliber.com/newsroom/press-releases/aylwin-lewis-to-board-of-directors-012521', '/news-events/2020/11/18/caliber-positions-for-next-phase-of-growth-announces-internal-promotions' => 'https://www.caliber.com/newsroom/press-releases/caliber-mark-sanders-steve-grimshaw-111820', '/news-events/2020/09/29/caliber-commits-to-restoring-you-by-gifting-restored-vehicles-to-frontline-heroes-in-dallas-fort-worth-los-angeles-and-new-york-nominated-by-the-public' => 'https://www.caliber.com/newsroom/press-releases/caliber-ry-rr-frontline-heroes-072920', '/news-events/2020/01/21/honoring-our-heroes-and-restoring-the-rhythm-of-lives-caliber-collision-partners-with-dallas-cowboys-to-support-our-troops-and-first-responders' => 'https://www.caliber.com/newsroom/press-releases/ft-hood-roadshow-012120', '/locate-a-caliber-collision-center/pensacola' => 'https://www.caliber.com/find-a-location/pensacola', '/locate-a-caliber-collision-center/chesapeake' => 'https://www.caliber.com/find-a-location/chesapeake', '/locate-a-caliber-collision-center/lake-wylie' => 'https://www.caliber.com/find-a-location/lake-wylie', '/locate-a-caliber-collision-center/gaithersburg-south' => 'https://www.caliber.com/find-a-location/gaithersburg-south', '/locate-a-caliber-collision-center/colorado-springs-n-academy' => 'https://www.caliber.com/find-a-location/colorado-springs-n-academy', '/locate-a-caliber-collision-center/norman' => 'https://www.caliber.com/find-a-location/norman', '/locate-a-caliber-collision-center/fort-myers-non-drive' => 'https://www.caliber.com/find-a-location/fort-myers-non-drive', '/locate-a-caliber-collision-center/carbondale' => 'https://www.caliber.com/find-a-location/carbondale', '/locate-a-caliber-collision-center/greenville-e-butler' => 'https://www.caliber.com/find-a-location/greenville-e-butler', '/locate-a-caliber-collision-center/conway' => 'https://www.caliber.com/find-a-location/conway', '/locate-a-caliber-collision-center/montgomery-taylor-rd' => 'https://www.caliber.com/find-a-location/montgomery-taylor-rd', '/locate-a-caliber-collision-center/yuba-city-market-st' => 'https://www.caliber.com/find-a-location/yuba-city-market-st', '/locate-a-caliber-collision-center/elyria' => 'https://www.caliber.com/find-a-location/elyria', '/locate-a-caliber-collision-center/independence-s-dodgion' => 'https://www.caliber.com/find-a-location/independence-s-dodgion', '/locate-a-caliber-collision-center/anderson-in' => 'https://www.caliber.com/find-a-location/anderson-in', '/locate-a-caliber-collision-center/baltimore-frankford-ave' => 'https://www.caliber.com/find-a-location/baltimore-frankford-ave', '/locate-a-caliber-collision-center/oak-ridge' => 'https://www.caliber.com/find-a-location/oak-ridge', '/locate-a-caliber-collision-center/alexandria-ky' => 'https://www.caliber.com/find-a-location/alexandria-ky', '/locate-a-caliber-collision-center/stockton-n-wilson' => 'https://www.caliber.com/find-a-location/stockton-n-wilson', '/locate-a-caliber-collision-center/canton-oh' => 'https://www.caliber.com/find-a-location/canton-oh', '/locate-a-caliber-collision-center/spokane-downtown' => 'https://www.caliber.com/find-a-location/spokane-downtown', '/locate-a-caliber-collision-center/kaysville' => 'https://www.caliber.com/find-a-location/kaysville', '/locate-a-caliber-collision-center/quakertown' => 'https://www.caliber.com/find-a-location/quakertown', '/locate-a-caliber-collision-center/milford-ct' => 'https://www.caliber.com/find-a-location/milford-ct', '/locate-a-caliber-collision-center/ellisville' => 'https://www.caliber.com/find-a-location/ellisville', '/locate-a-caliber-collision-center/phoenix-n-23rd-ave' => 'https://www.caliber.com/find-a-location/phoenix-n-23rd-ave', '/locate-a-caliber-collision-center/delano' => 'https://www.caliber.com/find-a-location/delano', '/locate-a-caliber-collision-center/edmond-deer-creek' => 'https://www.caliber.com/find-a-location/edmond-deer-creek', '/locate-a-caliber-collision-center/olathe-n-rogers-rd' => 'https://www.caliber.com/find-a-location/olathe-n-rogers-rd', '/locate-a-caliber-collision-center/oklahoma-city-north' => 'https://www.caliber.com/find-a-location/oklahoma-city-north', '/locate-a-caliber-collision-center/sheffield-village' => 'https://www.caliber.com/find-a-location/sheffield-village', '/locate-a-caliber-collision-center/rochester-mn' => 'https://www.caliber.com/find-a-location/rochester-mn', '/locate-a-caliber-collision-center/waretown' => 'https://www.caliber.com/find-a-location/waretown', '/locate-a-caliber-collision-center/nicholasville-wilson-dr' => 'https://www.caliber.com/find-a-location/nicholasville-wilson-dr', '/locate-a-caliber-collision-center/la-crosse' => 'https://www.caliber.com/find-a-location/la-crosse', '/locate-a-caliber-collision-center/portland-tx' => 'https://www.caliber.com/find-a-location/portland-tx', '/locate-a-caliber-collision-center/neenah' => 'https://www.caliber.com/find-a-location/neenah', '/locate-a-caliber-collision-center/sevierville' => 'https://www.caliber.com/find-a-location/sevierville', '/locate-a-caliber-collision-center/san-pablo' => 'https://www.caliber.com/find-a-location/san-pablo', '/locate-a-caliber-collision-center/oshkosh' => 'https://www.caliber.com/find-a-location/oshkosh', '/locate-a-caliber-collision-center/souderton' => 'https://www.caliber.com/find-a-location/souderton', '/locate-a-caliber-collision-center/rock-hill-newport' => 'https://www.caliber.com/find-a-location/rock-hill-newport', '/locate-a-caliber-collision-center/benton-il' => 'https://www.caliber.com/find-a-location/benton-il', '/locate-a-caliber-collision-center/onalaska' => 'https://www.caliber.com/find-a-location/onalaska', '/locate-a-caliber-collision-center/lodi-south' => 'https://www.caliber.com/find-a-location/lodi-south', '/locate-a-caliber-collision-center/walton' => 'https://www.caliber.com/find-a-location/walton', '/locate-a-caliber-collision-center/moorpark' => 'https://www.caliber.com/find-a-location/moorpark', '/locate-a-caliber-collision-center/conway-southeast' => 'https://www.caliber.com/find-a-location/conway-southeast', '/locate-a-caliber-collision-center/overland-park-metcalf' => 'https://www.caliber.com/find-a-location/overland-park-metcalf', '/live-chat/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/url/hv-collisioncenter.html?H&V-CollisionCenter' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/march-2015-agent-email' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/08/05/caliber-acquires-herbs-paint-and-body' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/07/07/caliber-opens-new-state-of-the-art-greenfield-facility-in-west-frisco' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2018/05/21/golfers-play-with-a-purpose-at-3rd-annual-caliber-classic-golf-tournament' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/caliber-opens-new-location-in-las-vegas-nv' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/06/23/gift-of-reliable-transportation-helps-us-army-veteran-rebuild-life-reunite-with-family' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/san-miguel-high-students-celebrate-fall-sports-school-van-donation-at-first-pep-rally' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/07/17/caliber-collision-rhythm-restoration-food-drive-results' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/05/05/caliber-opens-two-new-locations-in-california' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/09/03/caliber-opens-new-location-in-kingwood-tx' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html'), 'vanity' => array('/get-a-free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/get-a-free-online-estimate/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/mobile/free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/blog' => 'https://blog.calibercollision.com', '/2015-heartwalk' => 'http://heartwalk.kintera.org/dallastx/CaliberCollisionHearts', '/holidaycard2015' => 'http://holidaycard2015.calibercollision.com/', '/locate-a-caliber-collision-center/lone-mountain' => '/locate-a-caliber-collision-center/north-las-vegas', '/holidaycard2016' => 'http://holidaycard2016.calibercollision.com/', '/heroesinhighgear' => 'https://calibercollision.com/about-us/community-involvement', '/HeroesInHighGear' => 'https://calibercollision.com/about-us/community-involvement')), 'search' => array('driver' => 'local', 'auto_index' => true, 'default_index' => 'default', 'searchable' => array('title', 'content'), 'algolia_api_key' => '', 'algolia_app_id' => ''), 'services' => array(), 'system' => array('license_key' => '243aabe7-dac1-4e1e-8ac2-472b114f1bd3', 'locales' => array('en' => array('full' => 'en_US', 'name' => 'English', 'url' => 'https://calibercollision.com/')), 'timezone' => 'America/Chicago', 'date_format' => 'F jS, Y', 'default_extension' => 'md', 'filesystems' => array('content' => array('driver' => 'local', 'root' => 'site/content'), 'storage' => array('driver' => 'local', 'root' => 'site/storage'), 'users' => array('driver' => 'local', 'root' => 'site/users'), 'themes' => array('driver' => 'local', 'root' => 'site/themes', 'url' => '/site/themes')), 'app_key' => 'IcFGH2eSZBA3JJOykV5ErMLdnWd2ggkA', 'redactor' => array(array('name' => 'Standard', 'settings' => array('buttons' => array('formatting', 'bold', 'italic', 'deleted', 'unorderedlist', 'orderedlist', 'outdent', 'indent', 'image', 'file', 'video', 'table', 'link', 'horizontalrule', 'fontcolor', 'backcolor', 'alignment', 'html'), 'formatting' => array('p', 'h1', 'h2', 'h3', 'span', 'div'))), array('name' => 'Basic', 'settings' => array('buttons' => array('bold', 'italic', 'formatting')))), 'csrf_exclude' => array('/cp/addons/cccreviews/acceptReview', '/cp/addons/cccreviews/rejectReview', '/cp/addons/cccreviews/postReview', '/cp/addons/cccreviews/approveReview', '/!/Fetch/*', '/assets/emails/acq/fonts/RFRufo-Bold.woff'), 'send_powered_by_header' => false, 'ensure_unique_ids' => true, 'yaml_parser' => 'spyc', 'php_max_memory_limit' => null), 'theming' => array('theme' => 'calibercollision', 'default_layout' => 'default', 'default_page_template' => 'default', 'default_entry_template' => 'post', 'default_taxonomy_template' => 'taxonomy', 'error_template_folder' => 'errors', 'default_fieldset' => 'default', 'default_page_fieldset' => 'page', 'default_entry_fieldset' => 'entry', 'default_term_fieldset' => 'term', 'default_asset_fieldset' => 'asset', 'smartypants' => false, 'allow_php' => true, 'markdown_hard_wrap' => false), 'users' => array('login_type' => 'username', 'enable_gravatar' => true, 'driver' => 'file', 'redis_write_file' => true, 'new_user_roles' => array())), 'segment_1' => 'employment', 'segment_2' => 'recruiting-request-form', 'last_segment' => 'recruiting-request-form', 'aq_redirects' => array('redirect_acquisition' => array(array('refer_location' => 'http://midlothian.connerbrothers.com/', 'info_text' => 'We are proud to inform you Conner Brothers Body Shops of Midlothian and Richmond are now a part of the nation’s leading collision repair provider, Caliber Collision. Dedicated to maintaining the high quality workmanship and personal service you’ve come to expect, we look forward to restoring the rhythm of your life.', 'headline_text' => 'THE FAN - RICHMOND', 'partner_logo' => '/assets/partner-logo/CBToday.png'), array('refer_location' => 'https://fortunecollision.com/', 'partner_logo' => '/assets/partner-logo/fcc-logo-01-e1413209811936.png', 'info_text' => 'We are proud to inform you Fortune Collision Center is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®'), array('refer_location' => 'https://www.professional-collision.com/', 'partner_logo' => '/assets/partner-logo/pc_logo1-320x76.png', 'info_text' => 'We are proud to inform you Professional Collision is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®')), 'fieldset' => 'redirect_acquisitions', 'title' => 'Acquisition Redirects', 'id' => 'c7aad81d-005c-4db0-aaf0-889949f2bc53'), 'alert' => array('show_alert' => true, 'fieldset' => 'alert_fs', 'title' => 'Alert Notification', 'id' => 'c7424988-025e-4441-acca-0eacb6b91b64'), 'sponsor_levels' => array('info_grid' => array(array('headline' => 'Presenting Sponsor', 'price' => '$15,000', 'text' => '- 12 playing positions (3 teams) - 12 Premium Player Gift Bags - Four (4) Pin Flags with your logo - Special recognition at awards dinner - Your logo static at the top of the digital pairings during registration and digital scoreboard for tournament - Your logo on the front of all golf cart signs at the presenting sponsor - Your logo on tournament photo show at post golf banquet - Your logo to appear on all tee signs and pin flags as our presenting sponsor - Tent opportunity at hole of choice', 'number_av' => '1'), array('headline' => 'Gold Sponsor', 'price' => '$8,000', 'text' => '- 8 playing positions (2 teams) - 8 Premium Player Gift Bags - Two (2) signage opportunities - One (1) Pin Flag + one (1) additional signage opportunity of your choice - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '3'), array('headline' => 'Silver Sponsor', 'price' => '$4,500', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '5'), array('headline' => 'Hole-in-One Sponsor', 'price' => '$3,000', 'text' => '- Must provide hole-in-one insurance for grand prize - 4 playing positions (1 team) - 4 Premium Player Gift Bags - Two (2) signage opportunities - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '2'), array('headline' => 'Bronze Sponsor', 'price' => '$3,000', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Tent opportunity', 'number_av' => '8'), array('headline' => 'Shoe Sponsor', 'price' => '$10,000', 'text' => '- Logo printed on shoe display - Table opportunity', 'number_av' => '1'), array('headline' => 'Pullover Sponsor', 'price' => '$7,000', 'text' => '- Logo printed on sleeve of golf pullover - Table opportunity', 'number_av' => '1'), array('headline' => 'Sunglasses Sponsor', 'price' => '$5,000', 'text' => '- Logo printed on exterior of the sunglasses case - Table opportunity', 'number_av' => '1'), array('headline' => 'Stainless Steel Colster Sponsor', 'text' => '- Logo printed on tumbler - Table opportunity', 'price' => '$5,000', 'number_av' => '1'), array('headline' => 'Shirt Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on sleeve of golf polo - Table opportunity', 'number_av' => '1'), array('headline' => 'Gloves Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on Titleist glove - Table opportunity', 'number_av' => '1'), array('headline' => 'Towel Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on premium golf towel - Table opportunity', 'number_av' => '1'), array('headline' => 'Photo Souvenir Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on the inside of photo souvenir frame for team photo', 'number_av' => '1'), array('headline' => 'Beverage Sponsor', 'price' => '$3,000', 'text' => '- Signage opportunity available', 'number_av' => '1'), array('headline' => 'Lunch Sponsor', 'price' => '$3,000', 'text' => '- Signage during lunch', 'number_av' => '1'), array('headline' => 'Live Scoring Sponsor', 'price' => '$1,500', 'text' => '- Digital logo or ad opportunity displayed on live scoring device for every team', 'number_av' => '1'), array('headline' => 'Air Cannon Sponsor', 'price' => '$1,500', 'text' => '- Signage at air cannon hole', 'number_av' => '1'), array('headline' => 'Photo Sponsor', 'price' => '$800', 'text' => '- Logo displayed static during on-screen slideshow', 'number_av' => '2'), array('headline' => 'Scorecard Sponsor', 'price' => '$350', 'text' => '- Logo printed on scorecards', 'number_av' => '4'), array('headline' => ' Golf Cart Sponsors', 'price' => '$300', 'text' => '- Logo printed on golf cart signs', 'number_av' => '10'), array('headline' => ' Pin Flag Sponsors', 'price' => '$300', 'text' => '- Logo printed on 1 pin flag at hole', 'number_av' => '11'), array('headline' => 'Tee Box Sponsors', 'price' => '$250', 'text' => '- Logo printed on 1 tee box sign', 'number_av' => '6')), 'fieldset' => 'basic', 'title' => 'Caliber Classic Sponsor Levels', 'id' => '083caacd-0fcc-4cc1-b6ec-3f1588045208'), 'cr_vendors' => array('google_icon' => '/assets/img/icons/google_icon.svg', 'yelp_icon' => '/assets/img/icons/yelp_icon.svg', 'carwise_icon' => '/assets/img/icons/carwise_icon.svg', 'facebook_icon' => '/assets/facebook_icon2.svg', 'carries_icon' => '/assets/img/icons/carwise_icon.svg', 'fieldset' => 'reviews', 'title' => 'Customer Review Vendors', 'id' => '35202c68-7b1f-4835-b527-0f253f79534e'), 'footer_nav' => array('title' => 'Footer Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'schedule an appointment', 'link_url' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c'), array('link_text' => 'services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'contact us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'blog', 'external_link' => 'https://blog.calibercollision.com/'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Free Online Estimate', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_text' => 'Employment', 'external_link' => 'https://jobsatcaliber.com/', 'is_extetnal_link' => true), array('link_text' => 'Locate a Center', 'link_url' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e'), array('link_text' => 'Hub of Help', 'link_url' => 'cb8331a3-f549-4ca4-8710-c9da362de75a'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'link_url' => '095d21e8-2ac8-4834-90e6-c71030aea0b7'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Privacy Policy', 'link_url' => '6dd6ba83-1a75-49d6-9769-c546235eb031'), array('link_text' => 'CA Privacy Act', 'link_url' => '11546b19-0f60-4879-a701-6032dcc8b9e0'), array('link_text' => 'Terms & Conditions', 'link_url' => '0d283aaa-4640-494c-acfe-ed93ec59ae41'), array('link_text' => 'Sitemap', 'link_url' => '749d2502-7b1d-46c0-82b4-d02aef2dc42c'))), array('type' => 'col_nav_set')), 'fieldset' => 'navi', 'id' => '640cbe79-bff7-4cd9-bd3d-976e2afd881a'), 'global' => array('site_name' => 'Caliber Collision', 'seo_title' => 'Auto Body Repair & Paint Shop | Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'canonical_tag' => '{{url}}', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'id' => 'd9bfc09a-3a90-41d3-8acc-3f551f8432af'), 'marketing_conditional' => array('check_box_text' => 'I consent to receive marketing and future promotions from Caliber.', 'legal' => 'Marketing and Future Promotions<br/><br/>This check box affirms my consent to receive additional marketing and promotional information from Caliber and its affiliates via email/or and text/SMS messaging. I understand that my decision to receive marketing information is not a condition of receiving service and in no way affects the service Caliber or its affiliates will provide me. I can opt out of receiving marketing information at any time; for email marketing – by clicking the unsubscribe link included in any email and indicating my preferences; for text/SMS, replying "Unsubscribe" to the Caliber affiliate number that sends the marketing text/SMS message to the number you provided. Lastly, by writing to Caliber Collision Centers, Attention: Marketing Unsubscribe, 2941 Lake Vista Dr., Lewisville, Texas 75067.', 'fieldset' => 'marketing_conditional', 'title' => 'Marketing Conditional', 'id' => '2001bd3d-ab35-471a-8535-1782abc9c25a'), 'primary_nav' => array('title' => 'Primary Navigation', 'page_links' => array(array('link_title' => 'Locate a Center', 'icon' => '/assets/img/icons/locations.svg', 'pg_link' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e', 'color' => 'cbgg-red'), array('link_title' => 'Free Online Estimate', 'icon' => '/assets/img/icons/free_estimate.svg', 'color' => 'cbgg-yellow', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_title' => 'Make Appointment', 'icon' => '/assets/img/icons/schedule_appt.svg', 'pg_link' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c', 'color' => 'cbgg-green'), array('link_title' => 'Employment', 'icon' => '/assets/img/icons/employment.svg', 'color' => 'cbgg-blue', 'external_link' => 'https://jobsatcaliber.com')), 'nav_item' => array('954a3d09-7a34-4bab-9ce0-cd4d8620790e', '3cf9ba9f-429e-4023-b58e-6870f96ba6b3', 'cb6f2ca0-1877-42a2-ac26-ec21246c0753', '1e53649c-8bc0-451b-b772-90356c40f66d'), 'fieldset' => 'navi', 'id' => '9c80759e-5264-4be1-b834-d8271de287c1'), 'sec_nav' => array('title' => 'Secondary Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'external_link' => '/online-authorization'), array('link_text' => 'Services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Contact Us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Blog', 'external_link' => 'https://blog.calibercollision.com/'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e')))), 'fieldset' => 'navi', 'id' => 'd7382fdf-8d1c-4be7-adca-4d05afd8f2ba'), 'social_channels' => array('social_icons' => array(array('channel' => 'facebook', 'social_icon' => '/assets/img/icons/facebook.svg', 'url' => 'https://www.facebook.com/pages/Caliber-Collision/179049245541477'), array('channel' => 'twitter', 'social_icon' => '/assets/img/icons/twitter.svg', 'url' => 'http://twitter.com/CaliberAutoBody'), array('channel' => 'youtube', 'social_icon' => '/assets/img/icons/youtube.svg', 'url' => 'http://www.youtube.com/CaliberCollisionUSA'), array('channel' => 'linkedin', 'url' => 'https://www.linkedin.com/company/calibercollision/', 'social_icon' => '/assets/linkedin-1496848361.svg'), array('channel' => 'instagram', 'social_icon' => '/assets/img/icons/instagram.svg', 'url' => 'http://instagram.com/calibercollision'), array('channel' => 'blog', 'social_icon' => '/assets/img/icons/blog.svg', 'url' => 'https://blog.calibercollision.com/')), 'fieldset' => 'social_nav', 'title' => 'Social Channels', 'id' => '5bd74bb6-9bd5-4079-b393-a4fb90f5588c'), 'test' => array('fieldset' => 'default', 'title' => 'TEST', 'id' => '61819f55-7c2d-44c8-82ab-04d4955d927c'), 'utilities' => array('title' => 'Utilities', 'utilityNav' => array(array('link_name' => '1-888-225-4237', 'external_link' => 'tel:1-888-225-4237', 'linkIcon' => '/assets/img/icons/phone.svg'), array('link_name' => 'live chat', 'linkIcon' => '/assets/img/icons/livechat.svg')), 'fieldset' => 'navi', 'id' => 'ce39ef6f-b5c3-4b06-a779-350a9f01bb2a'), 'default_error_message' => array('header_title' => 'sorry.', 'header_content' => '<p>The page you are looking for cannot be found. </p>', 'header_bg' => '/assets/img/headers/locations.jpg', 'page_content' => array(array('type' => 'full_set', 'body' => '<p>THE PAGE YOU ARE LOOKING FOR MIGHT HAVE BEEN REMOVED, HAD ITS NAME CHANGED, OR IS TEMPORARILY UNAVAILABLE. </p>', 'bg_color' => 'blue', 'text_color' => 'white'), array('type' => 'half_set', 'header' => 'PLEASE TRY THE FOLLOWING:', 'list' => array('if you typed the page address in the Address bar, make sure that it is spelled correctly', 'Go to the homepage calibercollision.com, and look for links to the information you want.', 'Go to the Site Map to find links to the information you want.', 'Click the back button to try another link.'), 'bg_align' => 'full')), 'seo_title' => '{{title}} Auto Body Repair & Paint Shop | Caliber Collision', 'fieldset' => 'segments', 'title' => 'default error message', 'id' => '805a7d50-e50c-4a95-ad6d-9b1d040aaec7'), 'form_conditions' => array('term_conditions' => array(array('state_select' => '4e3b7c46-f723-443f-9a71-e9571198e0a1', 'abbreviation' => 'AL', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5dfc964a-20d4-4713-9810-1bb1af5fddd9', 'abbreviation' => 'AZ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'af1ce41d-2566-40c4-8a3a-abc197dbb444', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'AR', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '2ac35919-d099-4f01-9538-d043f990ff68', 'abbreviation' => 'CA', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => 'a232b074-7cc1-458d-9d76-37056cde9ad6', 'abbreviation' => 'CO', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '6a9f53a6-827e-4cdc-95c4-9e60176b4368', 'abbreviation' => 'CT', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '258900a4-3496-4f74-b66b-b0b2c4926830', 'abbreviation' => 'DE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_e' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'rights' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '30f1a714-d1cc-466e-8a30-120a3f6f91ca', 'abbreviation' => 'FL', 'terms_b' => 'NOTICE OF RIGHTS - I UNDERSTAND THAT, UNDER STATE LAW, I AM ENTITLED TO A WRITTEN ESTIMATE IF MY FINAL BILL WILL EXCEED $1,500. I will be notified before any work commences on my car and will be given an opportunity to approve the collision repair work order before any repair begins. I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair.', 'policy' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '77e5b21e-7c6b-4d37-990b-280dd7319478', 'abbreviation' => 'GA', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control. I authorize any and all supplements to be paid directly to Caliber Collision.', 'policy' => 'POWER OF ATTORNEY - For insurance claims, I hereby constitute and appoint Caliber Collision and its authorized employees to be my true and lawful attorney-in-fact with authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'PURSUANT TO THE OFFICIAL CODE OF GEORGIA ANNOTATED, O.C.G.A. § 40-3-54 (2014), work performed on any vehicle required to have a certificate of title can have a special lien attached until the work is paid for or satisfied through foreclosure as provided by Georgia law. I have read and agree to the Terms and Conditions.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the diagnostic and repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '34ea7e25-b91e-4e7a-bd93-e4dbf309982c', 'abbreviation' => 'ID', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'f7f47516-7e70-4fc1-bc98-c15d17ac8b33', 'abbreviation' => 'IL', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '3264ce70-71a9-4713-8e4c-9855b1aec47e', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'IN', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '286c2062-a78e-46a0-b3aa-0e7389519863', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'abbreviation' => 'IA', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'ESTIMATE - You have the right to a written or oral estimate if the expected cost of repairs or service will be more than fifty dollars. Your bill will not be higher than the estimate by more than ten percent unless you approve a higher amount before repairs are finished. Indicate your choice: Written estimate, Oral estimate, No estimate, Call me if repairs and service will be more than $(blank space for amount) Dollar amount', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly, and/or partially completed work, based on Caliber’s normal hourly labor rate.'), array('state_select' => '577cb9da-3406-42b5-a4f9-b7358c898cdc', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'KS', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '26560e25-298c-4d7d-9918-1a2fa3d137aa', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'KY', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'cd881ba9-fd23-4f96-ad02-faa1520c07b3', 'abbreviation' => 'MS', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '650e9c71-f2ec-4617-9495-67afaddbf215', 'abbreviation' => 'MD', 'terms' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic's Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'CUSTOMER RIGHTS (Md. Code Ann., Com. Law § 14-1008) - YOU HAVE THE RIGHT TO REQUEST A WRITTEN ESTIMATE FOR REPAIRS EXCEEDING $50 ($25 FOR MONTGOMERY COUNTY). YOU MAY NOT BE CHARGED ANY AMOUNT 10% IN EXCESS OF THE WRITTEN ESTIMATE WITHOUT YOUR CONSENT. YOU ARE ENTITLED TO THE RETURN OF ANY REPLACED PARTS EXCEPT WHEN PARTS ARE REQUIRED TO BE RETURNED TO THE MANUFACTURER UNDER A WARRANTY AGREEMENT. REPAIRS NOT ORIGINALLY AUTHORIZED BY YOU MAY NOT BE CHARGED TO YOU WITHOUT YOUR CONSENT.', 'terms_f' => 'MANUFACTURER SPECIAL POLICY ADJUSTMENT PROGRAMS - Federal law requires manufactures to furnish the National Highway Traffic Safety Administration (N.H.T.S.A.) with bulletins describing any defects in their vehicles. You may obtain copies of these bulletins either from the manufacturer or N.H.T.S.A. In addition, certain consumer publications or organizations publish this information, which may be available for a fee or for free.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle's repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber's control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs. ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c219bd39-e073-4e16-a3cf-a4e4a56477cc', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.', 'abbreviation' => 'MI'), array('state_select' => '93175f20-f5e9-47ec-8f06-472d27ef0f2f', 'terms' => 'RETURN OF REPLACED PARTS - Replaced parts will be returned to you if you request their return before the repairs are commenced, except for any parts that must be returned to the manufacturer, distributor, or other person under warranty or exchange arrangement, or that is required to be retained or disposed of pursuant to law, or is necessary for pending litigation. If you request the return of parts, any such parts that cannot be returned to you will be made available for you to examine for a period of five (5) business days after repairs are completed. By signing below, I acknowledge that I have received this notice, and I do NOT wish to have replaced parts returned to me. (If you DO wish to have replaced parts returned to you, do NOT check this box and instead notify Caliber that you would like replaced parts returned or shown to you.)', 'terms_b' => 'REPAIR ESTIMATES & STORAGE FEES - I have reviewed and understand my rights under <a href="https://www.revisor.mn.gov/statutes/cite/325F.62/pdf">Minnesota Statutes Ann. § 325F.62(3)</a>. I expressly acknowledge that if my vehicle is not picked up within ten (10) days after Caliber Collision has notified me that the repairs are completed or that my vehicle is otherwise ready for pick up, Caliber will charge storage fees at rates that are ordinary and customary for the area, but not to exceed $35.00 per day.', 'abbreviation' => 'MN', 'policy' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_c' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate (these charges will be calculated on the final bill Caliber provides me). ', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_i' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.'), array('state_select' => '5bc48dbc-3996-4d73-b387-799b76c1c853', 'abbreviation' => 'MO', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '9ff4bf4c-b5a1-41f0-8749-3109a63c707b', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'abbreviation' => 'MT', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'deccdd37-ac27-49bb-901e-635d39dc29fe', 'abbreviation' => 'NE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd833690a-2571-4675-be41-081d44f75575', 'abbreviation' => 'NV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '775005b6-ef0d-4d75-980f-c1b13b9d8629', 'abbreviation' => 'NJ', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '479d8b97-8b0b-4cc9-bcb9-a02169d1714d', 'abbreviation' => 'NM', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'be3e2c5e-ee12-4767-b64a-09f7914d2a0c', 'abbreviation' => 'NY', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'rights' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'state_select' => '3ef51b9c-d562-42f3-9ff2-8eb5846582c8', 'abbreviation' => 'NC', 'terms_c' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_b' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair. A written estimate delivered via email using the email address I’ve included is acceptable to me.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'CUSTOMER RIGHTS - (1) A consumer has a right to receive a written estimate or to waive receipt of that estimate if the cost or repairs will exceed $350.00. (2) A consumer may request, at the time the work order is taken, the return or inspection of all parts that have been replaced during the motor vehicle repair.', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '1eab2a85-9973-460d-8063-f064feb79f03', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'ND', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd63bff4f-c165-418c-8f8e-3be2cfb4c7e2', 'abbreviation' => 'OH', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '87e7db74-69ee-42ec-905e-ddaaf999826e', 'abbreviation' => 'OK', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'ab630449-682a-40d3-bd61-aba87b396cd1', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'OR', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '402cbf00-8206-41fe-9149-bf592b5de64e', 'abbreviation' => 'PA', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5862ea75-05f7-4d16-85ee-afad87f35581', 'abbreviation' => 'SC', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd671a168-0c70-4cc8-a280-a1e4f925ae12', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'SD', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AFTERMARKET PARTS - Caliber may be directed (by my insurer) to prepare my estimate based on the use of aftermarket parts supplied by a source other than the manufacturer of my vehicle. I understand that my estimate will reflect whether such parts were used, and that warranties applicable to these replacement parts are provided by the manufacturer or distributor of these parts rather than the manufacturer of my vehicle.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c6880d3e-4640-44ae-8f41-49ddd58992a4', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'TN', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'CONSUMER’S RIGHTS - This Notice is being provided to you pursuant to Tennessee law (T.C.A. § 66-19-104), which provides that you are entitled to request a written estimate for repairs that cost in excess of two hundred fifty dollars ($250), and that you may not be charged an amount over twenty-five percent (25%) in excess of the written estimate without your consent or Caliber Collision’s good faith attempt to acquire the consent.', 'rights' => 'NOTICE PURSUANT TO T.C.A. § 47-18-104(b)(28) - Upon my request, I am entitled to have returned to me or to be given the opportunity to inspect any parts that are removed from my vehicle and replaced during the repair process. This requirement does not apply to any part that must be returned to a manufacturer or distributor under a warranty agreement or otherwise disposed of as required by law or other applicable rule or regulation. This requirement also does not apply to any part retained as part of a trade-in agreement or core charge agreement; such parts will not be returned to me unless I agree to pay the additional core charge or other trade-in fee. By initialing below, I acknowledge that I have received this notice and do not want to have replaced parts returned to me or make available for my inspection. (If you do wish to have such replaced parts returned to you or made available for inspection, do not initial and instead notify Caliber Collision that you would like replaced parts returned to you or shown to you.) ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS -This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. REMOVAL OF PERSONAL ARTICLES - I acknowledge that I have removed all personal and valuable articles from the vehicle. I understand that Caliber Collision will not be and is not responsible for any belongings left in the vehicle.', 'state_select' => '3e3b9e63-ee17-42e6-a297-b702a2ce35f2', 'abbreviation' => 'TX', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'NOTICE PURSUANT TO SECTION 70.001, TEXAS PROPERTY CODE - I am the person or agent acting on behalf of the person, who is obligated to pay for the repairs of the motor vehicle herein described. I understand that this vehicle is subject to repossession in accordance with Section 9.609, Texas Business & Commerce Code, if a written order of payment for repairs of the vehicle is stopped, dishonored because of insufficient funds, no funds, or because the drawer or maker of the order has no account or the account on which it is drawn has been closed.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_i' => 'TERMS AND CONDITIONS - I have read, understood and agree to the terms and authorizations contained in the terms and conditions governing Caliber's repair services, including the Dispute Settlement & Arbitration provision. We recommend that you retain a copy for your reference.'), array('state_select' => '4c9549ad-dc27-49d3-8e13-58eae2e6d6f3', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation and an anticipated completion date. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'UT', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, reassembly of certain parts may not be possible in some instances, and that I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate. ', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '3b74e82f-940b-4f3f-8bfb-5643082520d2', 'abbreviation' => 'VA', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'CUSTOMER RIGHTS - I understand that I may request to receive a written repair estimate, and that no repair work charge may exceed any written estimate by more than 10% unless I authorize the additional work. I further understand that Caliber Collision shall offer to return all replaced parts except warranty, core charge or trade-in parts required to be returned to a manufacturer or distributor, and that any complaints I have can be made to the Division of Consumer Counsel of the Department of Law.', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '370ed2f3-18cf-4ac1-a50d-7d0c5201083f', 'abbreviation' => 'DC', 'availability' => 'This state requires "certification authority" (like DocuSign) per the Electronic Authentication Act.'), array('state_select' => 'd02b8e49-c5cd-475b-8a17-b8d519873fff', 'abbreviation' => 'WV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '37d7845a-9219-4b75-a8d3-e1db3a8a3dc5', 'abbreviation' => 'WI', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplemental repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'REPLACED PARTS - Under Wisconsin law (Wis. Admin. Code ATCP § 132.07), you are entitled to inspect or request the return of parts replaced or removed from your vehicle during repairs. Replaced parts will be returned to you if you request them, unless the parts must be returned under a warranty or exchange agreement or that otherwise must be disposed of as required by law or regulation (such parts will still be made available to you for inspection upon request). By initialing below, you acknowledge that you have received this notice and do not want to have replaced parts returned to you. If you do wish to have replaced parts returned to you, please do not initial below and instead notify Caliber that you would like replaced parts returned or shown to you.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'STATEMENT OF ESTIMATE ALTERNATIVES (Wis. Admin. Code ATCP § 132.04) - YOU ARE ENTITLED TO A PRICE ESTIMATE FOR THE REPAIRS YOU HAVE AUTHORIZED. THE REPAIR PRICE MAY BE LESS THAT THE ESTIMATE BUT WILL NOT EXCEED THE ESTIMATE WITHOUT YOUR PERMISSION. Choose One Check Boxes: 1. I request an estimate in writing before you begin repairs. 2. Please proceed with repairs but call me before continuing if the price will exceed $________. 3.I do not want an estimate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c8f9e06b-cb69-481f-a179-a5212e3d64b8', 'abbreviation' => 'WY', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.')), 'fieldset' => 'form_conditions', 'title' => 'form conditions', 'id' => '66d89224-c910-4993-9d13-94aa0d55b9b1'), 'page' => array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null))) in Engine.php line 70
  11. at Engine->get('/var/www/html/site/themes/calibercollision/templates/recruiting.html', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null, 'site_name' => 'Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'layout' => 'default', 'site_url' => 'https://calibercollision.com/', 'homepage' => 'https://calibercollision.com/', 'current_url' => 'https://calibercollision.com/employment/recruiting-request-form', 'current_uri' => '/employment/recruiting-request-form', 'current_date' => object(Carbon), 'now' => object(Carbon), 'today' => object(Carbon), 'locale' => 'en', 'locale_name' => 'English', 'locale_full' => 'en_US', 'locale_url' => 'https://calibercollision.com/', 'get' => array(), 'post' => array(), 'get_post' => array(), 'old' => array(), 'response_code' => '200', 'logged_in' => false, 'logged_out' => true, 'environment' => 'production', 'xml_header' => '<?xml version="1.0" encoding="utf-8" ?>', 'csrf_token' => 'gi6dPYq8OAvFK77sftskyC0de3t14iPuDVN7QYpr', 'csrf_field' => object(Expression), 'settings' => array('assets' => array('image_manipulation_route' => '/img', 'image_manipulation_secure' => true, 'auto_crop' => true, 'image_manipulation_driver' => 'gd', 'image_manipulation_cached' => true, 'image_manipulation_cached_path' => 'img', 'thumbnail_max_width' => '6000', 'thumbnail_max_height' => '6000'), 'caching' => array('stache_always_update' => false, 'static_caching_enabled' => false, 'static_caching_length' => '500', 'static_caching_type' => 'cache', 'static_caching_file_path' => 'ccc', 'static_caching_ignore_query_strings' => false, 'static_caching_exclude' => array('/locate-a-caliber-collision-center', 'locate-a-caliber-collision-center', '/schedule-an-appointment', '/schedule-an-appointment/', 'schedule-an-appointment/', 'online-authorization/', 'contact-us/', 'customer-reviews/', 'customer-feedback', 'celebrationoflove2016', '/online-authorization', '/contact-us', '/customer-reviews', '/customer-feedback', '/celebrationoflove2016', '/about-us/community-involvement/recycled-rides/recycled-rides-event-request', '/locate-a-caliber-collision-center/fast-track-dealer-referral', 'locate-a-caliber-collision-center/fast-track-dealer-referral', '/employment/hr-job-request-form', 'employment/hr-job-request-form', 'employment/recruiting-request-form', '/employment/virginia-maryland-and-dc-employment-opportunities', 'employment/virginia-maryland-and-dc-employment-opportunities', '/field-marketing-event-request', 'field-marketing-event-request', '/caliber-classic-registration', 'caliber-classic-registration'), 'static_caching_invalidation' => array(), 'static_caching_lock_hold_length' => '0', 'static_caching_default_cache_length' => null), 'cp' => array('start_page' => 'dashboard', 'date_format' => 'Y/n/d', 'widgets' => array(array('type' => 'collection', 'collection' => 'locate-a-caliber-collision-center', 'limit' => '20', 'width' => '70', 'date' => 'last_modified'), array('type' => 'PowerTools', 'width' => '30')), 'locale' => null, 'pagination_size' => '50'), 'debug' => array('debug' => true, 'debug_bar' => false, 'loggers' => array('file' => array('daily' => true))), 'email' => array('driver' => 'log', 'from_email' => 'cc@calibercollision.com', 'from_name' => 'Caliber Collision Centers', 'host' => null, 'port' => '587', 'encryption' => 'tls', 'username' => '', 'password' => ''), 'routes' => array('routes' => array('/blog/tags' => 'blog/taxonomies', '/search' => 'search', '/users' => 'user/index', '/users/{username}' => 'user/profile', '/account' => 'user/account', '/login' => 'auth/login', '/register' => 'auth/register', '/forgot-password' => 'auth/password-forgot', '/reset-password' => 'auth/password-reset', '/api/reviews' => array('layout' => 'api', 'template' => 'api-reviews', 'content_type' => 'json'), '/api/locations' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/locations/{type}' => array('layout' => 'api', 'template' => 'api-locations', 'content_type' => 'json'), '/api/dealers' => array('layout' => 'api', 'template' => 'api-dealers', 'content_type' => 'json'), '/api/insurance' => array('layout' => 'api', 'template' => 'api-insurance', 'content_type' => 'json'), '/api/pages' => array('layout' => 'api', 'template' => 'api-pages', 'content_type' => 'json'), '/api/faqs' => array('layout' => 'api', 'template' => 'api-faqs', 'content_type' => 'json'), '/api/soire' => array('layout' => 'api', 'template' => 'api-submission', 'content_type' => 'json'), '/api/partners' => array('layout' => 'api', 'template' => 'api-partners', 'content_type' => 'json'), '/api/export' => array('layout' => 'default', 'template' => 'export'), '/api/employment' => array('layout' => 'api', 'template' => 'api-employment', 'content_type' => 'json'), '/api/employment-export' => array('layout' => 'api', 'template' => 'employment-export'), '/api/appointments' => array('layout' => 'api', 'template' => 'api-appointments', 'content_type' => 'json'), '/api/appointments-export' => array('layout' => 'api', 'template' => 'appointments-export'), '/api/locations-export' => array('layout' => 'api', 'template' => 'api-locations-export'), '/api/reviews-export' => array('layout' => 'api', 'template' => 'api-reviews-export'), '/sandbox/glass-quote' => array('layout' => 'api', 'template' => 'glass-quote'), '/changinglanesrecruitment' => array('layout' => 'api', 'template' => 'changinglanes-recruitment'), '/changinglanesrecruitment/signup' => array('layout' => 'default', 'template' => 'changinglanes-recruitment-form'), '/changinglanesrecruitment/thankyou' => array('layout' => 'api', 'template' => 'changinglanes-recruitment-thankyou'), '/weallplayapart' => array('layout' => 'api-header', 'template' => 'leadership-summit-2019'), '/api/skyball' => array('layout' => 'api', 'template' => 'api-skyball', 'content_type' => 'json'), '/api/skyball-export' => array('layout' => 'api', 'template' => 'skyball-export'), '/happyholidays2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card-team'), '/holiday2019' => array('layout' => 'api-header', 'template' => '2019-holiday-card'), '/digital-newsletter/search' => array('layout' => 'api-header-noindex', 'template' => '/newsletter/search'), '/thank-you-2' => array('layout' => 'default', 'template' => 'thank-you-2'), '/schedule-an-appointment-online' => array('layout' => 'default', 'template' => 'appointment-dev'), '/schedule-an-appointment-online-snapsheet' => array('layout' => 'default', 'template' => 'appointment-dev-snapsheet'), '/online-authorization' => array('layout' => 'default', 'template' => 'online-authorization-new'), '/api/urls' => array('layout' => 'api', 'template' => 'api-all-pages'), '/barbarian' => array('layout' => 'api', 'template' => 'barbarian')), 'collections' => array('blog' => '/news-events/{year}/{month}/{day}/{slug}', 'locate-a-caliber-collision-center' => '/locate-a-caliber-collision-center/{slug}', 'specials' => 'specials-states', 'offers' => 'offers', 'sponsored_events' => '/sponsored-events/{slug}', 'emails' => '/{slug}', 'acquisitions' => '/acquisitions/{slug}', 'live-chat' => '/live-chat/{slug}', 'hub_articles' => '/hub-of-help/{slug}', 'newsletter' => '/digital-newsletter/{slug}', 'newsletter_articles' => '/digital-newsletter/{newsletter_slug}/{slug}'), 'taxonomies' => array('tags' => '/blog/tags/{slug}', 'lo' => 'region'), 'redirect' => array('/locate-a-caliber-collision-center/davenport-northwest-bi' => 'https://www.caliber.com/find-a-location/davenport-northwest-bl', '/militarycombine' => 'combine', '/celebrationoflove2018' => 'celebration-of-love-nomination-2018', '/dealership-partners' => 'dealership-partners', '/green-commitment' => 'green-commitment', '/insurance-partners' => 'insurance-partners', '/repair-process' => 'repair-process', '/COMBINEPARTNERS' => 'military-service-partners', '/CombinePartners' => 'military-service-partners', '/combinepartners' => 'military-service-partners', '/combine-partners' => 'military-service-partners', '/emails' => 'https://www.caliber.com/leave-a-review', '/emails/september-2016-customer-email' => 'about-us/community-involvement/combine', '/combine' => 'about-us/community-involvement/heroes-day', '/Combine' => 'about-us/community-involvement/heroes-day', '/COMBINE' => 'about-us/community-involvement/heroes-day', '/Careers' => 'employment', '/TeammateUpdate' => 'teammateupdate', '/TeamMateUpdate' => 'teammateupdate', '/arizona-special-offers' => 'specials', '/california-special-offers' => 'specials', '/mobile' => '/', '/bodyshop.asp' => 'services', '/paintshop.asp' => 'services', '/careers/careers.aspx' => '/employment', '/about/about.aspx' => 'about-us', '/green-commitment.aspx' => 'services/environmental-commitment', '/locations/locations.aspx' => 'locate-a-caliber-collision-center', '/services/services.aspx' => 'services', '/locations/burbank-car-repair-shop/' => 'locate-a-caliber-collision-center', '/auto-body/accident-checklist' => 'services/collision-repair-process', '/PrivacyNotice.aspx' => 'privacy-policy', '/accident/appointment.aspx' => 'schedule-an-appointment', '/accident/customer-feedback.aspx' => 'customer-feedback', '/accident/faqs.aspx' => 'about-us/faqs', '/accident/inanaccident.aspx' => 'collision-repair-process', '/accident/repairauthorization.aspx' => 'services/collision-repair-process', '/index.aspx' => '/', '/warranty.aspx' => 'services/lifetime-warranty', '/LocationsWV.htm' => 'locate-a-caliber-collision-center/westlake-village', '/Home.html' => '/', '/walkthewalk*' => '/about-us/community-involvement/carry-the-load/*', '/about' => 'about-us', '/contact/contact.aspx' => 'contact-us', '/accident/customer-feedback-all.aspx' => 'customer-feedback', '/accident/collisionrepair.aspx' => '/', '/rrorders' => 'recycled-rides-event-request', '/recycledrides*' => 'about-us/community-involvement/recycled-rides', '/thankyou' => 'thank-you', '/agent' => 'about-us/insurance-partners', '/web-site-terms-conditions' => 'terms-conditions', '/careers' => 'employment', '/services/collision-repair-process' => 'services/repair-process', '/about-us/news-events' => 'news-events', '/hr-job-posting-request' => '/employment/hr-job-request-form', '/recruiting-request-form' => '/employment/recruiting-request-form', '/changinglanes' => '/about-us/community-involvement/changing-lanes/', '/ChangingLanes' => '/about-us/community-involvement/changing-lanes/', '/FoodDrive' => '/about-us/community-involvement/food-drive/', '/fooddrive' => '/about-us/community-involvement/food-drive/', '/caliber-classic' => '/about-us/community-involvement/caliber-classic/', '/locate-a-caliber-collision-center/Falcon' => '/locate-a-caliber-collision-center/falcon', '/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/fresno' => '/locate-a-caliber-collision-center/round-rock-commerce', '/index.htm' => '/', '/la-crescenta' => '/locate-a-caliber-collision-center/la-crescenta', '/locate' => '/locate-a-caliber-collision-center', '/locate-a-caliber-coll' => '/locate-a-caliber-collision-center', '/locate-a-caliber-colli' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-ce' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/bryan-college-stat' => '/locate-a-caliber-collision-center/bryan-college-station', '/locate-a-caliber-collision-center/cavender' => '/locate-a-caliber-collision-center/san-antonio-cavender', '/locate-a-caliber-collision-center/center-city-sou' => '/locate-a-caliber-collision-center/center-city-south', '/locate-a-caliber-collision-center/commerce-round-roc' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/commerce-round-rock' => '/locate-a-caliber-collision-center/round-rock-commerce', '/locate-a-caliber-collision-center/f5241f74-07d9-4198-b19a-a95f969605c1/img/380dc8d9-481c-4d18-9162-ecd5688f98a8/img/headers/header_driven_to_serve.jpg/dc171fcd55fb5029ffa14ecb2514a014.jpg' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/frederick' => '/locate-a-caliber-collision-center/frederick-monocacy-valley', '/locate-a-caliber-collision-center/galleria' => '/locate-a-caliber-collision-center/houston-galleria', '/locate-a-caliber-collision-center/garden-ridge' => '/locate-a-caliber-collision-center/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/las-vegas-nellis-drive-in' => 'https://dev.calibercollision.com/locate-a-caliber-collision-center/las-vegas-nellis-drive-in', '/locate-a-caliber-collision-center/mays-round-rock' => '/locate-a-caliber-collision-center/round-rock-mays', '/locate-a-caliber-collision-center/padrecc-spid' => '/locate-a-caliber-collision-center/corpus-christi-ayers', '/locate-a-caliber-collision-center/ridgecrest' => '/locate-a-caliber-collision-center', '/locate-a-caliber-collision-center/Roseville' => '/locate-a-caliber-collision-center/roseville', '/locate-a-caliber-collision-center/san-antonia-culebra' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-culebra-express' => '/locate-a-caliber-collision-center/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-s' => '/locate-a-caliber-collision-center/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locate-a-caliber-collision-center/santa-mo' => '/locate-a-caliber-collision-center/santa-monica', '/Locate-A-Caliber-Collision-Center/Santa-Monica-Pico-Blvd' => '/locate-a-caliber-collision-center/santa-monica', '/locate-a-caliber-collision-center/tucson-price-street' => '/locate-a-caliber-collision-center/tucson-university', '/locate-a-caliber-collision-center/warrenton' => '/locate-a-caliber-collision-center/warrenton-non-drive', '/locate-a-caliber-collision-center/webercc-weber' => '/locate-a-caliber-collision-center/corpus-christi-weber', '/locate-a-caliber-collision-center/wheat-ridge-indepe' => '/locate-a-caliber-collision-center/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-s' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/locations/CA/san_diego/dagget.htm' => '/locate-a-caliber-collision-center/kearney-mesa-dagget', '/locations/locationdetails.aspx?scenterId=0009' => '/locate-a-caliber-collision-center/san-juan-capistrano', '/locations/TX/NTX/corinth.' => '/locate-a-caliber-collision-center/corinth', '/los-angeles-griffith-park' => '/locate-a-caliber-collision-center/los-angeles-griffith-park', '/oviedo' => '/locate-a-caliber-collision-center/oviedo', '/pasadena' => '/locate-a-caliber-collision-center/pasadena', '/RecycledRides' => '/about-us/community-involvement/recycled-rides', '/richland-hills' => '/locate-a-caliber-collision-center/richland-hills', '/services/dealerships' => '/services/dealership-partners', '/services/environmental-commitment' => '/services/green-commitment', '/services/free-estimates' => '/services/online-estimates', '/tujunga' => '/locate-a-caliber-collision-center/tujunga', '/wheat-ridge-robb-st' => '/locate-a-caliber-collision-center/wheat-ridge-robb-st', '/wylie' => '/locate-a-caliber-collision-center/wylie', '/locate-a-caliber-collision-center/no-location' => 'https://www.caliber.com/find-a-location/', '/employment' => 'https://jobs.calibercollision.com/employment', '/employment/careers' => 'https://jobs.calibercollision.com/employment', '/locate-a-caliber-collision-center/fishers-technology-dr' => '/locate-a-caliber-collision-center/fishers-technology-ln', '/locate-a-caliber-collision-center/murfreesboro-broad-st' => '/locate-a-caliber-collision-center/nashville-non-drive-south', '/locate-a-caliber-collision-center/santa-clara' => '/locate-a-caliber-collision-center/silicon-valley-non-drive', '/locate-a-caliber-collision-center/minneapolis-south' => '/locate-a-caliber-collision-center/south-minneapolis', '/locate-a-caliber-collision-center/henderson-east' => '/locate-a-caliber-collision-center/henderson-american-pacific', '/locate-a-caliber-collision-center/colorado-springs-copper-center' => '/locate-a-caliber-collision-center/colorado-springs-copper', '/locate-a-caliber-collision-center/glendale-south-louise-st' => '/locate-a-caliber-collision-center/glendale-s-louise-st', '/locate-a-caliber-collision-center/raleigh-crabtree-pines' => '/locate-a-caliber-collision-center/raleigh-crabtree', '/locate-a-caliber-collision-center/orlando-orange-blossom-trail' => '/locate-a-caliber-collision-center/orlando-orange-blossom', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/orlando-n-john-young' => '/locate-a-caliber-collision-center/orlando-silver-star-rd', '/locate-a-caliber-collision-center/lynwood' => '/locate-a-caliber-collision-center/lynwood-il', '/locate-a-caliber-collision-center/maryville' => '/locate-a-caliber-collision-center/maryville-il', '/locate-a-caliber-collision-center/west-chester' => '/locate-a-caliber-collision-center/west-chester-oh', '/locate-a-caliber-collision-center/lynnwood' => '/locate-a-caliber-collision-center/lynnwood-wa', '/locate-a-caliber-collision-center/marysville' => '/locate-a-caliber-collision-center/marysville-wa', '/locate-a-caliber-collision-center/middleton' => '/locate-a-caliber-collision-center/middleton-wi', '/locate-a-caliber-collision-center/lansdowne' => '/locate-a-caliber-collision-center/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/philadelphia-blue-grass-rd' => '/locate-a-caliber-collision-center/philadelphia-blue-grass', '/locate-a-caliber-collision-center/marlton-west-main-st' => '/locate-a-caliber-collision-center/evesham-township', '/locate-a-caliber-collision-center/middletown' => '/locate-a-caliber-collision-center/middletown-de', '/locate-a-caliber-collision-center/houston-park-row' => '/locate-a-caliber-collision-center/houston-non-drive-west', '/HeroesDay' => 'about-us/community-involvement/heroes-day', '/heroesday' => 'https://www.caliber.com/why-caliber', '/Heroesday' => 'about-us/community-involvement/heroes-day', '/HeroesDayRegistration' => '/heroesdayregistration', '/heroesdaycombine' => '/heroesdayregistration', '/HeroesDayCombine' => '/heroesdayregistration', '/calibercares' => 'https://www.caliberfamily.com', '/Calibercares' => 'https://www.caliberfamily.com', '/caliberCares' => 'https://www.caliberfamily.com', '/CaliberCares' => 'https://www.caliberfamily.com', '/CALIBERCARES' => 'https://www.caliberfamily.com', '/Resources' => '/resources', '/RESOURCES' => '/resources', '/customer-feedback' => 'https://www.caliber.com/leave-a-review', '/Restoring-You' => '/restoring-you', '/RESTORING-YOU' => '/restoring-you', '/locate-a-caliber-collision-center/elk-grove' => '/locate-a-caliber-collision-center/elk-grove-non-drive', '/recycled-rides' => '/about-us/community-involvement/recycled-rides', '/RECYCLED-RIDES' => '/about-us/community-involvement/recycled-rides', '/Recycled-Rides' => '/about-us/community-involvement/recycled-rides', '/recycledrides' => '/about-us/community-involvement/recycled-rides', '/RECYCLEDRIDES' => '/about-us/community-involvement/recycled-rides', '/locate-a-caliber-collision-center/colorado-springs-iowa-st' => '/locate-a-caliber-collision-center/colorado-springs-boulder-st', '/weallplayapart' => '/', '/locate-a-caliber-collision-center/memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/baltimore-belair-rd' => '/locate-a-caliber-collision-center/baltimore-hamilton', '/locate-a-caliber-collision-center/philadelphia-blue-grass' => '/locate-a-caliber-collision-center/philadelphia-byberry-rd', '/shopforsale' => '/shop-for-sale', '/SHOPFORSALE' => '/shop-for-sale', '/ShopForSale' => '/shop-for-sale', '/Shopforsale' => '/shop-for-sale', '/shopForsale' => '/shop-for-sale', '/shopforSale' => '/shop-for-sale', '/ShopForsale' => '/shop-for-sale', '/Shop-For-Sale' => '/shop-for-sale', '/SHOP-FOR-SALE' => '/shop-for-sale', '/locate-a-caliber-collision-center/dc-georgia-ave-nw' => '/locate-a-caliber-collision-center/hyattsville', '/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/locate-a-caliber-collision-center/akron-green-drive' => '/locate-a-caliber-collision-center/akron-green', '/locate-a-caliber-collision-center/colorado-springs-motor-city' => '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city', '/locate-a-caliber-collision-center/wooster-south' => '/locate-a-caliber-collision-center/wooster-east', '/locate-a-caliber-collision-center/jacksonville-blanding-blvd' => '/locate-a-caliber-collision-center/jacksonville-fl-sw', '/form' => 'https://estimate.calibercollision.com/form', '/locate-a-caliber-collision-center/orlando-silver-star-rd' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/southport-drive-center' => 'https://www.caliber.com/find-a-location', '/' => 'https://www.caliber.com/services/collision', '/services/online-estimates' => 'https://www.caliber.com/online-estimate', '/contact-us' => 'https://www.caliber.com/contact-us', '/about-us' => 'https://www.caliber.com/why-caliber', '/services/auto-glass-repair' => 'https://www.caliber.com/services/collision/auto-glass-collision-repair', '/coronavirus-update' => 'https://www.caliber.com/newsroom', '/services' => 'https://www.caliber.com/services/collision', '/caliber-combines-with-abra' => 'https://www.caliber.com/newsroom', '/services/on-site-car-rentals' => 'https://www.caliber.com/services/collision', '/about-us/repair-process' => 'https://www.caliber.com/services/collision', '/services/auto-body-repair' => 'https://www.caliber.com/services/collision/collision-repair', '/services/lifetime-warranty' => 'https://www.caliber.com/why-caliber', '/news-events' => 'https://www.caliber.com/newsroom', '/services/customer-service' => 'https://www.caliber.com/why-caliber', '/tell-us-about-your-experience' => 'https://www.caliber.com/leave-a-review', '/site-map' => 'https://www.caliber.com', '/live-chat/luxury' => 'https://www.caliber.com/contact-us', '/services/paintless-dent-repair' => 'https://www.caliber.com/services/collision/paintless-dent-repair', '/about-us/insurance-partners' => 'https://www.caliber.com', '/about-us/community-involvement/recycled-rides' => 'https://www.caliber.com/why-caliber', '/about-us/dealership-partners' => 'https://www.caliber.com/why-caliber/dealership-partners', '/services/diagnostic-scanning' => 'https://www.caliber.com/services/collision/car-diagnostic-test', '/about-us/community-involvement' => 'https://www.caliber.com/why-caliber', '/acquisitions/pohanka' => 'https://www.caliber.com/newsroom', '/acquisitions/haddock-collision' => 'https://www.caliber.com/newsroom', '/about-us/our-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/food-drive' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/hire-our-heroes' => 'https://www.caliber.com/why-caliber', '/employment/virginia-maryland-and-dc-employment-opportunities' => 'https://jobsatcaliber.com/', '/restoring-you' => 'https://www.caliber.com/why-caliber', '/live-chat/live-chat' => 'https://www.caliber.com/contact-us', '/about-us/community-involvement/heroes-day' => 'https://www.caliber.com/why-caliber', '/specials/refer-a-friend' => 'https://www.caliber.com/services/collision', '/about-us/green-commitment' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/caliber-classic' => 'https://www.caliber.com/why-caliber', '/military-service-partners' => 'https://www.caliber.com/why-caliber', '/about-us/community-involvement/combine' => 'https://www.caliber.com/why-caliber', '/weather-alert-san-angelo' => 'https://www.caliber.com/newsroom', '/about-us/community-involvement/american-heart-association' => 'https://www.caliber.com/why-caliber', '/weather-alert-delrio' => 'https://www.caliber.com/newsroom', '/shop-for-sale' => 'https://www.caliber.com/services/collision', '/services/fleet-services' => 'https://www.caliber.com/services/fleet', '/teammateholiday2020' => 'https://www.caliber.com/why-caliber', '/terms-conditions' => 'https://www.caliber.com/terms', '/luxury' => 'https://www.caliber.com/services/collision', '/recycled-rides-nomination-form-old' => 'https://www.caliber.com/why-caliber', '/skyball-2019-sign-up-form' => 'https://www.caliber.com/newsroom', '/caliber-strategic-partner-appreciation-event' => 'https://www.caliber.com/newsroom', '/protechholiday2020' => 'https://www.caliber.com/newsroom', '/specials-states' => 'https://www.caliber.com/services/collision', '/about-us/community-involvement/recycled-rides/recycled-rides-carry-the-load-2015' => 'https://www.caliber.com/why-caliber', '/ca-privacy-act' => 'https://www.caliber.com/ca-privacy-act', '/coronavirus-update-es' => 'https://www.caliber.com/newsroom', '/privacy-policy' => 'https://www.caliber.com/terms', '/acquisitions/church-brothers-collision-repair' => 'https://www.caliber.com/newsroom', '/acquisitions/cooks-collision' => 'https://www.caliber.com/newsroom', '/acquisitions/goffs-collision-repair-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/herbs-paint-and-body-shops' => 'https://www.caliber.com/newsroom', '/acquisitions/hv-collisioncenter' => 'https://www.caliber.com/newsroom', '/acquisitions/prices-collision-centers' => 'https://www.caliber.com/newsroom', '/acquisitions/the-collision-centers' => 'https://www.caliber.com/newsroom', '/animated-card-to-teammates' => 'https://www.caliber.com/why-caliber', '/approved-review' => 'https://www.caliber.com/leave-a-review', '/caliber-executive-hand-clap-video' => 'https://www.caliber.com/newsroom', '/caliber-storm-response-team' => 'https://www.caliber.com/newsroom', '/changing-lanes-rsvp-form' => 'https://www.caliber.com/why-caliber', '/combine45' => 'https://www.caliber.com/why-caliber', '/contact-us-old' => 'https://www.caliber.com/contact-us', '/declined-review' => 'https://www.caliber.com/leave-a-review', '/employment-adp' => 'https://www.caliber.com/services/collision', '/military-partners-form' => 'https://www.caliber.com/why-caliber', '/share-your-experience' => 'https://www.caliber.com/leave-a-review', '/southern-california-wildfires' => 'https://www.caliber.com/newsroom', '/specials' => 'https://www.caliber.com', '/sponsored-events' => 'https://www.caliber.com/newsroom', '/teammateupdate' => 'https://www.caliber.com/newsroom', '/washington-nationals-recycled-rides-gifting-2017' => 'https://www.caliber.com/why-caliber', '/weather-alert' => 'https://www.caliber.com/newsroom', '/weather-alert-charleston-maryland' => 'https://www.caliber.com/newsroom', '/weather-alert-colorado' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-dorian' => 'https://www.caliber.com/newsroom', '/weather-alert-hurricane-sally' => 'https://www.caliber.com/newsroom', '/weather-alert-north-carolina' => 'https://www.caliber.com/newsroom', '/weather-alert-north-tx-and-ok' => 'https://www.caliber.com/newsroom', '/weather-alert-northeast' => 'https://www.caliber.com/newsroom', '/west-texas-inclement-weather' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/aberdeen' => 'https://www.caliber.com/find-a-location/aberdeen', '/locate-a-caliber-collision-center/abington' => 'https://www.caliber.com/find-a-location/abington', '/locate-a-caliber-collision-center/acworth' => 'https://www.caliber.com/find-a-location/acworth', '/locate-a-caliber-collision-center/addison' => 'https://www.caliber.com/find-a-location/addison', '/locate-a-caliber-collision-center/akron-green' => 'https://www.caliber.com/find-a-location/akron-green', '/locate-a-caliber-collision-center/albuquerque-alameda' => 'https://www.caliber.com/find-a-location/albuquerque-alameda', '/locate-a-caliber-collision-center/albuquerque-dorado' => 'https://www.caliber.com/find-a-location/albuquerque-dorado', '/locate-a-caliber-collision-center/albuquerque-downtown' => 'https://www.caliber.com/find-a-location/albuquerque-downtown', '/locate-a-caliber-collision-center/alcoa-airport-hwy' => 'https://www.caliber.com/find-a-location/alcoa-airport-hwy', '/locate-a-caliber-collision-center/alcoa-northpark' => 'https://www.caliber.com/find-a-location/alcoa-northpark', '/locate-a-caliber-collision-center/alexandria' => 'https://www.caliber.com/find-a-location/alexandria', '/locate-a-caliber-collision-center/alexandria-del-ray' => 'https://www.caliber.com/find-a-location/alexandria-del-ray', '/locate-a-caliber-collision-center/alexandria-farrington-ave' => 'https://www.caliber.com/find-a-location/alexandria-farrington-ave', '/locate-a-caliber-collision-center/algonquin' => 'https://www.caliber.com/find-a-location/algonquin', '/locate-a-caliber-collision-center/alhambra' => 'https://www.caliber.com/find-a-location/alhambra', '/locate-a-caliber-collision-center/allen' => 'https://www.caliber.com/find-a-location/allen', '/locate-a-caliber-collision-center/allen-greenville-rd' => 'https://www.caliber.com/find-a-location/allen-greenville-rd', '/locate-a-caliber-collision-center/allentown' => 'https://www.caliber.com/find-a-location/allentown', '/locate-a-caliber-collision-center/allentown-airport-rd' => 'https://www.caliber.com/find-a-location/allentown-airport-rd', '/locate-a-caliber-collision-center/alpharetta' => 'https://www.caliber.com/find-a-location/alpharetta', '/locate-a-caliber-collision-center/altamonte-springs' => 'https://www.caliber.com/find-a-location/altamonte-springs', '/locate-a-caliber-collision-center/alvin' => 'https://www.caliber.com/find-a-location/alvin', '/locate-a-caliber-collision-center/american-fork' => 'https://www.caliber.com/find-a-location/american-fork', '/locate-a-caliber-collision-center/anaheim' => 'https://www.caliber.com/find-a-location/anaheim', '/locate-a-caliber-collision-center/anaheim-hills' => 'https://www.caliber.com/find-a-location/anaheim-hills', '/locate-a-caliber-collision-center/anderson' => 'https://www.caliber.com/find-a-location/anderson', '/locate-a-caliber-collision-center/ankeny' => 'https://www.caliber.com/find-a-location/ankeny', '/locate-a-caliber-collision-center/annapolis' => 'https://www.caliber.com/find-a-location/annapolis', '/locate-a-caliber-collision-center/apex' => 'https://www.caliber.com/find-a-location/apex', '/locate-a-caliber-collision-center/apple-valley' => 'https://www.caliber.com/find-a-location/apple-valley', '/locate-a-caliber-collision-center/apple-valley-mn' => 'https://www.caliber.com/find-a-location/apple-valley-mn', '/locate-a-caliber-collision-center/arlington' => 'https://www.caliber.com/find-a-location/arlington', '/locate-a-caliber-collision-center/arlington-rx' => 'https://www.caliber.com/find-a-location/arlington-rx', '/locate-a-caliber-collision-center/arlington-s-cooper' => 'https://www.caliber.com/find-a-location/arlington-south-cooper', '/locate-a-caliber-collision-center/arlington-south' => 'https://www.caliber.com/find-a-location/arlington-south', '/locate-a-caliber-collision-center/arlington-tn' => 'https://www.caliber.com/find-a-location/arlington-tn', '/locate-a-caliber-collision-center/arlington-va' => 'https://www.caliber.com/find-a-location/arlington-va', '/locate-a-caliber-collision-center/ashland' => 'https://www.caliber.com/find-a-location/ashland', '/locate-a-caliber-collision-center/ashland-oh' => 'https://www.caliber.com/find-a-location/ashland-oh', '/locate-a-caliber-collision-center/aston' => 'https://www.caliber.com/find-a-location/aston', '/locate-a-caliber-collision-center/atascadero' => 'https://www.caliber.com/find-a-location/atascadero', '/locate-a-caliber-collision-center/atascadero-south' => 'https://www.caliber.com/find-a-location/atascadero-south', '/locate-a-caliber-collision-center/athens' => 'https://www.caliber.com/find-a-location/athens', '/locate-a-caliber-collision-center/atlanta-buckhead' => 'https://www.caliber.com/find-a-location/atlanta-buckhead', '/locate-a-caliber-collision-center/auburn' => 'https://www.caliber.com/find-a-location/auburn', '/locate-a-caliber-collision-center/auburn-wa' => 'https://www.caliber.com/find-a-location/auburn-wa', '/locate-a-caliber-collision-center/aurora' => 'https://www.caliber.com/find-a-location/aurora', '/locate-a-caliber-collision-center/aurora-chambers-rd' => 'https://www.caliber.com/find-a-location/aurora-chambers-rd', '/locate-a-caliber-collision-center/aurora-east-colfax-ave' => 'https://www.caliber.com/find-a-location/aurora-east-colfax-ave', '/locate-a-caliber-collision-center/aurora-s-abilene' => 'https://www.caliber.com/find-a-location/aurora-s-abilene', '/locate-a-caliber-collision-center/austin-highway-620' => 'https://www.caliber.com/find-a-location/austin-highway-620', '/locate-a-caliber-collision-center/austin-hunters-chase' => 'https://www.caliber.com/find-a-location/austin-hunters-chase', '/locate-a-caliber-collision-center/austin-kramer-lane' => 'https://www.caliber.com/find-a-location/austin-kramer-lane', '/locate-a-caliber-collision-center/austin-mcneil-dr' => 'https://www.caliber.com/find-a-location/austin-mcneil-dr', '/locate-a-caliber-collision-center/austin-metric-blvd' => 'https://www.caliber.com/find-a-location/austin-metric-blvd', '/locate-a-caliber-collision-center/austin-non-drive' => 'https://www.caliber.com/find-a-location/austin-non-drive', '/locate-a-caliber-collision-center/austin-onion-creek' => 'https://www.caliber.com/find-a-location/austin-onion-creek', '/locate-a-caliber-collision-center/austin-shelby-ln' => 'https://www.caliber.com/find-a-location/austin-shelby-ln', '/locate-a-caliber-collision-center/austin-wells-branch' => 'https://www.caliber.com/find-a-location/austin-wells-branch', '/locate-a-caliber-collision-center/avon' => 'https://www.caliber.com/find-a-location/avon', '/locate-a-caliber-collision-center/avondale' => 'https://www.caliber.com/find-a-location/avondale', '/locate-a-caliber-collision-center/azusa' => 'https://www.caliber.com/find-a-location/azusa', '/locate-a-caliber-collision-center/babylon' => 'https://www.caliber.com/find-a-location/babylon', '/locate-a-caliber-collision-center/baker-ranch' => 'https://www.caliber.com/find-a-location/baker-ranch', '/locate-a-caliber-collision-center/bakersfield-auto-mall' => 'https://www.caliber.com/find-a-location/bakersfield-auto-mall', '/locate-a-caliber-collision-center/bakersfield-downtown' => 'https://www.caliber.com/find-a-location/bakersfield-downtown', '/locate-a-caliber-collision-center/bakersfield-kern-st' => 'https://www.caliber.com/find-a-location/bakersfield-kern-st', '/locate-a-caliber-collision-center/bakersfield-northwest' => 'https://www.caliber.com/find-a-location/bakersfield-northwest', '/locate-a-caliber-collision-center/bakersfield-rosedale-hwy' => 'https://www.caliber.com/find-a-location/bakersfield-rosedale-hwy', '/locate-a-caliber-collision-center/bakersfield-south' => 'https://www.caliber.com/find-a-location/bakersfield-south', '/locate-a-caliber-collision-center/baltimore-hamilton' => 'https://www.caliber.com/find-a-location/baltimore-hamilton', '/locate-a-caliber-collision-center/baltimore-remington' => 'https://www.caliber.com/find-a-location/baltimore-remington', '/locate-a-caliber-collision-center/barstow' => 'https://www.caliber.com/find-a-location/barstow', '/locate-a-caliber-collision-center/baytown' => 'https://www.caliber.com/find-a-location/baytown', '/locate-a-caliber-collision-center/bayville' => 'https://www.caliber.com/find-a-location/bayville', '/locate-a-caliber-collision-center/bear' => 'https://www.caliber.com/find-a-location/bear', '/locate-a-caliber-collision-center/beaufort' => 'https://www.caliber.com/find-a-location/beaufort', '/locate-a-caliber-collision-center/beaverton' => 'https://www.caliber.com/find-a-location/beaverton', '/locate-a-caliber-collision-center/bedford' => 'https://www.caliber.com/find-a-location/bedford', '/locate-a-caliber-collision-center/bedford-airport-freeway' => 'https://www.caliber.com/find-a-location/bedford-airport-freeway', '/locate-a-caliber-collision-center/bedford-heights' => 'https://www.caliber.com/find-a-location/bedford-heights', '/locate-a-caliber-collision-center/bellevue' => 'https://www.caliber.com/find-a-location/bellevue', '/locate-a-caliber-collision-center/belmont' => 'https://www.caliber.com/find-a-location/belmont', '/locate-a-caliber-collision-center/belton-ih-35' => 'https://www.caliber.com/find-a-location/belton-ih-35', '/locate-a-caliber-collision-center/ben-white' => 'https://www.caliber.com/find-a-location/austin-ben-white', '/locate-a-caliber-collision-center/berkeley' => 'https://www.caliber.com/find-a-location/berkeley', '/locate-a-caliber-collision-center/berwyn' => 'https://www.caliber.com/find-a-location/berwyn', '/locate-a-caliber-collision-center/bethpage-drive-center' => 'https://www.caliber.com/find-a-location/bethpage-drive-center', '/locate-a-caliber-collision-center/beverly-hills' => 'https://www.caliber.com/find-a-location/beverly-hills', '/locate-a-caliber-collision-center/blackwood' => 'https://www.caliber.com/find-a-location/blackwood', '/locate-a-caliber-collision-center/blaine' => 'https://www.caliber.com/find-a-location/blaine', '/locate-a-caliber-collision-center/bloomington' => 'https://www.caliber.com/find-a-location/bloomington', '/locate-a-caliber-collision-center/bloomington-american-blvd' => 'https://www.caliber.com/find-a-location/bloomington-american-bl', '/locate-a-caliber-collision-center/bloomington-ca' => 'https://www.caliber.com/find-a-location/bloomington-ca', '/locate-a-caliber-collision-center/bloomington-east' => 'https://www.caliber.com/find-a-location/bloomington-east', '/locate-a-caliber-collision-center/bloomington-west' => 'https://www.caliber.com/find-a-location/west-bloomington', '/locate-a-caliber-collision-center/blue-island-western-ave' => 'https://www.caliber.com/find-a-location/blue-island-western-ave', '/locate-a-caliber-collision-center/blue-island-wireton-rd' => 'https://www.caliber.com/find-a-location/blue-island-wireton-rd', '/locate-a-caliber-collision-center/boca-raton' => 'https://www.caliber.com/find-a-location/boca-raton', '/locate-a-caliber-collision-center/boerne' => 'https://www.caliber.com/find-a-location/boerne', '/locate-a-caliber-collision-center/boise' => 'https://www.caliber.com/find-a-location/boise', '/locate-a-caliber-collision-center/boise-5-mile-rd' => 'https://www.caliber.com/find-a-location/boise-5-mile-rd', '/locate-a-caliber-collision-center/boise-s-federal-way' => 'https://www.caliber.com/find-a-location/boise-s-federal-way', '/locate-a-caliber-collision-center/bonita-springs' => 'https://www.caliber.com/find-a-location/bonita-springs', '/locate-a-caliber-collision-center/bordentown' => 'https://www.caliber.com/find-a-location/bordentown', '/locate-a-caliber-collision-center/bossier-city' => 'https://www.caliber.com/find-a-location/bossier-city', '/locate-a-caliber-collision-center/bothell' => 'https://www.caliber.com/find-a-location/bothell', '/locate-a-caliber-collision-center/boulder' => 'https://www.caliber.com/find-a-location/boulder', '/locate-a-caliber-collision-center/boulder-sterling-dr' => 'https://www.caliber.com/find-a-location/boulder-sterling-dr', '/locate-a-caliber-collision-center/boulder-valmont-rd' => 'https://www.caliber.com/find-a-location/boulder-valmont-rd', '/locate-a-caliber-collision-center/bountiful' => 'https://www.caliber.com/find-a-location/bountiful', '/locate-a-caliber-collision-center/bowling-green' => 'https://www.caliber.com/find-a-location/bowling-green', '/locate-a-caliber-collision-center/bradenton' => 'https://www.caliber.com/find-a-location/bradenton', '/locate-a-caliber-collision-center/braker-lane' => 'https://www.caliber.com/find-a-location/austin-braker-lane', '/locate-a-caliber-collision-center/brea' => 'https://www.caliber.com/find-a-location/brea', '/locate-a-caliber-collision-center/bremerton' => 'https://www.caliber.com/find-a-location/bremerton', '/locate-a-caliber-collision-center/brentwood' => 'https://www.caliber.com/find-a-location/brentwood', '/locate-a-caliber-collision-center/brentwood-ca' => 'https://www.caliber.com/find-a-location/brentwood-ca', '/locate-a-caliber-collision-center/brighton' => 'https://www.caliber.com/find-a-location/brighton', '/locate-a-caliber-collision-center/broken-arrow' => 'https://www.caliber.com/find-a-location/broken-arrow', '/locate-a-caliber-collision-center/brookfield' => 'https://www.caliber.com/find-a-location/brookfield', '/locate-a-caliber-collision-center/brooklyn-park' => 'https://www.caliber.com/find-a-location/brooklyn-park', '/locate-a-caliber-collision-center/brook-park' => 'https://www.caliber.com/find-a-location/brook-park', '/locate-a-caliber-collision-center/broomfield-w-116th-ave' => 'https://www.caliber.com/find-a-location/broomfield-w-116th-ave', '/locate-a-caliber-collision-center/broomfield-w-midway-blvd' => 'https://www.caliber.com/find-a-location/broomfield-w-midway-blvd', '/locate-a-caliber-collision-center/brownsburg' => 'https://www.caliber.com/find-a-location/brownsburg', '/locate-a-caliber-collision-center/bryan-college-station' => 'https://www.caliber.com/find-a-location/bryan-college-station', '/locate-a-caliber-collision-center/buford' => 'https://www.caliber.com/find-a-location/buford', '/locate-a-caliber-collision-center/burbank' => 'https://www.caliber.com/find-a-location/burbank', '/locate-a-caliber-collision-center/burbank-s-lake' => 'https://www.caliber.com/find-a-location/burbank-s-lake', '/locate-a-caliber-collision-center/burke' => 'https://www.caliber.com/find-a-location/burke', '/locate-a-caliber-collision-center/burleson' => 'https://www.caliber.com/find-a-location/burleson', '/locate-a-caliber-collision-center/burleson-south' => 'https://www.caliber.com/find-a-location/burleson-south', '/locate-a-caliber-collision-center/burlingame' => 'https://www.caliber.com/find-a-location/burlingame', '/locate-a-caliber-collision-center/burlington' => 'https://www.caliber.com/find-a-location/burlington', '/locate-a-caliber-collision-center/burnsville' => 'https://www.caliber.com/find-a-location/burnsville', '/locate-a-caliber-collision-center/calabasas' => 'https://www.caliber.com/find-a-location/calabasas-drive-center', '/locate-a-caliber-collision-center/calallen' => 'https://www.caliber.com/find-a-location/calallen', '/locate-a-caliber-collision-center/caldwell' => 'https://www.caliber.com/find-a-location/caldwell', '/locate-a-caliber-collision-center/caliber-luxury-charleston' => 'https://www.caliber.com/find-a-location/luxury-charleston', '/locate-a-caliber-collision-center/caliber-luxury-charlotte' => 'https://www.caliber.com/find-a-location/luxury-charlotte', '/locate-a-caliber-collision-center/campbell' => 'https://www.caliber.com/find-a-location/campbell', '/locate-a-caliber-collision-center/canoga-park' => 'https://www.caliber.com/find-a-location/canoga-park', '/locate-a-caliber-collision-center/canoga-park-alabama-ave' => 'https://www.caliber.com/find-a-location/canoga-park-alabama-ave', '/locate-a-caliber-collision-center/canoga-park-south' => 'https://www.caliber.com/find-a-location/canoga-park-south', '/locate-a-caliber-collision-center/canton' => 'https://www.caliber.com/find-a-location/canton', '/locate-a-caliber-collision-center/canyon-country' => 'https://www.caliber.com/find-a-location/canyon-country', '/locate-a-caliber-collision-center/cape-coral' => 'https://www.caliber.com/find-a-location/cape-coral', '/locate-a-caliber-collision-center/capitol-heights' => 'https://www.caliber.com/find-a-location/capitol-heights', '/locate-a-caliber-collision-center/carlsbad' => 'https://www.caliber.com/find-a-location/carlsbad', '/locate-a-caliber-collision-center/carmel' => 'https://www.caliber.com/find-a-location/carmel', '/locate-a-caliber-collision-center/carmichael' => 'https://www.caliber.com/find-a-location/carmichael', '/locate-a-caliber-collision-center/carol-stream' => 'https://www.caliber.com/find-a-location/carol-stream', '/locate-a-caliber-collision-center/carrollton-ga' => 'https://www.caliber.com/find-a-location/carrollton-ga', '/locate-a-caliber-collision-center/carrollton-i35-e' => 'https://www.caliber.com/find-a-location/carrollton-i35-e', '/locate-a-caliber-collision-center/carson' => 'https://www.caliber.com/find-a-location/carson', '/locate-a-caliber-collision-center/carson-city' => 'https://www.caliber.com/find-a-location/carson-city', '/locate-a-caliber-collision-center/cary-crossroads' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/castle-hayne' => 'https://www.caliber.com/find-a-location/castle-hayne', '/locate-a-caliber-collision-center/castle-hills' => 'https://www.caliber.com/find-a-location/castle-hills', '/locate-a-caliber-collision-center/castle-rock' => 'https://www.caliber.com/find-a-location/castle-rock', '/locate-a-caliber-collision-center/cathedral-city' => 'https://www.caliber.com/find-a-location/cathedral-city', '/locate-a-caliber-collision-center/catonsville' => 'https://www.caliber.com/find-a-location/catonsville', '/locate-a-caliber-collision-center/cedar-grove' => 'https://www.caliber.com/find-a-location/cedar-grove', '/locate-a-caliber-collision-center/cedar-park-south-bell-blvd' => 'https://www.caliber.com/find-a-location/cedar-park-south-bell-blvd', '/locate-a-caliber-collision-center/cedar-rapids-dodge-rd' => 'https://www.caliber.com/find-a-location/cedar-rapids-dodge-rd', '/locate-a-caliber-collision-center/celina' => 'https://www.caliber.com/find-a-location/celina', '/locate-a-caliber-collision-center/centennial' => 'https://www.caliber.com/find-a-location/centennial', '/locate-a-caliber-collision-center/centennial-hinsdale-cir' => 'https://www.caliber.com/find-a-location/centennial-hinsdale-cir', '/locate-a-caliber-collision-center/centennial-jordan-rd' => 'https://www.caliber.com/find-a-location/centennial-jordan-rd', '/locate-a-caliber-collision-center/centennial-s-colorado' => 'https://www.caliber.com/find-a-location/centennial-south-colorado', '/locate-a-caliber-collision-center/center-city-south' => 'https://www.caliber.com/find-a-location/center-city-south', '/locate-a-caliber-collision-center/centerville' => 'https://www.caliber.com/find-a-location/centerville', '/locate-a-caliber-collision-center/central-plano' => 'https://www.caliber.com/find-a-location/central-plano', '/locate-a-caliber-collision-center/chadds-ford' => 'https://www.caliber.com/find-a-location/chadds-ford', '/locate-a-caliber-collision-center/chambersburg' => 'https://www.caliber.com/find-a-location/chambersburg', '/locate-a-caliber-collision-center/chantilly' => 'https://www.caliber.com/find-a-location/chantilly', '/locate-a-caliber-collision-center/chantilly-expo-center' => 'https://www.caliber.com/find-a-location/chantilly-expo-center', '/locate-a-caliber-collision-center/charleroi' => 'https://www.caliber.com/find-a-location/charleroi', '/locate-a-caliber-collision-center/charleston-airport' => 'https://www.caliber.com/find-a-location/charleston-airport', '/locate-a-caliber-collision-center/charles-town' => 'https://www.caliber.com/find-a-location/charles-town', '/locate-a-caliber-collision-center/charlotte-albemarle-rd' => 'https://www.caliber.com/find-a-location/charlotte-albemarle-rd', '/locate-a-caliber-collision-center/charlotte-ballantyne' => 'https://www.caliber.com/find-a-location/charlotte-ballantyne', '/locate-a-caliber-collision-center/charlotte-fleet' => 'https://www.caliber.com/find-a-location/charlotte-fleet', '/locate-a-caliber-collision-center/charlotte-harbor' => 'https://www.caliber.com/find-a-location/charlotte-harbor', '/locate-a-caliber-collision-center/charlotte-independence' => 'https://www.caliber.com/find-a-location/charlotte-independence', '/locate-a-caliber-collision-center/charlotte-non-drive' => 'https://www.caliber.com/find-a-location/charlotte-non-drive', '/locate-a-caliber-collision-center/charlotte-south-end' => 'https://www.caliber.com/find-a-location/charlotte-south-end', '/locate-a-caliber-collision-center/charlotte-south-tryon' => 'https://www.caliber.com/find-a-location/charlotte-south-tryon', '/locate-a-caliber-collision-center/charlotte-tyvola-rd' => 'https://www.caliber.com/find-a-location/charlotte-tyvola-rd', '/locate-a-caliber-collision-center/charlotte-university' => 'https://www.caliber.com/find-a-location/charlotte-university', '/locate-a-caliber-collision-center/charlotte-uptown' => 'https://www.caliber.com/find-a-location/charlotte-uptown', '/locate-a-caliber-collision-center/chaska' => 'https://www.caliber.com/find-a-location/chaska', '/locate-a-caliber-collision-center/cherry-hill-east' => 'https://www.caliber.com/find-a-location/cherry-hill-east', '/locate-a-caliber-collision-center/chesterfield' => 'https://www.caliber.com/find-a-location/chesterfield', '/locate-a-caliber-collision-center/chesterfield-mo' => 'https://www.caliber.com/find-a-location/chesterfield-mo', '/locate-a-caliber-collision-center/chestertown' => 'https://www.caliber.com/find-a-location/chestertown', '/locate-a-caliber-collision-center/cheyenne' => 'https://www.caliber.com/find-a-location/cheyenne', '/locate-a-caliber-collision-center/chicago-columbus-ave' => 'https://www.caliber.com/find-a-location/chicago-columbus-ave', '/locate-a-caliber-collision-center/chicago-irving-park-rd' => 'https://www.caliber.com/find-a-location/chicago-irving-park-rd', '/locate-a-caliber-collision-center/chicago-north' => 'https://www.caliber.com/find-a-location/chicago-north', '/locate-a-caliber-collision-center/chicago-west-loop' => 'https://www.caliber.com/find-a-location/chicago-west-loop', '/locate-a-caliber-collision-center/chino-valley' => 'https://www.caliber.com/find-a-location/chino-valley', '/locate-a-caliber-collision-center/chula-vista' => 'https://www.caliber.com/find-a-location/chula-vista', '/locate-a-caliber-collision-center/cibolo' => 'https://www.caliber.com/find-a-location/cibolo', '/locate-a-caliber-collision-center/cincinnati-beechmont' => 'https://www.caliber.com/find-a-location/cincinnati-beechmont', '/locate-a-caliber-collision-center/cincinnati-eastgate' => 'https://www.caliber.com/find-a-location/cincinnati-eastgate', '/locate-a-caliber-collision-center/cincinnati-glenway-ave' => 'https://www.caliber.com/find-a-location/cincinnati-glenway-ave', '/locate-a-caliber-collision-center/cincinnati-kemper-rd' => 'https://www.caliber.com/find-a-location/cincinnati-kemper-road', '/locate-a-caliber-collision-center/cinco-ranch' => 'https://www.caliber.com/find-a-location/cinco-ranch', '/locate-a-caliber-collision-center/cinnaminson' => 'https://www.caliber.com/find-a-location/cinnaminson', '/locate-a-caliber-collision-center/citrus-heights-northeast' => 'https://www.caliber.com/find-a-location/citrus-heights-northeast', '/locate-a-caliber-collision-center/clackamas' => 'https://www.caliber.com/find-a-location/clackamas', '/locate-a-caliber-collision-center/claremont' => 'https://www.caliber.com/find-a-location/claremont', '/locate-a-caliber-collision-center/clarksville' => 'https://www.caliber.com/find-a-location/clarksville', '/locate-a-caliber-collision-center/clayton' => 'https://www.caliber.com/find-a-location/clayton', '/locate-a-caliber-collision-center/clearfield' => 'https://www.caliber.com/find-a-location/clearfield', '/locate-a-caliber-collision-center/clear-lake' => 'https://www.caliber.com/find-a-location/clear-lake', '/locate-a-caliber-collision-center/clermont' => 'https://www.caliber.com/find-a-location/clermont', '/locate-a-caliber-collision-center/clermont-east' => 'https://www.caliber.com/find-a-location/clermont-east', '/locate-a-caliber-collision-center/clifton-heights' => 'https://www.caliber.com/find-a-location/clifton-heights', '/locate-a-caliber-collision-center/clifton-heights-lansdowne' => 'https://www.caliber.com/find-a-location/clifton-heights-lansdowne', '/locate-a-caliber-collision-center/clifton-park' => 'https://www.caliber.com/find-a-location/clifton-park', '/locate-a-caliber-collision-center/clinton' => 'https://www.caliber.com/find-a-location/clinton', '/locate-a-caliber-collision-center/clinton-old-branch-ave' => 'https://www.caliber.com/find-a-location/clinton-old-branch-ave', '/locate-a-caliber-collision-center/clovis' => 'https://www.caliber.com/find-a-location/clovis', '/locate-a-caliber-collision-center/clovis-north' => 'https://www.caliber.com/find-a-location/clovis-north', '/locate-a-caliber-collision-center/clovis-n-sunnyside-ave' => 'https://www.caliber.com/find-a-location/clovis-n-sunnyside-ave', '/locate-a-caliber-collision-center/coachella-valley' => 'https://www.caliber.com/find-a-location/coachella-valley', '/locate-a-caliber-collision-center/cohoes' => 'https://www.caliber.com/find-a-location/cohoes', '/locate-a-caliber-collision-center/college-station-tower-pt' => 'https://www.caliber.com/find-a-location/college-station-tower-pt', '/locate-a-caliber-collision-center/colleyville' => 'https://www.caliber.com/find-a-location/colleyville', '/locate-a-caliber-collision-center/collierville' => 'https://www.caliber.com/find-a-location/collierville', '/locate-a-caliber-collision-center/colmar' => 'https://www.caliber.com/find-a-location/colmar', '/locate-a-caliber-collision-center/colonial-heights-boulevard' => 'https://www.caliber.com/find-a-location/colonial-heights-boulevard', '/locate-a-caliber-collision-center/colonie' => 'https://www.caliber.com/find-a-location/colonie', '/locate-a-caliber-collision-center/colorado-springs' => 'https://www.caliber.com/find-a-location/colorado-springs', '/locate-a-caliber-collision-center/colorado-springs-astrozon-pl' => 'https://www.caliber.com/find-a-location/colorado-springs-astrozon-pl', '/locate-a-caliber-collision-center/colorado-springs-boulder-st' => 'https://www.caliber.com/find-a-location/colorado-springs-boulder-st', '/locate-a-caliber-collision-center/colorado-springs-copper' => 'https://www.caliber.com/find-a-location/colorado-springs-copper', '/locate-a-caliber-collision-center/colorado-springs-fillmore' => 'https://www.caliber.com/find-a-location/colorado-springs-fillmore', '/locate-a-caliber-collision-center/colorado-springs-n-murray' => 'https://www.caliber.com/find-a-location/colorado-springs-n-murray', '/locate-a-caliber-collision-center/colorado-springs-non-drive-motor-city' => 'https://www.caliber.com/find-a-location/colorado-springs-non-drive', '/locate-a-caliber-collision-center/colorado-springs-north' => 'https://www.caliber.com/find-a-location/colorado-springs-north', '/locate-a-caliber-collision-center/colorado-springs-park-vista' => 'https://www.caliber.com/find-a-location/colorado-springs-park-vista', '/locate-a-caliber-collision-center/colorado-springs-south' => 'https://www.caliber.com/find-a-location/colorado-springs-south', '/locate-a-caliber-collision-center/columbia-greystone' => 'https://www.caliber.com/find-a-location/columbia-greystone', '/locate-a-caliber-collision-center/columbia-killian-road' => 'https://www.caliber.com/find-a-location/columbia-killian-rd', '/locate-a-caliber-collision-center/columbia-md' => 'https://www.caliber.com/find-a-location/columbia-md', '/locate-a-caliber-collision-center/columbia-mo-north' => 'https://www.caliber.com/find-a-location/columbia-mo-north', '/locate-a-caliber-collision-center/columbia-northeast' => 'https://www.caliber.com/find-a-location/columbia-northeast', '/locate-a-caliber-collision-center/columbus-in' => 'https://www.caliber.com/find-a-location/columbus-in', '/locate-a-caliber-collision-center/columbus-oh-e-lincoln-ave' => 'https://www.caliber.com/find-a-location/columbus-oh-e-lincoln', '/locate-a-caliber-collision-center/columbus-oh-n-hamilton-rd' => 'https://www.caliber.com/find-a-location/columbus-oh-n-hamilton-rd', '/locate-a-caliber-collision-center/concord' => 'https://www.caliber.com/find-a-location/concord', '/locate-a-caliber-collision-center/concord-nc' => 'https://www.caliber.com/find-a-location/concord-nc', '/locate-a-caliber-collision-center/concord-nc-raiford-dr' => 'https://www.caliber.com/find-a-location/concord-nc-raiford-dr', '/locate-a-caliber-collision-center/conroe' => 'https://www.caliber.com/find-a-location/conroe', '/locate-a-caliber-collision-center/conyers' => 'https://www.caliber.com/find-a-location/conyers', '/locate-a-caliber-collision-center/conyers-dogwood-dr' => 'https://www.caliber.com/find-a-location/conyers-dogwood-dr', '/locate-a-caliber-collision-center/coon-rapids' => 'https://www.caliber.com/find-a-location/coon-rapids', '/locate-a-caliber-collision-center/copperas-cove' => 'https://www.caliber.com/find-a-location/copperas-cove', '/locate-a-caliber-collision-center/copperfield' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/cordova' => 'https://www.caliber.com/find-a-location/cordova', '/locate-a-caliber-collision-center/corinth' => 'https://www.caliber.com/find-a-location/corinth', '/locate-a-caliber-collision-center/cornelius' => 'https://www.caliber.com/find-a-location/cornelius', '/locate-a-caliber-collision-center/corona' => 'https://www.caliber.com/find-a-location/corona', '/locate-a-caliber-collision-center/corpus-christi-ayers' => 'https://www.caliber.com/find-a-location/corpus-christi-ayers', '/locate-a-caliber-collision-center/corpus-christi-spid' => 'https://www.caliber.com/find-a-location/corpus-christi-spid', '/locate-a-caliber-collision-center/corpus-christi-spid-carroll' => 'https://www.caliber.com/find-a-location/corpus-christi-spid-carroll', '/locate-a-caliber-collision-center/corpus-christi-weber' => 'https://www.caliber.com/find-a-location/corpus-christi-weber', '/locate-a-caliber-collision-center/costa-mesa' => 'https://www.caliber.com/find-a-location/costa-mesa', '/locate-a-caliber-collision-center/costa-mesa-red-hill' => 'https://www.caliber.com/find-a-location/costa-mesa-red-hill', '/locate-a-caliber-collision-center/costa-mesa-w-18th-st' => 'https://www.caliber.com/find-a-location/costa-mesa-w-18th-st', '/locate-a-caliber-collision-center/cottage-grove' => 'https://www.caliber.com/find-a-location/cottage-grove', '/locate-a-caliber-collision-center/couer-dalene' => 'https://www.caliber.com/find-a-location/coeur-d-alene', '/locate-a-caliber-collision-center/covina' => 'https://www.caliber.com/find-a-location/covina', '/locate-a-caliber-collision-center/covington' => 'https://www.caliber.com/find-a-location/covington', '/locate-a-caliber-collision-center/crestwood' => 'https://www.caliber.com/find-a-location/crestwood', '/locate-a-caliber-collision-center/cross-roads' => 'https://www.caliber.com/find-a-location/cross-roads', '/locate-a-caliber-collision-center/crystal-city' => 'https://www.caliber.com/find-a-location/crystal-city', '/locate-a-caliber-collision-center/crystal-lake' => 'https://www.caliber.com/find-a-location/crystal-lake', '/locate-a-caliber-collision-center/cudahy' => 'https://www.caliber.com/find-a-location/cudahy', '/locate-a-caliber-collision-center/culpeper' => 'https://www.caliber.com/find-a-location/culpeper', '/locate-a-caliber-collision-center/cumming' => 'https://www.caliber.com/find-a-location/cumming', '/locate-a-caliber-collision-center/cynwyd' => 'https://www.caliber.com/find-a-location/cynwyd', '/locate-a-caliber-collision-center/cypress' => 'https://www.caliber.com/find-a-location/cypress', '/locate-a-caliber-collision-center/dallas' => 'https://www.caliber.com/find-a-location/dallas', '/locate-a-caliber-collision-center/dallas-galleria' => 'https://www.caliber.com/find-a-location/dallas-galleria', '/locate-a-caliber-collision-center/dallas-non-drive-north' => 'https://www.caliber.com/find-a-location/dallas-non-drive-north', '/locate-a-caliber-collision-center/davis-chiles-rd' => 'https://www.caliber.com/find-a-location/davis-chiles-rd', '/locate-a-caliber-collision-center/davis-research-park-dr' => 'https://www.caliber.com/find-a-location/davis-research-park-dr', '/locate-a-caliber-collision-center/decatur' => 'https://www.caliber.com/find-a-location/decatur', '/locate-a-caliber-collision-center/decatur-dekalb-industrial' => 'https://www.caliber.com/find-a-location/decatur-dekalb-industrial', '/locate-a-caliber-collision-center/delafield' => 'https://www.caliber.com/find-a-location/delafield', '/locate-a-caliber-collision-center/delray-beach-us-1' => 'https://www.caliber.com/find-a-location/delray-beach-us-1', '/locate-a-caliber-collision-center/denton' => 'https://www.caliber.com/find-a-location/denton', '/locate-a-caliber-collision-center/denver-cherry-creek' => 'https://www.caliber.com/find-a-location/denver-cherry-creek', '/locate-a-caliber-collision-center/denver-east-evans' => 'https://www.caliber.com/find-a-location/denver-east-evans', '/locate-a-caliber-collision-center/denver-east-evans-rx' => 'https://www.caliber.com/find-a-location/denver-east-evans-rx', '/locate-a-caliber-collision-center/denver-fleet' => 'https://www.caliber.com/find-a-location/denver-fleet', '/locate-a-caliber-collision-center/denver-non-drive' => 'https://www.caliber.com/find-a-location/denver-non-drive-north', '/locate-a-caliber-collision-center/denver-n-washington' => 'https://www.caliber.com/find-a-location/denver-n-washington', '/locate-a-caliber-collision-center/denver-park-hill' => 'https://www.caliber.com/find-a-location/denver-park-hill', '/locate-a-caliber-collision-center/denver-stapleton' => 'https://www.caliber.com/find-a-location/denver-stapleton', '/locate-a-caliber-collision-center/des-moines-merle-hay-rd' => 'https://www.caliber.com/find-a-location/des-moines-merle-hay-rd', '/locate-a-caliber-collision-center/dickson-city' => 'https://www.caliber.com/find-a-location/dickson-city', '/locate-a-caliber-collision-center/doraville' => 'https://www.caliber.com/find-a-location/doraville', '/locate-a-caliber-collision-center/douglasville' => 'https://www.caliber.com/find-a-location/douglasville', '/locate-a-caliber-collision-center/dover' => 'https://www.caliber.com/find-a-location/dover', '/locate-a-caliber-collision-center/dripping-springs' => 'https://www.caliber.com/find-a-location/dripping-springs', '/locate-a-caliber-collision-center/duarte' => 'https://www.caliber.com/find-a-location/duarte', '/locate-a-caliber-collision-center/dublin' => 'https://www.caliber.com/find-a-location/dublin', '/locate-a-caliber-collision-center/duluth' => 'https://www.caliber.com/find-a-location/duluth', '/locate-a-caliber-collision-center/dumfries' => 'https://www.caliber.com/find-a-location/dumfries', '/locate-a-caliber-collision-center/duncanville' => 'https://www.caliber.com/find-a-location/duncanville', '/locate-a-caliber-collision-center/duncanville-north' => 'https://www.caliber.com/find-a-location/duncanville-north', '/locate-a-caliber-collision-center/dundalk' => 'https://www.caliber.com/find-a-location/dundalk', '/locate-a-caliber-collision-center/durham-downtown' => 'https://www.caliber.com/find-a-location/durham-downtown', '/locate-a-caliber-collision-center/durham-fay-st' => 'https://www.caliber.com/find-a-location/durham-fay-st', '/locate-a-caliber-collision-center/durham-iredell-st' => 'https://www.caliber.com/find-a-location/durham-iredell-st', '/locate-a-caliber-collision-center/durham-northwest' => 'https://www.caliber.com/find-a-location/durham-northwest', '/locate-a-caliber-collision-center/durham-research-triangle' => 'https://www.caliber.com/find-a-location/durham-research-triangle', '/locate-a-caliber-collision-center/eagan' => 'https://www.caliber.com/find-a-location/eagan', '/locate-a-caliber-collision-center/eagan-sibley-highway' => 'https://www.caliber.com/find-a-location/eagan-sibley-highway', '/locate-a-caliber-collision-center/eagle-e-state-st' => 'https://www.caliber.com/find-a-location/eagle', '/locate-a-caliber-collision-center/easton' => 'https://www.caliber.com/find-a-location/easton', '/locate-a-caliber-collision-center/eden-prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/eden-prairie-aztec-dr' => 'https://www.caliber.com/find-a-location/eden-prairie-aztec-dr', '/locate-a-caliber-collision-center/edgewater' => 'https://www.caliber.com/find-a-location/edgewater', '/locate-a-caliber-collision-center/edmond' => 'https://www.caliber.com/find-a-location/edmond', '/locate-a-caliber-collision-center/edmonds' => 'https://www.caliber.com/find-a-location/edmonds', '/locate-a-caliber-collision-center/egg-harbor' => 'https://www.caliber.com/find-a-location/egg-harbor', '/locate-a-caliber-collision-center/elburn' => 'https://www.caliber.com/find-a-location/elburn', '/locate-a-caliber-collision-center/el-cajon-east-main-st' => 'https://www.caliber.com/find-a-location/el-cajon-east-main-st', '/locate-a-caliber-collision-center/el-cajon-north-johnson' => 'https://www.caliber.com/find-a-location/el-cajon-north-johnson', '/locate-a-caliber-collision-center/el-centro' => 'https://www.caliber.com/find-a-location/el-centro', '/locate-a-caliber-collision-center/el-dorado-hills' => 'https://www.caliber.com/find-a-location/el-dorado-hills', '/locate-a-caliber-collision-center/el-dorado-hills-post-st' => 'https://www.caliber.com/find-a-location/el-dorado-hills-post-st', '/locate-a-caliber-collision-center/elgin' => 'https://www.caliber.com/find-a-location/elgin', '/locate-a-caliber-collision-center/elgin-il' => 'https://www.caliber.com/find-a-location/elgin-il', '/locate-a-caliber-collision-center/elk-grove-elkmont-way' => 'https://www.caliber.com/find-a-location/elk-grove-elkmont-way', '/locate-a-caliber-collision-center/elk-grove-iron-rock-way' => 'https://www.caliber.com/find-a-location/elk-grove-iron-rock-way', '/locate-a-caliber-collision-center/elk-grove-non-drive' => 'https://www.caliber.com/find-a-location/elk-grove-non-drive', '/locate-a-caliber-collision-center/elkton' => 'https://www.caliber.com/find-a-location/elkton', '/locate-a-caliber-collision-center/elmhurst' => 'https://www.caliber.com/find-a-location/elmhurst', '/locate-a-caliber-collision-center/elm-park' => 'https://www.caliber.com/find-a-location/elm-park', '/locate-a-caliber-collision-center/el-paso-hondo-pass' => 'https://www.caliber.com/find-a-location/el-paso-hondo-pass', '/locate-a-caliber-collision-center/el-paso-ih-10' => 'https://www.caliber.com/find-a-location/el-paso-ih-10', '/locate-a-caliber-collision-center/el-paso-mesa' => 'https://www.caliber.com/find-a-location/el-paso-mesa', '/locate-a-caliber-collision-center/el-paso-montana' => 'https://www.caliber.com/find-a-location/el-paso-montana', '/locate-a-caliber-collision-center/el-paso-zaragoza-rd' => 'https://www.caliber.com/find-a-location/el-paso-n-zaragoza-rd', '/locate-a-caliber-collision-center/el-segundo' => 'https://www.caliber.com/find-a-location/el-segundo', '/locate-a-caliber-collision-center/encinitas' => 'https://www.caliber.com/find-a-location/encinitas', '/locate-a-caliber-collision-center/encinitas-westlake-st' => 'https://www.caliber.com/find-a-location/encinitas-westlake-st', '/locate-a-caliber-collision-center/englewood' => 'https://www.caliber.com/find-a-location/englewood', '/locate-a-caliber-collision-center/ephrata' => 'https://www.caliber.com/find-a-location/ephrata', '/locate-a-caliber-collision-center/escondido' => 'https://www.caliber.com/find-a-location/escondido', '/locate-a-caliber-collision-center/essex-non-drive' => 'https://www.caliber.com/find-a-location/essex-non-drive', '/locate-a-caliber-collision-center/eugene' => 'https://www.caliber.com/find-a-location/eugene', '/locate-a-caliber-collision-center/european-auto-body' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/everett' => 'https://www.caliber.com/find-a-location/everett', '/locate-a-caliber-collision-center/evesham-township' => 'https://www.caliber.com/find-a-location/evesham-township', '/locate-a-caliber-collision-center/ewing-township' => 'https://www.caliber.com/find-a-location/ewing-township', '/locate-a-caliber-collision-center/fairfax' => 'https://www.caliber.com/find-a-location/fairfax', '/locate-a-caliber-collision-center/fairfield' => 'https://www.caliber.com/find-a-location/fairfield', '/locate-a-caliber-collision-center/fairfield-woolner-ave' => 'https://www.caliber.com/find-a-location/fairfield-woolner-ave', '/locate-a-caliber-collision-center/falcon' => 'https://www.caliber.com/find-a-location/falcon', '/locate-a-caliber-collision-center/fallbrook' => 'https://www.caliber.com/find-a-location/fallbrook', '/locate-a-caliber-collision-center/falls-church' => 'https://www.caliber.com/find-a-location/falls-church', '/locate-a-caliber-collision-center/fallston' => 'https://www.caliber.com/find-a-location/fallston', '/locate-a-caliber-collision-center/farmers-branch' => 'https://www.caliber.com/find-a-location/farmers-branch', '/locate-a-caliber-collision-center/farmingdale' => 'https://www.caliber.com/find-a-location/farmingdale', '/locate-a-caliber-collision-center/farmington' => 'https://www.caliber.com/find-a-location/farmington', '/locate-a-caliber-collision-center/farragut' => 'https://www.caliber.com/find-a-location/farragut', '/locate-a-caliber-collision-center/fast-track-dealer-referral' => 'https://www.caliber.com', '/locate-a-caliber-collision-center/fayette-city' => 'https://www.caliber.com/find-a-location/fayette-city', '/locate-a-caliber-collision-center/fayetteville-east' => 'https://www.caliber.com/find-a-location/fayetteville-east', '/locate-a-caliber-collision-center/fayetteville-ga' => 'https://www.caliber.com/find-a-location/fayetteville-ga', '/locate-a-caliber-collision-center/fayetteville-nc' => 'https://www.caliber.com/find-a-location/fayetteville', '/locate-a-caliber-collision-center/fayetteville-raeford-rd' => 'https://www.caliber.com/find-a-location/fayetteville-raeford-rd', '/locate-a-caliber-collision-center/feasterville' => 'https://www.caliber.com/find-a-location/feasterville', '/locate-a-caliber-collision-center/festus' => 'https://www.caliber.com/find-a-location/festus', '/locate-a-caliber-collision-center/fife' => 'https://www.caliber.com/find-a-location/fife', '/locate-a-caliber-collision-center/fishers-britton-park-rd' => 'https://www.caliber.com/find-a-location/fishers-britton-park-rd', '/locate-a-caliber-collision-center/fishers-technology-ln' => 'https://www.caliber.com/find-a-location/fishers-technology-ln', '/locate-a-caliber-collision-center/flagstaff' => 'https://www.caliber.com/find-a-location/flagstaff', '/locate-a-caliber-collision-center/florence' => 'https://www.caliber.com/find-a-location/florence', '/locate-a-caliber-collision-center/florissant' => 'https://www.caliber.com/find-a-location/florissant', '/locate-a-caliber-collision-center/flourtown' => 'https://www.caliber.com/find-a-location/flourtown', '/locate-a-caliber-collision-center/flower-mound' => 'https://www.caliber.com/find-a-location/flower-mound', '/locate-a-caliber-collision-center/foley' => 'https://www.caliber.com/find-a-location/foley', '/locate-a-caliber-collision-center/folsom' => 'https://www.caliber.com/find-a-location/folsom', '/locate-a-caliber-collision-center/folsom-lake' => 'https://www.caliber.com/find-a-location/folsom-lake', '/locate-a-caliber-collision-center/fond-du-lac' => 'https://www.caliber.com/find-a-location/fond-du-lac', '/locate-a-caliber-collision-center/fontana' => 'https://www.caliber.com/find-a-location/fontana', '/locate-a-caliber-collision-center/forest-lake' => 'https://www.caliber.com/find-a-location/forest-lake', '/locate-a-caliber-collision-center/forest-park' => 'https://www.caliber.com/find-a-location/forest-park', '/locate-a-caliber-collision-center/forest-park-il' => 'https://www.caliber.com/find-a-location/forest-park-il', '/locate-a-caliber-collision-center/forest-park-oh' => 'https://www.caliber.com/find-a-location/forest-park-oh', '/locate-a-caliber-collision-center/forestville' => 'https://www.caliber.com/find-a-location/forestville', '/locate-a-caliber-collision-center/forney' => 'https://www.caliber.com/find-a-location/forney', '/locate-a-caliber-collision-center/fort-collins' => 'https://www.caliber.com/find-a-location/fort-collins', '/locate-a-caliber-collision-center/fort-lauderdale-powerline' => 'https://www.caliber.com/find-a-location/fort-lauderdale-powerline', '/locate-a-caliber-collision-center/fort-mill' => 'https://www.caliber.com/find-a-location/fort-mill', '/locate-a-caliber-collision-center/fort-myers-andrea-lane' => 'https://www.caliber.com/find-a-location/fort-myers-andrea-ln', '/locate-a-caliber-collision-center/fort-wayne-north' => 'https://www.caliber.com/find-a-location/fort-wayne-north', '/locate-a-caliber-collision-center/fort-worth-alliance' => 'https://www.caliber.com/find-a-location/fort-worth-alliance', '/locate-a-caliber-collision-center/fort-worth-beach-street' => 'https://www.caliber.com/find-a-location/fort-worth-beach-st', '/locate-a-caliber-collision-center/fort-worth-downtown' => 'https://www.caliber.com/find-a-location/fort-worth-downtown', '/locate-a-caliber-collision-center/fort-worth-harmon' => 'https://www.caliber.com/find-a-location/fort-worth-harmon', '/locate-a-caliber-collision-center/fort-worth-ih-30' => 'https://www.caliber.com/find-a-location/fort-worth-ih-30', '/locate-a-caliber-collision-center/fort-worth-non-drive' => 'https://www.caliber.com/find-a-location/fort-worth-non-drive', '/locate-a-caliber-collision-center/fort-worth-west' => 'https://www.caliber.com/find-a-location/fort-worth-west', '/locate-a-caliber-collision-center/fort-worth-western-center' => 'https://www.caliber.com/find-a-location/fort-worth-western-center', '/locate-a-caliber-collision-center/fountain' => 'https://www.caliber.com/find-a-location/fountain', '/locate-a-caliber-collision-center/fountain-inn' => 'https://www.caliber.com/find-a-location/fountain-inn', '/locate-a-caliber-collision-center/fountain-valley' => 'https://www.caliber.com/find-a-location/fountain-valley', '/locate-a-caliber-collision-center/frankfort-ky' => 'https://www.caliber.com/find-a-location/frankfort-ky', '/locate-a-caliber-collision-center/franklin' => 'https://www.caliber.com/find-a-location/franklin', '/locate-a-caliber-collision-center/franklin-columbia-ave' => 'https://www.caliber.com/find-a-location/franklin-columbia-ave', '/locate-a-caliber-collision-center/franklin-wi' => 'https://www.caliber.com/find-a-location/franklin-wi', '/locate-a-caliber-collision-center/frederick-monocacy-valley' => 'https://www.caliber.com/find-a-location/frederick-monocacy-valley', '/locate-a-caliber-collision-center/fredericksburg' => 'https://www.caliber.com/find-a-location/fredericksburg', '/locate-a-caliber-collision-center/fremont' => 'https://www.caliber.com/find-a-location/fremont', '/locate-a-caliber-collision-center/fremont-north' => 'https://www.caliber.com/find-a-location/fremont-north', '/locate-a-caliber-collision-center/fresno' => 'https://www.caliber.com/find-a-location/fresno', '/locate-a-caliber-collision-center/fresno-broadway' => 'https://www.caliber.com/find-a-location/fresno-broadway', '/locate-a-caliber-collision-center/fresno-n-blackstone' => 'https://www.caliber.com/find-a-location/fresno-n-blackstone', '/locate-a-caliber-collision-center/fresno-n-blythe-ave' => 'https://www.caliber.com/find-a-location/fresno-n-blythe-ave', '/locate-a-caliber-collision-center/fresno-n-milburn-ave' => 'https://www.caliber.com/find-a-location/fresno-n-milburn-ave', '/locate-a-caliber-collision-center/fresno-nthesta-st' => 'https://www.caliber.com/find-a-location/fresno-n-thesta-st', '/locate-a-caliber-collision-center/fresno-palm-bluff' => 'https://www.caliber.com/find-a-location/fresno-palm-bluff', '/locate-a-caliber-collision-center/fresno-tx' => 'https://www.caliber.com/find-a-location/fresno-tx', '/locate-a-caliber-collision-center/fridley' => 'https://www.caliber.com/find-a-location/fridley', '/locate-a-caliber-collision-center/friendswood' => 'https://www.caliber.com/find-a-location/friendswood', '/locate-a-caliber-collision-center/frisco' => 'https://www.caliber.com/find-a-location/frisco', '/locate-a-caliber-collision-center/frisco-downtown' => 'https://www.caliber.com/find-a-location/frisco-downtown', '/locate-a-caliber-collision-center/frisco-express' => 'https://www.caliber.com/find-a-location/frisco-express', '/locate-a-caliber-collision-center/fulshear' => 'https://www.caliber.com/find-a-location/fulshear', '/locate-a-caliber-collision-center/fuquay-varina' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/gainesville' => 'https://www.caliber.com/find-a-location/gainesville', '/locate-a-caliber-collision-center/gainesville-fl-north' => 'https://www.caliber.com/find-a-location/gainesville-fl-north', '/locate-a-caliber-collision-center/gainesville-rx' => 'https://www.caliber.com/find-a-location/gainesville-rx', '/locate-a-caliber-collision-center/gaithersburg' => 'https://www.caliber.com/find-a-location/gaithersburg', '/locate-a-caliber-collision-center/gallatin' => 'https://www.caliber.com/find-a-location/gallatin', '/locate-a-caliber-collision-center/galveston' => 'https://www.caliber.com/find-a-location/galveston', '/locate-a-caliber-collision-center/garden-grove' => 'https://www.caliber.com/find-a-location/garden-grove', '/locate-a-caliber-collision-center/garland' => 'https://www.caliber.com/find-a-location/garland', '/locate-a-caliber-collision-center/gastonia' => 'https://www.caliber.com/find-a-location/gastonia', '/locate-a-caliber-collision-center/georgetown' => 'https://www.caliber.com/find-a-location/georgetown', '/locate-a-caliber-collision-center/georgetown-ky' => 'https://www.caliber.com/find-a-location/georgetown-ky', '/locate-a-caliber-collision-center/germantown' => 'https://www.caliber.com/find-a-location/germantown', '/locate-a-caliber-collision-center/gilbert' => 'https://www.caliber.com/find-a-location/gilbert', '/locate-a-caliber-collision-center/gilroy' => 'https://www.caliber.com/find-a-location/gilroy', '/locate-a-caliber-collision-center/gilroy-church-st' => 'https://www.caliber.com/find-a-location/gilroy-church-st', '/locate-a-caliber-collision-center/glassboro' => 'https://www.caliber.com/find-a-location/glassboro', '/locate-a-caliber-collision-center/glen-allen' => 'https://www.caliber.com/find-a-location/glen-allen', '/locate-a-caliber-collision-center/glen-burnie' => 'https://www.caliber.com/find-a-location/glen-burnie', '/locate-a-caliber-collision-center/glen-burnie-north' => 'https://www.caliber.com/find-a-location/glen-burnie-north', '/locate-a-caliber-collision-center/glen-carbon' => 'https://www.caliber.com/find-a-location/glen-carbon', '/locate-a-caliber-collision-center/glendale' => 'https://www.caliber.com/find-a-location/glendale', '/locate-a-caliber-collision-center/glendale-s-louise-st' => 'https://www.caliber.com/find-a-location/glendale-s-louise-st', '/locate-a-caliber-collision-center/glendale-wi' => 'https://www.caliber.com/find-a-location/glendale-wi', '/locate-a-caliber-collision-center/glendora' => 'https://www.caliber.com/find-a-location/glendora', '/locate-a-caliber-collision-center/glenolden' => 'https://www.caliber.com/find-a-location/glenolden', '/locate-a-caliber-collision-center/glenside' => 'https://www.caliber.com/find-a-location/glenside', '/locate-a-caliber-collision-center/goose-creek' => 'https://www.caliber.com/find-a-location/goose-creek', '/locate-a-caliber-collision-center/grafton-wi' => 'https://www.caliber.com/find-a-location/grafton', '/locate-a-caliber-collision-center/grand-junction-25-rd' => 'https://www.caliber.com/find-a-location/grand-junction-25-road', '/locate-a-caliber-collision-center/grapevine' => 'https://www.caliber.com/find-a-location/grapevine', '/locate-a-caliber-collision-center/grass-valley' => 'https://www.caliber.com/find-a-location/grass-valley', '/locate-a-caliber-collision-center/grayslake' => 'https://www.caliber.com/find-a-location/grayslake', '/locate-a-caliber-collision-center/greeley' => 'https://www.caliber.com/find-a-location/greeley', '/locate-a-caliber-collision-center/greensboro-battleground-ave' => 'https://www.caliber.com/find-a-location/greensboro-battleground-ave', '/locate-a-caliber-collision-center/greensboro-edwardia-dr' => 'https://www.caliber.com/find-a-location/greensboro-edwardia-dr', '/locate-a-caliber-collision-center/greensboro-south' => 'https://www.caliber.com/find-a-location/greensboro-south', '/locate-a-caliber-collision-center/greensboro-s-regional-rd' => 'https://www.caliber.com/find-a-location/greensboro-s-regional-rd', '/locate-a-caliber-collision-center/greenville' => 'https://www.caliber.com/find-a-location/greenville', '/locate-a-caliber-collision-center/greenville-nc' => 'https://www.caliber.com/find-a-location/greenville-nc', '/locate-a-caliber-collision-center/greenville-woodruff-rd' => 'https://www.caliber.com/find-a-location/greenville-woodruff-rd', '/locate-a-caliber-collision-center/greenwood-melody-ave' => 'https://www.caliber.com/find-a-location/greenwood-melody-ave', '/locate-a-caliber-collision-center/greenwood-village' => 'https://www.caliber.com/find-a-location/greenwood-village', '/locate-a-caliber-collision-center/gresham' => 'https://www.caliber.com/find-a-location/gresham', '/locate-a-caliber-collision-center/grimes' => 'https://www.caliber.com/find-a-location/grimes', '/locate-a-caliber-collision-center/hagerstown' => 'https://www.caliber.com/find-a-location/hagerstown', '/locate-a-caliber-collision-center/hamilton' => 'https://www.caliber.com/find-a-location/hamilton', '/locate-a-caliber-collision-center/ham-lake' => 'https://www.caliber.com/find-a-location/ham-lake', '/locate-a-caliber-collision-center/hampton' => 'https://www.caliber.com/find-a-location/hampton', '/locate-a-caliber-collision-center/hampton-thomas-st' => 'https://www.caliber.com/find-a-location/hampton-thomas-st', '/locate-a-caliber-collision-center/hanford' => 'https://www.caliber.com/find-a-location/hanford', '/locate-a-caliber-collision-center/harker-heights' => 'https://www.caliber.com/find-a-location/harker-heights', '/locate-a-caliber-collision-center/harrisburg-nc' => 'https://www.caliber.com/find-a-location/harrisburg-nc', '/locate-a-caliber-collision-center/harrisburg-pa' => 'https://www.caliber.com/find-a-location/harrisburg-pa', '/locate-a-caliber-collision-center/harrison' => 'https://www.caliber.com/find-a-location/harrison', '/locate-a-caliber-collision-center/harrisonburg' => 'https://www.caliber.com/find-a-location/harrisonburg', '/locate-a-caliber-collision-center/hartville' => 'https://www.caliber.com/find-a-location/hartville', '/locate-a-caliber-collision-center/havre-de-grace' => 'https://www.caliber.com/find-a-location/havre-de-grace', '/locate-a-caliber-collision-center/hawthorne' => 'https://www.caliber.com/find-a-location/hawthorne', '/locate-a-caliber-collision-center/hayward' => 'https://www.caliber.com/find-a-location/hayward', '/locate-a-caliber-collision-center/helotes-express' => 'https://www.caliber.com/find-a-location/helotes-express', '/locate-a-caliber-collision-center/hemet' => 'https://www.caliber.com/find-a-location/hemet', '/locate-a-caliber-collision-center/henderson-american-pacific' => 'https://www.caliber.com/find-a-location/henderson-american-pacific', '/locate-a-caliber-collision-center/henderson-co' => 'https://www.caliber.com/find-a-location/henderson-co', '/locate-a-caliber-collision-center/henderson-eastgate' => 'https://www.caliber.com/find-a-location/henderson', '/locate-a-caliber-collision-center/hernando' => 'https://www.caliber.com/find-a-location/hernando', '/locate-a-caliber-collision-center/hesperia' => 'https://www.caliber.com/find-a-location/hesperia', '/locate-a-caliber-collision-center/hesperia-bear-valley-rd' => 'https://www.caliber.com/find-a-location/hesperia-bear-valley-rd', '/locate-a-caliber-collision-center/hickory-hollow' => 'https://www.caliber.com/find-a-location/hickory-hollow', '/locate-a-caliber-collision-center/highland-park' => 'https://www.caliber.com/find-a-location/highland-park', '/locate-a-caliber-collision-center/highlands-ranch' => 'https://www.caliber.com/find-a-location/highlands-ranch', '/locate-a-caliber-collision-center/hillsboro' => 'https://www.caliber.com/find-a-location/hillsboro', '/locate-a-caliber-collision-center/hollister' => 'https://www.caliber.com/find-a-location/hollister', '/locate-a-caliber-collision-center/hollywood' => 'https://www.caliber.com/find-a-location/hollywood', '/locate-a-caliber-collision-center/hollywood-blvd' => 'https://www.caliber.com/find-a-location/hollywood-blvd', '/locate-a-caliber-collision-center/hollywood-fl' => 'https://www.caliber.com/find-a-location/hollywood-fl', '/locate-a-caliber-collision-center/hopkins' => 'https://www.caliber.com/find-a-location/hopkins', '/locate-a-caliber-collision-center/hopkinsville' => 'https://www.caliber.com/find-a-location/hopkinsville', '/locate-a-caliber-collision-center/horn-lake' => 'https://www.caliber.com/find-a-location/horn-lake', '/locate-a-caliber-collision-center/horsham' => 'https://www.caliber.com/find-a-location/horsham', '/locate-a-caliber-collision-center/houston-galleria' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/houston-liberty-lakes' => 'https://www.caliber.com/find-a-location/houston-liberty-lakes', '/locate-a-caliber-collision-center/houston-memorial' => 'https://www.caliber.com/find-a-location/houston-memorial', '/locate-a-caliber-collision-center/houston-morton-ranch' => 'https://www.caliber.com/find-a-location/houston-morton-ranch', '/locate-a-caliber-collision-center/houston-non-drive-north' => 'https://www.caliber.com/find-a-location/houston-non-drive-north', '/locate-a-caliber-collision-center/houston-non-drive-west' => 'https://www.caliber.com/find-a-location/houston-non-drive-west', '/locate-a-caliber-collision-center/houston-northeast' => 'https://www.caliber.com/find-a-location/houston-northeast', '/locate-a-caliber-collision-center/houston-pasadena' => 'https://www.caliber.com/find-a-location/houston-pasadena', '/locate-a-caliber-collision-center/houston-south-loop' => 'https://www.caliber.com/find-a-location/houston-south-loop', '/locate-a-caliber-collision-center/houston-southwest-freeway' => 'https://www.caliber.com/find-a-location/houston-southwest-freeway', '/locate-a-caliber-collision-center/houston-towne-lake' => 'https://www.caliber.com/find-a-location/houston-towne-lake', '/locate-a-caliber-collision-center/houston-willowbrook' => 'https://www.caliber.com/find-a-location/houston-willowbrook', '/locate-a-caliber-collision-center/huntersville' => 'https://www.caliber.com/find-a-location/huntersville', '/locate-a-caliber-collision-center/huntington' => 'https://www.caliber.com/find-a-location/huntington', '/locate-a-caliber-collision-center/huntington-beach' => 'https://www.caliber.com/find-a-location/huntington-beach', '/locate-a-caliber-collision-center/huntington-beach-graham-st' => 'https://www.caliber.com/find-a-location/huntington-beach-graham-st', '/locate-a-caliber-collision-center/hunt-valley' => 'https://www.caliber.com/find-a-location/hunt-valley', '/locate-a-caliber-collision-center/hutto' => 'https://www.caliber.com/find-a-location/hutto', '/locate-a-caliber-collision-center/hyattsville' => 'https://www.caliber.com/find-a-location/hyattsville', '/locate-a-caliber-collision-center/indianapolis-beech-grove' => 'https://www.caliber.com/find-a-location/indianapolis-beech-grove', '/locate-a-caliber-collision-center/indianapolis-castleton' => 'https://www.caliber.com/find-a-location/indianapolis-castleton', '/locate-a-caliber-collision-center/indianapolis-downtown' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/indianapolis-lafayette-park' => 'https://www.caliber.com/find-a-location/indianapolis-lafayette-park', '/locate-a-caliber-collision-center/indianapolis-lawrence' => 'https://www.caliber.com/find-a-location/indianapolis-lawrence', '/locate-a-caliber-collision-center/indianapolis-northwest' => 'https://www.caliber.com/find-a-location/indianapolis-northwest', '/locate-a-caliber-collision-center/indianapolis-shadeland' => 'https://www.caliber.com/find-a-location/indianapolis-shadeland', '/locate-a-caliber-collision-center/indianapolis-south' => 'https://www.caliber.com/find-a-location/indianapolis-south', '/locate-a-caliber-collision-center/indianapolis-stop-12' => 'https://www.caliber.com/find-a-location/indianapolis-stop-12', '/locate-a-caliber-collision-center/indianapolis-west' => 'https://www.caliber.com/find-a-location/indianapolis-west', '/locate-a-caliber-collision-center/indianapolis-westfield' => 'https://www.caliber.com/find-a-location/indianapolis-westfield', '/locate-a-caliber-collision-center/indian-land' => 'https://www.caliber.com/find-a-location/indian-land', '/locate-a-caliber-collision-center/indian-trail' => 'https://www.caliber.com/find-a-location/indian-trail', '/locate-a-caliber-collision-center/indio' => 'https://www.caliber.com/find-a-location/indio', '/locate-a-caliber-collision-center/inland-empire-non-drive' => 'https://www.caliber.com/find-a-location/inland-empire-non-drive', '/locate-a-caliber-collision-center/irmo' => 'https://www.caliber.com/find-a-location/irmo', '/locate-a-caliber-collision-center/irvine' => 'https://www.caliber.com/find-a-location/irvine', '/locate-a-caliber-collision-center/irvine-north' => 'https://www.caliber.com/find-a-location/irvine-north', '/locate-a-caliber-collision-center/issaquah-e-lake-sammamish' => 'https://www.caliber.com/find-a-location/issaquah-e-lake-sammamish', '/locate-a-caliber-collision-center/issaquah-sunset' => 'https://www.caliber.com/find-a-location/issaquah-sunset', '/locate-a-caliber-collision-center/jackson-tn' => 'https://www.caliber.com/find-a-location/jackson-tn', '/locate-a-caliber-collision-center/jacksonville-fl-atlantic' => 'https://www.caliber.com/find-a-location/jacksonville-fl-atlantic', '/locate-a-caliber-collision-center/jacksonville-fl-beach-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-beach-blvd', '/locate-a-caliber-collision-center/jacksonville-fl-downtown' => 'https://www.caliber.com/find-a-location/jacksonville-fl-downtown', '/locate-a-caliber-collision-center/jacksonville-fl-mayport' => 'https://www.caliber.com/find-a-location/jacksonville-fl-mayport', '/locate-a-caliber-collision-center/jacksonville-fl-merrill-rd' => 'https://www.caliber.com/find-a-location/jacksonville-fl-merrill-rd', '/locate-a-caliber-collision-center/jacksonville-fl-nas' => 'https://www.caliber.com/find-a-location/jacksonville-fl-nas', '/locate-a-caliber-collision-center/jacksonville-fl-non-drive' => 'https://www.caliber.com/find-a-location/jacksonville-fl-non-drive', '/locate-a-caliber-collision-center/jacksonville-fl-philips-hwy' => 'https://www.caliber.com/find-a-location/jacksonville-fl-philips-hwy', '/locate-a-caliber-collision-center/jacksonville-fl-sw' => 'https://www.caliber.com/find-a-location/jacksonville-fl-sw', '/locate-a-caliber-collision-center/jacksonville-nc-lejeune' => 'https://www.caliber.com/find-a-location/jacksonville-nc-lejeune', '/locate-a-caliber-collision-center/jacksonville-nc-marine-blvd' => 'https://www.caliber.com/find-a-location/jacksonville-nc-marine-blvd', '/locate-a-caliber-collision-center/jacksonville-new-river' => 'https://www.caliber.com/find-a-location/jacksonville-new-river', '/locate-a-caliber-collision-center/janesville' => 'https://www.caliber.com/find-a-location/janesville', '/locate-a-caliber-collision-center/jessup' => 'https://www.caliber.com/find-a-location/jessup', '/locate-a-caliber-collision-center/johns-creek' => 'https://www.caliber.com/find-a-location/johns-creek', '/locate-a-caliber-collision-center/joppa' => 'https://www.caliber.com/find-a-location/joppa', '/locate-a-caliber-collision-center/jupiter' => 'https://www.caliber.com/find-a-location/jupiter', '/locate-a-caliber-collision-center/jupiter-old-dixie-hwy' => 'https://www.caliber.com/find-a-location/jupiter-old-dixie-highway', '/locate-a-caliber-collision-center/katy' => 'https://www.caliber.com/find-a-location/katy', '/locate-a-caliber-collision-center/kearney-mesa-dagget' => 'https://www.caliber.com/find-a-location/kearny-mesa-dagget', '/locate-a-caliber-collision-center/keizer' => 'https://www.caliber.com/find-a-location/keizer', '/locate-a-caliber-collision-center/keller' => 'https://www.caliber.com/find-a-location/keller', '/locate-a-caliber-collision-center/kennesaw' => 'https://www.caliber.com/find-a-location/kennesaw', '/locate-a-caliber-collision-center/kennesaw-moon-station' => 'https://www.caliber.com/find-a-location/kennesaw-moon-station', '/locate-a-caliber-collision-center/kennett-square' => 'https://www.caliber.com/find-a-location/kennett-square', '/locate-a-caliber-collision-center/kennewick' => 'https://www.caliber.com/find-a-location/kennewick', '/locate-a-caliber-collision-center/kenosha' => 'https://www.caliber.com/find-a-location/kenosha', '/locate-a-caliber-collision-center/kent-island' => 'https://www.caliber.com/find-a-location/kent-island', '/locate-a-caliber-collision-center/killeen' => 'https://www.caliber.com/find-a-location/killeen', '/locate-a-caliber-collision-center/killeen-downtown' => 'https://www.caliber.com/find-a-location/killeen-downtown', '/locate-a-caliber-collision-center/killeen-express' => 'https://www.caliber.com/find-a-location/killeen-express', '/locate-a-caliber-collision-center/king-of-prussia' => 'https://www.caliber.com/find-a-location/king-of-prussia', '/locate-a-caliber-collision-center/kingston' => 'https://www.caliber.com/find-a-location/kingston', '/locate-a-caliber-collision-center/kingston-pike' => 'https://www.caliber.com/find-a-location/kingston-pike', '/locate-a-caliber-collision-center/kingwood' => 'https://www.caliber.com/find-a-location/kingwood', '/locate-a-caliber-collision-center/kirkland' => 'https://www.caliber.com/find-a-location/kirkland', '/locate-a-caliber-collision-center/kissimmee' => 'https://www.caliber.com/find-a-location/kissimmee', '/locate-a-caliber-collision-center/kissimmee-east' => 'https://www.caliber.com/find-a-location/kissimmee-east', '/locate-a-caliber-collision-center/kissimmee-north' => 'https://www.caliber.com/find-a-location/kissimmee-north', '/locate-a-caliber-collision-center/knoxville-north' => 'https://www.caliber.com/find-a-location/knoxville-north', '/locate-a-caliber-collision-center/knoxville-west' => 'https://www.caliber.com/find-a-location/knoxville-west', '/locate-a-caliber-collision-center/kyle' => 'https://www.caliber.com/find-a-location/kyle', '/locate-a-caliber-collision-center/la-cienega' => 'https://www.caliber.com/find-a-location/los-angeles-la-cienega', '/locate-a-caliber-collision-center/la-crescenta' => 'https://www.caliber.com/find-a-location/la-crescenta-drive-center', '/locate-a-caliber-collision-center/ladson' => 'https://www.caliber.com/find-a-location/ladson', '/locate-a-caliber-collision-center/lafayette' => 'https://www.caliber.com/find-a-location/lafayette-farabee-dr', '/locate-a-caliber-collision-center/laguna-beach' => 'https://www.caliber.com/find-a-location/laguna-beach', '/locate-a-caliber-collision-center/laguna-niguel' => 'https://www.caliber.com/find-a-location/laguna-niguel', '/locate-a-caliber-collision-center/lake-elsinore' => 'https://www.caliber.com/find-a-location/lake-elsinore', '/locate-a-caliber-collision-center/lake-forest' => 'https://www.caliber.com/find-a-location/lake-forest', '/locate-a-caliber-collision-center/lake-havasu-city' => 'https://www.caliber.com/find-a-location/lake-havasu-city', '/locate-a-caliber-collision-center/lake-jackson' => 'https://www.caliber.com/find-a-location/lake-jackson', '/locate-a-caliber-collision-center/lake-norman-denver' => 'https://www.caliber.com/find-a-location/lake-norman', '/locate-a-caliber-collision-center/lake-oswego' => 'https://www.caliber.com/find-a-location/lake-oswego', '/locate-a-caliber-collision-center/lakeway' => 'https://www.caliber.com/find-a-location/lakeway', '/locate-a-caliber-collision-center/lakewood-co' => 'https://www.caliber.com/find-a-location/lakewood-co', '/locate-a-caliber-collision-center/lakewood-wa' => 'https://www.caliber.com/find-a-location/lakewood-wa', '/locate-a-caliber-collision-center/la-mesa' => 'https://www.caliber.com/find-a-location/la-mesa', '/locate-a-caliber-collision-center/lancaster' => 'https://www.caliber.com/find-a-location/lancaster', '/locate-a-caliber-collision-center/landover' => 'https://www.caliber.com/find-a-location/landover', '/locate-a-caliber-collision-center/largo' => 'https://www.caliber.com/find-a-location/largo', '/locate-a-caliber-collision-center/las-cruces' => 'https://www.caliber.com/find-a-location/las-cruces-n-telshor-bl', '/locate-a-caliber-collision-center/las-cruces-amador' => 'https://www.caliber.com/find-a-location/las-cruces-amador', '/locate-a-caliber-collision-center/las-vegas-anthem' => 'https://www.caliber.com/find-a-location/las-vegas-anthem', '/locate-a-caliber-collision-center/las-vegas-downtown' => 'https://www.caliber.com/find-a-location/las-vegas-downtown', '/locate-a-caliber-collision-center/las-vegas-procyon-st' => 'https://www.caliber.com/find-a-location/las-vegas-procyon-st', '/locate-a-caliber-collision-center/las-vegas-rancho-rd' => 'https://www.caliber.com/find-a-location/las-vegas-rancho-rd', '/locate-a-caliber-collision-center/las-vegas-ricky-rd' => 'https://www.caliber.com/find-a-location/las-vegas-ricky-rd', '/locate-a-caliber-collision-center/lawrenceville' => 'https://www.caliber.com/find-a-location/lawrenceville', '/locate-a-caliber-collision-center/leander-crystal-falls-pkwy' => 'https://www.caliber.com/find-a-location/leander-crystal-falls-pkwy', '/locate-a-caliber-collision-center/lebanon' => 'https://www.caliber.com/find-a-location/lebanon', '/locate-a-caliber-collision-center/lebanon-oh' => 'https://www.caliber.com/find-a-location/lebanon-oh', '/locate-a-caliber-collision-center/lebanon-pa' => 'https://www.caliber.com/find-a-location/lebanon-pa', '/locate-a-caliber-collision-center/lebanon-west-main-st' => 'https://www.caliber.com/find-a-location/lebanon-west-main-st', '/locate-a-caliber-collision-center/leesburg' => 'https://www.caliber.com/find-a-location/leesburg', '/locate-a-caliber-collision-center/lehigh-acres' => 'https://www.caliber.com/find-a-location/lehigh-acres', '/locate-a-caliber-collision-center/leon-springs-luxury' => 'https://www.caliber.com/find-a-location/luxury-leon-springs', '/locate-a-caliber-collision-center/levittown' => 'https://www.caliber.com/find-a-location/levittown', '/locate-a-caliber-collision-center/lewisville' => 'https://www.caliber.com/find-a-location/lewisville', '/locate-a-caliber-collision-center/lexington-ky' => 'https://www.caliber.com/find-a-location/lexington-ky', '/locate-a-caliber-collision-center/lexington-park' => 'https://www.caliber.com/find-a-location/lexington-park', '/locate-a-caliber-collision-center/lexington-sc' => 'https://www.caliber.com/find-a-location/lexington-sc', '/locate-a-caliber-collision-center/libertyville' => 'https://www.caliber.com/find-a-location/libertyville', '/locate-a-caliber-collision-center/lincoln' => 'https://www.caliber.com/find-a-location/lincoln', '/locate-a-caliber-collision-center/litchfield-park' => 'https://www.caliber.com/find-a-location/litchfield-park', '/locate-a-caliber-collision-center/lithia-springs' => 'https://www.caliber.com/find-a-location/lithia-springs', '/locate-a-caliber-collision-center/little-elm' => 'https://www.caliber.com/find-a-location/little-elm', '/locate-a-caliber-collision-center/littleton' => 'https://www.caliber.com/find-a-location/littleton', '/locate-a-caliber-collision-center/littleton-chatfield' => 'https://www.caliber.com/find-a-location/littleton-chatfield', '/locate-a-caliber-collision-center/littleton-s-broadway' => 'https://www.caliber.com/find-a-location/littleton-s-broadway', '/locate-a-caliber-collision-center/logan' => 'https://www.caliber.com/find-a-location/logan', '/locate-a-caliber-collision-center/lomita' => 'https://www.caliber.com/find-a-location/lomita', '/locate-a-caliber-collision-center/lompoc' => 'https://www.caliber.com/find-a-location/lompoc', '/locate-a-caliber-collision-center/long-beach' => 'https://www.caliber.com/find-a-location/long-beach', '/locate-a-caliber-collision-center/longmont' => 'https://www.caliber.com/find-a-location/longmont', '/locate-a-caliber-collision-center/longmont-boston-ave' => 'https://www.caliber.com/find-a-location/longmont-boston-ave', '/locate-a-caliber-collision-center/longview-north' => 'https://www.caliber.com/find-a-location/longview-north', '/locate-a-caliber-collision-center/longwood' => 'https://www.caliber.com/find-a-location/longwood', '/locate-a-caliber-collision-center/los-angeles-downtown' => 'https://www.caliber.com/find-a-location/los-angeles-downtown', '/locate-a-caliber-collision-center/los-angeles-griffith-park' => 'https://www.caliber.com/find-a-location/los-angeles-griffith-park', '/locate-a-caliber-collision-center/los-angeles-mid-city' => 'https://www.caliber.com/find-a-location/los-angeles-mid-city', '/locate-a-caliber-collision-center/los-angeles-s-la-brea' => 'https://www.caliber.com/find-a-location/los-angeles-s-la-brea', '/locate-a-caliber-collision-center/los-angeles-w-adams-blvd' => 'https://www.caliber.com/find-a-location/los-angeles-w-adams-blvd', '/locate-a-caliber-collision-center/los-angeles-w-washington' => 'https://www.caliber.com/find-a-location/los-angeles-w-washington', '/locate-a-caliber-collision-center/los-banos' => 'https://www.caliber.com/find-a-location/los-banos', '/locate-a-caliber-collision-center/los-gatos' => 'https://www.caliber.com/find-a-location/los-gatos', '/locate-a-caliber-collision-center/louisville-dixie-hwy' => 'https://www.caliber.com/find-a-location/louisville-dixie-hwy', '/locate-a-caliber-collision-center/loveland' => 'https://www.caliber.com/find-a-location/loveland', '/locate-a-caliber-collision-center/loveland-oh' => 'https://www.caliber.com/find-a-location/loveland-oh', '/locate-a-caliber-collision-center/loveland-topaz-dr' => 'https://www.caliber.com/find-a-location/loveland-topaz-dr', '/locate-a-caliber-collision-center/lumberton' => 'https://www.caliber.com/find-a-location/lumberton', '/locate-a-caliber-collision-center/lutz' => 'https://www.caliber.com/find-a-location/lutz', '/locate-a-caliber-collision-center/lynbrook' => 'https://www.caliber.com/find-a-location/lynbrook', '/locate-a-caliber-collision-center/lynchburg' => 'https://www.caliber.com/find-a-location/lynchburg', '/locate-a-caliber-collision-center/lynnwood-wa' => 'https://www.caliber.com/find-a-location/lynnwood-wa', '/locate-a-caliber-collision-center/lynwood-il' => 'https://www.caliber.com/find-a-location/lynwood-il', '/locate-a-caliber-collision-center/macon' => 'https://www.caliber.com/find-a-location/macon', '/locate-a-caliber-collision-center/madera' => 'https://www.caliber.com/find-a-location/madera', '/locate-a-caliber-collision-center/madison' => 'https://www.caliber.com/find-a-location/madison', '/locate-a-caliber-collision-center/madison-east-towne' => 'https://www.caliber.com/find-a-location/madison-east-towne', '/locate-a-caliber-collision-center/madison-gallatin-pike' => 'https://www.caliber.com/find-a-location/madison-gallatin-pike', '/locate-a-caliber-collision-center/madison-west-towne' => 'https://www.caliber.com/find-a-location/madison-west-towne', '/locate-a-caliber-collision-center/manassas' => 'https://www.caliber.com/find-a-location/manassas', '/locate-a-caliber-collision-center/manayunk' => 'https://www.caliber.com/find-a-location/manayunk', '/locate-a-caliber-collision-center/manchaca' => 'https://www.caliber.com/find-a-location/austin-menchaca', '/locate-a-caliber-collision-center/mansfield' => 'https://www.caliber.com/find-a-location/mansfield', '/locate-a-caliber-collision-center/manteca' => 'https://www.caliber.com/find-a-location/manteca', '/locate-a-caliber-collision-center/maple-grove' => 'https://www.caliber.com/find-a-location/maple-grove', '/locate-a-caliber-collision-center/maplewood' => 'https://www.caliber.com/find-a-location/maplewood', '/locate-a-caliber-collision-center/marble-falls' => 'https://www.caliber.com/find-a-location/marble-falls', '/locate-a-caliber-collision-center/margaret-wallace' => 'https://www.caliber.com/find-a-location/margaret-wallace', '/locate-a-caliber-collision-center/marietta' => 'https://www.caliber.com/find-a-location/marietta', '/locate-a-caliber-collision-center/marietta-cobb-pkwy' => 'https://www.caliber.com/find-a-location/marietta-cobb-parkway', '/locate-a-caliber-collision-center/marlow-heights' => 'https://www.caliber.com/find-a-location/marlow-heights', '/locate-a-caliber-collision-center/marlton' => 'https://www.caliber.com/find-a-location/marlton', '/locate-a-caliber-collision-center/marmora' => 'https://www.caliber.com/find-a-location/marmora', '/locate-a-caliber-collision-center/maryland-heights' => 'https://www.caliber.com/find-a-location/maryland-heights', '/locate-a-caliber-collision-center/marysville-wa' => 'https://www.caliber.com/find-a-location/marysville-wa', '/locate-a-caliber-collision-center/maryville-il' => 'https://www.caliber.com/find-a-location/maryville-il', '/locate-a-caliber-collision-center/massaponax' => 'https://www.caliber.com/find-a-location/massaponax', '/locate-a-caliber-collision-center/matthews' => 'https://www.caliber.com/find-a-location/matthews', '/locate-a-caliber-collision-center/mays-landing' => 'https://www.caliber.com/find-a-location/mays-landing', '/locate-a-caliber-collision-center/mckeesport' => 'https://www.caliber.com/find-a-location/mckeesport', '/locate-a-caliber-collision-center/mckinney-east' => 'https://www.caliber.com/find-a-location/mckinney-east', '/locate-a-caliber-collision-center/mckinney-hwy-380' => 'https://www.caliber.com/find-a-location/mckinney-hwy-380', '/locate-a-caliber-collision-center/mckinney-northwest' => 'https://www.caliber.com/find-a-location/mckinney-northwest', '/locate-a-caliber-collision-center/medford' => 'https://www.caliber.com/find-a-location/medford', '/locate-a-caliber-collision-center/medina' => 'https://www.caliber.com/find-a-location/medina', '/locate-a-caliber-collision-center/memphis-covington-pike' => 'https://www.caliber.com/find-a-location/memphis-covington-pike', '/locate-a-caliber-collision-center/memphis-downtown' => 'https://www.caliber.com/find-a-location/memphis-downtown', '/locate-a-caliber-collision-center/memphis-mt-moriah' => 'https://www.caliber.com/find-a-location/memphis-mt-moriah', '/locate-a-caliber-collision-center/memphis-southwind' => 'https://www.caliber.com/find-a-location/memphis-southwind', '/locate-a-caliber-collision-center/meridian' => 'https://www.caliber.com/find-a-location/meridian', '/locate-a-caliber-collision-center/meridian-e-fairview' => 'https://www.caliber.com/find-a-location/meridian-e-fairview', '/locate-a-caliber-collision-center/meridian-s-adkins-way' => 'https://www.caliber.com/find-a-location/meridian-s-adkins-way', '/locate-a-caliber-collision-center/merrillville' => 'https://www.caliber.com/find-a-location/merrillville', '/locate-a-caliber-collision-center/mesa-broadway-rd' => 'https://www.caliber.com/find-a-location/mesa-broadway-rd', '/locate-a-caliber-collision-center/mesa-east-main-st' => 'https://www.caliber.com/find-a-location/mesa-east-main-st', '/locate-a-caliber-collision-center/mesa-gateway' => 'https://www.caliber.com/find-a-location/mesa-gateway', '/locate-a-caliber-collision-center/miami-ne-14th-ave' => 'https://www.caliber.com/find-a-location/miami-ne-14th-ave', '/locate-a-caliber-collision-center/miami-north-doral' => 'https://www.caliber.com/find-a-location/miami-north-doral', '/locate-a-caliber-collision-center/miami-s-dixie-hwy' => 'https://www.caliber.com/find-a-location/miami-s-dixie-hwy', '/locate-a-caliber-collision-center/michigan-city' => 'https://www.caliber.com/find-a-location/michigan-city', '/locate-a-caliber-collision-center/middleton-wi' => 'https://www.caliber.com/find-a-location/middleton-wi', '/locate-a-caliber-collision-center/middletown-de' => 'https://www.caliber.com/find-a-location/middletown-de', '/locate-a-caliber-collision-center/midland-w-front-st' => 'https://www.caliber.com/find-a-location/midland-w-front-st', '/locate-a-caliber-collision-center/midlothian-grove-rd' => 'https://www.caliber.com/find-a-location/midlothian-grove-rd', '/locate-a-caliber-collision-center/midwest-city' => 'https://www.caliber.com/find-a-location/midwest-city', '/locate-a-caliber-collision-center/milford' => 'https://www.caliber.com/find-a-location/milford', '/locate-a-caliber-collision-center/millcreek' => 'https://www.caliber.com/find-a-location/millcreek', '/locate-a-caliber-collision-center/millersville' => 'https://www.caliber.com/find-a-location/millersville', '/locate-a-caliber-collision-center/milpitas' => 'https://www.caliber.com/find-a-location/milpitas', '/locate-a-caliber-collision-center/milwaukee-north' => 'https://www.caliber.com/find-a-location/milwaukee-north', '/locate-a-caliber-collision-center/minneapolis-downtown' => 'https://www.caliber.com/find-a-location/minneapolis-downtown', '/locate-a-caliber-collision-center/minnesota-fleet' => 'https://www.caliber.com/find-a-location/minnesota-fleet', '/locate-a-caliber-collision-center/miramar' => 'https://www.caliber.com/find-a-location/san-diego-miramar', '/locate-a-caliber-collision-center/mira-mesa' => 'https://www.caliber.com/find-a-location/mira-mesa', '/locate-a-caliber-collision-center/mishawaka' => 'https://www.caliber.com/find-a-location/mishawaka', '/locate-a-caliber-collision-center/mission-bay' => 'https://www.caliber.com/find-a-location/mission-bay', '/locate-a-caliber-collision-center/mission-valley' => 'https://www.caliber.com/find-a-location/mission-valley', '/locate-a-caliber-collision-center/mission-viejo' => 'https://www.caliber.com/find-a-location/mission-viejo', '/locate-a-caliber-collision-center/missouri-city' => 'https://www.caliber.com/find-a-location/missouri-city', '/locate-a-caliber-collision-center/mitchell' => 'https://www.caliber.com/find-a-location/mitchell', '/locate-a-caliber-collision-center/mobile-schillinger-rd-s' => 'https://www.caliber.com/find-a-location/mobile-schillinger-rd-s', '/locate-a-caliber-collision-center/mobile-springhill-ave' => 'https://www.caliber.com/find-a-location/mobile-springhill-ave', '/locate-a-caliber-collision-center/modesto' => 'https://www.caliber.com/find-a-location/modesto', '/locate-a-caliber-collision-center/modesto-10th-st' => 'https://www.caliber.com/find-a-location/modesto-10th-st', '/locate-a-caliber-collision-center/modesto-bangs-ave' => 'https://www.caliber.com/find-a-location/modesto-bangs-ave', '/locate-a-caliber-collision-center/modesto-stratos-way' => 'https://www.caliber.com/find-a-location/modesto-stratos-way', '/locate-a-caliber-collision-center/monroe' => 'https://www.caliber.com/find-a-location/monroe', '/locate-a-caliber-collision-center/monroe-hwy-74' => 'https://www.caliber.com/find-a-location/monroe-hwy-74', '/locate-a-caliber-collision-center/monroe-wa' => 'https://www.caliber.com/find-a-location/monroe-wa', '/locate-a-caliber-collision-center/monrovia' => 'https://www.caliber.com/find-a-location/monrovia', '/locate-a-caliber-collision-center/montgomery-n-eastern-blvd' => 'https://www.caliber.com/find-a-location/montgomery-n-eastern-bl', '/locate-a-caliber-collision-center/monument' => 'https://www.caliber.com/find-a-location/monument', '/locate-a-caliber-collision-center/moore' => 'https://www.caliber.com/find-a-location/moore', '/locate-a-caliber-collision-center/mooresville' => 'https://www.caliber.com/find-a-location/mooresville', '/locate-a-caliber-collision-center/moraine' => 'https://www.caliber.com/find-a-location/moraine', '/locate-a-caliber-collision-center/moreno-valley' => 'https://www.caliber.com/find-a-location/moreno-valley', '/locate-a-caliber-collision-center/morgan-hill' => 'https://www.caliber.com/find-a-location/morgan-hill', '/locate-a-caliber-collision-center/morrow' => 'https://www.caliber.com/find-a-location/morrow', '/locate-a-caliber-collision-center/morrow-mt-zion-blvd' => 'https://www.caliber.com/find-a-location/morrow-mt-zion-blvd', '/locate-a-caliber-collision-center/mountain-view' => 'https://www.caliber.com/find-a-location/mountain-view', '/locate-a-caliber-collision-center/mount-pleasant-sc' => 'https://www.caliber.com/find-a-location/mount-pleasant-sc', '/locate-a-caliber-collision-center/mount-pleasant-wi' => 'https://www.caliber.com/find-a-location/mount-pleasant-wi', '/locate-a-caliber-collision-center/mt-juliet' => 'https://www.caliber.com/find-a-location/mt-juliet', '/locate-a-caliber-collision-center/mullica-hill' => 'https://www.caliber.com/find-a-location/mullica-hill', '/locate-a-caliber-collision-center/muncie-north' => 'https://www.caliber.com/find-a-location/muncie-north', '/locate-a-caliber-collision-center/murfreesboro' => 'https://www.caliber.com/find-a-location/murfreesboro', '/locate-a-caliber-collision-center/murray' => 'https://www.caliber.com/find-a-location/murray', '/locate-a-caliber-collision-center/murrells-inlet' => 'https://www.caliber.com/find-a-location/murrells-inlet', '/locate-a-caliber-collision-center/murrieta' => 'https://www.caliber.com/find-a-location/murrieta', '/locate-a-caliber-collision-center/myrtle-beach-south' => 'https://www.caliber.com/find-a-location/myrtle-beach-south', '/locate-a-caliber-collision-center/nampa' => 'https://www.caliber.com/find-a-location/nampa', '/locate-a-caliber-collision-center/napa' => 'https://www.caliber.com/find-a-location/napa', '/locate-a-caliber-collision-center/naperville' => 'https://www.caliber.com/find-a-location/naperville', '/locate-a-caliber-collision-center/naperville-701-frontenac' => 'https://www.caliber.com/find-a-location/naperville-701-frontenac', '/locate-a-caliber-collision-center/naperville-801-frontenac' => 'https://www.caliber.com/find-a-location/naperville-801-frontenac', '/locate-a-caliber-collision-center/naples' => 'https://www.caliber.com/find-a-location/naples', '/locate-a-caliber-collision-center/nashville-downtown' => 'https://www.caliber.com/find-a-location/nashville-downtown', '/locate-a-caliber-collision-center/nashville-non-drive-south' => 'https://www.caliber.com/find-a-location/nashville-non-drive-south', '/locate-a-caliber-collision-center/nashville-west' => 'https://www.caliber.com/find-a-location/nashville-west', '/locate-a-caliber-collision-center/national-city' => 'https://www.caliber.com/find-a-location/national-city', '/locate-a-caliber-collision-center/navarre' => 'https://www.caliber.com/find-a-location/navarre', '/locate-a-caliber-collision-center/new-berlin' => 'https://www.caliber.com/find-a-location/new-berlin', '/locate-a-caliber-collision-center/new-berlin-sunnyslope' => 'https://www.caliber.com/find-a-location/new-berlin-sunnyslope', '/locate-a-caliber-collision-center/new-bern' => 'https://www.caliber.com/find-a-location/new-bern', '/locate-a-caliber-collision-center/new-braunfels' => 'https://www.caliber.com/find-a-location/new-braunfels', '/locate-a-caliber-collision-center/newburgh' => 'https://www.caliber.com/find-a-location/newburgh-in', '/locate-a-caliber-collision-center/new-hampton' => 'https://www.caliber.com/find-a-location/new-hampton', '/locate-a-caliber-collision-center/new-holland' => 'https://www.caliber.com/find-a-location/new-holland', '/locate-a-caliber-collision-center/new-kensington' => 'https://www.caliber.com/find-a-location/new-kensington', '/locate-a-caliber-collision-center/newnan' => 'https://www.caliber.com/find-a-location/newnan', '/locate-a-caliber-collision-center/newport' => 'https://www.caliber.com/find-a-location/newport', '/locate-a-caliber-collision-center/newport-news' => 'https://www.caliber.com/find-a-location/newport-news', '/locate-a-caliber-collision-center/newtown-square' => 'https://www.caliber.com/find-a-location/newtown-square', '/locate-a-caliber-collision-center/nicholasville' => 'https://www.caliber.com/find-a-location/nicholasville', '/locate-a-caliber-collision-center/nolanville' => 'https://www.caliber.com/find-a-location/nolanville', '/locate-a-caliber-collision-center/norco' => 'https://www.caliber.com/find-a-location/norco', '/locate-a-caliber-collision-center/norcross' => 'https://www.caliber.com/find-a-location/norcross', '/locate-a-caliber-collision-center/norfolk-wards-corner' => 'https://www.caliber.com/find-a-location/norfolk-wards-corner', '/locate-a-caliber-collision-center/north-bethesda' => 'https://www.caliber.com/find-a-location/north-bethesda', '/locate-a-caliber-collision-center/northbrook' => 'https://www.caliber.com/find-a-location/northbrook', '/locate-a-caliber-collision-center/north-charleston' => 'https://www.caliber.com/find-a-location/north-charleston', '/locate-a-caliber-collision-center/north-costa-mesa' => 'https://www.caliber.com/find-a-location/north-costa-mesa', '/locate-a-caliber-collision-center/northeast-philadelphia' => 'https://www.caliber.com/find-a-location/northeast-philadelphia', '/locate-a-caliber-collision-center/north-fulton' => 'https://www.caliber.com/find-a-location/north-fulton', '/locate-a-caliber-collision-center/northglenn' => 'https://www.caliber.com/find-a-location/northglenn', '/locate-a-caliber-collision-center/north-hollywood' => 'https://www.caliber.com/find-a-location/north-hollywood', '/locate-a-caliber-collision-center/north-hollywood-burbank-blvd' => 'https://www.caliber.com/find-a-location/north-hollywood-burbank-blvd', '/locate-a-caliber-collision-center/northlake' => 'https://www.caliber.com/find-a-location/northlake', '/locate-a-caliber-collision-center/north-lamar' => 'https://www.caliber.com/find-a-location/austin-north-lamar', '/locate-a-caliber-collision-center/north-las-vegas' => 'https://www.caliber.com/find-a-location/north-las-vegas', '/locate-a-caliber-collision-center/north-las-vegas-aliante' => 'https://www.caliber.com/find-a-location/north-las-vegas-aliante', '/locate-a-caliber-collision-center/north-las-vegas-e-craig-rd' => 'https://www.caliber.com/find-a-location/north-las-vegas-e-craig-rd', '/locate-a-caliber-collision-center/north-richland-hills' => 'https://www.caliber.com/find-a-location/north-richland-hills', '/locate-a-caliber-collision-center/north-riverside' => 'https://www.caliber.com/find-a-location/north-riverside', '/locate-a-caliber-collision-center/north-sarasota' => 'https://www.caliber.com/find-a-location/north-sarasota', '/locate-a-caliber-collision-center/north-wales' => 'https://www.caliber.com/find-a-location/north-wales', '/locate-a-caliber-collision-center/northwest-anaheim' => 'https://www.caliber.com/find-a-location/northwest-anaheim', '/locate-a-caliber-collision-center/northwest-oklahoma-city' => 'https://www.caliber.com/find-a-location/nw-oklahoma-city', '/locate-a-caliber-collision-center/norton' => 'https://www.caliber.com/find-a-location/norton', '/locate-a-caliber-collision-center/norwalk' => 'https://www.caliber.com/find-a-location/norwalk', '/locate-a-caliber-collision-center/nottingham' => 'https://www.caliber.com/find-a-location/nottingham', '/locate-a-caliber-collision-center/oak-creek' => 'https://www.caliber.com/find-a-location/oak-creek', '/locate-a-caliber-collision-center/oakland-11th-st' => 'https://www.caliber.com/find-a-location/oakland-11th-st', '/locate-a-caliber-collision-center/oakland-mlk-jr-way' => 'https://www.caliber.com/find-a-location/oakland-mlk-jr-way', '/locate-a-caliber-collision-center/oakland-park' => 'https://www.caliber.com/find-a-location/oakland-park', '/locate-a-caliber-collision-center/oakwood' => 'https://www.caliber.com/find-a-location/oakwood', '/locate-a-caliber-collision-center/ocala-west' => 'https://www.caliber.com/find-a-location/ocala-west', '/locate-a-caliber-collision-center/ocean-city' => 'https://www.caliber.com/find-a-location/ocean-city', '/locate-a-caliber-collision-center/oceanside' => 'https://www.caliber.com/find-a-location/oceanside', '/locate-a-caliber-collision-center/oconomowoc' => 'https://www.caliber.com/find-a-location/oconomowoc', '/locate-a-caliber-collision-center/odessa' => 'https://www.caliber.com/find-a-location/odessa', '/locate-a-caliber-collision-center/o-fallon' => 'https://www.caliber.com/find-a-location/ofallon-il', '/locate-a-caliber-collision-center/o-fallon-mo' => 'https://www.caliber.com/find-a-location/ofallon-mo', '/locate-a-caliber-collision-center/ogden' => 'https://www.caliber.com/find-a-location/ogden', '/locate-a-caliber-collision-center/olive-branch' => 'https://www.caliber.com/find-a-location/olive-branch', '/locate-a-caliber-collision-center/ontario' => 'https://www.caliber.com/find-a-location/ontario', '/locate-a-caliber-collision-center/ontario-downtown' => 'https://www.caliber.com/find-a-location/ontario-downtown', '/locate-a-caliber-collision-center/orange-non-drive' => 'https://www.caliber.com/find-a-location/orange-non-drive', '/locate-a-caliber-collision-center/orangevale' => 'https://www.caliber.com/find-a-location/orangevale', '/locate-a-caliber-collision-center/orlando-e-colonial' => 'https://www.caliber.com/find-a-location/orlando-e-colonial', '/locate-a-caliber-collision-center/orlando-orange-blossom' => 'https://www.caliber.com/find-a-location/orlando-orange-blossom', '/locate-a-caliber-collision-center/orlando-w-oak-ridge-rd' => 'https://www.caliber.com/find-a-location/orlando-w-oak-ridge-rd', '/locate-a-caliber-collision-center/oro-valley' => 'https://www.caliber.com/find-a-location/oro-valley', '/locate-a-caliber-collision-center/oswego' => 'https://www.caliber.com/find-a-location/oswego', '/locate-a-caliber-collision-center/oviedo' => 'https://www.caliber.com/find-a-location/oviedo', '/locate-a-caliber-collision-center/oxford-valley' => 'https://www.caliber.com/find-a-location/oxford-valley', '/locate-a-caliber-collision-center/oxnard' => 'https://www.caliber.com/find-a-location/oxnard', '/locate-a-caliber-collision-center/oxnard-auto-center' => 'https://www.caliber.com/find-a-location/oxnard-auto-center', '/locate-a-caliber-collision-center/oxon-hill' => 'https://www.caliber.com/find-a-location/oxon-hill', '/locate-a-caliber-collision-center/pacific-beach' => 'https://www.caliber.com/find-a-location/pacific-beach', '/locate-a-caliber-collision-center/painesville' => 'https://www.caliber.com/find-a-location/painesville', '/locate-a-caliber-collision-center/palatine-il' => 'https://www.caliber.com/find-a-location/palatine', '/locate-a-caliber-collision-center/palm-coast' => 'https://www.caliber.com/find-a-location/palm-coast', '/locate-a-caliber-collision-center/palmdale' => 'https://www.caliber.com/find-a-location/palmdale', '/locate-a-caliber-collision-center/palm-desert' => 'https://www.caliber.com/find-a-location/palm-desert', '/locate-a-caliber-collision-center/palmetto' => 'https://www.caliber.com/find-a-location/palmetto', '/locate-a-caliber-collision-center/palo-alto' => 'https://www.caliber.com/find-a-location/palo-alto', '/locate-a-caliber-collision-center/palos-hills' => 'https://www.caliber.com/find-a-location/palos-hills', '/locate-a-caliber-collision-center/parker' => 'https://www.caliber.com/find-a-location/parker', '/locate-a-caliber-collision-center/parker-woodman-way' => 'https://www.caliber.com/find-a-location/parker-woodman-dr', '/locate-a-caliber-collision-center/parkesburg' => 'https://www.caliber.com/find-a-location/parkesburg', '/locate-a-caliber-collision-center/park-forest' => 'https://www.caliber.com/find-a-location/park-forest', '/locate-a-caliber-collision-center/pasadena' => 'https://www.caliber.com/find-a-location/pasadena', '/locate-a-caliber-collision-center/pasadena-e-colorado-blvd' => 'https://www.caliber.com/find-a-location/pasadena-e-colorado-blvd', '/locate-a-caliber-collision-center/paso-robles' => 'https://www.caliber.com/find-a-location/paso-robles', '/locate-a-caliber-collision-center/patchogue' => 'https://www.caliber.com/find-a-location/patchogue', '/locate-a-caliber-collision-center/pawleys-island' => 'https://www.caliber.com/find-a-location/pawleys-island', '/locate-a-caliber-collision-center/peachtree-city' => 'https://www.caliber.com/find-a-location/peachtree-city', '/locate-a-caliber-collision-center/peachtree-city-clover-reach' => 'https://www.caliber.com/find-a-location/peachtree-city-clover-reach', '/locate-a-caliber-collision-center/pearland' => 'https://www.caliber.com/find-a-location/pearland', '/locate-a-caliber-collision-center/pembroke-pines-west' => 'https://www.caliber.com/find-a-location/pembroke-pines-west', '/locate-a-caliber-collision-center/pennington' => 'https://www.caliber.com/find-a-location/pennington', '/locate-a-caliber-collision-center/pennsauken' => 'https://www.caliber.com/find-a-location/pennsauken', '/locate-a-caliber-collision-center/pewaukee' => 'https://www.caliber.com/find-a-location/pewaukee', '/locate-a-caliber-collision-center/pflugerville' => 'https://www.caliber.com/find-a-location/pflugerville', '/locate-a-caliber-collision-center/philadelphia-byberry-rd' => 'https://www.caliber.com/find-a-location/philadelphia-byberry-rd', '/locate-a-caliber-collision-center/philadelphia-fleet' => 'https://www.caliber.com/find-a-location/philadelphia-fleet', '/locate-a-caliber-collision-center/philadelphia-frankford' => 'https://www.caliber.com/find-a-location/philadelphia-frankford', '/locate-a-caliber-collision-center/philadelphia-grant-ave' => 'https://www.caliber.com/find-a-location/philadelphia-grant-ave', '/locate-a-caliber-collision-center/philadelphia-non-drive' => 'https://www.caliber.com/find-a-location/philadelphia-non-drive', '/locate-a-caliber-collision-center/philadelphia-york-st' => 'https://www.caliber.com/find-a-location/philadelphia-york-st', '/locate-a-caliber-collision-center/pineville' => 'https://www.caliber.com/find-a-location/pineville', '/locate-a-caliber-collision-center/plainfield' => 'https://www.caliber.com/find-a-location/plainfield', '/locate-a-caliber-collision-center/plano' => 'https://www.caliber.com/find-a-location/plano', '/locate-a-caliber-collision-center/plano-coit-rd' => 'https://www.caliber.com/find-a-location/plano-coit-rd', '/locate-a-caliber-collision-center/pleasanton' => 'https://www.caliber.com/find-a-location/pleasanton', '/locate-a-caliber-collision-center/pleasantville' => 'https://www.caliber.com/find-a-location/pleasantville', '/locate-a-caliber-collision-center/plymouth' => 'https://www.caliber.com/find-a-location/plymouth', '/locate-a-caliber-collision-center/pocomoke' => 'https://www.caliber.com/find-a-location/pocomoke', '/locate-a-caliber-collision-center/pompano-beach' => 'https://www.caliber.com/find-a-location/pompano-beach', '/locate-a-caliber-collision-center/portland-nu-way' => 'https://www.caliber.com/find-a-location/portland-nu-way', '/locate-a-caliber-collision-center/portland-southeast' => 'https://www.caliber.com/find-a-location/portland-woodstock', '/locate-a-caliber-collision-center/portland-st-johns' => 'https://www.caliber.com/find-a-location/portland-st-johns', '/locate-a-caliber-collision-center/portsmouth-airline-blvd' => 'https://www.caliber.com/find-a-location/portsmouth-airline-blvd', '/locate-a-caliber-collision-center/poughkeepsie' => 'https://www.caliber.com/find-a-location/poughkeepsie', '/locate-a-caliber-collision-center/poulsbo' => 'https://www.caliber.com/find-a-location/poulsbo', '/locate-a-caliber-collision-center/poway' => 'https://www.caliber.com/find-a-location/poway', '/locate-a-caliber-collision-center/provo' => 'https://www.caliber.com/find-a-location/provo', '/locate-a-caliber-collision-center/pueblo' => 'https://www.caliber.com/find-a-location/pueblo', '/locate-a-caliber-collision-center/pueblo-west' => 'https://www.caliber.com/find-a-location/pueblo-west', '/locate-a-caliber-collision-center/purcellville' => 'https://www.caliber.com/find-a-location/purcellville', '/locate-a-caliber-collision-center/puyallup-canyon-rd' => 'https://www.caliber.com/find-a-location/puyallup-canyon-road', '/locate-a-caliber-collision-center/puyallup-river-rd' => 'https://www.caliber.com/find-a-location/puyallup-river-road', '/locate-a-caliber-collision-center/queen-creek' => 'https://www.caliber.com/find-a-location/queen-creek', '/locate-a-caliber-collision-center/queensbury' => 'https://www.caliber.com/find-a-location/queensbury', '/locate-a-caliber-collision-center/queens-village' => 'https://www.caliber.com/find-a-location/queens-village', '/locate-a-caliber-collision-center/raleigh-crabtree' => 'https://www.caliber.com/find-a-location/raleigh-fleet', '/locate-a-caliber-collision-center/raleigh-downtown' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-glenwood-ave' => 'https://www.caliber.com/find-a-location/raleigh-glenwood-ave', '/locate-a-caliber-collision-center/raleigh-new-bern-ave' => 'https://www.caliber.com/find-a-location/raleigh-new-bern-ave', '/locate-a-caliber-collision-center/raleigh-non-drive' => 'https://www.caliber.com/find-a-location/raleigh-non-drive', '/locate-a-caliber-collision-center/raleigh-paragon' => 'https://www.caliber.com/find-a-location/raleigh-paragon', '/locate-a-caliber-collision-center/rancho-cordova' => 'https://www.caliber.com/find-a-location/rancho-cordova', '/locate-a-caliber-collision-center/rancho-cucamonga' => 'https://www.caliber.com/find-a-location/rancho-cucamonga', '/locate-a-caliber-collision-center/rancho-santa-margarita' => 'https://www.caliber.com/find-a-location/rancho-santa-margarita', '/locate-a-caliber-collision-center/randallstown' => 'https://www.caliber.com/find-a-location/randallstown', '/locate-a-caliber-collision-center/reading-centre-ave' => 'https://www.caliber.com/find-a-location/reading-centre-ave', '/locate-a-caliber-collision-center/redlands' => 'https://www.caliber.com/find-a-location/redlands', '/locate-a-caliber-collision-center/red-mill' => 'https://www.caliber.com/find-a-location/red-mill', '/locate-a-caliber-collision-center/red-oak' => 'https://www.caliber.com/find-a-location/red-oak', '/locate-a-caliber-collision-center/redwood-city' => 'https://www.caliber.com/find-a-location/redwood-city', '/locate-a-caliber-collision-center/redwood-city-north' => 'https://www.caliber.com/find-a-location/redwood-city-north', '/locate-a-caliber-collision-center/reisterstown' => 'https://www.caliber.com/find-a-location/reisterstown', '/locate-a-caliber-collision-center/reno' => 'https://www.caliber.com/find-a-location/reno', '/locate-a-caliber-collision-center/renton' => 'https://www.caliber.com/find-a-location/renton', '/locate-a-caliber-collision-center/reseda' => 'https://www.caliber.com/find-a-location/reseda', '/locate-a-caliber-collision-center/rialto' => 'https://www.caliber.com/find-a-location/rialto', '/locate-a-caliber-collision-center/richardson' => 'https://www.caliber.com/find-a-location/richardson', '/locate-a-caliber-collision-center/richmond-broad-st' => 'https://www.caliber.com/find-a-location/richmond-broad-st', '/locate-a-caliber-collision-center/richmond-chippenham-square' => 'https://www.caliber.com/find-a-location/richmond-chippenham-square', '/locate-a-caliber-collision-center/richmond-dabney-rd' => 'https://www.caliber.com/find-a-location/richmond-dabney-rd', '/locate-a-caliber-collision-center/richmond-eubank-rd' => 'https://www.caliber.com/find-a-location/richmond-eubank-rd', '/locate-a-caliber-collision-center/richmond-midlothian' => 'https://www.caliber.com/find-a-location/richmond-midlothian', '/locate-a-caliber-collision-center/richmond-non-drive' => 'https://www.caliber.com/find-a-location/richmond-non-drive', '/locate-a-caliber-collision-center/richmond-pocono' => 'https://www.caliber.com/find-a-location/richmond-pocono', '/locate-a-caliber-collision-center/richmond-ridgefield-pkwy' => 'https://www.caliber.com/find-a-location/richmond-ridgefield-pkwy', '/locate-a-caliber-collision-center/richmond-tx' => 'https://www.caliber.com/find-a-location/richmond-tx', '/locate-a-caliber-collision-center/rio-grande' => 'https://www.caliber.com/find-a-location/rio-grande', '/locate-a-caliber-collision-center/rising-sun-md' => 'https://www.caliber.com/find-a-location/rising-sun-md', '/locate-a-caliber-collision-center/riverhead' => 'https://www.caliber.com/find-a-location/riverhead', '/locate-a-caliber-collision-center/riverside' => 'https://www.caliber.com/find-a-location/riverside', '/locate-a-caliber-collision-center/riverside-14th-street' => 'https://www.caliber.com/find-a-location/riverside-14th-street', '/locate-a-caliber-collision-center/riverside-buchanan-st' => 'https://www.caliber.com/find-a-location/riverside-buchanan-st', '/locate-a-caliber-collision-center/riverside-downtown' => 'https://www.caliber.com/find-a-location/riverside-downtown', '/locate-a-caliber-collision-center/river-styx' => 'https://www.caliber.com/find-a-location/river-styx', '/locate-a-caliber-collision-center/riverton' => 'https://www.caliber.com/find-a-location/riverton', '/locate-a-caliber-collision-center/riverview' => 'https://www.caliber.com/find-a-location/riverview', '/locate-a-caliber-collision-center/roanoke-northeast' => 'https://www.caliber.com/find-a-location/roanoke-northeast', '/locate-a-caliber-collision-center/roanoke-south' => 'https://www.caliber.com/find-a-location/roanoke-south', '/locate-a-caliber-collision-center/roanoke-tx' => 'https://www.caliber.com/find-a-location/roanoke-tx', '/locate-a-caliber-collision-center/rochester-lake-ave' => 'https://www.caliber.com/find-a-location/rochester-lake-ave', '/locate-a-caliber-collision-center/rockford' => 'https://www.caliber.com/find-a-location/rockford', '/locate-a-caliber-collision-center/rock-hill' => 'https://www.caliber.com/find-a-location/rock-hill', '/locate-a-caliber-collision-center/rocklin' => 'https://www.caliber.com/find-a-location/rocklin', '/locate-a-caliber-collision-center/rockville' => 'https://www.caliber.com/find-a-location/rockville', '/locate-a-caliber-collision-center/rockwall' => 'https://www.caliber.com/find-a-location/rockwall', '/locate-a-caliber-collision-center/rocky-point' => 'https://www.caliber.com/find-a-location/rocky-point', '/locate-a-caliber-collision-center/rogers' => 'https://www.caliber.com/find-a-location/rogers', '/locate-a-caliber-collision-center/rosenberg' => 'https://www.caliber.com/find-a-location/rosenberg', '/locate-a-caliber-collision-center/roseville' => 'https://www.caliber.com/find-a-location/roseville', '/locate-a-caliber-collision-center/roseville-industrial-ave' => 'https://www.caliber.com/find-a-location/roseville-industrial-ave', '/locate-a-caliber-collision-center/roseville-mn' => 'https://www.caliber.com/find-a-location/roseville-mn', '/locate-a-caliber-collision-center/roseville-taylor-rd' => 'https://www.caliber.com/find-a-location/roseville-taylor-rd', '/locate-a-caliber-collision-center/roswell' => 'https://www.caliber.com/find-a-location/roswell', '/locate-a-caliber-collision-center/round-rock-commerce' => 'https://www.caliber.com/find-a-location/round-rock-commerce', '/locate-a-caliber-collision-center/round-rock-mays' => 'https://www.caliber.com/find-a-location/round-rock-mays', '/locate-a-caliber-collision-center/round-rock-sam-bass-rd' => 'https://www.caliber.com/find-a-location/round-rock-sam-bass-rd', '/locate-a-caliber-collision-center/royal-palm-beach' => 'https://www.caliber.com/find-a-location/royal-palm-beach', '/locate-a-caliber-collision-center/runnemede' => 'https://www.caliber.com/find-a-location/runnemede', '/locate-a-caliber-collision-center/sacramento-20th-st' => 'https://www.caliber.com/find-a-location/sacramento-20th-st', '/locate-a-caliber-collision-center/sacramento-antelope' => 'https://www.caliber.com/find-a-location/antelope', '/locate-a-caliber-collision-center/sacramento-citrus-heights' => 'https://www.caliber.com/find-a-location/citrus-heights', '/locate-a-caliber-collision-center/sacramento-florin-rd' => 'https://www.caliber.com/find-a-location/sacramento-florin-rd', '/locate-a-caliber-collision-center/sacramento-fulton-ave' => 'https://www.caliber.com/find-a-location/sacramento-fulton-ave', '/locate-a-caliber-collision-center/sacramento-lexington-st' => 'https://www.caliber.com/find-a-location/sacramento-lexington-st', '/locate-a-caliber-collision-center/sacramento-non-drive' => 'https://www.caliber.com/find-a-location/sacramento-non-drive', '/locate-a-caliber-collision-center/sacramento-stockton-blvd' => 'https://www.caliber.com/find-a-location/sacramento-stockton-blvd', '/locate-a-caliber-collision-center/sacramento-tower-ave' => 'https://www.caliber.com/find-a-location/sacramento-tower-ave', '/locate-a-caliber-collision-center/sacramento-university' => 'https://www.caliber.com/find-a-location/sacramento-university', '/locate-a-caliber-collision-center/salem-or-north' => 'https://www.caliber.com/find-a-location/salem-or-north', '/locate-a-caliber-collision-center/salem-or-south' => 'https://www.caliber.com/find-a-location/salem-or-south', '/locate-a-caliber-collision-center/salinas-downtown' => 'https://www.caliber.com/find-a-location/salinas-downtown', '/locate-a-caliber-collision-center/salisbury' => 'https://www.caliber.com/find-a-location/salisbury', '/locate-a-caliber-collision-center/salisbury-south' => 'https://www.caliber.com/find-a-location/salisbury-south', '/locate-a-caliber-collision-center/salt-lake-city-downtown' => 'https://www.caliber.com/find-a-location/salt-lake-city-downtown', '/locate-a-caliber-collision-center/salt-lake-city-s-state-st' => 'https://www.caliber.com/find-a-location/salt-lake-city-s-state-st', '/locate-a-caliber-collision-center/san-angelo-w-beauregard' => 'https://www.caliber.com/find-a-location/san-angelo-w-beauregard', '/locate-a-caliber-collision-center/san-antonio-281-north' => 'https://www.caliber.com/find-a-location/san-antonio-281-n', '/locate-a-caliber-collision-center/san-antonio-281-overlook' => 'https://www.caliber.com/find-a-location/san-antonio-281-overlook', '/locate-a-caliber-collision-center/san-antonio-airport' => 'https://www.caliber.com/find-a-location/san-antonio-airport', '/locate-a-caliber-collision-center/san-antonio-austin-hwy' => 'https://www.caliber.com/find-a-location/san-antonio-austin-hwy', '/locate-a-caliber-collision-center/san-antonio-bandera' => 'https://www.caliber.com/find-a-location/san-antonio-bandera', '/locate-a-caliber-collision-center/san-antonio-blanco' => 'https://www.caliber.com/find-a-location/san-antonio-blanco', '/locate-a-caliber-collision-center/san-antonio-cavender' => 'https://www.caliber.com/find-a-location/san-antonio-cavender', '/locate-a-caliber-collision-center/san-antonio-city-base' => 'https://www.caliber.com/find-a-location/san-antonio-city-base', '/locate-a-caliber-collision-center/san-antonio-converse' => 'https://www.caliber.com/find-a-location/san-antonio-converse', '/locate-a-caliber-collision-center/san-antonio-culebra-rd' => 'https://www.caliber.com/find-a-location/san-antonio-culebra-rd', '/locate-a-caliber-collision-center/san-antonio-downtown' => 'https://www.caliber.com/find-a-location/san-antonio-downtown', '/locate-a-caliber-collision-center/san-antonio-foster-rd' => 'https://www.caliber.com/find-a-location/san-antonio-foster-rd', '/locate-a-caliber-collision-center/san-antonio-garden-ridge' => 'https://www.caliber.com/find-a-location/san-antonio-garden-ridge', '/locate-a-caliber-collision-center/san-antonio-ih-10' => 'https://www.caliber.com/find-a-location/san-antonio-ih-10', '/locate-a-caliber-collision-center/san-antonio-loop-1604' => 'https://www.caliber.com/find-a-location/san-antonio-loop-1604', '/locate-a-caliber-collision-center/san-antonio-non-drive' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive', '/locate-a-caliber-collision-center/san-antonio-non-drive-north' => 'https://www.caliber.com/find-a-location/san-antonio-non-drive-north', '/locate-a-caliber-collision-center/san-antonio-nw-loop-410' => 'https://www.caliber.com/find-a-location/san-antonio-nw-loop-410', '/locate-a-caliber-collision-center/san-antonio-san-pedro' => 'https://www.caliber.com/find-a-location/san-antonio-san-pedro', '/locate-a-caliber-collision-center/san-antonio-w-marbach' => 'https://www.caliber.com/find-a-location/san-antonio-w-marbach', '/locate-a-caliber-collision-center/san-bernardino' => 'https://www.caliber.com/find-a-location/san-bernardino', '/locate-a-caliber-collision-center/san-carlos' => 'https://www.caliber.com/find-a-location/san-carlos', '/locate-a-caliber-collision-center/san-clemente' => 'https://www.caliber.com/find-a-location/san-clemente', '/locate-a-caliber-collision-center/san-diego-bay-park' => 'https://www.caliber.com/find-a-location/san-diego-bay-park', '/locate-a-caliber-collision-center/san-diego-downtown' => 'https://www.caliber.com/find-a-location/san-diego-downtown', '/locate-a-caliber-collision-center/san-diego-north-park' => 'https://www.caliber.com/find-a-location/san-diego-north-park', '/locate-a-caliber-collision-center/san-diego-point-loma' => 'https://www.caliber.com/find-a-location/san-diego-point-loma', '/locate-a-caliber-collision-center/sandy' => 'https://www.caliber.com/find-a-location/sandy', '/locate-a-caliber-collision-center/sandy-east' => 'https://www.caliber.com/find-a-location/sandy-east', '/locate-a-caliber-collision-center/sanford' => 'https://www.caliber.com/find-a-location/sanford', '/locate-a-caliber-collision-center/san-jose-airport' => 'https://www.caliber.com/find-a-location/san-jose-airport', '/locate-a-caliber-collision-center/san-jose-downtown' => 'https://www.caliber.com/find-a-location/san-jose-downtown', '/locate-a-caliber-collision-center/san-jose-monterey-rd' => 'https://www.caliber.com/find-a-location/san-jose-monterey-rd', '/locate-a-caliber-collision-center/san-jose-north-5th-st' => 'https://www.caliber.com/find-a-location/san-jose-north-5th-st', '/locate-a-caliber-collision-center/san-juan-capistrano' => 'https://www.caliber.com/find-a-location/san-juan-capistrano', '/locate-a-caliber-collision-center/san-leandro' => 'https://www.caliber.com/find-a-location/san-leandro', '/locate-a-caliber-collision-center/san-leandro-teagarden-st' => 'https://www.caliber.com/find-a-location/san-leandro-teagarden-st', '/locate-a-caliber-collision-center/san-luis-obispo-airport' => 'https://www.caliber.com/find-a-location/san-luis-obispo-airport', '/locate-a-caliber-collision-center/san-luis-obispo-granada-dr' => 'https://www.caliber.com/find-a-location/san-luis-obispo-granada-dr', '/locate-a-caliber-collision-center/san-marcos' => 'https://www.caliber.com/find-a-location/san-marcos', '/locate-a-caliber-collision-center/san-marcos-non-drive' => 'https://www.caliber.com/find-a-location/san-marcos-non-drive', '/locate-a-caliber-collision-center/san-marcos-tx' => 'https://www.caliber.com/find-a-location/san-marcos-tx', '/locate-a-caliber-collision-center/san-rafael' => 'https://www.caliber.com/find-a-location/san-rafael', '/locate-a-caliber-collision-center/san-ramon' => 'https://www.caliber.com/find-a-location/san-ramon', '/locate-a-caliber-collision-center/santa-ana' => 'https://www.caliber.com/find-a-location/santa-ana', '/locate-a-caliber-collision-center/santa-barbara' => 'https://www.caliber.com/find-a-location/santa-barbara', '/locate-a-caliber-collision-center/santa-barbara-edison-ave' => 'https://www.caliber.com/find-a-location/santa-barbara-edison-ave', '/locate-a-caliber-collision-center/santa-barbara-gutierrez' => 'https://www.caliber.com/find-a-location/santa-barbara-gutierrez', '/locate-a-caliber-collision-center/santa-clara-de-la-cruz-blvd' => 'https://www.caliber.com/find-a-location/santa-clara-de-la-cruz-blvd', '/locate-a-caliber-collision-center/santa-cruz' => 'https://www.caliber.com/find-a-location/santa-cruz', '/locate-a-caliber-collision-center/santa-fe-siler-rd' => 'https://www.caliber.com/find-a-location/santa-fe-siler-rd', '/locate-a-caliber-collision-center/santa-fe-springs' => 'https://www.caliber.com/find-a-location/santa-fe-springs', '/locate-a-caliber-collision-center/santa-maria' => 'https://www.caliber.com/find-a-location/santa-maria', '/locate-a-caliber-collision-center/santa-monica' => 'https://www.caliber.com/find-a-location/santa-monica', '/locate-a-caliber-collision-center/santa-monica-lincoln' => 'https://www.caliber.com/find-a-location/santa-monica-lincoln', '/locate-a-caliber-collision-center/santa-monica-pico-blvd' => 'https://www.caliber.com/find-a-location/santa-monica-pico-blvd', '/locate-a-caliber-collision-center/saraland' => 'https://www.caliber.com/find-a-location/saraland', '/locate-a-caliber-collision-center/sarasota-cattlemen-rd' => 'https://www.caliber.com/find-a-location/sarasota-cattlemen-rd', '/locate-a-caliber-collision-center/saratoga-springs' => 'https://www.caliber.com/find-a-location/saratoga-springs', '/locate-a-caliber-collision-center/savage' => 'https://www.caliber.com/find-a-location/savage', '/locate-a-caliber-collision-center/schaumburg' => 'https://www.caliber.com/find-a-location/schaumburg', '/locate-a-caliber-collision-center/schenectady' => 'https://www.caliber.com/find-a-location/schenectady', '/locate-a-caliber-collision-center/schiller-park' => 'https://www.caliber.com/find-a-location/schiller-park', '/locate-a-caliber-collision-center/scottsdale' => 'https://www.caliber.com/find-a-location/scottsdale', '/locate-a-caliber-collision-center/scottsdale-old-town' => 'https://www.caliber.com/find-a-location/scottsdale-old-town', '/locate-a-caliber-collision-center/scottsdale-raintree-dr' => 'https://www.caliber.com/find-a-location/scottsdale-raintree-dr', '/locate-a-caliber-collision-center/seaside' => 'https://www.caliber.com/find-a-location/seaside', '/locate-a-caliber-collision-center/seattle-aurora' => 'https://www.caliber.com/find-a-location/seattle-aurora', '/locate-a-caliber-collision-center/seattle-ballard' => 'https://www.caliber.com/find-a-location/seattle-ballard', '/locate-a-caliber-collision-center/seattle-magnolia' => 'https://www.caliber.com/find-a-location/seattle-magnolia', '/locate-a-caliber-collision-center/seymour' => 'https://www.caliber.com/find-a-location/seymour', '/locate-a-caliber-collision-center/shakopee' => 'https://www.caliber.com/find-a-location/shakopee', '/locate-a-caliber-collision-center/shallotte' => 'https://www.caliber.com/find-a-location/shallotte', '/locate-a-caliber-collision-center/shorewood' => 'https://www.caliber.com/find-a-location/shorewood', '/locate-a-caliber-collision-center/shrewsbury' => 'https://www.caliber.com/find-a-location/shrewsbury', '/locate-a-caliber-collision-center/sicklerville' => 'https://www.caliber.com/find-a-location/sicklerville', '/locate-a-caliber-collision-center/signal-hill' => 'https://www.caliber.com/find-a-location/signal-hill', '/locate-a-caliber-collision-center/silicon-valley-non-drive' => 'https://www.caliber.com/find-a-location/silicon-valley-non-drive', '/locate-a-caliber-collision-center/silver-spring' => 'https://www.caliber.com/find-a-location/silver-spring', '/locate-a-caliber-collision-center/silverthorne' => 'https://www.caliber.com/find-a-location/silverthorne', '/locate-a-caliber-collision-center/simi-valley' => 'https://www.caliber.com/find-a-location/simi-valley', '/locate-a-caliber-collision-center/skokie' => 'https://www.caliber.com/find-a-location/skokie', '/locate-a-caliber-collision-center/skokie-howard-st' => 'https://www.caliber.com/find-a-location/skokie-w-howard-st', '/locate-a-caliber-collision-center/smyrna' => 'https://www.caliber.com/find-a-location/smyrna', '/locate-a-caliber-collision-center/snellville' => 'https://www.caliber.com/find-a-location/snellville', '/locate-a-caliber-collision-center/snohomish' => 'https://www.caliber.com/find-a-location/snohomish', '/locate-a-caliber-collision-center/south-bay' => 'https://www.caliber.com/find-a-location/south-bay', '/locate-a-caliber-collision-center/south-el-monte' => 'https://www.caliber.com/find-a-location/south-el-monte', '/locate-a-caliber-collision-center/south-euclid' => 'https://www.caliber.com/find-a-location/south-euclid', '/locate-a-caliber-collision-center/south-lamar' => 'https://www.caliber.com/find-a-location/austin-south-lamar', '/locate-a-caliber-collision-center/south-minneapolis' => 'https://www.caliber.com/find-a-location/south-minneapolis', '/locate-a-caliber-collision-center/south-san-diego' => 'https://www.caliber.com/find-a-location/south-san-diego', '/locate-a-caliber-collision-center/south-san-jose' => 'https://www.caliber.com/find-a-location/south-san-jose', '/locate-a-caliber-collision-center/south-tampa' => 'https://www.caliber.com/find-a-location/south-tampa', '/locate-a-caliber-collision-center/spanish-fort' => 'https://www.caliber.com/find-a-location/spanish-fort', '/locate-a-caliber-collision-center/sparks' => 'https://www.caliber.com/find-a-location/sparks', '/locate-a-caliber-collision-center/spartanburg-image-drive' => 'https://www.caliber.com/find-a-location/spartanburg-image-dr', '/locate-a-caliber-collision-center/spartanburg-westside' => 'https://www.caliber.com/find-a-location/spartanburg-westside', '/locate-a-caliber-collision-center/spokane-valley' => 'https://www.caliber.com/find-a-location/spokane-valley', '/locate-a-caliber-collision-center/spring' => 'https://www.caliber.com/find-a-location/spring', '/locate-a-caliber-collision-center/spring-aldine-westfield' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/spring-branch' => 'https://www.caliber.com/find-a-location/spring-branch', '/locate-a-caliber-collision-center/springfield' => 'https://www.caliber.com/find-a-location/springfield', '/locate-a-caliber-collision-center/springfield-or' => 'https://www.caliber.com/find-a-location/springfield-or', '/locate-a-caliber-collision-center/spring-rayford-rd' => 'https://www.caliber.com/find-a-location/spring-rayford-rd', '/locate-a-caliber-collision-center/spring-valley' => 'https://www.caliber.com/find-a-location/spring-valley', '/locate-a-caliber-collision-center/stafford-rx' => 'https://www.caliber.com/find-a-location/stafford-rx', '/locate-a-caliber-collision-center/st-charles' => 'https://www.caliber.com/find-a-location/st-charles', '/locate-a-caliber-collision-center/st-cloud' => 'https://www.caliber.com/find-a-location/st-cloud', '/locate-a-caliber-collision-center/sterling' => 'https://www.caliber.com/find-a-location/sterling', '/locate-a-caliber-collision-center/sterling-fleet' => 'https://www.caliber.com/find-a-location/sterling-fleet', '/locate-a-caliber-collision-center/sterling-rx' => 'https://www.caliber.com/find-a-location/sterling-rx', '/locate-a-caliber-collision-center/st-francis' => 'https://www.caliber.com/find-a-location/st-francis', '/locate-a-caliber-collision-center/stillwater' => 'https://www.caliber.com/find-a-location/stillwater', '/locate-a-caliber-collision-center/st-louis-big-bend-rd' => 'https://www.caliber.com/find-a-location/st-louis-big-bend-rd', '/locate-a-caliber-collision-center/st-louis-park' => 'https://www.caliber.com/find-a-location/st-louis-park', '/locate-a-caliber-collision-center/stockton' => 'https://www.caliber.com/find-a-location/stockton', '/locate-a-caliber-collision-center/stone-mountain' => 'https://www.caliber.com/find-a-location/stone-mountain', '/locate-a-caliber-collision-center/st-paul-midway' => 'https://www.caliber.com/find-a-location/st-paul-midway', '/locate-a-caliber-collision-center/st-petersburg' => 'https://www.caliber.com/find-a-location/st-petersburg', '/locate-a-caliber-collision-center/stuart' => 'https://www.caliber.com/find-a-location/stuart', '/locate-a-caliber-collision-center/suffolk' => 'https://www.caliber.com/find-a-location/suffolk', '/locate-a-caliber-collision-center/summerlin' => 'https://www.caliber.com/find-a-location/summerlin', '/locate-a-caliber-collision-center/summerville' => 'https://www.caliber.com/find-a-location/summerville', '/locate-a-caliber-collision-center/sunderland' => 'https://www.caliber.com/find-a-location/sunderland', '/locate-a-caliber-collision-center/sunnyvale' => 'https://www.caliber.com/find-a-location/sunnyvale', '/locate-a-caliber-collision-center/sunnyvale-east' => 'https://www.caliber.com/find-a-location/sunnyvale-east', '/locate-a-caliber-collision-center/surprise' => 'https://www.caliber.com/find-a-location/surprise', '/locate-a-caliber-collision-center/suwanee' => 'https://www.caliber.com/find-a-location/suwanee', '/locate-a-caliber-collision-center/swansea' => 'https://www.caliber.com/find-a-location/swansea', '/locate-a-caliber-collision-center/sylmar' => 'https://www.caliber.com/find-a-location/sylmar', '/locate-a-caliber-collision-center/tacoma' => 'https://www.caliber.com/find-a-location/tacoma', '/locate-a-caliber-collision-center/tacoma-allenmore' => 'https://www.caliber.com/find-a-location/tacoma-allenmore', '/locate-a-caliber-collision-center/tampa-anderson-rd' => 'https://www.caliber.com/find-a-location/tampa-anderson-rd', '/locate-a-caliber-collision-center/tampa-carrollwood' => 'https://www.caliber.com/find-a-location/tampa-carrollwood', '/locate-a-caliber-collision-center/tampa-nebraska-ave' => 'https://www.caliber.com/find-a-location/tampa-nebraska-ave', '/locate-a-caliber-collision-center/tampa-n-florida-ave' => 'https://www.caliber.com/find-a-location/tampa-n-florida-ave', '/locate-a-caliber-collision-center/tampa-us-301' => 'https://www.caliber.com/find-a-location/tampa-us-301', '/locate-a-caliber-collision-center/tarpon-springs' => 'https://www.caliber.com/find-a-location/tarpon-springs', '/locate-a-caliber-collision-center/taylors' => 'https://www.caliber.com/find-a-location/taylors', '/locate-a-caliber-collision-center/temecula' => 'https://www.caliber.com/find-a-location/temecula', '/locate-a-caliber-collision-center/tempe' => 'https://www.caliber.com/find-a-location/tempe', '/locate-a-caliber-collision-center/tempe-chandler' => 'https://www.caliber.com/find-a-location/tempe-chandler', '/locate-a-caliber-collision-center/temple' => 'https://www.caliber.com/find-a-location/temple-avenue-m', '/locate-a-caliber-collision-center/temple-ih-35' => 'https://www.caliber.com/find-a-location/temple-ih-35', '/locate-a-caliber-collision-center/terre-haute' => 'https://www.caliber.com/find-a-location/terre-haute', '/locate-a-caliber-collision-center/texarkana' => 'https://www.caliber.com/find-a-location/texarkana', '/locate-a-caliber-collision-center/the-woodlands' => 'https://www.caliber.com/find-a-location/the-woodlands', '/locate-a-caliber-collision-center/thornton' => 'https://www.caliber.com/find-a-location/thornton', '/locate-a-caliber-collision-center/thornton-grant-st' => 'https://www.caliber.com/find-a-location/thornton-grant-st', '/locate-a-caliber-collision-center/thousand-oaks' => 'https://www.caliber.com/find-a-location/thousand-oaks', '/locate-a-caliber-collision-center/tigard' => 'https://www.caliber.com/find-a-location/tigard', '/locate-a-caliber-collision-center/tilmans-corner' => 'https://www.caliber.com/find-a-location/tillmans-corner', '/locate-a-caliber-collision-center/tomball' => 'https://www.caliber.com/find-a-location/tomball', '/locate-a-caliber-collision-center/toms-river' => 'https://www.caliber.com/find-a-location/toms-river', '/locate-a-caliber-collision-center/tooele' => 'https://www.caliber.com/find-a-location/tooele', '/locate-a-caliber-collision-center/torrance' => 'https://www.caliber.com/find-a-location/torrance', '/locate-a-caliber-collision-center/tracy' => 'https://www.caliber.com/find-a-location/tracy', '/locate-a-caliber-collision-center/tracy-west' => 'https://www.caliber.com/find-a-location/tracy-west', '/locate-a-caliber-collision-center/troy' => 'https://www.caliber.com/find-a-location/troy', '/locate-a-caliber-collision-center/troy-oh' => 'https://www.caliber.com/find-a-location/troy-oh', '/locate-a-caliber-collision-center/tualatin' => 'https://www.caliber.com/find-a-location/tualatin', '/locate-a-caliber-collision-center/tucker' => 'https://www.caliber.com/find-a-location/tucker', '/locate-a-caliber-collision-center/tucson-palo-verde' => 'https://www.caliber.com/find-a-location/tucson-palo-verde', '/locate-a-caliber-collision-center/tucson-research' => 'https://www.caliber.com/find-a-location/tucson-research', '/locate-a-caliber-collision-center/tucson-university' => 'https://www.caliber.com/find-a-location/tucson-university', '/locate-a-caliber-collision-center/tujunga' => 'https://www.caliber.com/find-a-location/tujunga', '/locate-a-caliber-collision-center/tulare' => 'https://www.caliber.com/find-a-location/tulare', '/locate-a-caliber-collision-center/tustin' => 'https://www.caliber.com/find-a-location/tustin', '/locate-a-caliber-collision-center/twentynine-palms' => 'https://www.caliber.com/find-a-location/twentynine-palms', '/locate-a-caliber-collision-center/twin-falls-west' => 'https://www.caliber.com/find-a-location/twin-falls-west', '/locate-a-caliber-collision-center/tyler-east' => 'https://www.caliber.com/find-a-location/tyler-east', '/locate-a-caliber-collision-center/tysons-corner' => 'https://www.caliber.com/find-a-location/tysons-corner', '/locate-a-caliber-collision-center/union-city' => 'https://www.caliber.com/find-a-location/union-city', '/locate-a-caliber-collision-center/university-city' => 'https://www.caliber.com/find-a-location/university-city', '/locate-a-caliber-collision-center/upland' => 'https://www.caliber.com/find-a-location/upland', '/locate-a-caliber-collision-center/utica' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/utica-lincoln-ave' => 'https://www.caliber.com/find-a-location/utica', '/locate-a-caliber-collision-center/vacaville' => 'https://www.caliber.com/find-a-location/vacaville', '/locate-a-caliber-collision-center/vacaville-union-way' => 'https://www.caliber.com/find-a-location/vacaville-union-way', '/locate-a-caliber-collision-center/valencia' => 'https://www.caliber.com/find-a-location/valencia', '/locate-a-caliber-collision-center/vallejo' => 'https://www.caliber.com/find-a-location/vallejo', '/locate-a-caliber-collision-center/valley-ranch' => 'https://www.caliber.com/find-a-location/valley-ranch', '/locate-a-caliber-collision-center/vancouver-cascade' => 'https://www.caliber.com/find-a-location/vancouver-cascade', '/locate-a-caliber-collision-center/vancouver-hazel-dell' => 'https://www.caliber.com/find-a-location/vancouver-hazel-dell', '/locate-a-caliber-collision-center/vancouver-mill-plain' => 'https://www.caliber.com/find-a-location/vancouver-mill-plain', '/locate-a-caliber-collision-center/vancouver-orchards' => 'https://www.caliber.com/find-a-location/vancouver-orchards', '/locate-a-caliber-collision-center/vandalia' => 'https://www.caliber.com/find-a-location/vandalia', '/locate-a-caliber-collision-center/van-nuys' => 'https://www.caliber.com/find-a-location/van-nuys', '/locate-a-caliber-collision-center/venice' => 'https://www.caliber.com/find-a-location/venice', '/locate-a-caliber-collision-center/ventura' => 'https://www.caliber.com/find-a-location/ventura', '/locate-a-caliber-collision-center/verde-valley' => 'https://www.caliber.com/find-a-location/verde-valley', '/locate-a-caliber-collision-center/victorville' => 'https://www.caliber.com/find-a-location/victorville', '/locate-a-caliber-collision-center/victorville-west' => 'https://www.caliber.com/find-a-location/victorville-west', '/locate-a-caliber-collision-center/vineland' => 'https://www.caliber.com/find-a-location/vineland', '/locate-a-caliber-collision-center/virginia-beach-birdneck' => 'https://www.caliber.com/find-a-location/virginia-beach-birdneck', '/locate-a-caliber-collision-center/virginia-beach-lynnhaven' => 'https://www.caliber.com/find-a-location/virginia-beach-lynnhaven', '/locate-a-caliber-collision-center/virginia-beach-non-drive' => 'https://www.caliber.com/find-a-location/virginia-beach-non-drive', '/locate-a-caliber-collision-center/virginia-beach-oceana-south' => 'https://www.caliber.com/find-a-location/virginia-beach-oceana-south', '/locate-a-caliber-collision-center/visalia' => 'https://www.caliber.com/find-a-location/visalia', '/locate-a-caliber-collision-center/vista' => 'https://www.caliber.com/find-a-location/vista', '/locate-a-caliber-collision-center/wadsworth' => 'https://www.caliber.com/find-a-location/wadsworth', '/locate-a-caliber-collision-center/wakefield' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wake-forest' => 'https://www.caliber.com/find-a-location/wake-forest', '/locate-a-caliber-collision-center/waldorf' => 'https://www.caliber.com/find-a-location/waldorf', '/locate-a-caliber-collision-center/walnut' => 'https://www.caliber.com/find-a-location/walnut', '/locate-a-caliber-collision-center/walnut-creek-main-st' => 'https://www.caliber.com/find-a-location/walnut-creek-main-st', '/locate-a-caliber-collision-center/walnut-creek-pine-st' => 'https://www.caliber.com/find-a-location/walnut-creek-pine-st', '/locate-a-caliber-collision-center/warminster' => 'https://www.caliber.com/find-a-location/warminster', '/locate-a-caliber-collision-center/warner-robins' => 'https://www.caliber.com/find-a-location/warner-robins', '/locate-a-caliber-collision-center/warrenton-non-drive' => 'https://www.caliber.com/find-a-location/warrenton-non-drive', '/locate-a-caliber-collision-center/warrenville' => 'https://www.caliber.com/find-a-location/warrenville', '/locate-a-caliber-collision-center/washington-township' => 'https://www.caliber.com/find-a-location/washington-township', '/locate-a-caliber-collision-center/watsonville' => 'https://www.caliber.com/find-a-location/watsonville', '/locate-a-caliber-collision-center/waukegan' => 'https://www.caliber.com/find-a-location/waukegan', '/locate-a-caliber-collision-center/waukesha' => 'https://www.caliber.com/find-a-location/waukesha', '/locate-a-caliber-collision-center/waukesha-north' => 'https://www.caliber.com/find-a-location/waukesha-north', '/locate-a-caliber-collision-center/weatherford' => 'https://www.caliber.com/find-a-location/weatherford', '/locate-a-caliber-collision-center/webster' => 'https://www.caliber.com/find-a-location/webster', '/locate-a-caliber-collision-center/wellington' => 'https://www.caliber.com/find-a-location/wellington', '/locate-a-caliber-collision-center/wenatchee' => 'https://www.caliber.com/find-a-location/wenatchee', '/locate-a-caliber-collision-center/wentzville' => 'https://www.caliber.com/find-a-location/wentzville', '/locate-a-caliber-collision-center/wesley-chapel' => 'https://www.caliber.com/find-a-location/wesley-chapel', '/locate-a-caliber-collision-center/west-allis' => 'https://www.caliber.com/find-a-location/west-allis', '/locate-a-caliber-collision-center/west-allis-lincoln-ave' => 'https://www.caliber.com/find-a-location/west-allis-lincoln-ave', '/locate-a-caliber-collision-center/west-ashley' => 'https://www.caliber.com/find-a-location/west-ashley', '/locate-a-caliber-collision-center/west-chester-oh' => 'https://www.caliber.com/find-a-location/west-chester-oh', '/locate-a-caliber-collision-center/west-chester-pa' => 'https://www.caliber.com/find-a-location/west-chester-pa', '/locate-a-caliber-collision-center/west-denton' => 'https://www.caliber.com/find-a-location/west-denton', '/locate-a-caliber-collision-center/west-denver' => 'https://www.caliber.com/find-a-location/west-denver', '/locate-a-caliber-collision-center/west-frisco' => 'https://www.caliber.com/find-a-location/west-frisco-fm-423', '/locate-a-caliber-collision-center/westlake-village' => 'https://www.caliber.com/find-a-location/westlake-village', '/locate-a-caliber-collision-center/westlake-village-east' => 'https://www.caliber.com/find-a-location/westlake-village-east', '/locate-a-caliber-collision-center/westminster' => 'https://www.caliber.com/find-a-location/westminster', '/locate-a-caliber-collision-center/westminster-co' => 'https://www.caliber.com/find-a-location/westminster-co', '/locate-a-caliber-collision-center/westminster-co-pierce-st' => 'https://www.caliber.com/find-a-location/westminster-co-pierce-st', '/locate-a-caliber-collision-center/westmont' => 'https://www.caliber.com/find-a-location/westmont', '/locate-a-caliber-collision-center/west-plano' => 'https://www.caliber.com/find-a-location/west-plano', '/locate-a-caliber-collision-center/west-sacramento' => 'https://www.caliber.com/find-a-location/west-sacramento', '/locate-a-caliber-collision-center/west-salem' => 'https://www.caliber.com/find-a-location/west-salem', '/locate-a-caliber-collision-center/west-san-antonio' => 'https://www.caliber.com/find-a-location/san-antonio-west', '/locate-a-caliber-collision-center/west-st-paul' => 'https://www.caliber.com/find-a-location/west-st-paul', '/locate-a-caliber-collision-center/west-valley-city' => 'https://www.caliber.com/find-a-location/west-valley-city', '/locate-a-caliber-collision-center/wheat-ridge-independence-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-independence-st', '/locate-a-caliber-collision-center/wheat-ridge-robb-st' => 'https://www.caliber.com/find-a-location/wheat-ridge-robb-st', '/locate-a-caliber-collision-center/wheat-ridge-w-48th-ave' => 'https://www.caliber.com/find-a-location/wheat-ridge-w-48th-ave', '/locate-a-caliber-collision-center/white-marsh' => 'https://www.caliber.com/find-a-location/white-marsh', '/locate-a-caliber-collision-center/white-plains' => 'https://www.caliber.com/find-a-location/white-plains', '/locate-a-caliber-collision-center/whittier' => 'https://www.caliber.com/find-a-location/whittier', '/locate-a-caliber-collision-center/williamsburg' => 'https://www.caliber.com/find-a-location/williamsburg', '/locate-a-caliber-collision-center/willow-glen' => 'https://www.caliber.com/find-a-location/willow-glen', '/locate-a-caliber-collision-center/wilmington-de-germay-dr' => 'https://www.caliber.com/find-a-location/wilmington-de-germay-dr', '/locate-a-caliber-collision-center/wilmington-de-newport-pike' => 'https://www.caliber.com/find-a-location/wilmington-de-newport-pike', '/locate-a-caliber-collision-center/wilmington-hwy-21' => 'https://www.caliber.com/find-a-location/wilmington-hwy-421', '/locate-a-caliber-collision-center/wilmington-market-st' => 'https://www.caliber.com/find-a-location/wilmington-market-street', '/locate-a-caliber-collision-center/winchester' => 'https://www.caliber.com/find-a-location/winchester', '/locate-a-caliber-collision-center/winnetka' => 'https://www.caliber.com/find-a-location/winnetka', '/locate-a-caliber-collision-center/wolfchase' => 'https://www.caliber.com/find-a-location/wolfchase', '/locate-a-caliber-collision-center/woodbridge' => 'https://www.caliber.com/find-a-location/woodbridge', '/locate-a-caliber-collision-center/woodcrest' => 'https://www.caliber.com/find-a-location/woodcrest', '/locate-a-caliber-collision-center/woodridge' => 'https://www.caliber.com/find-a-location/woodridge', '/locate-a-caliber-collision-center/wooster-east' => 'https://www.caliber.com/find-a-location/wooster-east', '/locate-a-caliber-collision-center/wooster-north' => 'https://www.caliber.com/find-a-location/wooster-north', '/locate-a-caliber-collision-center/wylie' => 'https://www.caliber.com/find-a-location/wylie', '/locate-a-caliber-collision-center/xenia' => 'https://www.caliber.com/find-a-location/xenia', '/locate-a-caliber-collision-center/yakima' => 'https://www.caliber.com/find-a-location/yakima', '/locate-a-caliber-collision-center/yelm' => 'https://www.caliber.com/find-a-location/yelm', '/locate-a-caliber-collision-center/yuba-city' => 'https://www.caliber.com/find-a-location/yuba-city', '/locate-a-caliber-collision-center/zion' => 'https://www.caliber.com/find-a-location/zion', '/locate-a-caliber-collision-center/zionsville' => 'https://www.caliber.com/find-a-location/zionsville', '/about-us/community-involvement/carry-the-load/' => 'https://www.caliber.com/why-caliber', '/april-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/april-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/august-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/blog' => 'https://www.caliber.com/why-caliber', '/careers/' => 'https://jobsatcaliber.com/', '/combine/' => 'https://www.caliber.com/why-caliber', '/december-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/december-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/emails/march-2015-customer-email/' => 'https://www.caliber.com/leave-a-review', '/emails/october-email-2014/' => 'https://www.caliber.com/leave-a-review', '/emails/september-email-2014/' => 'https://www.caliber.com/leave-a-review', '/employment/' => 'https://jobsatcaliber.com/', '/fast-track-dealer-referral' => 'https://www.caliber.com/why-caliber', '/february-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/february-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/february-email-2015' => 'https://www.caliber.com/leave-a-review', '/get-a-free-online-estimate/' => 'https://www.caliber.com/online-estimate', '/heroesdayregistration' => 'https://www.caliber.com/why-caliber', '/holiday2020' => 'https://www.caliber.com/newsroom', '/houston-blood-drive' => 'https://www.caliber.com/newsroom', '/hub-of-help' => 'https://www.caliber.com/shop-talk', '/hub-of-help/how-does-a-seatbelt-protect-you-in-a-car-accident' => 'https://www.caliber.com/shop-talk/what-to-do-after-a-car-accident/', '/hub-of-help/should-you-replace-your-childs-seat-after-a-car-accident' => 'https://www.caliber.com/shop-talk', '/january-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/january-2020-email' => 'https://www.caliber.com/leave-a-review', '/july-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/july-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/june-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/locate-a-caliber-collision-center/?zip=' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/albany-or' => 'https://www.caliber.com/find-a-location/albany-or', '/locate-a-caliber-collision-center/asheville-patton-ave' => 'https://www.caliber.com/find-a-location/asheville-patton-ave', '/locate-a-caliber-collision-center/bend-southeast' => 'https://www.caliber.com/find-a-location/bend-southeast', '/locate-a-caliber-collision-center/berkeley-shattuck-ave' => 'https://www.caliber.com/find-a-location/berkeley-shattuck-ave', '/locate-a-caliber-collision-center/bethel-park' => 'https://www.caliber.com/find-a-location/bethel-park', '/locate-a-caliber-collision-center/bloomfield-nj' => 'https://www.caliber.com/find-a-location/bloomfield-nj', '/locate-a-caliber-collision-center/boise-royal-blvd' => 'https://www.caliber.com/find-a-location/boise-royal-blvd', '/locate-a-caliber-collision-center/cary-crossroads/' => 'https://www.caliber.com/find-a-location/cary-crossroads', '/locate-a-caliber-collision-center/cary-maynard/' => 'https://www.caliber.com/find-a-location/cary-maynard', '/locate-a-caliber-collision-center/chalfont' => 'https://www.caliber.com/find-a-location/chalfont', '/locate-a-caliber-collision-center/chesterland' => 'https://www.caliber.com/find-a-location/chesterland', '/locate-a-caliber-collision-center/cold-spring' => 'https://www.caliber.com/find-a-location/cold-spring', '/locate-a-caliber-collision-center/copperfield/' => 'https://www.caliber.com/find-a-location/houston-copperfield', '/locate-a-caliber-collision-center/corvallis-north' => 'https://www.caliber.com/find-a-location/corvallis-north', '/locate-a-caliber-collision-center/dallas-or' => 'https://www.caliber.com/find-a-location/dallas-or', '/locate-a-caliber-collision-center/Eden%20Prairie' => 'https://www.caliber.com/find-a-location/eden-prairie', '/locate-a-caliber-collision-center/el-paso-west' => 'https://www.caliber.com/find-a-location/el-paso-west', '/locate-a-caliber-collision-center/european-auto-body/' => 'https://www.caliber.com/find-a-location/european-autobody', '/locate-a-caliber-collision-center/elkhart' => 'https://www.caliber.com/find-a-location/elkhart', '/locate-a-caliber-collision-center/fenton' => 'https://www.caliber.com/find-a-location/fenton', '/locate-a-caliber-collision-center/fuquay-varina/' => 'https://www.caliber.com/find-a-location/fuquay-varina', '/locate-a-caliber-collision-center/glendale-az' => 'https://www.caliber.com/find-a-location/glendale-az', '/locate-a-caliber-collision-center/grand-junction-east' => 'https://www.caliber.com/find-a-location/grand-junction-east', '/locate-a-caliber-collision-center/hendersonville' => 'https://www.caliber.com/find-a-location/hendersonville', '/locate-a-caliber-collision-center/holland' => 'https://www.caliber.com/find-a-location/holland', '/locate-a-caliber-collision-center/houston-galleria/' => 'https://www.caliber.com/find-a-location/houston-galleria', '/locate-a-caliber-collision-center/indianapolis-non-drive' => 'https://www.caliber.com/find-a-location/indianapolis-downtown', '/locate-a-caliber-collision-center/irvine-carnegie-ave' => 'https://www.caliber.com/find-a-location/irvine-e-carnegie-ave', '/locate-a-caliber-collision-center/lebanon-or' => 'https://www.caliber.com/find-a-location/lebanon-or', '/locate-a-caliber-collision-center/lincoln-city' => 'https://www.caliber.com/find-a-location/lincoln-city', '/locate-a-caliber-collision-center/linthicum' => 'https://www.caliber.com/find-a-location/linthicum', '/locate-a-caliber-collision-center/melissa' => 'https://www.caliber.com/find-a-location/melissa', '/locate-a-caliber-collision-center/mesquite' => 'https://www.caliber.com/find-a-location/mesquite', '/locate-a-caliber-collision-center/monroeville' => 'https://www.caliber.com/find-a-location/monroeville', '/locate-a-caliber-collision-center/newport-or' => 'https://www.caliber.com/find-a-location/newport-or', '/locate-a-caliber-collision-center/orlando-non-drive' => 'https://www.caliber.com/find-a-location/orlando-non-drive', '/locate-a-caliber-collision-center/palmdale-downtown' => 'https://www.caliber.com/find-a-location/palmdale-downtown', '/locate-a-caliber-collision-center/philomath' => 'https://www.caliber.com/find-a-location/philomath', '/locate-a-caliber-collision-center/phoenix-happy-valley' => 'https://www.caliber.com/find-a-location/phoenix-happy-valley', '/locate-a-caliber-collision-center/raleigh-downtown/' => 'https://www.caliber.com/find-a-location/raleigh-downtown', '/locate-a-caliber-collision-center/raleigh-oak-forest-dr' => 'https://www.caliber.com/find-a-location/raleigh-oak-forest-dr', '/locate-a-caliber-collision-center/redmond' => 'https://www.caliber.com/find-a-location/redmond', '/locate-a-caliber-collision-center/salem-or-hoyt-st' => 'https://www.caliber.com/find-a-location/salem-or-hoyt-st', '/locate-a-caliber-collision-center/spring-aldine-westfield/' => 'https://www.caliber.com/find-a-location/spring-aldine-westfield', '/locate-a-caliber-collision-center/tucson-thornydale' => 'https://www.caliber.com/find-a-location/tucson-thornydale', '/locate-a-caliber-collision-center/upland-downtown' => 'https://www.caliber.com/find-a-location/upland-downtown', '/locate-a-caliber-collision-center/valley-stream' => 'https://www.caliber.com/find-a-location/valley-stream', '/locate-a-caliber-collision-center/wakefield/' => 'https://www.caliber.com/find-a-location/wakefield', '/locate-a-caliber-collision-center/wexford' => 'https://www.caliber.com/find-a-location/wexford', '/locate-a-caliber-collision-center/willard' => 'https://www.caliber.com/find-a-location/willard', '/locate-a-caliber-collision-center/youngsville' => 'https://www.caliber.com/find-a-location/youngsville', '/locate-a-caliber-collision-center?zip=' => 'https://www.caliber.com/find-a-location', '/march-2015-agent-email/' => 'https://www.caliber.com/leave-a-review', '/march-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2016-customer-email/' => 'https://www.caliber.com/leave-a-review', '/march-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/march-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/may-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/november-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/october-email-2014' => 'https://www.caliber.com/leave-a-review', '/recycledrides/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-carry-the-load-2015/' => 'https://www.caliber.com/why-caliber', '/recycled-rides-nomination-form' => 'https://www.caliber.com/why-caliber', '/RYHeartHealth' => 'https://www.caliber.com/why-caliber', '/search' => 'https://www.caliber.com', '/september-2015-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2016-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2017-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2018-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-2019-customer-email' => 'https://www.caliber.com/leave-a-review', '/september-email-2014' => 'https://www.caliber.com/leave-a-review', '/services/collision-repair-process/' => 'https://www.caliber.com/services/collision/collision-repair', '/services/insurance-partners/' => 'https://www.caliber.com/why-caliber/auto-insurance-partners', '/services/repair-process' => 'https://www.caliber.com/services/collision', '/wp-content/uploads/2012/10/Caliber-Food-Drive-Delivers-7-23-12.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/07/Caliber-Food-Drive-Collects-1-Million-Meals-INDUSTRY-FINAL-7-8-14.pdf' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/10/RR_image1.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Stranded-on-a-Highway.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2014/12/Winterize-Your-Car.jpg' => 'https://www.caliber.com/newsroom', '/wp-content/uploads/2015/12/Caliber-Recycled-Rides-Airs-on-WCC.pdf' => 'https://www.caliber.com/newsroom', '/locate-a-caliber-collision-center/bloomington-non-drive' => 'https://www.caliber.com/find-a-location/bloomington-non-drive', '/locate-a-caliber-collision-center/alexandria-potomac-yard' => 'https://www.caliber.com/find-a-location/alexandria-potomac-yard', '/locate-a-caliber-collision-center/orrville-drive-center' => 'https://www.caliber.com/find-a-location/orrville-drive-center', '/locate-a-caliber-collision-center/miami-sw-130th-st' => 'https://www.caliber.com/find-a-location/miami-sw-130th-st', '/locate-a-caliber-collision-center/staunton' => 'https://www.caliber.com/find-a-location/staunton', '/locate-a-caliber-collision-center/fayetteville-fleet' => 'https://www.caliber.com/find-a-location', '/resources' => 'https://www.caliber.com/resources', '/locate-a-caliber-collision-center/colerian-1138' => 'https://calibercollision.com/locate-a-caliber-collision-center/colerain', '/support' => 'https://www.caliber.com/resources', '/about-us/community-involvement/changing-lanes' => 'https://www.caliber.com/restoring-you/changing-lanes', '/schedule-an-appointment' => 'https://www.caliber.com/request-an-appointment/collision', '/online-authorization-caliber' => 'https://www.caliber.com/online-estimate', '/locate-a-caliber-collision-center/orange-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/torrance-w-190th' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hope-mills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/midland-n-loop-250-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santa-clarita' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/denver-green-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clarksville-ft-campbell' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/asheville-brevard-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/east-rochester' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/frederick-co' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/southport' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-bagby-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/roseville-industrial-s' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oconomowoc-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/atlanta-non-drive-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenix-n-26th-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/normal-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/murfreesboro-church-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sherman' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bentonville-ar' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/wilson' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/norfolk-azalea-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lancaster-trevor-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mint-hill' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/champaign-n-mattis-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kalamazoo' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lakeland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/luxury-charlotte-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/loveland-crossroads-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/colerain' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanford-glendale-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/doverde' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-tn' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/seneca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanbrunoca' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rockford-mi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bardstown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-ridgeville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bastrop' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/union-city-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawano' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/omaha-g-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sanatoga' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oceanside-airport-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-sun-valley' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/syracuse-west-genesee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/virginia-beach-cleveland' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/oakland-36th-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/danville-il' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/santee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-brunswick' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/clearwater' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waco-lasalle-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/covington-wa' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/reynoldsburg' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/cartersville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/knoxville-crossroads' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shepherdsville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/waldorf-kaine-pl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/portage' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sacramento-natomas' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/dublin-oh' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/boiling-spring-lake' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/lees-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/brookhaven' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbia-southeast' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-angelo-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/antioch' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fayetteville-bingham-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-arizona-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/tempe-e-curry-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/gilbert-s-douglas-dr' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merriam' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/watertown-summit' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-mateo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/joplin' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/montrose' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/merced' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/monroe-williams-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/caliber-ashwaubenon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/sebastopol' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/kissimmee-obt' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/columbus-oh-boltonfield' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/banning' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/appleton-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fremont-central' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/shawnee' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/greenville-non-drive' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hattiesburg-king-rd' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/victorville-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/baltimore-mortimer-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-royalton' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grand-rapids-oak-park' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/phoenixville-east' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/rochester-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/granada-hills' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-southwest' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/des-moines-nw-prairie' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/chandler-w-oakland-st' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springfield-north' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/independence' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hanover' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/grandview' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/alexandria-burnside-pi' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mccomb' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mobile-government-bl' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/winter-garden' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/olympia' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/mount-vernon' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/springville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/richmond-downtown' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/san-bruno' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/hatboro' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/houston-astrodome' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/ofallon-mo-south' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/bloomington-il-west' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/charlottesville' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/fresno-e-olive-ave' => 'https://www.caliber.com/find-a-location', '/locate-a-caliber-collision-center/north-st-paul' => 'https://www.caliber.com/find-a-location', '/about-us/faqs' => 'https://www.caliber.com/faq', '/technician-apprentice-program' => 'https://www.caliber.com/why-caliber/restoring-you/technician-apprentice-program', '/news-events/2021/04/12/caliber-kicks-off-10th-annual-restoring-you-food-drive' => 'https://www.caliber.com/newsroom/press-releases/caliber-food-drive-041221', '/news-events/2021/01/25/caliber-announces-the-appointment-of-aylwin-b-lewis-to-its-board-of-directors' => 'https://www.caliber.com/newsroom/press-releases/aylwin-lewis-to-board-of-directors-012521', '/news-events/2020/11/18/caliber-positions-for-next-phase-of-growth-announces-internal-promotions' => 'https://www.caliber.com/newsroom/press-releases/caliber-mark-sanders-steve-grimshaw-111820', '/news-events/2020/09/29/caliber-commits-to-restoring-you-by-gifting-restored-vehicles-to-frontline-heroes-in-dallas-fort-worth-los-angeles-and-new-york-nominated-by-the-public' => 'https://www.caliber.com/newsroom/press-releases/caliber-ry-rr-frontline-heroes-072920', '/news-events/2020/01/21/honoring-our-heroes-and-restoring-the-rhythm-of-lives-caliber-collision-partners-with-dallas-cowboys-to-support-our-troops-and-first-responders' => 'https://www.caliber.com/newsroom/press-releases/ft-hood-roadshow-012120', '/locate-a-caliber-collision-center/pensacola' => 'https://www.caliber.com/find-a-location/pensacola', '/locate-a-caliber-collision-center/chesapeake' => 'https://www.caliber.com/find-a-location/chesapeake', '/locate-a-caliber-collision-center/lake-wylie' => 'https://www.caliber.com/find-a-location/lake-wylie', '/locate-a-caliber-collision-center/gaithersburg-south' => 'https://www.caliber.com/find-a-location/gaithersburg-south', '/locate-a-caliber-collision-center/colorado-springs-n-academy' => 'https://www.caliber.com/find-a-location/colorado-springs-n-academy', '/locate-a-caliber-collision-center/norman' => 'https://www.caliber.com/find-a-location/norman', '/locate-a-caliber-collision-center/fort-myers-non-drive' => 'https://www.caliber.com/find-a-location/fort-myers-non-drive', '/locate-a-caliber-collision-center/carbondale' => 'https://www.caliber.com/find-a-location/carbondale', '/locate-a-caliber-collision-center/greenville-e-butler' => 'https://www.caliber.com/find-a-location/greenville-e-butler', '/locate-a-caliber-collision-center/conway' => 'https://www.caliber.com/find-a-location/conway', '/locate-a-caliber-collision-center/montgomery-taylor-rd' => 'https://www.caliber.com/find-a-location/montgomery-taylor-rd', '/locate-a-caliber-collision-center/yuba-city-market-st' => 'https://www.caliber.com/find-a-location/yuba-city-market-st', '/locate-a-caliber-collision-center/elyria' => 'https://www.caliber.com/find-a-location/elyria', '/locate-a-caliber-collision-center/independence-s-dodgion' => 'https://www.caliber.com/find-a-location/independence-s-dodgion', '/locate-a-caliber-collision-center/anderson-in' => 'https://www.caliber.com/find-a-location/anderson-in', '/locate-a-caliber-collision-center/baltimore-frankford-ave' => 'https://www.caliber.com/find-a-location/baltimore-frankford-ave', '/locate-a-caliber-collision-center/oak-ridge' => 'https://www.caliber.com/find-a-location/oak-ridge', '/locate-a-caliber-collision-center/alexandria-ky' => 'https://www.caliber.com/find-a-location/alexandria-ky', '/locate-a-caliber-collision-center/stockton-n-wilson' => 'https://www.caliber.com/find-a-location/stockton-n-wilson', '/locate-a-caliber-collision-center/canton-oh' => 'https://www.caliber.com/find-a-location/canton-oh', '/locate-a-caliber-collision-center/spokane-downtown' => 'https://www.caliber.com/find-a-location/spokane-downtown', '/locate-a-caliber-collision-center/kaysville' => 'https://www.caliber.com/find-a-location/kaysville', '/locate-a-caliber-collision-center/quakertown' => 'https://www.caliber.com/find-a-location/quakertown', '/locate-a-caliber-collision-center/milford-ct' => 'https://www.caliber.com/find-a-location/milford-ct', '/locate-a-caliber-collision-center/ellisville' => 'https://www.caliber.com/find-a-location/ellisville', '/locate-a-caliber-collision-center/phoenix-n-23rd-ave' => 'https://www.caliber.com/find-a-location/phoenix-n-23rd-ave', '/locate-a-caliber-collision-center/delano' => 'https://www.caliber.com/find-a-location/delano', '/locate-a-caliber-collision-center/edmond-deer-creek' => 'https://www.caliber.com/find-a-location/edmond-deer-creek', '/locate-a-caliber-collision-center/olathe-n-rogers-rd' => 'https://www.caliber.com/find-a-location/olathe-n-rogers-rd', '/locate-a-caliber-collision-center/oklahoma-city-north' => 'https://www.caliber.com/find-a-location/oklahoma-city-north', '/locate-a-caliber-collision-center/sheffield-village' => 'https://www.caliber.com/find-a-location/sheffield-village', '/locate-a-caliber-collision-center/rochester-mn' => 'https://www.caliber.com/find-a-location/rochester-mn', '/locate-a-caliber-collision-center/waretown' => 'https://www.caliber.com/find-a-location/waretown', '/locate-a-caliber-collision-center/nicholasville-wilson-dr' => 'https://www.caliber.com/find-a-location/nicholasville-wilson-dr', '/locate-a-caliber-collision-center/la-crosse' => 'https://www.caliber.com/find-a-location/la-crosse', '/locate-a-caliber-collision-center/portland-tx' => 'https://www.caliber.com/find-a-location/portland-tx', '/locate-a-caliber-collision-center/neenah' => 'https://www.caliber.com/find-a-location/neenah', '/locate-a-caliber-collision-center/sevierville' => 'https://www.caliber.com/find-a-location/sevierville', '/locate-a-caliber-collision-center/san-pablo' => 'https://www.caliber.com/find-a-location/san-pablo', '/locate-a-caliber-collision-center/oshkosh' => 'https://www.caliber.com/find-a-location/oshkosh', '/locate-a-caliber-collision-center/souderton' => 'https://www.caliber.com/find-a-location/souderton', '/locate-a-caliber-collision-center/rock-hill-newport' => 'https://www.caliber.com/find-a-location/rock-hill-newport', '/locate-a-caliber-collision-center/benton-il' => 'https://www.caliber.com/find-a-location/benton-il', '/locate-a-caliber-collision-center/onalaska' => 'https://www.caliber.com/find-a-location/onalaska', '/locate-a-caliber-collision-center/lodi-south' => 'https://www.caliber.com/find-a-location/lodi-south', '/locate-a-caliber-collision-center/walton' => 'https://www.caliber.com/find-a-location/walton', '/locate-a-caliber-collision-center/moorpark' => 'https://www.caliber.com/find-a-location/moorpark', '/locate-a-caliber-collision-center/conway-southeast' => 'https://www.caliber.com/find-a-location/conway-southeast', '/locate-a-caliber-collision-center/overland-park-metcalf' => 'https://www.caliber.com/find-a-location/overland-park-metcalf', '/live-chat/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/url/hv-collisioncenter.html?H&V-CollisionCenter' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/march-2015-agent-email' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/thank-you' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/08/05/caliber-acquires-herbs-paint-and-body' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/07/07/caliber-opens-new-state-of-the-art-greenfield-facility-in-west-frisco' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2018/05/21/golfers-play-with-a-purpose-at-3rd-annual-caliber-classic-golf-tournament' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/caliber-opens-new-location-in-las-vegas-nv' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/06/23/gift-of-reliable-transportation-helps-us-army-veteran-rebuild-life-reunite-with-family' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/08/25/san-miguel-high-students-celebrate-fall-sports-school-van-donation-at-first-pep-rally' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2019/07/17/caliber-collision-rhythm-restoration-food-drive-results' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/05/05/caliber-opens-two-new-locations-in-california' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html', '/news-events/2014/09/03/caliber-opens-new-location-in-kingwood-tx' => 'https://www.caliber.com/themes/calibercollision/templates/errors/404.html'), 'vanity' => array('/get-a-free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/get-a-free-online-estimate/silverrock' => 'https://www.caliber.com/online-estimate/collision', '/mobile/free-online-estimate' => 'https://www.caliber.com/online-estimate/collision', '/blog' => 'https://blog.calibercollision.com', '/2015-heartwalk' => 'http://heartwalk.kintera.org/dallastx/CaliberCollisionHearts', '/holidaycard2015' => 'http://holidaycard2015.calibercollision.com/', '/locate-a-caliber-collision-center/lone-mountain' => '/locate-a-caliber-collision-center/north-las-vegas', '/holidaycard2016' => 'http://holidaycard2016.calibercollision.com/', '/heroesinhighgear' => 'https://calibercollision.com/about-us/community-involvement', '/HeroesInHighGear' => 'https://calibercollision.com/about-us/community-involvement')), 'search' => array('driver' => 'local', 'auto_index' => true, 'default_index' => 'default', 'searchable' => array('title', 'content'), 'algolia_api_key' => '', 'algolia_app_id' => ''), 'services' => array(), 'system' => array('license_key' => '243aabe7-dac1-4e1e-8ac2-472b114f1bd3', 'locales' => array('en' => array('full' => 'en_US', 'name' => 'English', 'url' => 'https://calibercollision.com/')), 'timezone' => 'America/Chicago', 'date_format' => 'F jS, Y', 'default_extension' => 'md', 'filesystems' => array('content' => array('driver' => 'local', 'root' => 'site/content'), 'storage' => array('driver' => 'local', 'root' => 'site/storage'), 'users' => array('driver' => 'local', 'root' => 'site/users'), 'themes' => array('driver' => 'local', 'root' => 'site/themes', 'url' => '/site/themes')), 'app_key' => 'IcFGH2eSZBA3JJOykV5ErMLdnWd2ggkA', 'redactor' => array(array('name' => 'Standard', 'settings' => array('buttons' => array('formatting', 'bold', 'italic', 'deleted', 'unorderedlist', 'orderedlist', 'outdent', 'indent', 'image', 'file', 'video', 'table', 'link', 'horizontalrule', 'fontcolor', 'backcolor', 'alignment', 'html'), 'formatting' => array('p', 'h1', 'h2', 'h3', 'span', 'div'))), array('name' => 'Basic', 'settings' => array('buttons' => array('bold', 'italic', 'formatting')))), 'csrf_exclude' => array('/cp/addons/cccreviews/acceptReview', '/cp/addons/cccreviews/rejectReview', '/cp/addons/cccreviews/postReview', '/cp/addons/cccreviews/approveReview', '/!/Fetch/*', '/assets/emails/acq/fonts/RFRufo-Bold.woff'), 'send_powered_by_header' => false, 'ensure_unique_ids' => true, 'yaml_parser' => 'spyc', 'php_max_memory_limit' => null), 'theming' => array('theme' => 'calibercollision', 'default_layout' => 'default', 'default_page_template' => 'default', 'default_entry_template' => 'post', 'default_taxonomy_template' => 'taxonomy', 'error_template_folder' => 'errors', 'default_fieldset' => 'default', 'default_page_fieldset' => 'page', 'default_entry_fieldset' => 'entry', 'default_term_fieldset' => 'term', 'default_asset_fieldset' => 'asset', 'smartypants' => false, 'allow_php' => true, 'markdown_hard_wrap' => false), 'users' => array('login_type' => 'username', 'enable_gravatar' => true, 'driver' => 'file', 'redis_write_file' => true, 'new_user_roles' => array())), 'segment_1' => 'employment', 'segment_2' => 'recruiting-request-form', 'last_segment' => 'recruiting-request-form', 'aq_redirects' => array('redirect_acquisition' => array(array('refer_location' => 'http://midlothian.connerbrothers.com/', 'info_text' => 'We are proud to inform you Conner Brothers Body Shops of Midlothian and Richmond are now a part of the nation’s leading collision repair provider, Caliber Collision. Dedicated to maintaining the high quality workmanship and personal service you’ve come to expect, we look forward to restoring the rhythm of your life.', 'headline_text' => 'THE FAN - RICHMOND', 'partner_logo' => '/assets/partner-logo/CBToday.png'), array('refer_location' => 'https://fortunecollision.com/', 'partner_logo' => '/assets/partner-logo/fcc-logo-01-e1413209811936.png', 'info_text' => 'We are proud to inform you Fortune Collision Center is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®'), array('refer_location' => 'https://www.professional-collision.com/', 'partner_logo' => '/assets/partner-logo/pc_logo1-320x76.png', 'info_text' => 'We are proud to inform you Professional Collision is now part of the nation's leading collision repair provider, Caliber Collision. Dedicated to maintaining the high-quality workmanship and personal service you've come to expect; we look forward to Restoring the Rhythm of Your Life.®')), 'fieldset' => 'redirect_acquisitions', 'title' => 'Acquisition Redirects', 'id' => 'c7aad81d-005c-4db0-aaf0-889949f2bc53'), 'alert' => array('show_alert' => true, 'fieldset' => 'alert_fs', 'title' => 'Alert Notification', 'id' => 'c7424988-025e-4441-acca-0eacb6b91b64'), 'sponsor_levels' => array('info_grid' => array(array('headline' => 'Presenting Sponsor', 'price' => '$15,000', 'text' => '- 12 playing positions (3 teams) - 12 Premium Player Gift Bags - Four (4) Pin Flags with your logo - Special recognition at awards dinner - Your logo static at the top of the digital pairings during registration and digital scoreboard for tournament - Your logo on the front of all golf cart signs at the presenting sponsor - Your logo on tournament photo show at post golf banquet - Your logo to appear on all tee signs and pin flags as our presenting sponsor - Tent opportunity at hole of choice', 'number_av' => '1'), array('headline' => 'Gold Sponsor', 'price' => '$8,000', 'text' => '- 8 playing positions (2 teams) - 8 Premium Player Gift Bags - Two (2) signage opportunities - One (1) Pin Flag + one (1) additional signage opportunity of your choice - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '3'), array('headline' => 'Silver Sponsor', 'price' => '$4,500', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '5'), array('headline' => 'Hole-in-One Sponsor', 'price' => '$3,000', 'text' => '- Must provide hole-in-one insurance for grand prize - 4 playing positions (1 team) - 4 Premium Player Gift Bags - Two (2) signage opportunities - Recognition at awards dinner - Your individual logo in sponsor slides of tournament pairings during registration - Tent opportunity', 'number_av' => '2'), array('headline' => 'Bronze Sponsor', 'price' => '$3,000', 'text' => '- 4 playing positions (1 team) - 4 Premium Player Gift Bags - One (1) signage opportunity - Recognition at awards dinner - Tent opportunity', 'number_av' => '8'), array('headline' => 'Shoe Sponsor', 'price' => '$10,000', 'text' => '- Logo printed on shoe display - Table opportunity', 'number_av' => '1'), array('headline' => 'Pullover Sponsor', 'price' => '$7,000', 'text' => '- Logo printed on sleeve of golf pullover - Table opportunity', 'number_av' => '1'), array('headline' => 'Sunglasses Sponsor', 'price' => '$5,000', 'text' => '- Logo printed on exterior of the sunglasses case - Table opportunity', 'number_av' => '1'), array('headline' => 'Stainless Steel Colster Sponsor', 'text' => '- Logo printed on tumbler - Table opportunity', 'price' => '$5,000', 'number_av' => '1'), array('headline' => 'Shirt Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on sleeve of golf polo - Table opportunity', 'number_av' => '1'), array('headline' => 'Gloves Sponsor', 'price' => '$4,000', 'text' => '- Logo printed on Titleist glove - Table opportunity', 'number_av' => '1'), array('headline' => 'Towel Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on premium golf towel - Table opportunity', 'number_av' => '1'), array('headline' => 'Photo Souvenir Sponsor', 'price' => '$3,000', 'text' => '- Logo printed on the inside of photo souvenir frame for team photo', 'number_av' => '1'), array('headline' => 'Beverage Sponsor', 'price' => '$3,000', 'text' => '- Signage opportunity available', 'number_av' => '1'), array('headline' => 'Lunch Sponsor', 'price' => '$3,000', 'text' => '- Signage during lunch', 'number_av' => '1'), array('headline' => 'Live Scoring Sponsor', 'price' => '$1,500', 'text' => '- Digital logo or ad opportunity displayed on live scoring device for every team', 'number_av' => '1'), array('headline' => 'Air Cannon Sponsor', 'price' => '$1,500', 'text' => '- Signage at air cannon hole', 'number_av' => '1'), array('headline' => 'Photo Sponsor', 'price' => '$800', 'text' => '- Logo displayed static during on-screen slideshow', 'number_av' => '2'), array('headline' => 'Scorecard Sponsor', 'price' => '$350', 'text' => '- Logo printed on scorecards', 'number_av' => '4'), array('headline' => ' Golf Cart Sponsors', 'price' => '$300', 'text' => '- Logo printed on golf cart signs', 'number_av' => '10'), array('headline' => ' Pin Flag Sponsors', 'price' => '$300', 'text' => '- Logo printed on 1 pin flag at hole', 'number_av' => '11'), array('headline' => 'Tee Box Sponsors', 'price' => '$250', 'text' => '- Logo printed on 1 tee box sign', 'number_av' => '6')), 'fieldset' => 'basic', 'title' => 'Caliber Classic Sponsor Levels', 'id' => '083caacd-0fcc-4cc1-b6ec-3f1588045208'), 'cr_vendors' => array('google_icon' => '/assets/img/icons/google_icon.svg', 'yelp_icon' => '/assets/img/icons/yelp_icon.svg', 'carwise_icon' => '/assets/img/icons/carwise_icon.svg', 'facebook_icon' => '/assets/facebook_icon2.svg', 'carries_icon' => '/assets/img/icons/carwise_icon.svg', 'fieldset' => 'reviews', 'title' => 'Customer Review Vendors', 'id' => '35202c68-7b1f-4835-b527-0f253f79534e'), 'footer_nav' => array('title' => 'Footer Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'schedule an appointment', 'link_url' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c'), array('link_text' => 'services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'contact us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'blog', 'external_link' => 'https://blog.calibercollision.com/'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Free Online Estimate', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_text' => 'Employment', 'external_link' => 'https://jobsatcaliber.com/', 'is_extetnal_link' => true), array('link_text' => 'Locate a Center', 'link_url' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e'), array('link_text' => 'Hub of Help', 'link_url' => 'cb8331a3-f549-4ca4-8710-c9da362de75a'))), array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'link_url' => '095d21e8-2ac8-4834-90e6-c71030aea0b7'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Privacy Policy', 'link_url' => '6dd6ba83-1a75-49d6-9769-c546235eb031'), array('link_text' => 'CA Privacy Act', 'link_url' => '11546b19-0f60-4879-a701-6032dcc8b9e0'), array('link_text' => 'Terms & Conditions', 'link_url' => '0d283aaa-4640-494c-acfe-ed93ec59ae41'), array('link_text' => 'Sitemap', 'link_url' => '749d2502-7b1d-46c0-82b4-d02aef2dc42c'))), array('type' => 'col_nav_set')), 'fieldset' => 'navi', 'id' => '640cbe79-bff7-4cd9-bd3d-976e2afd881a'), 'global' => array('site_name' => 'Caliber Collision', 'seo_title' => 'Auto Body Repair & Paint Shop | Caliber Collision', 'meta_description' => 'Caliber Collision is the leading auto body repair and paint shop. Our services include paintless dent repair, car body work and more. Find a location near you!', 'canonical_tag' => '{{url}}', 'typekit_id' => 'qos3uuj', 'footer_tagline' => array(array('text' => 'Complete Satisfaction Isn’t Just a Goal, It’s What Drives Us.', 'button_text' => 'Learn More', 'button_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425')), 'default_header_loc' => '/assets/img/headers/header_driven_to_serve.jpg', 'tagline' => 'Restoring the rhythm of your life<span style="font-size:7px;margin-top:0px;position:absolute;"><su>&reg;</su></span>', 'chat_embed' => 'ATGSvcs.setEEID('200106309677'); (function() { var l = 'cvg-abra.custhelp.com',d=document,ss='script',s=d.getElementsByTagName(ss)[0]; function r(u) { var rn=d.createElement(ss); rn.type='text/javascript'; rn.defer=rn.async=!0; rn.src = "//" + l + u; s.parentNode.insertBefore(rn,s); } r('/rnt/rnw/javascript/vs/1/vsapi.js'); r('/vs/1/vsopts.js'); })();', 'google_analytics_id' => 'UA-34626924-1', 'bing_verification' => '<meta name="msvalidate.01" content="10622C1F263994281984BE5D053E6146" />', 'image_quality' => '40', 'author_name' => 'Caliber Collision', 'id' => 'd9bfc09a-3a90-41d3-8acc-3f551f8432af'), 'marketing_conditional' => array('check_box_text' => 'I consent to receive marketing and future promotions from Caliber.', 'legal' => 'Marketing and Future Promotions<br/><br/>This check box affirms my consent to receive additional marketing and promotional information from Caliber and its affiliates via email/or and text/SMS messaging. I understand that my decision to receive marketing information is not a condition of receiving service and in no way affects the service Caliber or its affiliates will provide me. I can opt out of receiving marketing information at any time; for email marketing – by clicking the unsubscribe link included in any email and indicating my preferences; for text/SMS, replying "Unsubscribe" to the Caliber affiliate number that sends the marketing text/SMS message to the number you provided. Lastly, by writing to Caliber Collision Centers, Attention: Marketing Unsubscribe, 2941 Lake Vista Dr., Lewisville, Texas 75067.', 'fieldset' => 'marketing_conditional', 'title' => 'Marketing Conditional', 'id' => '2001bd3d-ab35-471a-8535-1782abc9c25a'), 'primary_nav' => array('title' => 'Primary Navigation', 'page_links' => array(array('link_title' => 'Locate a Center', 'icon' => '/assets/img/icons/locations.svg', 'pg_link' => '954a3d09-7a34-4bab-9ce0-cd4d8620790e', 'color' => 'cbgg-red'), array('link_title' => 'Free Online Estimate', 'icon' => '/assets/img/icons/free_estimate.svg', 'color' => 'cbgg-yellow', 'external_link' => 'https://estimate.calibercollision.com/'), array('link_title' => 'Make Appointment', 'icon' => '/assets/img/icons/schedule_appt.svg', 'pg_link' => 'c8c8756f-b5bc-4c70-9b47-f5657591870c', 'color' => 'cbgg-green'), array('link_title' => 'Employment', 'icon' => '/assets/img/icons/employment.svg', 'color' => 'cbgg-blue', 'external_link' => 'https://jobsatcaliber.com')), 'nav_item' => array('954a3d09-7a34-4bab-9ce0-cd4d8620790e', '3cf9ba9f-429e-4023-b58e-6870f96ba6b3', 'cb6f2ca0-1877-42a2-ac26-ec21246c0753', '1e53649c-8bc0-451b-b772-90356c40f66d'), 'fieldset' => 'navi', 'id' => '9c80759e-5264-4be1-b834-d8271de287c1'), 'sec_nav' => array('title' => 'Secondary Navigation', 'column_nav' => array(array('type' => 'col_nav_set', 'item_link' => array(array('link_text' => 'Online Authorization', 'external_link' => '/online-authorization'), array('link_text' => 'Services', 'link_url' => 'd87f671b-baf4-445e-a2b9-4ab16143286d'), array('link_text' => 'About Us', 'link_url' => 'dcc1fb98-7e27-484e-96e2-5448d2724425'), array('link_text' => 'Contact Us', 'link_url' => 'a55ae9b3-0699-4dbf-b107-4047506bf896'), array('link_text' => 'Customer Feedback', 'link_url' => 'ec28ebd7-9396-45d4-8b6d-e45ab8a9d49c'), array('link_text' => 'Blog', 'external_link' => 'https://blog.calibercollision.com/'), array('link_text' => 'News', 'link_url' => '60962021-f154-4cd2-a1d7-035a12b6da9e')))), 'fieldset' => 'navi', 'id' => 'd7382fdf-8d1c-4be7-adca-4d05afd8f2ba'), 'social_channels' => array('social_icons' => array(array('channel' => 'facebook', 'social_icon' => '/assets/img/icons/facebook.svg', 'url' => 'https://www.facebook.com/pages/Caliber-Collision/179049245541477'), array('channel' => 'twitter', 'social_icon' => '/assets/img/icons/twitter.svg', 'url' => 'http://twitter.com/CaliberAutoBody'), array('channel' => 'youtube', 'social_icon' => '/assets/img/icons/youtube.svg', 'url' => 'http://www.youtube.com/CaliberCollisionUSA'), array('channel' => 'linkedin', 'url' => 'https://www.linkedin.com/company/calibercollision/', 'social_icon' => '/assets/linkedin-1496848361.svg'), array('channel' => 'instagram', 'social_icon' => '/assets/img/icons/instagram.svg', 'url' => 'http://instagram.com/calibercollision'), array('channel' => 'blog', 'social_icon' => '/assets/img/icons/blog.svg', 'url' => 'https://blog.calibercollision.com/')), 'fieldset' => 'social_nav', 'title' => 'Social Channels', 'id' => '5bd74bb6-9bd5-4079-b393-a4fb90f5588c'), 'test' => array('fieldset' => 'default', 'title' => 'TEST', 'id' => '61819f55-7c2d-44c8-82ab-04d4955d927c'), 'utilities' => array('title' => 'Utilities', 'utilityNav' => array(array('link_name' => '1-888-225-4237', 'external_link' => 'tel:1-888-225-4237', 'linkIcon' => '/assets/img/icons/phone.svg'), array('link_name' => 'live chat', 'linkIcon' => '/assets/img/icons/livechat.svg')), 'fieldset' => 'navi', 'id' => 'ce39ef6f-b5c3-4b06-a779-350a9f01bb2a'), 'default_error_message' => array('header_title' => 'sorry.', 'header_content' => '<p>The page you are looking for cannot be found. </p>', 'header_bg' => '/assets/img/headers/locations.jpg', 'page_content' => array(array('type' => 'full_set', 'body' => '<p>THE PAGE YOU ARE LOOKING FOR MIGHT HAVE BEEN REMOVED, HAD ITS NAME CHANGED, OR IS TEMPORARILY UNAVAILABLE. </p>', 'bg_color' => 'blue', 'text_color' => 'white'), array('type' => 'half_set', 'header' => 'PLEASE TRY THE FOLLOWING:', 'list' => array('if you typed the page address in the Address bar, make sure that it is spelled correctly', 'Go to the homepage calibercollision.com, and look for links to the information you want.', 'Go to the Site Map to find links to the information you want.', 'Click the back button to try another link.'), 'bg_align' => 'full')), 'seo_title' => '{{title}} Auto Body Repair & Paint Shop | Caliber Collision', 'fieldset' => 'segments', 'title' => 'default error message', 'id' => '805a7d50-e50c-4a95-ad6d-9b1d040aaec7'), 'form_conditions' => array('term_conditions' => array(array('state_select' => '4e3b7c46-f723-443f-9a71-e9571198e0a1', 'abbreviation' => 'AL', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5dfc964a-20d4-4713-9810-1bb1af5fddd9', 'abbreviation' => 'AZ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'af1ce41d-2566-40c4-8a3a-abc197dbb444', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'AR', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '2ac35919-d099-4f01-9538-d043f990ff68', 'abbreviation' => 'CA', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => 'a232b074-7cc1-458d-9d76-37056cde9ad6', 'abbreviation' => 'CO', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '6a9f53a6-827e-4cdc-95c4-9e60176b4368', 'abbreviation' => 'CT', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '258900a4-3496-4f74-b66b-b0b2c4926830', 'abbreviation' => 'DE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_e' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'rights' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '30f1a714-d1cc-466e-8a30-120a3f6f91ca', 'abbreviation' => 'FL', 'terms_b' => 'NOTICE OF RIGHTS - I UNDERSTAND THAT, UNDER STATE LAW, I AM ENTITLED TO A WRITTEN ESTIMATE IF MY FINAL BILL WILL EXCEED $1,500. I will be notified before any work commences on my car and will be given an opportunity to approve the collision repair work order before any repair begins. I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair.', 'policy' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '77e5b21e-7c6b-4d37-990b-280dd7319478', 'abbreviation' => 'GA', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control. I authorize any and all supplements to be paid directly to Caliber Collision.', 'policy' => 'POWER OF ATTORNEY - For insurance claims, I hereby constitute and appoint Caliber Collision and its authorized employees to be my true and lawful attorney-in-fact with authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'PURSUANT TO THE OFFICIAL CODE OF GEORGIA ANNOTATED, O.C.G.A. § 40-3-54 (2014), work performed on any vehicle required to have a certificate of title can have a special lien attached until the work is paid for or satisfied through foreclosure as provided by Georgia law. I have read and agree to the Terms and Conditions.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the diagnostic and repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '34ea7e25-b91e-4e7a-bd93-e4dbf309982c', 'abbreviation' => 'ID', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'f7f47516-7e70-4fc1-bc98-c15d17ac8b33', 'abbreviation' => 'IL', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '3264ce70-71a9-4713-8e4c-9855b1aec47e', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'IN', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '286c2062-a78e-46a0-b3aa-0e7389519863', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'abbreviation' => 'IA', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'ESTIMATE - You have the right to a written or oral estimate if the expected cost of repairs or service will be more than fifty dollars. Your bill will not be higher than the estimate by more than ten percent unless you approve a higher amount before repairs are finished. Indicate your choice: Written estimate, Oral estimate, No estimate, Call me if repairs and service will be more than $(blank space for amount) Dollar amount', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly, and/or partially completed work, based on Caliber’s normal hourly labor rate.'), array('state_select' => '577cb9da-3406-42b5-a4f9-b7358c898cdc', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'abbreviation' => 'KS', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '26560e25-298c-4d7d-9918-1a2fa3d137aa', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'KY', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'cd881ba9-fd23-4f96-ad02-faa1520c07b3', 'abbreviation' => 'MS', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '650e9c71-f2ec-4617-9495-67afaddbf215', 'abbreviation' => 'MD', 'terms' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic's Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'CUSTOMER RIGHTS (Md. Code Ann., Com. Law § 14-1008) - YOU HAVE THE RIGHT TO REQUEST A WRITTEN ESTIMATE FOR REPAIRS EXCEEDING $50 ($25 FOR MONTGOMERY COUNTY). YOU MAY NOT BE CHARGED ANY AMOUNT 10% IN EXCESS OF THE WRITTEN ESTIMATE WITHOUT YOUR CONSENT. YOU ARE ENTITLED TO THE RETURN OF ANY REPLACED PARTS EXCEPT WHEN PARTS ARE REQUIRED TO BE RETURNED TO THE MANUFACTURER UNDER A WARRANTY AGREEMENT. REPAIRS NOT ORIGINALLY AUTHORIZED BY YOU MAY NOT BE CHARGED TO YOU WITHOUT YOUR CONSENT.', 'terms_f' => 'MANUFACTURER SPECIAL POLICY ADJUSTMENT PROGRAMS - Federal law requires manufactures to furnish the National Highway Traffic Safety Administration (N.H.T.S.A.) with bulletins describing any defects in their vehicles. You may obtain copies of these bulletins either from the manufacturer or N.H.T.S.A. In addition, certain consumer publications or organizations publish this information, which may be available for a fee or for free.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle's repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber's control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs. ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c219bd39-e073-4e16-a3cf-a4e4a56477cc', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.', 'abbreviation' => 'MI'), array('state_select' => '93175f20-f5e9-47ec-8f06-472d27ef0f2f', 'terms' => 'RETURN OF REPLACED PARTS - Replaced parts will be returned to you if you request their return before the repairs are commenced, except for any parts that must be returned to the manufacturer, distributor, or other person under warranty or exchange arrangement, or that is required to be retained or disposed of pursuant to law, or is necessary for pending litigation. If you request the return of parts, any such parts that cannot be returned to you will be made available for you to examine for a period of five (5) business days after repairs are completed. By signing below, I acknowledge that I have received this notice, and I do NOT wish to have replaced parts returned to me. (If you DO wish to have replaced parts returned to you, do NOT check this box and instead notify Caliber that you would like replaced parts returned or shown to you.)', 'terms_b' => 'REPAIR ESTIMATES & STORAGE FEES - I have reviewed and understand my rights under <a href="https://www.revisor.mn.gov/statutes/cite/325F.62/pdf">Minnesota Statutes Ann. § 325F.62(3)</a>. I expressly acknowledge that if my vehicle is not picked up within ten (10) days after Caliber Collision has notified me that the repairs are completed or that my vehicle is otherwise ready for pick up, Caliber will charge storage fees at rates that are ordinary and customary for the area, but not to exceed $35.00 per day.', 'abbreviation' => 'MN', 'policy' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_c' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate (these charges will be calculated on the final bill Caliber provides me). ', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'rights' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_i' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.'), array('state_select' => '5bc48dbc-3996-4d73-b387-799b76c1c853', 'abbreviation' => 'MO', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '9ff4bf4c-b5a1-41f0-8749-3109a63c707b', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time.', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'abbreviation' => 'MT', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'deccdd37-ac27-49bb-901e-635d39dc29fe', 'abbreviation' => 'NE', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS – This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR – I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE – I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY – For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA – I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY – If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR – The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd833690a-2571-4675-be41-081d44f75575', 'abbreviation' => 'NV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '775005b6-ef0d-4d75-980f-c1b13b9d8629', 'abbreviation' => 'NJ', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '479d8b97-8b0b-4cc9-bcb9-a02169d1714d', 'abbreviation' => 'NM', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'be3e2c5e-ee12-4767-b64a-09f7914d2a0c', 'abbreviation' => 'NY', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'rights' => 'WAIVER OF WRITTEN ESTIMATE - At this time, I waive receipt of a written estimate but can request a written estimate at any time.', 'state_select' => '3ef51b9c-d562-42f3-9ff2-8eb5846582c8', 'abbreviation' => 'NC', 'terms_c' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_b' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber to disassemble my car for the purpose of preparing a full estimate of the cost of repair. A written estimate delivered via email using the email address I’ve included is acceptable to me.', 'terms_d' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my automobile and to take such action as may be necessary to negotiate any such check or draft.', 'terms_e' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_g' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_h' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'policy' => 'CUSTOMER RIGHTS - (1) A consumer has a right to receive a written estimate or to waive receipt of that estimate if the cost or repairs will exceed $350.00. (2) A consumer may request, at the time the work order is taken, the return or inspection of all parts that have been replaced during the motor vehicle repair.', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '1eab2a85-9973-460d-8063-f064feb79f03', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'ND', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd63bff4f-c165-418c-8f8e-3be2cfb4c7e2', 'abbreviation' => 'OH', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '87e7db74-69ee-42ec-905e-ddaaf999826e', 'abbreviation' => 'OK', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'ab630449-682a-40d3-bd61-aba87b396cd1', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'OR', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '402cbf00-8206-41fe-9149-bf592b5de64e', 'abbreviation' => 'PA', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'state_select' => '5862ea75-05f7-4d16-85ee-afad87f35581', 'abbreviation' => 'SC', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'd671a168-0c70-4cc8-a280-a1e4f925ae12', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'SD', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'AFTERMARKET PARTS - Caliber may be directed (by my insurer) to prepare my estimate based on the use of aftermarket parts supplied by a source other than the manufacturer of my vehicle. I understand that my estimate will reflect whether such parts were used, and that warranties applicable to these replacement parts are provided by the manufacturer or distributor of these parts rather than the manufacturer of my vehicle.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c6880d3e-4640-44ae-8f41-49ddd58992a4', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'abbreviation' => 'TN', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_h' => 'CONSUMER’S RIGHTS - This Notice is being provided to you pursuant to Tennessee law (T.C.A. § 66-19-104), which provides that you are entitled to request a written estimate for repairs that cost in excess of two hundred fifty dollars ($250), and that you may not be charged an amount over twenty-five percent (25%) in excess of the written estimate without your consent or Caliber Collision’s good faith attempt to acquire the consent.', 'rights' => 'NOTICE PURSUANT TO T.C.A. § 47-18-104(b)(28) - Upon my request, I am entitled to have returned to me or to be given the opportunity to inspect any parts that are removed from my vehicle and replaced during the repair process. This requirement does not apply to any part that must be returned to a manufacturer or distributor under a warranty agreement or otherwise disposed of as required by law or other applicable rule or regulation. This requirement also does not apply to any part retained as part of a trade-in agreement or core charge agreement; such parts will not be returned to me unless I agree to pay the additional core charge or other trade-in fee. By initialing below, I acknowledge that I have received this notice and do not want to have replaced parts returned to me or make available for my inspection. (If you do wish to have such replaced parts returned to you or made available for inspection, do not initial and instead notify Caliber Collision that you would like replaced parts returned to you or shown to you.) ', 'terms_i' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS -This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. REMOVAL OF PERSONAL ARTICLES - I acknowledge that I have removed all personal and valuable articles from the vehicle. I understand that Caliber Collision will not be and is not responsible for any belongings left in the vehicle.', 'state_select' => '3e3b9e63-ee17-42e6-a297-b702a2ce35f2', 'abbreviation' => 'TX', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'rights' => 'NOTICE PURSUANT TO SECTION 70.001, TEXAS PROPERTY CODE - I am the person or agent acting on behalf of the person, who is obligated to pay for the repairs of the motor vehicle herein described. I understand that this vehicle is subject to repossession in accordance with Section 9.609, Texas Business & Commerce Code, if a written order of payment for repairs of the vehicle is stopped, dishonored because of insufficient funds, no funds, or because the drawer or maker of the order has no account or the account on which it is drawn has been closed.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.', 'terms_i' => 'TERMS AND CONDITIONS - I have read, understood and agree to the terms and authorizations contained in the terms and conditions governing Caliber's repair services, including the Dispute Settlement & Arbitration provision. We recommend that you retain a copy for your reference.'), array('state_select' => '4c9549ad-dc27-49d3-8e13-58eae2e6d6f3', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation and an anticipated completion date. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'abbreviation' => 'UT', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, reassembly of certain parts may not be possible in some instances, and that I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate. ', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '3b74e82f-940b-4f3f-8bfb-5643082520d2', 'abbreviation' => 'VA', 'rights' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'CUSTOMER RIGHTS - I understand that I may request to receive a written repair estimate, and that no repair work charge may exceed any written estimate by more than 10% unless I authorize the additional work. I further understand that Caliber Collision shall offer to return all replaced parts except warranty, core charge or trade-in parts required to be returned to a manufacturer or distributor, and that any complaints I have can be made to the Division of Consumer Counsel of the Department of Law.', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_d' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_f' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => '370ed2f3-18cf-4ac1-a50d-7d0c5201083f', 'abbreviation' => 'DC', 'availability' => 'This state requires "certification authority" (like DocuSign) per the Electronic Authentication Act.'), array('state_select' => 'd02b8e49-c5cd-475b-8a17-b8d519873fff', 'abbreviation' => 'WV', 'availability' => 'This state currently does not allow online authorization. Please contact your Caliber Center to authorize your repairs.'), array('state_select' => '37d7845a-9219-4b75-a8d3-e1db3a8a3dc5', 'abbreviation' => 'WI', 'policy' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplemental charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident, or any other cause beyond your control.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplemental repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'REPLACED PARTS - Under Wisconsin law (Wis. Admin. Code ATCP § 132.07), you are entitled to inspect or request the return of parts replaced or removed from your vehicle during repairs. Replaced parts will be returned to you if you request them, unless the parts must be returned under a warranty or exchange agreement or that otherwise must be disposed of as required by law or regulation (such parts will still be made available to you for inspection upon request). By initialing below, you acknowledge that you have received this notice and do not want to have replaced parts returned to you. If you do wish to have replaced parts returned to you, please do not initial below and instead notify Caliber that you would like replaced parts returned or shown to you.', 'terms_g' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'STATEMENT OF ESTIMATE ALTERNATIVES (Wis. Admin. Code ATCP § 132.04) - YOU ARE ENTITLED TO A PRICE ESTIMATE FOR THE REPAIRS YOU HAVE AUTHORIZED. THE REPAIR PRICE MAY BE LESS THAT THE ESTIMATE BUT WILL NOT EXCEED THE ESTIMATE WITHOUT YOUR PERMISSION. Choose One Check Boxes: 1. I request an estimate in writing before you begin repairs. 2. Please proceed with repairs but call me before continuing if the price will exceed $________. 3.I do not want an estimate.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_h' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.'), array('state_select' => 'c8f9e06b-cb69-481f-a179-a5212e3d64b8', 'abbreviation' => 'WY', 'terms' => 'ELECTRONIC SIGNATURE & MANNER OF COMMUNICATIONS - This Authorization is subject to your consent to electronic transactions and disclosures. You agree that your electronic signature has the same force and effect and is the legal equivalent of your manual signature on this Authorization form. Furthermore, I authorize Caliber to communicate with me regarding my repair via email and SMS, MMS or other phone-based messaging, including by use of an automatic telephone dialing system or a pre-recorded voice; I understand that message and data rates may apply and that I may opt out of such communications or use of electronic records/signatures at any time. ', 'terms_b' => 'AUTHORIZATION TO REPAIR - I hereby authorize Caliber Collision to complete the necessary repairs to my vehicle. A Service Advisor will provide me with an oral/written evaluation. I understand that payment in full will be due upon release of the vehicle, including any supplement charges. I hereby grant you and/or your employees permission to operate my vehicle on streets, highways, or elsewhere for the purpose of testing, inspecting or sublet repairs, and delivery or pick up. An Express Mechanic’s Lien is hereby acknowledged on above vehicle to secure the amount of repairs thereto. I will not hold Caliber responsible for loss or damage to vehicle or articles left in vehicle in case of fire, theft, accident or any other cause beyond your control.', 'policy' => 'AUTHORIZATION TO DISASSEMBLE - I authorize Caliber Collision to disassemble my vehicle for the purpose of diagnosing repairs and preparing a full estimate of the cost of repair. I understand that if I choose not to complete repairs, I may be charged for disassembly, reassembly and/or partially completed work, based on Caliber’s normal hourly labor rate.', 'terms_e' => 'DIRECTION TO PAY - If an insurance carrier is paying for all or part of my repair order, I authorize payment to Caliber Collision Centers, or its affiliated companies. If a deductible is required, I will be responsible for payment. Furthermore, I authorize any and all supplement repair order amounts to be paid to Caliber Collision.', 'terms_f' => 'COMPLETION OF REPAIR - The length of time to complete your vehicle’s repair may exceed customary time due to (i) parts availability (ii) material shortages and/or (iii) labor shortages. Due to these issues, the length of time to complete the repair may exceed the insurance company approved time for rental charges. Caliber is not responsible for rental charges beyond the insurance company approved rental period for issues outside of Caliber’s control. Caliber is not responsible for these costs and is not responsible if insurance coverage is not sufficient to pay these costs.', 'terms_c' => 'AUTHORIZATION TO ACCESS VEHICLE DATA - I understand that modern vehicles are complex, and that electronic data recorded in vehicle systems may help to diagnose necessary repairs and to confirm that applicable systems are functional after repairs are performed. I authorize Caliber to access this data as part of the repair process and to include this data in compilations that may be used to study the causes of accidents or to achieve improvements in repair processes.', 'rights' => 'POWER OF ATTORNEY - For insurance claims, I hereby appoint Caliber Collision and its authorized employees to be my attorney-in-fact with the limited authority to sign my name on any check or draft covering repairs to my vehicle and to take such action as may be necessary to negotiate any such check or draft.', 'terms_g' => 'ADDITIONAL FUEL REQUIRED - Please note that if your vehicle is equipped with one or more Advanced Driver Assist Systems (ADAS) - for example blind spot monitor, lane keep assist, distance cruise control, etc - part of the repair process may include calibration of those systems. To calibrate ADAS to original equipment manufacturer specifications, certain years, makes, and models require proper weight distribution including a full fuel tank. If your vehicle and repair requires additional fuel to be added, you will be responsible for the additional cost.')), 'fieldset' => 'form_conditions', 'title' => 'form conditions', 'id' => '66d89224-c910-4993-9d13-94aa0d55b9b1'), 'page' => array('title' => 'Recruiting Request Form', 'template' => 'recruiting', 'hide_from_sitemap' => true, 'noindex' => true, 'header_content' => '<p>Please complete the form below to request all of the Caliber-branded recruiting items you’ll need to make your event a success. </p> <p><strong>Please note: All requests require 2-3 weeks to fulfill, depending on the type of item needed. Please ensure your request is submitted in advance of any material deadline.</strong> </p> <p>Your request may need additional approval depending on the nature of the request. </p>', 'page_content' => array(array('type' => 'form_set', 'form' => 'recruiting_request_form'), array('type' => 'body_cont')), 'seo_title' => '{{title}} | Caliber Collision', 'canonical_tag' => '{{url}}', 'fieldset' => 'content_page', 'id' => '2fe7bd08-c0d3-4b8b-bbe8-eb889dcdb8da', 'slug' => 'recruiting-request-form', 'url' => '/employment/recruiting-request-form', 'uri' => '/employment/recruiting-request-form', 'url_path' => '/employment/recruiting-request-form', 'permalink' => 'https://calibercollision.com/employment/recruiting-request-form', 'edit_url' => 'https://calibercollision.com/cp/pages/edit/employment/recruiting-request-form', 'published' => true, 'order' => '3', 'is_page' => true, 'last_modified' => '1566942218', 'content' => null, 'content_raw' => null))) in View.php line 147
  12. at View->getContents() in View.php line 118
  13. at View->renderContents() in View.php line 83
  14. at View->render() in Response.php line 51
  15. at Response->setContent(object(View)) in StatamicController.php line 253
  16. at StatamicController->index('employment/recruiting-request-form')
  17. at call_user_func_array(array(object(StatamicController), 'index'), array('segments' => 'employment/recruiting-request-form')) in Controller.php line 256
  18. at Controller->callAction('index', array('segments' => 'employment/recruiting-request-form')) in ControllerDispatcher.php line 164
  19. at ControllerDispatcher->call(object(StatamicController), object(Route), 'index') in ControllerDispatcher.php line 112
  20. at ControllerDispatcher->Illuminate\Routing\{closure}(object(Request))
  21. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
  22. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  23. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 102
  24. at Pipeline->then(object(Closure)) in ControllerDispatcher.php line 114
  25. at ControllerDispatcher->callWithinStack(object(StatamicController), object(Route), object(Request), 'index') in ControllerDispatcher.php line 67
  26. at ControllerDispatcher->dispatch(object(Route), object(Request), 'Statamic\Http\Controllers\StatamicController', 'index') in Route.php line 203
  27. at Route->runWithCustomDispatcher(object(Request)) in Route.php line 134
  28. at Route->run(object(Request)) in Router.php line 708
  29. at Router->Illuminate\Routing\{closure}(object(Request))
  30. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
  31. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Cache.php line 30
  32. at Cache->handle(object(Request), object(Closure))
  33. at call_user_func_array(array(object(Cache), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  34. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  35. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 102
  36. at Pipeline->then(object(Closure)) in Router.php line 710
  37. at Router->runRouteWithinStack(object(Route), object(Request)) in Router.php line 673
  38. at Router->dispatchToRoute(object(Request)) in Router.php line 635
  39. at Router->dispatch(object(Request)) in Kernel.php line 236
  40. at Kernel->Illuminate\Foundation\Http\{closure}(object(Request))
  41. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
  42. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in PersistStache.php line 22
  43. at PersistStache->handle(object(Request), object(Closure))
  44. at call_user_func_array(array(object(PersistStache), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  45. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in VerifyCsrfToken.php line 50
  46. at VerifyCsrfToken->handle(object(Request), object(Closure))
  47. at call_user_func_array(array(object(VerifyCsrfToken), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  48. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in ShareErrorsFromSession.php line 49
  49. at ShareErrorsFromSession->handle(object(Request), object(Closure))
  50. at call_user_func_array(array(object(ShareErrorsFromSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  51. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in StartSession.php line 62
  52. at StartSession->handle(object(Request), object(Closure))
  53. at call_user_func_array(array(object(StartSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  54. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
  55. at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
  56. at call_user_func_array(array(object(AddQueuedCookiesToResponse), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  57. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in EncryptCookies.php line 59
  58. at EncryptCookies->handle(object(Request), object(Closure))
  59. at call_user_func_array(array(object(EncryptCookies), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  60. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in Retrieve.php line 33
  61. at Retrieve->handle(object(Request), object(Closure))
  62. at call_user_func_array(array(object(Retrieve), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  63. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in CheckForMaintenanceMode.php line 44
  64. at CheckForMaintenanceMode->handle(object(Request), object(Closure))
  65. at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
  66. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  67. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 102
  68. at Pipeline->then(object(Closure)) in Kernel.php line 122
  69. at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 87
  70. at Kernel->handle(object(Request)) in index.php line 142