Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Hotel in Galaxidi, Fokida, Central Greece
Travel catalog and tourist catalogue, Hotel in Galaxidi, Fokida, Central Greece, best prices
Hotel in Galaxidi, Fokida, Central Greece hotels, villas, restaurants, shops, businesses
Find the best prices for accommodation and food for place to visit in Hotel in Galaxidi, Fokida, Central Greece
to Lourba','location': [38.37604393, 22.37606317],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'65773'},{'name':'Omoplinthos','location': [38.35588439, 22.29771316],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'63940'},{'name':'Nautilus','location': [38.37408837, 22.38312781],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'62894'},{'name':'Trokadero Hotel','location': [38.38098517, 22.34468901],'message':'
Efthymiou 15, Itea, 33200, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'57396'},{'name':'Hotel Galaxidi','location': [38.34794206, 22.37606317],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'55892'},{'name':'Europa Beach Hotel','location': [38.37981332, 22.37606317],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'55751'},{'name':'Ganimede Hotel','location': [38.34164974, 22.3810953],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'53731'},{'name':'Acroploro','location': [38.37564476, 22.37323201],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'44293'},{'name':'Alexander Resort','location': [38.4027226, 22.3825407],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'39133'},{'name':'Hotel Kalafati','location': [38.42016496, 22.42020813],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'34896'},{'name':'Elea Guesthouse','location': [38.37604393, 22.36404359],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'34209'},{'name':'Galaxa Mansion','location': [38.35309964, 22.38071144],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'34153'},{'name':'Pension Hirolakas','location': [38.35001016, 22.38071144],'message':'
Plateia Hirolaka, Galaxidi, 33052, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'26695'},{'name':'Koukonas','location': [38.34631872, 22.37606317],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'19627'},{'name':'Filoxenia Studios','location': [38.34556086, 22.373092],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'17427'},{'name':'Epavlis Boutique','location': [38.37434912, 22.38038421],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'17093'}];
var clustering = '';
var map;
var mgr;
var markerClusterer;
var markerArray = [];
var mClusterer = null;
var pippoint_effects='click';
var infoBubble = new InfoBubble({maxWidth:210,minWidth:210,minHeight:"auto",padding:0,borderRadius:0,borderWidth:0,overflow:"visible",backgroundColor:"#fff"});
var isDraggable = jQuery(document).width() > 480 ? true : false;
var isscrollwheel = jQuery(document).width() > 480 ? true : false;
var dragging = zoom_changed = false;
var bounds_modified = false;
var new_bounds;
var query_string='post_type=listing&taxonomy=listingcategory&slug=hotel';
var zoom_changed=1;
function initialize() {
bounds = new google.maps.LatLngBounds();
var myOptions = {
scrollwheel: isscrollwheel,
draggable: isDraggable,
zoom: CITY_MAP_ZOOMING_FACT,
center: new google.maps.LatLng(CITY_MAP_CENTER_LAT, CITY_MAP_CENTER_LNG),
mapTypeId: google.maps.MapTypeId.ROADMAP }
map = new google.maps.Map(document.getElementById("map_canvas"),myOptions);
/* map style customizer */
var styles = [];
map.setOptions({styles: styles});
/* Add Google Map marlkers */
mgr = new MarkerManager( map );
templ_add_googlemap_markers(markers);
if ( zoom_option==1) {
map.fitBounds(bounds);
map.setCenter(bounds.getCenter( ) ) ;
}
/* but that message is not within the marker's instance data */
google.maps.event.addListener(map, 'dragstart', function() {
dragging = false;
});
google.maps.event.addListener(map, 'dragend', function() {
dragging = true;
});
google.maps.event.addListener(map, 'bounds_changed', function() {
bounds_modified = true;
new_bounds = map.getBounds();
});
google.maps.event.addListener(map, 'zoom_changed', function() {
if ( zoom_changed!=1) {
dragging = true;
}
zoom_changed=0;
});
google.maps.event.addListener(map, 'idle', function(ev) {
/*new_bounds = map.getBounds();*/
refresh_markers();
});
}
google.maps.event.addDomListener(window, 'load', initialize);