We use cookies to improve your user experience. Continue browsing if you're ok with this.Cookie Policy
HEIM>
Faro Airport (FAO)>Reservoir
Start your vacationsmiling!
" + "Still can't find your destination?" + "" + "Get a quote!" + "
"); }, 100);}Funktion appendResultsFixesOnTOP() { $(".BoxGetQuoteFixed").remove(); $($($("#ddlDestinos").data().select2.dropdown[0]). find(.select2-results")[0]).prepend("
" + "No match found" + "
" + "Please select the city or region of your destination. We'll ask you about the hotel or address later." + "
" + "Still can't find your destination?" + "" + "Get a quote!" + "
");}function CargarDatos() { $.ajax({ type: "POST", url: "/funciones.aspx/CargarDatosHome", contentType: "application/json; charset=utf-8", dataType: "json" , Erfolg: Funktion (Antwort) { if (response.d != null) { CargarAeropuertos(response.d.ID_Aeropuerto, response.d.ID_Destino, false) $("#lblAdultsValue").val(response.d.Adultos) ; $("#lblChildrenValue").val(response.d.NiñosSeparados); $("#lblBabiesValue").val(response.d.Babies); $("#txtFechaInicio").val(response.d.FechaInicioFormat ); $("#txtFechaInicio").attr("data-fecha", response.d.FechaInicioString); var from = $("#txtFechaInicio").attr("data-fecha").split("/" ); var f = new Date("20.02.2023"); if (from != "") { f = new Date(from[2], from[1] - 1, from[0]); } if ($("#txtFechaFin").data().datepicker != null) { $("#txtFechaFin").data().datepicker.remove(); } $("#txtFechaFin").datepicker({ language: 'en' , todayHighlight: false , startDate: f , format: 'D, d M yyyy' , autoclose: true }).on('show', function () { }).attr('readonly', true ); $("#txtFechaFin").val(response.d.FechaFinFormat); $("#txtFechaFin").attr("data-fecha", response.d.FechaFinString); $(".form-check-inline input[type='checkbox']").attr('checked', response.d.SoloIda).change(); if (response.d.Tipo) { $('#rdbFromAirport').prop('checked', true); $("#rdbFromAirport").trigger("change"); } Else { $('#rdbToAirport').prop('checked', true); $("#rdbToAirport").trigger("change"); } CargarPassengers(); } Else {CargarAeropuertos(); CargarPassengers(); } }, Fehler: Funktion (Antwort) { alert(response.d); } });}$('.form-check-inline').change(function () { var chk = $(".form-check-inline input[type='checkbox']:checked").val( ); if (chk == "on") { $(.txtFechaFin").attr('disabled', 'disabled'); $(.txtFechaFin").parent().parent().addClass(" deaktiviert"); $(.txtFechaFin").val(""); } else { $(.txtFechaFin").removeAttr("deaktiviert"); $(.txtFechaFin").parent().parent( ).removeClass("disabled"); }});function CargarTextos() { $.ajax({ type: "POST", url: "/funciones.aspx/CargarTextos", contentType: "application/json; charset=utf -8", dataType: "json", data: '{aeropuerto: "' + $("#ddlAeropuertos").val() + '"}', success: function (response) { if (response.d == "2") { if ($('#rdbFromAirport').is(':checked')) { $(".lblAeropuerto").html("An welchem Flughafen oder Kreuzfahrthafen kommen Sie an?"); $(" .lblFechaInicio").html("Ankunftsdatum des Schiffes"); $(".lblFechaFin").html("Abfahrtsdatum des Schiffes"); $(".lblDestino").html("Wohin möchten Sie fahren?" ); $("#txtFechaInicio").attr("Platzhalter", "Ankunftsdatum"); $("#txtFechaFin" ).attr("Platzhalter", "Abreisedatum"); } else { $(".lblAeropuerto").html("Zu welchem Flughafen oder Kreuzfahrthafen müssen Sie gehen?"); $(".lblFechaInicio").html("Abfahrtsdatum des Schiffes"); $(".lblFechaFin").html("Ankunftsdatum des Schiffes"); $(".lblDestino").html("Wo holen wir Sie ab?"); $("#txtFechaFin").attr("Platzhalter", "Ankunftsdatum"); $("#txtFechaInicio").attr("Platzhalter", "Abreisedatum"); } $(".lblFrom").html("Vom Kreuzfahrthafen"); $(".lblTo").html("Zum Kreuzfahrthafen"); } else { if ($('#rdbFromAirport').is(':checked')) { $(".lblAeropuerto").html("An welchem Flughafen oder Kreuzfahrthafen kommen Sie an?"); $(".lblFechaInicio").html("Ankunftsdatum des Fluges"); $(".lblFechaFin").html("Abflugdatum des Fluges"); $(".lblDestino").html("Wo willst du hin?"); $("#txtFechaInicio").attr("Platzhalter", "Ankunftsdatum"); $("#txtFechaFin").attr("Platzhalter", "Abreisedatum"); } else { $(".lblAeropuerto").html("Zu welchem Flughafen oder Kreuzfahrthafen müssen Sie gehen?"); $(".lblFechaInicio").html("Abflugdatum des Fluges"); $(".lblFechaFin").html("Ankunftsdatum des Fluges"); $(".lblDestino").html("Wo holen wir Sie ab?"); $("#txtFechaFin").attr("Platzhalter", "Ankunftsdatum"); $("#txtFechaInicio").attr("Platzhalter", "Abreisedatum"); } $(".lblFrom").html("Vom Flughafen"); $(".lblTo").html("Zum Flughafen"); } }, Fehler: Funktion (Antwort) { alert(response.d); } });}$("#rdbFromAirport").change(function () { CargarTextos();});$("#rdbToAirport").change(function () { CargarTextos();});$(document ).on('change', '#txtFechaInicio', function () { var from = $(this).attr("data-fecha").split("/"); var f = new Date("02/ 20/2023"); if (from != "") { f = new Date(from[2], from[1] - 1, from[0]); } if ($("#txtFechaFin").data ().datepicker != null) { $("#txtFechaFin").data().datepicker.remove(); } $("#txtFechaFin").datepicker({ language: 'en' , todayHighlight: false , startDate : f , Format: 'D, d M yyyy' , Autoclose: true }).on('show', function () { }).attr('readonly', true); var fecha_fin = $("#txtFechaFin" ).attr("data-fecha").split("/"); var f_fin = neues Datum("20.02.2023"); if (fecha_fin != "") { f_fin = neues Datum(fecha_fin[2 ], fecha_fin[1] - 1, fecha_fin[0]); } if (f_fin < f) { $("#txtFechaFin").val(""); $("#txtFechaFin").attr("data- fecha", ""); } setTimeout(function () { $("#txtFechaFin").focus(); }, 100);});function CargarPassengers() { var text_adulto = " Erwachsene"; var text_adultos = "Erwachsene"; var text_niño = "Kind"; var text_niños = "Kinder"; var texto1 = "", texto2 = ""; if (Number($("#lblAdultsValue").val()) > 1) { texto1 = text_adultos; } sonst { texto1 = text_adulto; } var children = Number($("#lblChildrenValue").val()) + Number($("#lblBabiesValue").val()); if (Kinder > 1 || Kinder == 0) { texto2 = text_niños; } sonst { texto2 = text_niño; } $("#txtPassengers").val($("#lblAdultsValue").val() + " " + texto1 + ", " + children + " " + texto2);}function MinusAdults() { var num = Number ($("#lblAdultsValue").val()) - 1; if (num >= 1) { $("#lblAdultsValue").val(num); } CargarPassengers();}$("#lblAdultsValue").keyup(function (event) { CargarPassengers(); });$("#lblChildrenValue").keyup(function (event) { CargarPassengers(); }); $("#lblBabiesValue").keyup(function (event) { CargarPassengers(); });$("#lblBabiesValue").keydown(function (e) { if ($.inArray(e.keyCode, [46, 8, 9, 27, 13, 110, 190]) !== -1 || (e.keyCode === 65 && (e.ctrlKey === true || e.metaKey === true)) || (e.keyCode >= 35 && e.keyCode <= 40)) { return; } if ((e.shiftKey | s | (e.keyCode < 48 || e.keyCode > 57)) && (e.keyCode < 96 || e.keyCode > 105)) { e.preventDefault(); }});$("#lblChildrenValue").keydown(function (e) { if ($.inArray(e.keyCode, [46, 8 , 9, 27, 13, 110, 190]) !== -1 || (e.keyCodse === 65 && (e.ctrlKey === true || e.metaKey === true)) || ( e.keyCode >= 35 && e.keyCode <= 40)) { return; } if ((e.shiftKey || (e.keyCode < 48 || e.keyCode > 57)) && (e.keyCode < 96 | | e.keyCode > 105)) { e.preventDefault(); }});$("#lblAdultsValue").keydown(function (e) { if ($.inArray(e.keyCode , [46, 8, 9, 27, 13, 110, 190]) !== -1 || (e.keyCode === 65 && (e.ctrlKey === true || e.metaKey === true)) || (e.keyCode >= 35 && e.keyCode <= 40)) { return; } if ((e.shiftKey || (e.keyCode < 48 || e.keyCode > 57)) && (e.keyCode < 96 || e.keyCode > 105)) {e.preventDefault(); }}); function PlusAdults() { $("#lblAdultsValue").val(Number($("#lblAdultsValue").val()) + 1); CargarPassengers();}function MinusChildren() { var num = Number($("#lblChildrenValue").val()) - 1; if (num >= 0) { $("#lblChildrenValue").val(num); } CargarPassengers();}function PlusChildren() { $("#lblChildrenValue").val(Number($("#lblChildrenValue").val()) + 1); CargarPassengers();}function MinusBabies() { var num = Number($("#lblBabiesValue").val()) - 1; if (num >= 0) { $("#lblBabysValue").val(num); } CargarPassengers();}function PlusBabies() { $("#lblBabiesValue").val(Number($("#lblBabiesValue").val()) + 1); CargarPassengers();}function CloseModalPasajeros() { $(.modalPasjeros").css("display", "none");}$(document).click(function (e) { var $target = $(e. Ziel); if (($target.hasClass("modalPasjeros") || $target.parent().hasClass("modalPasjeros") || $target.parent().parent().hasClass("modalPasjeros") | | $target.parent().parent().parent().hasClass("modalPasjeros") || $target.parent().parent().parent().parent().hasClass("modalPasjeros") | | $target.hasClass("txtPassengers")) && !$target.hasClass("btnOKPasjeros")) { $(".modalPasjeros").css("display", "block"); } else { $(". modalPasjeros").css("display", "none"); }});$("#ddlAeropuertos").on("shown", function (e) { $('html, body').animate({ scrollTop: $("#ddlAeropuertos").offset().top }, 300);});$(document).ready(function () { ResizeSlider(); var f = new Date("20.02.2023 "); $("#txtFechaFin").datepicker({ language: 'en' , todayHighlight: false , startDate: f , format: 'T, d M yyyy' , autoclose: true , toggleActive: false }).attr( 'schreibgeschützt', wahr) ;});
Reservoir
from Faro Airport
Travel details
The route map could not be loaded
CLOSE
Albufeira is one of the most popular destinations on the Portuguese south coast. To get there, most visitors board a planeFaro Airport (FAO), the main gateway to the Algarve. Albufeira is 37 km from the airport and the travel time between Faro Airport and Albufeira varies greatly depending on the mode of transport chosen. Although Faro Airport is one of the busiest airports in Portugal, its public transport links are fairly limited. There is no public connection between Faro Airport and Albufeira. If you want to use public transport, you must first take a bus to Faro city and then take another bus to Albufeira at Faro city main bus station.Shuttle buses do exist, but few depart during the day and stop at several resorts. This means it will take some time to reach your accommodation in the Algarve. Also, these shared services are not door-to-door, so you may have to walk with your luggage to reach your final destination. What is the best way to get to Albufeira from Faro Airport? Taxis are readily available at the taxi rank in front of the airport terminal. If you decide to take a taxi, remember that they should use the taximeter and they may charge extra for luggage and night driving. To avoid unpleasant surprises and to know the exact price in advance, it is best to book your taxi from Faro Airport to Albufeira in advance. For your convenience, our transfers from Faro Airport to Albufeira include a greeting at the terminal and free flight surveillance. Cancellation is free and we offer extremely competitive rates. So booking your Albufeira transfer with us gives you complete peace of mind at a small price. This is how our transfers from Faro Airport to Albufeira work When booking your Albufeira taxi you can choose between our private taxis, minivans or buses depending on the size of your group and your luggage. If you want to play golf, you can bring your golf bags for free. We just need to make sure the vehicle is big enough for all your gear and luggage. Once you have selected your vehicle you can add extras to your booking so you can specify whether you bring golf bags and add other extras such as child seats and additional stops to collect keys or drop off members of your party at different addresses. Once you have landed and received your luggage, our driver will meet you upon arrival, escort you to your vehicle and take you straight to your hotel, villa or apartment in Albufeira. There is no need to worry if your flight to Faro is delayed as your driver will monitor your flight and your free waiting time will be adjusted accordingly. How do I book my Albufeira airport transfer with Ziptransfers? It's very easy. Simply scroll down to the form at the top of this page, select your dates and number of passengers and click "View Prices". You will then see all of our different vehicle options and their price. Choose your desired vehicle, add optional extras if needed, give us your arrival flight details and complete your payment in our secure payment gateway.All our transfers from Faro airport to Albufeira are to be paid for with a Visa or Mastercard debit or credit card on our secure website. You will immediately receive a payment receipt, followed by your Albufeira taxi booking confirmation in your inbox. Your transfer will be scheduled and your driver will be waiting for you at Faro Airport. If you don't land at Faro Airport, you can still book our services. We offerTransfer to Albufeira from Lisbon,SevillaAndMálagaairports. What if my plans change?
We know that flexibility is of the utmost importance for your well-deserved vacation. Because of this, you can change your transfer details completely free of charge. Simply contact our customer service team and we will amend your transfer details as needed.
We hope you do not have to cancel your Algarve holiday but if you do please let us know 48 hours in advance and we will give you a full refund.
How much luggage can I take in my taxi to Albufeira?
Our standard allowance is one medium suitcase and one personal item per person. However, you can always take additional luggage with you at no additional cost, as long as you do not exceed the passenger capacity of the vehicle. For example, if you have booked a 6-seater for 4 passengers, there is absolutely no problem taking up to 6 suitcases in total. If you have any doubts about luggage or anything else, you can always contact our customer service team who will be happy to help you choose the most convenient transfer option for you.
If you have any other questions about our Albufeira transfers or our booking process, please do not hesitate to contact us. Our enthusiastic team of English speaking customer service representatives are here to help.
About Albufeira
Albufeira is the largest and liveliest coastal town in the Algarve and is characterized by spectacular beaches, such as Rocha Beach or Sao Rafael Beach, a very pleasant climate and a great nightlife, making it a very popular tourist destination in the area.
Although there are tourists of all kinds, Albufeira is still a mainly family destination with activities and services for all ages. It is an area known for being home to several golf courses and water parks where both children and adults can have fun.
If you want to get to know the origins of this city, a visit to the historic center and Paderne Castle is worthwhile. In addition, you can enjoy the magnificent views of the Quarteira River from the castle.
Another fact to note is that Albufeira is a great base camp for planning trips to various nearby cities such as Silves, Faro and Loulé.
OTHER DESTINATIONS NEARBY
Show all destinations from Faro Airport
HOW IT WORKS