
Search form is loading, please wait...
Array
(
[post_type] => gites
[tax_query] => Array
(
[relation] => AND
)
[posts_per_page] => 10
[paged] => 2
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 644
[compare] => =
)
[2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
)
)
)
Array
(
[post_type] => gites
[tax_query] => Array
(
[relation] => AND
)
[posts_per_page] => 10
[paged] => 2
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 644
[compare] => =
)
[2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
)
)
)
WP_Query Object
(
[query] => Array
(
[post_type] => gites
[tax_query] => Array
(
[relation] => AND
)
[posts_per_page] => 10
[paged] => 2
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 644
[compare] => =
)
[2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
)
)
)
[query_vars] => Array
(
[post_type] => gites
[tax_query] => Array
(
[relation] => AND
)
[posts_per_page] => 10
[paged] => 2
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 644
[compare] => =
)
[2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
)
)
[error] =>
[m] =>
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] =>
[tag] =>
[cat] =>
[tag_id] =>
[author] =>
[author_name] =>
[feed] =>
[tb] =>
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[title] =>
[fields] =>
[menu_order] =>
[embed] =>
[category__in] => Array
(
)
[category__not_in] => Array
(
)
[category__and] => Array
(
)
[post__in] => Array
(
)
[post__not_in] => Array
(
)
[post_name__in] => Array
(
)
[tag__in] => Array
(
)
[tag__not_in] => Array
(
)
[tag__and] => Array
(
)
[tag_slug__in] => Array
(
)
[tag_slug__and] => Array
(
)
[post_parent__in] => Array
(
)
[post_parent__not_in] => Array
(
)
[author__in] => Array
(
)
[author__not_in] => Array
(
)
[ignore_sticky_posts] =>
[suppress_filters] =>
[cache_results] => 1
[update_post_term_cache] => 1
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
[order] => DESC
)
[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
[relation] => AND
)
[relation] => AND
[table_aliases:protected] => Array
(
)
[queried_terms] => Array
(
)
[primary_table] => wp_posts
[primary_id_column] => ID
)
[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 644
[compare] => =
)
[2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[relation] => AND
)
[relation] => AND
[meta_table] => wp_postmeta
[meta_id_column] => post_id
[primary_table] => wp_posts
[primary_id_column] => ID
[table_aliases:protected] => Array
(
[0] => wp_postmeta
[1] => mt1
[2] => mt2
[3] => mt3
)
[clauses:protected] => Array
(
[wp_postmeta] => Array
(
[key] => featured
[compare] => =
[alias] => wp_postmeta
[cast] => CHAR
)
[mt1] => Array
(
[key] => region
[value] => 644
[compare] => =
[alias] => mt1
[cast] => CHAR
)
[mt2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
[alias] => mt2
[cast] => SIGNED
)
[mt3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
[alias] => mt3
[cast] => SIGNED
)
)
[has_or_relation:protected] =>
)
[date_query] =>
[request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id ) INNER JOIN wp_postmeta AS mt2 ON ( wp_posts.ID = mt2.post_id ) INNER JOIN wp_postmeta AS mt3 ON ( wp_posts.ID = mt3.post_id ) WHERE 1=1 AND (
wp_postmeta.meta_key = 'featured'
AND
( mt1.meta_key = 'region' AND mt1.meta_value = '644' )
AND
( mt2.meta_key = 'glance_sleeps' AND CAST(mt2.meta_value AS SIGNED) >= '1' )
AND
( mt3.meta_key = 'glance_bedrooms' AND CAST(mt3.meta_value AS SIGNED) >= '1' )
) AND wp_posts.post_type = 'gites' AND (wp_posts.post_status = 'publish') GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value = 1 DESC, rand() LIMIT 10, 10
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 101919
[post_author] => 1907
[post_date] => 2015-11-09 13:31:08
[post_date_gmt] => 2015-11-09 13:31:08
[post_content] => La Maison Jaune is a comfortable house, with excellent views of both distant hills and the next-door vineyard, where you can enjoy provencal living at its best. The pool is a decent size and you will be within 15 minutes walk of the village of Aups, with its twice weekly market, cafés and restaurants, local fêtes and boules tournaments.
We built La Maison Jaune ourselves and it is far more than just a self catering holiday house, being furnished and equipped to an excellent standard.
There are four double bedrooms, two with double beds and two with a pair of single beds. The two double bedrooms have shower rooms en suite, and there is a family bathroom as well.
Meals on the terrace at La Maison Jaune and your evening apero help to make your holiday a truly memorable one.
[post_title] => La Maison Jaune
[post_excerpt] => Charming, civilised 4 bedroomed house with large pool and hill views, near provencal village of Aups
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => la-maison-jaune
[to_ping] =>
[pinged] =>
[post_modified] => 2016-05-18 14:29:49
[post_modified_gmt] => 2016-05-18 13:29:49
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/la-maison-jaune/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[1] => WP_Post Object
(
[ID] => 101707
[post_author] => 1766
[post_date] => 2015-11-09 13:29:59
[post_date_gmt] => 2015-11-09 13:29:59
[post_content] => This traditional 17th Century house in a Provence village square is tastefully decorated and stylishly furnished in high quality and traditional provençal manner. A rural Provence gite with many of the original features. Furnished with antiques giving it character, atmosphere and a feeling of being a home. The house has original oak beams, a wood burning fire for romantic evenings, original spiral staircase and a covered terrace with a view of the village and town square.
This self-catering house is in the heart of the delightfully sunny Var. The village is lively all year round and has immediate access to local shops and facilities. This gives you all the benefits of a hotel. You have the choice of eating in or eating out at one of the many local restaurants or bars. You can choose from an inexpensive snack to several critically acclaimed restaurants recommended in the Provence-Cote D'Azure Guide Gantié. Coffee is served in the café downstairs from six in the morning. There are over 8 restaurants and bars in the village, 5 of which are less than 300 meters from the house. The nearest supermarket and 3 bakeries are all less than 500 meters away. The Flayosc area is relatively unspoilt with 200k of walks and mountain bike trails. Explore the areas on horse back, on foot or by bike.
Maison Mimosa has 2 bedrooms, 1 large bathroom, sleeps a maximum of 5
• 3 floors of 27 sq. meters each
• Large lounge, dining room, country style kitchenette with open log fire and original oak beamed ceiling, with windows overlooking the central village square. fridge, stove, crockery and cutlery are provided
• All bed linen is made of cotton
• Accessed by winding original spiral stone staircase, winding majestically up four floors
• Furnished to a high standard in Provençal style with antiques
• 2 double bedrooms one opening onto the terrace with large patio doors, and original oak beamed ceilings
- both rooms have romantic Provençal style bed drapes. One bedroom has one double bed, the other bedroom has one double bed and a single bed
• King size double bed 2m x 1.6m
• Private outside semi-shaded sun terrace for eating and relaxing, with panoramic views of the village and surrounding countryside
• Large bathroom with large bath and bidet, separate WC, and a clothes washing machine and tumble dryer
• Crockery, cutlery, pots, pans, linen, electricity and water included. Towels for indoor use only. No hidden extras. Electric heaters for winter use
• Original ceramic ochre-coloured oxaganol tomettes tiled floors
• Pop downstairs for your coffee and breakfast, as well as delicious Plat du jour at midday - no need to cook at all! - Over 8 restaurants and bars in the village just downstairs
• No smokers please
• May not be suitable for small children due to stone staircase and four floors. No lift
• Lots of free and secure parking in village 50 meters of the house
[post_title] => Maison Mimosa
[post_excerpt] => This traditional 17th Century house in a Provence village square is tastefully decorated and stylishly furnished in high quality and traditional provençal manner.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => maison-mimosa
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-11 14:14:56
[post_modified_gmt] => 2016-02-11 14:14:56
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/maison-mimosa/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[2] => WP_Post Object
(
[ID] => 101705
[post_author] => 1766
[post_date] => 2015-11-09 13:29:59
[post_date_gmt] => 2015-11-09 13:29:59
[post_content] => Enjoy truly breath taking views of the wild countryside and spectacular sunsets, an artist's delight. A self catering 18th century three story house opposite a restaurant giving the convenience of a hotel. An old village house set in a beautiful provençal village near the Lac de Sainte Croix and Gorges du Verdon. It has a large terrace of 18 m². The village, perched on a hill at an altitude of 630 meters, has maintained its old fashioned Provençal appeal and is in the midst of a nature reserve, which is rich in flora and fauna. The scenery here is astonishing and diverse. This area was never really discovered until the beginning of the 20th century, the two Verdon Gorges have fascinated innumerable visitors ever since. The two canyons are separated by the Lac de Sainte Croix.
A sofa bed allows an additional two guests.
• Private outside semi-shaded sun terrace for eating and relaxing, with panoramic views of the surrounding countryside
• Large bathroom with Victorian style free standing bath
• Beautiful view of rolling countryside from Victorian style bath
• Crockery, cutlery, pots, pans, linen, electricity and water included. Towels for indoor use only
• All bed linen is made of cotton
• Pop downstairs for your coffee and breakfast, lunch and diner - no need to cook at all!
• Lots of free and secure parking outside the house and in the friendly village
• 15 minutes to Aups - Village with large supermarket and lots of facilities
• Children's playground nearby complete with playground equipment
• TV, DVD, and CD player
• No hidden extras
[post_title] => Maison Baudinard
[post_excerpt] => A self catering 18th century three story house opposite a restaurant giving the convenience of a hotel.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => maison-baudinard
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-11 14:14:56
[post_modified_gmt] => 2016-02-11 14:14:56
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/maison-baudinard/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
)
[post_count] => 3
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 101919
[post_author] => 1907
[post_date] => 2015-11-09 13:31:08
[post_date_gmt] => 2015-11-09 13:31:08
[post_content] => La Maison Jaune is a comfortable house, with excellent views of both distant hills and the next-door vineyard, where you can enjoy provencal living at its best. The pool is a decent size and you will be within 15 minutes walk of the village of Aups, with its twice weekly market, cafés and restaurants, local fêtes and boules tournaments.
We built La Maison Jaune ourselves and it is far more than just a self catering holiday house, being furnished and equipped to an excellent standard.
There are four double bedrooms, two with double beds and two with a pair of single beds. The two double bedrooms have shower rooms en suite, and there is a family bathroom as well.
Meals on the terrace at La Maison Jaune and your evening apero help to make your holiday a truly memorable one.
[post_title] => La Maison Jaune
[post_excerpt] => Charming, civilised 4 bedroomed house with large pool and hill views, near provencal village of Aups
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => la-maison-jaune
[to_ping] =>
[pinged] =>
[post_modified] => 2016-05-18 14:29:49
[post_modified_gmt] => 2016-05-18 13:29:49
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/la-maison-jaune/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[comment_count] => 0
[current_comment] => -1
[found_posts] => 13
[max_num_pages] => 2
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] =>
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] =>
[is_tag] =>
[is_tax] =>
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] => 1
[is_404] =>
[is_embed] =>
[is_paged] => 1
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_posts_page] =>
[is_post_type_archive] =>
[query_vars_hash:WP_Query:private] => ec26167c75c4784c5cdae81ff3652859
[query_vars_changed:WP_Query:private] =>
[thumbnails_cached] =>
[stopwords:WP_Query:private] =>
[compat_fields:WP_Query:private] => Array
(
[0] => query_vars_hash
[1] => query_vars_changed
)
[compat_methods:WP_Query:private] => Array
(
[0] => init_query_flags
[1] => parse_tax_query
)
)
We found 13 Gites.
Provence Alpes Cote d’Azur / Var / Aups
Prices per week from
£2000 to £2000
Provence Alpes Cote d’Azur / Var / Flayosc
Prices per week from
£495 to £660
Provence Alpes Cote d’Azur / Var / Baudianrd-sur-Verdon
Prices per week from
£395 to £545

-330x250.jpg)

