b&b Eridu -La tua casa lontano da casa- Rivendicazione

0 / 5
Aggiungi ai Preferiti Stampa
Vivi al meglio la tua Città con il tuo amico a 4 zampe!

Version:1.0 StartHTML:000000225 EndHTML:000038234 StartFragment:000037611 EndFragment:000038166 StartSelection:000037611 EndSelection:000038166 SourceURL:https://www.bed-and-breakfast.it/it/toscana/eridu-ellera/13868 B&B Eridu Ellera // // &amp;lt;img height=”1″ width=”1″ src=”https://www.facebook.com/tr?id=1065607876835612&amp;amp;ev=PageView&amp;amp;noscript=1″/&amp;gt; // // <![CDATA[
function initialize() {
var StudioScivolettoMapType = new google.maps.StyledMapType([
{
"featureType": "landscape.man_made",
"elementType": "geometry",
"stylers": [
{
//"color": "#e0e3e4",
"visibility": "off"
}
]
},
{
"featureType": "landscape.natural",
"elementType": "geometry",
"stylers": [
{
"color": "#e0e3e4"
}
]
},
{
"featureType": "landscape.natural.terrain",
"elementType": "geometry",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "poi",
"elementType": "labels",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "poi.business",
"elementType": "all",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "poi.medical",
"elementType": "geometry",
"stylers": [
{
"color": "#fbd3da"
}
]
},
{
"featureType": "poi.park",
"elementType": "geometry",
"stylers": [
{
"color": "#bde6ab"
}
]
},
{
"featureType": "road",
"elementType": "geometry.stroke",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "road",
"elementType": "labels",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#ffe15f"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry.stroke",
"stylers": [
{
"color": "#efd151"
}
]
},
{
"featureType": "road.arterial",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#ffffff"
}
]
},
{
"featureType": "road.local",
"elementType": "geometry.fill",
"stylers": [
{
"color": "black"
}
]
},
{
"featureType": "transit.station.airport",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#cfb2db"
}
]
},
{
"featureType": "water",
"elementType": "geometry",
"stylers": [
{
"color": "#a2daf2"
}
]
}
], {name: "Mappa"});

var latlng = new google.maps.LatLng(43.7849230000000000, 11.3728500000000000);

var myOptions = {
zoom: 17,
zoomControl: true,
streetViewControl: true,
center: latlng,
scrollwheel: false,
mapTypeControl: true,
mapTypeControlOptions: {
mapTypeIds: [google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.HYBRID]
}
//, disableDefaultUI: !("ontouchend" in document)
//, draggable: !("ontouchend" in document)
//mapTypeId: google.maps.MapTypeId.ROADMAP //ROADMAP oppure HYBRID
};

var map = new google.maps.Map(document.getElementById("map"), myOptions);

map.mapTypes.set('studioscivolettomap', StudioScivolettoMapType);
map.setMapTypeId('studioscivolettomap');

setMarkers(map, strutture);
setMarkersCitta(map);

}

var strutture =
[
[
'Eridu',
43.7849230000000000,
11.3728500000000000,
1,
'via Renato Murri 16/a, Ellera (Fiesole)',
'
Tel. +39 055 6592036
Cell: +39 339 8545141',
'prezzi: min 60 € / max 80 €',

'/it/toscana/eridu-ellera/13868',

'https://www.bed-and-breakfast.it/foto/13868_square.jpg',
''
]

];
// array delle strutture generato in cfm più sopra

function setMarkers(map, locations) { // aggiunta dei marker delle strutture
// Add markers to the map
// Marker sizes are expressed as a Size of X,Y
// where the origin of the image (0,0) is located
// in the top left of the image.
// Origins, anchor positions and coordinates of the marker
// increase in the X direction to the right and in
// the Y direction down.

var image = new google.maps.MarkerImage('/img/marker_scheda_struttura.png',
// This marker is 20 pixels wide by 32 pixels tall.
new google.maps.Size(22, 34),
// The origin for this image is 0,0.
new google.maps.Point(0,0),
// The anchor for this image is the base of the flagpole at 0,32.
new google.maps.Point(0, 21));

var shadow = new google.maps.MarkerImage('/img/marker_shadow.png',
// The shadow image is larger in the horizontal dimension
// while the position and offset are the same as for the main image.
new google.maps.Size(29, 23),
new google.maps.Point(0,0),
new google.maps.Point(0, 23));

// Shapes define the clickable region of the icon.
// The type defines an HTML

element ‘poly’ which
// traces out a polygon as a series of X,Y points. The final
// coordinate closes the poly by connecting to the first
// coordinate.

var shape = {
coord: [1, 1, 1, 23, 23, 21, 21 , 1],
type: ‘poly’
};

for (var i = 0; i < locations.length; i++) {

var myLatLng = new google.maps.LatLng(locations[i][1], locations[i][2]);
var marker = new google.maps.Marker({
position: myLatLng,
map: map,
shadow: shadow,
icon: image,
shape: shape,
title: locations[i][0],
zIndex: locations[i][3]
});
// var infowindow = new google.maps.InfoWindow({ maxWidth: 180 });
var infowindow = new google.maps.InfoWindow();

google.maps.event.addListener(marker, 'click', (function(marker, i) { // listener per far visualizzare la "nuvoletta" al click di ogni marker
return function() {
infowindow.setContent('

‘);
infowindow.open(map, marker);
}
})(marker, i));

} // fine FOR
} // fine funzione setMarkers()

function setMarkersCitta(map) { // aggiunta del marker della città

var imageCitta = new google.maps.MarkerImage(‘/img/marker_citta.png’,
new google.maps.Size(22, 34),
new google.maps.Point(0,0),
new google.maps.Point(0, 21));
var shadowCitta = new google.maps.MarkerImage(‘/img/marker_shadow.png’,
new google.maps.Size(29, 23),
new google.maps.Point(0,0),
new google.maps.Point(0, 23));
var shapeCitta = {
coord: [1, 1, 1, 23, 23, 21, 21 , 1],
type: ‘poly’
};

var myLatLngCitta = new google.maps.LatLng(43.7849230000000000, 11.3728500000000000);
var markerCitta = new google.maps.Marker({
position: myLatLngCitta,
shadow: shadowCitta,
icon: imageCitta,
shape: shapeCitta,
map: map,
title: “Ellera”,
zIndex: 0
});

var infowindowCitta = new google.maps.InfoWindow();

google.maps.event.addListener(markerCitta, ‘click’, (function(markerCitta) { // listener per far visualizzare la “nuvoletta” al click di ogni marker
return function() {
infowindowCitta.setContent(“Ellera”);
infowindowCitta.open(map, markerCitta);
}
})(markerCitta));

} // fine funzione setMarkersCitta()

google.maps.event.addDomListener(window, ‘load’, initialize);

// ]]>//

Eridu è stata curata da artigiani e artisti, che hanno reso la casa piacevolmente unica e particolare.

La casa del 1300, si affaccia sulla cascata del fiume Arno, in un un piccolo villaggio a 8 km da Firenze e Fiesole.

L’accoglienza conviviale (Eridu in sumero significa “la tua casa lontano da casa”) fa si che l’ospite si senta a proprio agio.

Gli ospiti hanno a disposizione due stanze in comune, giardino e parcheggio.

Servizi: colazione, biancheria, tv, wi-fi, giochi, giadino, parcheggio.

I bambini/e non pagano.

  • Referente Marco Becagli
  • Indirizzo Via Renato Murri 20a, Ellera, Fiesole, Firenze.
facebook