No Reserve: 1990 Ford Bronco XLT

This 1990 Ford Bronco XLT is a distinctive, full-size SUV manufactured in Wayne, Michigan. With its powerful 5.0L V8 engine generating 137 horsepower and featuring electronic fuel injection, this two-door Bronco boasts a towing capacity of up to 7000 lbs. Built as a multi-purpose passenger vehicle with two front airbags and manual seatbelts for safety, it is equipped with a robust four-wheel drive system, perfectly suited for off-road adventures or tough daily commutes in its California origins around Tassajara.
```python
import json
# JSON data provided
vehicle_data = '{"city":"Tassajara","state":"California","country":"United States","postal_code":"94506"}'
# Load JSON data into Python dictionary
geo_location = json.loads(vehicle_data)
# Print the location details in a paragraph format
location_paragraph = f"This vehicle was made available in {geo_location['city']}, California, United States under postal code {geo_location['postal_code']}."
print(location_paragraph)
```
Last bid:
$19,250