1925 Other Makes
Sale price: $25,500.00 make an offer
Technical specifications, photos and description:
Used Cars may have a Remaining-Factory Warranty. but please contact us for the warranty details specific to this vehicle.
Terms and Conditions: Payment Options We accept the following payment methods:- Cashier's Check/money order
- Loan check from eBay Financing Center
- Cash (in person)
Vehicle Pickup & Shipping All shipping charges are buyer's responsibility. General Terms
All of the vehicles we list on eBay are for sale locally. We reserve the right to end an auction early. All cars are immediately ready for delivery upon sale. Deposit: We require a $500 deposit within 48 hours of winning the auction. Please call to make arrangements for payment. Payment Types: Cash in person. Certified Funds. Institutional Financing All sales transactions must be completed within 7 calendar days of auction close.
Fees and TaxesOut of state buyers are not charged tax. title. or license but are responsible for the documentation fee. The customer is responsible for registering the vehicle in their home state. You will receive 30-day in-transit tags.
☎ Call or text "13005" to 816-318-5221 for more information // var _CargigiPhotoGallery = { createImageGallery: function() { if (_CargigiGV_PhotoURLs. length == 0 && _CargigiGV_VideoURL == "") return; var firstImage = _CargigiGV_PhotoURLs. length > 0 ? _CargigiGV_PhotoURLs[0] : ""; _CargigiGV_TotalImage = _CargigiGV_PhotoURLs. length; var rightGallery = ""; for (var i = 0; i < _CargigiGV_PhotoURLs. length; i++) { rightGallery += ""; } var imageGallery = "" + " " + " " + " " + " " + " " + " " + " " + rightGallery + "" + " " + " " + " " + " " + " " + ""; var videoGallery = "" + " " + " " + " " + ""; var gallery = "" + imageGallery + videoGallery + " image 1 of " + _CargigiGV_TotalImage + "" + " " + ""; var obj = document. getElementById("Cargigi_PhotoGallery"); obj. innerHTML = gallery; }. createSingleColumImage: function() { var gallery = ""; for (var i = 0; i < _CargigiGV_PhotoURLs. length; i++) { gallery += ""; } var obj = document. getElementById("Vehicle_Photos"); obj. innerHTML = gallery; }. createDoubleColumImage: function() { var gallery = ""; var row = 0; for (var i = 0; i < _CargigiGV_PhotoURLs. length; i+=2) { gallery += ""; gallery += ""; row++; } gallery += ""; var obj = document. getElementById("Vehicle_Photos"); obj. innerHTML = gallery; }. getPhotoURLs: function() { var photoURLs = 'http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_3. jpg?dt=062320141259|http://photo. cargigi. com/adam/Dealers/64480/StaticImage/static_528. jpg|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_10. jpg?dt=031720141513|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_5. jpg?dt=031720141513|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_7. jpg?dt=031720141513|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_12. jpg?dt=031720141513|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_11. jpg?dt=031720141513|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_8. jpg?dt=031720141513|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_2. jpg?dt=031720141513|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_1. jpg?dt=031720141513|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_4. jpg?dt=031720141513|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_6. jpg?dt=031720141513|http://cimg. carsforsale. com/596888/86DC7086-9696-46C1-802A-03688FE2ED65_9. jpg?dt=031720141513'; return photoURLs; }. getVideoURL: function() { var videoURL = ''; return videoURL; }. loadMainPhoto: function(index) { _CargigiGV_PhotoIndex = index; var countImage = _CargigiGV_PhotoIndex + 1; var image = ""; _CargigiPhotoGallery. bindPhoto(image. countImage. _CargigiGV_TotalImage); }. previousPhoto: function() { _CargigiGV_PhotoIndex = _CargigiGV_PhotoIndex - 1; if (_CargigiGV_PhotoIndex < 0) _CargigiGV_PhotoIndex = _CargigiGV_TotalImage - 1; var countImage = _CargigiGV_PhotoIndex + 1; var image = ""; _CargigiPhotoGallery. bindPhoto(image. countImage. _CargigiGV_TotalImage); }. nextPhoto: function() { _CargigiGV_PhotoIndex = _CargigiGV_PhotoIndex + 1; if (_CargigiGV_PhotoIndex == _CargigiGV_TotalImage) _CargigiGV_PhotoIndex = 0; var countImage = _CargigiGV_PhotoIndex + 1; var image = ""; _CargigiPhotoGallery. bindPhoto(image. countImage. _CargigiGV_TotalImage); }. bindPhoto: function(image. countImage. totalImage) { var mainPhoto = document. getElementById('divMainPhoto'); mainPhoto. innerHTML = image; var imageCount = document. getElementById('divImageCount'); imageCount. innerHTML = 'image ' + countImage + ' of ' + totalImage; _CargigiPhotoGallery. setActivePhoto(1); }. setActivePhoto: function(index) { var galleries = document. getElementById('divGalleries'); var imgs = galleries. getElementsByTagName('img'); // Reset old style for (var i = 0; i < imgs. length; i++) { var img = imgs[i]; img. style. border = 'solid 1px gray'; } // Set new style for (var i = 0; i < imgs. length; i++) { var img = imgs[i]; if (i == _CargigiGV_PhotoIndex) img. style. border = 'solid 1px red'; } // Move scroll var width = _CargigiGV_PhotoIndex * 100; galleries. scrollLeft = width; }. reRenderVehicleSpecification: function(containerID){ var container = document. getElementById("containerID"); if (container == null) { return; } var containerHtml = container. innerHTML; if (containerHtml == null) { return; } var oSplit = containerHtml. split('. ); var html = ""; for(var i = 0; i < oSplit. length; i++) { html+="" + oSplit[i]. trim() + ""; } html+=""; container. innerHTML = html; }. switchGallery: function(obj) { var divGalleryContainer = document. getElementById("div_gallery_container"); if (divGalleryContainer == null) return; var btnImageSwitch = document. getElementById("img_switch_gallery"); var div_video_gallery = document. getElementById("div_video_gallery"); var div_image_gallery = document. getElementById("div_image_gallery"); var divImageCount = document. getElementById("divImageCount"); var divVideoSwitch = document. getElementById("divVideoSwitch"); if (_IsShowVideo) { if (btnImageSwitch != null) { btnImageSwitch. src="https://inventory. cargigi. com/Images/gallery_video. png"; } if (div_video_gallery != null) { div_video_gallery. style. display = 'none'; } if (div_image_gallery != null) { div_image_gallery. style. display = 'block'; } if (divImageCount != null) { divImageCount. style. display = 'block'; } if (divVideoSwitch != null) { divVideoSwitch. className = "image-switch-gallery"; } _IsShowVideo = false; } else { if (btnImageSwitch != null) { btnImageSwitch. src="https://inventory. cargigi. com/Images/gallery_photo. png"; } if (div_video_gallery != null) { div_video_gallery. style. display = 'block'; } if (div_image_gallery != null) { div_image_gallery. style. display = 'none'; } if (divImageCount != null) { divImageCount. style. display = 'none'; } if (divVideoSwitch != null) { divVideoSwitch. className = "image-switch-video"; } _IsShowVideo = true; } } } // // var imageString = _CargigiPhotoGallery. getPhotoURLs(); var _CargigiGV_PhotoURLs = imageString != "" ? imageString. split('|') : ""; var _CargigiGV_VideoURL = _CargigiPhotoGallery. getVideoURL(); var _CargigiGV_PhotoIndex = 0; var _CargigiGV_TotalImage = 0; var _ImageDisplayOption = 'SingleColumn'; var _IsShowVideo = false; _CargigiPhotoGallery. createImageGallery(); if (_CargigiGV_VideoURL != "") { if (_CargigiGV_PhotoURLs. length > 0) { document. getElementById("divVideoSwitch"). style. display = 'block'; } else{ document. getElementById("divVideoSwitch"). style. display = 'none'; } _IsShowVideo = true; document. getElementById("div_video_gallery"). style. display = 'block'; document. getElementById("div_image_gallery"). style. display = 'none'; document. getElementById("divImageCount"). style. display = 'none'; } else { var divVideoSwitch = document. getElementById("divVideoSwitch"); if (divVideoSwitch != null) { divVideoSwitch. style. display = 'none'; } var div_video_gallery = document. getElementById("div_video_gallery"); if (div_video_gallery != null) { div_video_gallery. style. display = 'none'; } } switch (_ImageDisplayOption) { case "DoubleColumn": _CargigiPhotoGallery. createDoubleColumImage(); break; case "SingleColumn": _CargigiPhotoGallery. createSingleColumImage(); break; } _CargigiPhotoGallery. reRenderVehicleSpecification('divExteriorContainer'); _CargigiPhotoGallery. reRenderVehicleSpecification('divInteriorContainer'); _CargigiPhotoGallery. reRenderVehicleSpecification('divMechanicalContainer'); _CargigiPhotoGallery. reRenderVehicleSpecification('divSafetyContainer'); _CargigiPhotoGallery. reRenderVehicleSpecification('divEntertainmentContainer'); //Also published at eBay.com
Want to buy this car?
Comments and questions to the seller:
Other classic Hupmobile cars offered via internet auctions:
![]() price: $6,550.00
1938 Hupmobile 4 Door Sedan --
|
![]() price: $37,995.00
1936 Other Makes 618 G
|
![]() price: $6,550.00
1938 Hupmobile 4 Door Sedan --
|
![]() price: $6,550.00
1938 Hupmobile 4 Door Sedan --
|
Latest arrivals:
![]() |
1936 Other Makes 618 G | 4 | $37,995.00 |
![]() |
1938 Hupmobile 4 Door Sedan -- | 21 | $6,000.00 |
![]() |
1938 Hupmobile 4 Door Sedan -- | 12 | $6,000.00 |
![]() |
1936 Other Makes 618 G | 4 | $37,995.00 |
![]() |
1914 HupMobile HUP MOBILE HUPP ratrod hotrod (rustbucket) ratrod | 8 | $6,995.00 |
![]() |
1938 Hupmobile 4 Door Sedan -- | 21 | $6,000.00 |
![]() |
1929 Hupmobile Coupe de luxe | 15 | $15,000.00 |
![]() |
1936 Other Makes 618 G | 4 | $37,995.00 |
![]() |
1938 Hupmobile 4 Door Sedan -- | 21 | $6,000.00 |
![]() |
1936 Other Makes 618 G | 3 | $37,995.00 |
![]() |
1938 Hupmobile 4 Door Sedan -- | 21 | $6,000.00 |
![]() |
1934 Hupmobile Series 417-W 3 window | 19 | $US $23,600.00 |
![]() |
1938 Hupmobile 4 Door Sedan -- | 21 | $6,000.00 |
![]() |
1936 Other Makes 618 G | 4 | $37,995.00 |
![]() |
1938 Hupmobile 4 Door Sedan -- | 12 | $6,000.00 |
![]() |
1937 Hupmobile G80 | 14 | $US $2,000.00 |
![]() |
1927 Hupmobile G80 | 20 | $26,000.00 |
![]() |
1938 Hupmobile 4 Door Sedan -- | 21 | $6,000.00 |
![]() |
1936 Other Makes 618 G | 4 | $37,995.00 |
![]() |
1938 Hupmobile 4 Door Sedan -- | 12 | $6,000.00 |