the bed icon does not work without this shortcode
Hoche 2 Cannes
Overview
The newly renovated kitchen comes equipped with all the utensils you could need and has french windows which open out onto a small balcony with space for two people to sit and enjoy the fresh air and wonderful atmosphere of Cannes. For your convenience, a dishwasher as well as a washing machine have been installed. There is also a small glass bar in the wall which separates the kitchen and the living room creating an open plan feel whilst keeping the two separate.
The living room is perfect for relaxing and dining together and comes complete with satellite television, a DVD player and a flat screen television. This room is air conditioned. Both bedrooms have high ceilings and big windows which give them a wonderfully light and airy feel, and with 2 single beds in each they are perfect for groups of friends or colleagues. The living room and both bedrooms are air conditioned.
The bathroom has also been renovated to a high quality, with tiled walls and a fitted shower and particularly useful for guests is the separate toilet.
Popular Amenities








Availability Calendar
Clients' thoughts on Hoche 2 Cannes
( 20 reviews)
lovely city and this is a great place to stay
clean, roomy, well presented and brilliantly located
Staff 10/ 10
Cleanliness 10/ 10
Location 10/ 10
Facilities 10/ 10
Comfort 10/ 10
Value for money 10/ 10
Appartement spacieux et lumineux, ideal pour un séjour entre amis. Très bien situé dans ce centre de Cannes, très bien équipé. Accueil chaleureux.
===== Google Translated =====
Spacious and bright apartment, ideal for a stay with friends. Very well located in the center of Cannes, very well equipped. Heartwarming welcome.
A little trouble while checking in due to a pipeburst in the apartment, but they where quick to relocate us in a new beautiful apartment! We even got an Extra night for free due to the checkin troubles! Very central!
Thank you, for solving the issues that came up and reallocating us seamlessly!
Ramune was very helpful during our stay
Staff 10/10
Cleanliness 10/ 10
Location 10/ 10
Facilities 10/ 10
Comfort 10/ 10
Value for money 7.5/ 10
Additional categories
Bed rating 10/ 10
Translated from French -
Location Perfect, downtown, 2 minutes from the train station. Large apartment, double glazing, separate toilet, dishwasher, washing machine.
Put a sofa bed in the living room
Great place !!
Très belle Appart propre claire et spacieux !
Staff 10/10
Cleanliness 7.5/ 10
Location 10/ 10
Facilities 7.5/ 10
Comfort 10/ 10
Value for money 7.5/ 10
Simply everyone would like to have such an apartment. Just awesome!
“Thank you so much for this apartment. It was very nice! I would like to book this apartment next year as well. If the broken AC in the livingroom will be repaired, then you will get from me 5 stars. :)”
8 out of 10 Great Stay
Staff 10.0
Cleanliness 7.5
Location 10.0
Facilities 10.0
Comfort 7.5
Value for money 7.5
Jederzeit wieder
alles ok, auch kaution hat gut geklappt.
alles gut
===== Google Translated ====
Any time
everything ok, also security worked fine.
all good
It was the perfect place! Spacious, lovely light in the living room, great comfortable beds!
Staff 10.0
Facilities 10.0
Cleanliness 7.5
Comfort 10.0
Location 10.0
Value for money 10.0
“Appartement très propre, design et parfaitement situé au centre de cannes. A recommander sans aucune hésitation!”
========== Google Translated ==========
"Very clean apartment, designer and perfectly located in the center of Cannes. To recommend without hesitation!"
L'emplacement du logement est vraiment idéal. Tout s'est bien passé . Mille mercis
===== Google Translate =====
The location of the accommodation is truly ideal. Everything went well . Many thanks
Bel appartement, conforme aux photos . Très bien situé Très bon accueil avec un panier d accueil très bien garni Je recommande cette location
===== Google Translate =====
Nice apartment, consistent with photos. Very well located Very good reception with a grocery basket very well furnished I recommend this rental
“Super location. Responsive host Very nicely decorated Very spacious Comfortable beds Elevator begins on 2nd floor so only one flight to carry luggage”
Oh we LOVED the apt, location & working with Everything Cannes
We will be back to rent through your company again! Truly thougt the experience went so smooth & the apt was clean & just as it was pictured!
Thank you so much!
Casa molto bella, moderna, pulitissima...pieno centro zona pedonale tra ristoranti e bar alla moda! a due passi dalla favolosa Croisette...tutto ok anche con l'organizzazione dell'agenzia Everything Cannes...
TRANSLATION (from Google Translate): Very nice, modern, very clean ... the center pedestrian area between restaurants and trendy bars! a few steps from the fabulous Croisette ... everything ok with the organization of the agency Everything Cannes ...
Very nice apartment, super location!
Great apartment, great location!
Make an enquiry on Hoche 2 Cannes

Helping you find your next stay
UK Office
- 10 Harvey Road
- Redhill, Surrey
- RHI4EA
Zimbabwe Office
- 4 York Road
- Greendale, Harare
Save time, save money!
- Sign up and we'll send the best deals to you
[ultimatemember form_id=”332″]
[ultimatemember form_id=”331″]
or connect with
result->properties->property));
// foreach($data as $listing){
// if($listing->pid == $current_url){
//Is the property in the wishlist
$user_id = apply_filters('determine_current_user', false);
wp_set_current_user($user_id);
$user_id = get_current_user_id();
$get_properties_in_wishlist = get_user_meta($user_id, YB_SESSION . $user_id, true) ?: array();//die(json_encode($get_properties_in_wishlist));
$property_in_wishlist = in_array($current_url, $get_properties_in_wishlist);
//Availability calendar data
//$api_aval_dates = YB_AVAILABILITY . '&pid=' . $current_url . '&start=' . date("Y-m-d") . '&month=' . 12;
$available_dates = ApiCalls::apiCall(YB_AVAILABILITY . '&pid=' . $current_url . '&start=' . date("Y-m-d") . '&months=' . 12);
$availability_dates = $minimum_stays_per_given_dates = array();
//echo "Available day " . $api_aval_dates . "
" . json_encode($available_dates->result->days->day[0]);
foreach ($available_dates->result->days->day as $day) {
//sdie("Date available " . json_encode($day->avail));
if ($day->avail == "1" && $day->booked == "0.0") {
$date_aval = (array) $day->date;
array_push($availability_dates, $date_aval[0]);
array_push($minimum_stays_per_given_dates, $day->min_days);
//die("Availability " . json_encode($date_aval));
}
}
//Run an API call to get the min number of guests
$get_min_guests = ApiCalls::apiCall(YB_PROPERTY_DETAILS . '&pid=' . $current_url);
$min_guest_per_property = $get_min_guests->result->properties->property->sleeps->min;
$checkout_date_given = !empty($type_home) ? $minimum_stays_per_given_dates[0] : 1;
$checkout_date = date('Y-m-d', strtotime($availability_dates[0] . ' + '. $minimum_stays_per_given_dates[0].' days'));
$property_detail_call = YB_PROPERTY_DETAILS . '&pid=' . $current_url . '&arrival_date=' . $availability_dates[0] . '&departure_date=' . $checkout_date . '&guests=' . $min_guest_per_property;
$data = ApiCalls::apiCall($property_detail_call);
//die("Start date " . $availability_dates[0] . " End date " . $availability_dates[1] . " Data is ". json_encode($data->result->properties->property));
$listing = $data->result->properties->property;
//die("Availability " . json_encode($availability_dates));
wp_enqueue_script('additional-js', plugins_url('calendar.js', __FILE__));
wp_localize_script('additional-js', 'availability_dates', $availability_dates);
//die("Available dates " . json_encode($availability_dates));
/*if(!empty($availability_data)){
foreach($availability_data as $aval_data){
if($aval_data->pid == $current_url){
$availability_dates = array();
foreach($aval_data->dates->date as $date){
$dates = (array)$date;
$availability_date = array($dates["@attributes"]["value"]);
$availability_dates = array_merge($availability_dates, $availability_date);
}
wp_enqueue_script( 'additional-js', plugins_url('calendar.js', __FILE__) );
wp_localize_script( 'additional-js', 'availability_dates', $availability_dates );
break;
}
}
}*/
//End availability calendar
?>
images->image as $image): if($track_image < 30): ?>
-
= $listing->name ?>
Overview
description->long, 400);
foreach($real_text as $text){
echo $text . "
";
?>
Popular Amenities
amenities->amenity as $amenity) : ?>
";
$track = 1;
endif; ?>
= $amenity->name ?>
coords);
//echo $cords[0] . " " . $cords[1];
?>
Availability Calendar
Available
Unavailable
feedback->entry)) : ?>
Clients' thoughts on = $listing->name ?>
feedback->entry as $feed) : ?>
= $feed->author ?>
( = count($listing->feedback->entry) ?> reviews)
= $feed->feedback ?>
= $listing->name ?>
= $listing->property_type->name?>
= $listing->bedrooms ?> Bedrooms
= $listing->beds ?> Bed
= $listing->baths ?> Bathroom
feedback->entry > 0){ foreach ($listing->feedback->entry as $listing_var) : ?>
( = count($listing->feedback->entry) ?> reviews)
For enquries contact us
help@yourbookng.com
Email
= $get_currency == "gbp" ? "£" : "€" ?>
= round($price_per_night, 2, PHP_ROUND_HALF_UP ) ?>
12/9/2022-18/9/2022
$maxLength)){
$splitText[] = $text;
return $splitText;
}
//Guess sentence completion
$needle = '.';
/*iterate over $text length
as substr_replace deleting it*/
while (strlen($text) > $length){
$end = strpos($text, $needle, $length);
if ($end === false){
//Returns FALSE if the needle (in this case ".") was not found.
$splitText[] = substr($text,0);
$text = '';
break;
}
$end++;
$splitText[] = substr($text,0,$end);
$text = substr_replace($text,'',0,$end);
}
if ($text){
$splitText[] = substr($text,0);
}
return $splitText;
}