Listing
https://gr.pinterest.com/etravel_greece/
https://gr.pinterest.com/etravel_greece/
https://gr.pinterest.com/etravel_greece/
https://gr.pinterest.com/etravel_greece/
https://gr.pinterest.com/etravel_greece/
to Zakros Palace Apartments','location': [35.08825335, 26.25777984],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'31486'},{'name':'Villa Paris','location': [35.03434567, 26.2303251],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'31287'},{'name':'Thalia Hotel','location': [35.19409919, 26.24099261],'message':'
Palaikastro, Lasithi, 72300, Greece
Hotel
//
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'30727'},{'name':'Sunrise Apartments','location': [35.0501079, 26.12066701],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'30622'},{'name':'Anatoli Apartments','location': [35.0311837, 26.2110313],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'27535'},{'name':'Oceanides Apartments','location': [35.18159351, 26.10529393],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'27220'},{'name':'Faros Houses','location': [35.04406925, 26.22557223],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'27174'},{'name':'Krinakia Villas','location': [35.02216329, 26.19984448],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'26855'},{'name':'Kouremenos Beach Apartments','location': [35.21222867, 26.26703382],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'26834'},{'name':'Roussa Village','location': [35.16524451, 26.10952377],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'23106'},{'name':'Porto Kaza','location': [35.19228139, 26.08509857],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'22693'},{'name':'Nereids Apartments','location': [35.19401152, 26.08861327],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'22384'},{'name':'Itanos','location': [35.19928509, 26.09278545],'message':'
Karamanli 4, Lassithi, 72300, Greece
Hotel
//
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'18937'},{'name':'House Margot','location': [35.19298531, 26.2327808],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'12549'},{'name':'Elia Studios','location': [35.17561909, 26.25460598],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'11787'},{'name':'Dimitra Apartments','location': [35.2020423, 26.11278534],'message':'
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'11474'},{'name':'Villa Amalia','location': [35.19745275, 26.24827981],'message':'
Kouremenos, Lasithi, 72300, Greece
Villa
//
','icons':'http://www.etravel.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'9694'}];
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);