Categories
Auto Services and RepairsAuto Body Repair and Auto Paint ShopAuto Glass ReplacementTowing ServicesTransportation Services
- 251 Bobby Jones Expressway Martinez GA 30907
- (706) 868-9904
- (706) 868-7435
- Send Email
- Visit Website
Hours:
Our hours of operation are Monday-Friday 7:30am to 6:00pm and also Saturday 9:00am to 12:00pm
Driving Directions:
Please call us for driving directions so that we may know where your start point is and we can get you to us safely.
About Us
Rick's Paint & Body aims to make your experience with our paint and body shop fast, affordable, and always a pleasure. It's that frame of mind that has earned us the honor of being one of the best paint and body shops in the Augusta GA area! Serving the CSRA since 1976, Rick's has the perfect blend of size, experience, and top-notch customer service to make the auto repair process painless and hassle-free. Our young, energetic staff is here to assist you with all of your auto body repair needs, from a fully-involved collision repair to paint-less dent removal and dent repair. Call us today for a free estimate and find out for yourself why Rick's Paint and Body is the area's #1 body shop!
Video Media
Images
Gallery Image Rick's_Photo.jpg
Gallery Image 4_standing_red_truck.jpg
Gallery Image all_of_us_in_wrecker_pic.JPG
Rep/Contact Info
Rusty Campbell
Rusty Campbell
Consultant
- Phone:(706) 868-9904
- Fax: (706) 855-5959
- Send an Email
Mr. Murphy Menger
Mr. Murphy Menger
Office Manager
- Phone:(706) 868-9904
- Fax: (706) 868-7435
- Send an Email
Katie Smith
Katie Smith
"; $('#gz-info-calendarformat').addClass('in'); if (!($('#gz-info-calendarformat .modal-backdrop').length)) { $('#gz-info-calendarformat').prepend(backdropElem); } else { $('#gz-info-calendarformat .modal-backdrop').addClass('in'); } }); $('#gz-info-calendarformat').on('hidden.bs.modal', function (e) { $('#gz-info-calendarformat').removeClass('in'); $('#gz-info-calendarformat .modal-backdrop').remove(); }); if ($modal[0]) { $('.calendarLink').click(function (e) { $('#gz-info-calendarformat').modal('hide'); }); } })($('#gz-info-calendarformat .modal-content')); // Constructs the Find Members type ahead suggestion engine. Tokenizes on the Name item in the remote return object. Case Sensitive usage. var members = new Bloodhound({ datumTokenizer: Bloodhound.tokenizers.whitespace, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: MNI.BaseUrl + '/list/find?q=%searchTerm', wildcard: '%searchTerm', replace: function () { var q = MNI.BaseUrl + '/list/find?q=' + encodeURIComponent($('.gz-search-keyword').val()); var categoryId = $('#catgId').val(); var quickLinkId = $('#qlId').val(); if (categoryId) { q += "&catgId=" + encodeURIComponent(categoryId); } if (quickLinkId) { q += "&qlid=" + encodeURIComponent(quickLinkId); } return q; } } }); // Initializing the typeahead using the Bloodhound remote dataset. Display the Name and Type from the dataset via the suggestion template. Case sensitive. $('.member-typeahead').typeahead({ hint: false, }, { display: 'Name', source: members, limit: Infinity, templates: { suggestion: function (data) { return '
' + data.Name + '' + data.Type + '
' } } }); $('.member-typeahead').on('typeahead:selected', function (evt, item) { var openInNewWindow = MNI.Page.MemberPagePopup var doAction = openInNewWindow ? MNI.openNewWindow : MNI.redirectTo; switch (item.ResultType) { case 1: // AutocompleteSearchResultType.Category doAction(MNI.Path.Category(item.SlugWithID)); break; case 2: // AutocompleteSearchResultType.QuickLink doAction(MNI.Path.QuickLink(item.SlugWithID)); break; case 3: // AutocompleteSearchResultType.Member if (item.MemberPageAction == 1) { MNI.logHitStat("mbrws", item.ID).then(function () { var location = item.WebParticipation < 10 ? MNI.Path.MemberKeywordSearch(item.Name) : MNI.Path.Member(item.SlugWithID); doAction(location); }); } else { var location = item.WebParticipation < 10 ? MNI.Path.MemberKeywordSearch(item.Name) : MNI.Path.Member(item.SlugWithID); doAction(location); } break; } }) $('#category-select').change(function () { // Store the category ID in a hidden field so the remote fetch can use it when necessary var categoryId = $('#category-select option:selected').val(); $('#catgId').val(categoryId); // Don't rely on prior locally cached data when the category is changed. $('.member-typeahead').typeahead('destroy'); $('.member-typeahead').typeahead({ hint: false, }, { display: 'Name', source: members, limit: Infinity, templates: { suggestion: function (data) { return '
' + data.Name + '' + data.Type + '
' } } }); }); MNI.Plugins.AutoComplete.Init('#mn-search-geoip input', { path: '/' + MNI.MemberFilterUrl + '/find-geographic' }); }); })(MNI.jQuery);