Listing
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!
tos Apartments','location': [39.377871, 20.10976821],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'78104'},{'name':'Ionian Sea View Hotel','location': [39.359254, 20.10736227],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'72447'},{'name':'Seafront Apartments','location': [39.38023021, 20.09372592],'message':'
Kavos, Corfu, Ionian Islands, 49080, Greece
Apartment
http://
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'67165'},{'name':'Quayside Village Hotel','location': [39.38088768, 20.10598598],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'66109'},{'name':'Konstantina Apartments','location': [39.37324019, 20.10736227],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'59256'},{'name':'Island Beach Bamboo','location': [39.37655637, 20.10578513],'message':'
Kavos, Chania, 49080, Greece
Hotel
http://
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'58195'},{'name':'Akti Panela Beach Hotel','location': [39.37551762, 20.10276],'message':'
Kavos, Corfu, 49081, Greece
Hotel
30 2662061066
http://
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'56827'},{'name':'Island Bali','location': [39.37112765, 20.10266036],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'42447'},{'name':'Erofili Hotel','location': [39.36316845, 20.10736227],'message':'
Main Street, Corfu, Ionian Islands, 49080, Greece
Hotel
http://
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'40623'},{'name':'Olive Garden','location': [39.36021723, 20.10377884],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'35201'},{'name':'Sweet Dreams','location': [39.3687165, 20.10736227],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'29313'},{'name':'Sand And Sea','location': [39.37655637, 20.08693421],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'23228'},{'name':'Mediterranean Blue','location': [39.36136881, 20.10736227],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'21784'},{'name':'Kavos Panorama Complex','location': [39.36801627, 20.10377884],'message':'
Main Roadecor fu, Ionian Islands, 49080, Greece
Hotel
http://
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'19325'},{'name':'Chandris Apartments','location': [39.37625303, 20.11140972],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'15995'},{'name':'Alexandra Apartments','location': [39.38691831, 20.10377884],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'9298'},{'name':'Yianetta Complex','location': [39.37655637, 20.07463932],'message':'
','icons':'http://www.etravel.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'8559'}];
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=';
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);