2011 Ford F350 Super Duty 4x4 (2024)

  • Home
  • Browse
  • Automotive
  • Trucks
  • 2011 Ford F350 Super Duty 4x4(65275012)

Listing Number: 65275012 | Mountville, PA US | Mountville Borough 0 Seller's Other Auctions

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned if ((autoGenerateInvoices || ownerAllowsInstantCheckout) && data.LineItemID) { var checkoutUrl = 'localhost:64580/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f65275012%2f2011-Ford-F350-Super-Duty-4x4'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=MountvilleBorough&template=ask_listing_question&listingID=65275012&returnUrl=%2FListing%2FDetails%2F65275012%2F2011-Ford-F350-Super-Duty-4x4'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=65275012&Receiver=MountvilleBorough' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); //render checkout button if the listing ends successfully and the winner is viewing $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { var checkoutUrl = 'localhost:64580/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fListing%2fDetails%2f65275012%2f2011-Ford-F350-Super-Duty-4x4'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=MountvilleBorough&template=ask_listing_question&listingID=65275012&returnUrl=%2FListing%2FDetails%2F65275012%2F2011-Ford-F350-Super-Duty-4x4'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=65275012&Receiver=MountvilleBorough' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = ProxyAuction.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'localhost:64580/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fListing%2fDetails%2f65275012%2f2011-Ford-F350-Super-Duty-4x4'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=MountvilleBorough&template=ask_listing_question&listingID=65275012&returnUrl=%2FListing%2FDetails%2F65275012%2F2011-Ford-F350-Super-Duty-4x4'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=65275012&Receiver=MountvilleBorough' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

Get Notified When New Deals Near You Are Listed!

Unsubscribe Anytime

2011 Ford F350 Super Duty 4x4 (1)

  • 2011 Ford F350 Super Duty 4x4 (2)

  • 2011 Ford F350 Super Duty 4x4 (3)

  • 2011 Ford F350 Super Duty 4x4 (4)

  • 2011 Ford F350 Super Duty 4x4 (5)

  • 2011 Ford F350 Super Duty 4x4 (6)

  • 2011 Ford F350 Super Duty 4x4 (7)

  • 2011 Ford F350 Super Duty 4x4 (8)

  • 2011 Ford F350 Super Duty 4x4 (9)

  • 2011 Ford F350 Super Duty 4x4 (10)

  • 2011 Ford F350 Super Duty 4x4 (11)

  • 2011 Ford F350 Super Duty 4x4 (12)

  • 2011 Ford F350 Super Duty 4x4 (13)

  • 2011 Ford F350 Super Duty 4x4 (14)

  • 2011 Ford F350 Super Duty 4x4 (15)

  • 2011 Ford F350 Super Duty 4x4 (16)

  • 2011 Ford F350 Super Duty 4x4 (17)

  • 2011 Ford F350 Super Duty 4x4 (18)

  • 2011 Ford F350 Super Duty 4x4 (19)

  • 2011 Ford F350 Super Duty 4x4 (20)

  • 2011 Ford F350 Super Duty 4x4 (21)

  • 2011 Ford F350 Super Duty 4x4 (22)

  • 2011 Ford F350 Super Duty 4x4 (23)

  • 2011 Ford F350 Super Duty 4x4 (24)

  • 2011 Ford F350 Super Duty 4x4 (25)

  • 2011 Ford F350 Super Duty 4x4 (26)

  • 2011 Ford F350 Super Duty 4x4 (27)

  • 2011 Ford F350 Super Duty 4x4 (28)

  • 2011 Ford F350 Super Duty 4x4 (29)

$11,700.00

30 Bids

Reserve Not Met

This will lower the reserve so that the next placed bid will meet the reserve.

Starting Bid: $2,500.00
Current Price: $11,700.00
Buy Now Price $0.00
Reserve Price Not Met
Buyer's Fee: 9.00%
Start Date
End Date [Extended]
Bid History 30Bid(s)
High Bidder G************6
Page Views 1925

Buyer must pay for the item before picking it up with a Certified Bank Check and pay for title transfer, tax and tags.

2011 F-350 Super Duty 4x4, Western Pro Plus Plow, Fisher Polycaster Salt Spreader

6.2 L gas engine, silver with grey interior, vinyl bucket seats with console, rubber floor, A/C and AM/FM Radio. Manually operated door locks and windows. Two small areas starting torust, one on driver side rocker panel and one on driver side rear wheel well. Surface rust on all undercarriage parts from salt. has cosmetic damage on passenger side rear quarter panel. Overall truck is in good shape for the age. Runs great, low mileage, no oil or fluid leaks, everything works, inspected until 12/24. New brake rotors last year. Tires have approx. 6/32 tread. Tailgate included. Taken out of service in January 2024. Prospective bidders may inspect the unit during normal business hours, 8:00am - 4:00pm Mon-Fri, by appointment. Call 717-285-5547 to schedule or inquire.

Buyer is responsible to remove vehicle from Borough Property-No warranty or returns - Vehicle is sold "as is". Buyer is responsible for tax, title and transfer fees.

Pictures of the frame and undercarriage, as well as the plow mounted........

-Added: 6/6/2024 9:12:01 AM

Will Item results be voted on Yes
Date of voting Monday, July 8, 2024
Will you ship this item No. Pickup only.
In person item inspection information By appointment only - Contact the Mountville Borough Manager at 717-285-5547.
Pickup Location Details 152 Clay Street, Mountville, Pa 17554
Does it start Yes
Is it drivable off the lot Yes
Is it currently inspected Yes
Vehicle has a transferable title Yes
Miles 51,112
VIN 1FTRF3B66BEB32906
Year 2011
Make Ford
Model F-350 SD
Trim Level XL 4WD
Body Style REGULAR CAB PICKUP 2-DR
Engine Type 6.2L V8 OHV 16V
Transmission_short 6A
Transmission_long 6-Speed Automatic
Driveline 4WD
Fuel Economy_city No data
Fuel Economy_highway No data

You must be signed in to ask and answer questions.

Q:
"Can you please take some pictures under the truck overall including the bed rails and frame? thank you"
- Asked by #572108 05/21/2024 10:40 AM
A:
I added pic's of the undercarriage........
-Answered on 05/21/2024 01:22 PM
Ask this seller a question

Please note that all questions are public. Do not include personal information you wouldn't want everyone to know.

Please keep your question specific to the actual item or details of the auction. Users abusing the questions & answer section will be banned from using Municibid. Harassment and abuse will not be tolerated.

You will receive an email when the seller responds.

Are you sure?

Our Buyers Fees

With Municibid, pricing is clear, up-front and transparent. A buyer's fee (% of the winning bid amount) will be charged directly to the winning bidder upon the close of each auction via the credit card you entered prior to placing the bid. You pay the selling agency directly for the full cost of the item. (unless otherwise noted)

All Buyers fee's are aggregate unless otherwise noted. This means after you cross certain price thresholds you will pay a different buyers fee for the remaining amount. See below for an example.

Example:

If buyers fee is 8% for bids up to $99,999.99, 5% for bids $100,000 - $499,999.99, and 4% for bids over $500,000.

  • Winning bid: $50,000: = Buyers fee: $4,000 (8% of $50,000).
  • Winning bid: $150,000: = Buyers fee: $10,500 (8% of $100,000 = $8,000) + (5% of $50,000 = $2,500).
  • Winning bid: $550,000: = Buyers fee: $30,000 (8% of $100,000 = $8,000) + 5% of $400,000 = $20,000) + (4% of $50,000 = $2,000).

Where can I see what the buyers fee is?

The current buyers fee will always be shown on the page of the listing under the current price in both the bid area and auction details area. You will also see the buyers fee amount you will pay for your entered bid on the page where you confirm your bid.

2011 Ford F350 Super Duty 4x4 (30)2011 Ford F350 Super Duty 4x4 (31)2011 Ford F350 Super Duty 4x4 (32)

What if the selling agency rejects my bid?

If the government agency rejects your bid (they reserve the right to do so) your buyer's fee will be returned, in full, to you within 5 days of notification to Municibid of the rejected bid by the governing body.

Bidding Increments

Please Note: Bid increments automatically adjust based on the level of the current bid. The increments are as follows:

If amount is greater than or equal to The bid increment will be
$0.00 $1.00
$100.00 $10.00
$500.00 $25.00
$1000.00 $50.00
$2500.00 $100.00

**If there is a reserve on an item, your bid will go to the lessor of either your maximum bid or the reserve price.

FAIR WARNING ALL SALES ARE FINAL. You are legally obligated to pay for your item per the terms of the seller if you are the high bidder at the close of auction. If you do not pay for your item, you will not receive a refund of your buyer's final sale fee, you will no longer be permitted to bid on municibid.com and will be subject to a penalty of 40% of the winning bid amount. If your credit card is declined for insufficient funds, you will be charged a $50 fee.

Our Buyers Fees

With Municibid, pricing is clear, up-front and transparent. A buyer's fee (% of the winning bid amount) will be charged directly to the winning bidder upon the close of each auction via the credit card you entered prior to placing the bid. You pay the selling agency directly for the full cost of the item. (unless otherwise noted)

All Buyers fee's are aggregate unless otherwise noted. This means after you cross certain price thresholds you will pay a different buyers fee for the remaining amount. See below for an example.

Example:

If buyers fee is 8% for bids up to $99,999.99, 5% for bids $100,000 - $499,999.99, and 4% for bids over $500,000.

  • Winning bid: $50,000: = Buyers fee: $4,000 (8% of $50,000).
  • Winning bid: $150,000: = Buyers fee: $10,500 (8% of $100,000 = $8,000) + (5% of $50,000 = $2,500).
  • Winning bid: $550,000: = Buyers fee: $30,000 (8% of $100,000 = $8,000) + 5% of $400,000 = $20,000) + (4% of $50,000 = $2,000).

Where can I see what the buyers fee is?

The current buyers fee will always be shown on the page of the listing under the current price in both the bid area and auction details area. You will also see the buyers fee amount you will pay for your entered bid on the page where you confirm your bid.

2011 Ford F350 Super Duty 4x4 (33)2011 Ford F350 Super Duty 4x4 (34)2011 Ford F350 Super Duty 4x4 (35)

What if the selling agency rejects my bid?

If the government agency rejects your bid (they reserve the right to do so) your buyer's fee will be returned, in full, to you within 5 days of notification to Municibid of the rejected bid by the governing body.

Bidding Increments

Please Note: Bid increments automatically adjust based on the level of the current bid. The increments are as follows:

If amount is greater than or equal to The bid increment will be
$0.00 $1.00
$100.00 $10.00
$500.00 $25.00
$1000.00 $50.00
$2500.00 $100.00

FAIR WARNING ALL SALES ARE FINAL. You are legally obligated to pay for your item per the terms of the seller if you are the high bidder at the close of auction. If you do not pay for your item, you will not receive a refund of your buyer's final sale fee, you will no longer be permitted to bid on municibid.com and will be subject to a penalty of 40% of the winning bid amount. If your credit card is declined for insufficient funds, you will be charged a $50 fee.

2011 Ford F350 Super Duty 4x4 (2024)
Top Articles
Latest Posts
Article information

Author: Edmund Hettinger DC

Last Updated:

Views: 6096

Rating: 4.8 / 5 (58 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Edmund Hettinger DC

Birthday: 1994-08-17

Address: 2033 Gerhold Pine, Port Jocelyn, VA 12101-5654

Phone: +8524399971620

Job: Central Manufacturing Supervisor

Hobby: Jogging, Metalworking, Tai chi, Shopping, Puzzles, Rock climbing, Crocheting

Introduction: My name is Edmund Hettinger DC, I am a adventurous, colorful, gifted, determined, precious, open, colorful person who loves writing and wants to share my knowledge and understanding with you.