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 Palaeokastritsa, Corfu, Ionian Islands
Travel catalog and tourist catalogue, Hotel in Palaeokastritsa, Corfu, Ionian Islands, best prices
Hotel in Palaeokastritsa, Corfu, Ionian Islands hotels, villas, restaurants, shops, businesses
Find the best prices for accommodation and food for place to visit in Hotel in Palaeokastritsa, Corfu, Ionian Islands
toussa','location': [39.66061193, 19.69710543],'message':'
lakones, Corfu, 49083, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'73248'},{'name':'Valley Complex','location': [39.67094682, 19.70329285],'message':'
Paleokastritsa, Corfu, 49083, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'69807'},{'name':'Odysseus Hotel','location': [39.67540595, 19.70744222],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'63683'},{'name':'Fotini Studios','location': [39.67228859, 19.69977915],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'54527'},{'name':'Gregory\'s Studios','location': [39.67835388, 19.72798526],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'54380'},{'name':'Napoleon On The Beach','location': [39.67166767, 19.70303535],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'40183'},{'name':'Camping Paleokastritsa','location': [39.67643196, 19.72550422],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'39098'},{'name':'Afrodite\'S Pool And Studios','location': [39.6760583, 19.7056371],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'36782'},{'name':'Apollon Annexe','location': [39.67004341, 19.700719],'message':'
Palaiokastritsa, Corfu Island, 49083, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'36800'},{'name':'Royalrose','location': [39.6750788, 19.70544827],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'35224'},{'name':'Hotel Apollon','location': [39.67255285, 19.70303535],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'33987'},{'name':'Manganas Studios','location': [39.67267314, 19.70258743],'message':'
Palaiokastritsa, Corfu, 49083, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'27351'},{'name':'Stamatela Studios','location': [39.67463797, 19.70247209],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'23809'},{'name':'Paleo Inn','location': [39.67399388, 19.7056371],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'21884'},{'name':'Aphrodite Studios','location': [39.67228859, 19.70120877],'message':'
Lissipio, Corfu, 49083, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'14675'},{'name':'Akrotiri Beach','location': [39.67299053, 19.71611917],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'13730'},{'name':'Paleopalace','location': [39.67267314, 19.70258743],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'10979'},{'name':'Anemona Studios','location': [39.67463797, 19.70247209],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'11014'}];
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);