Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Hotel in Metsovo, Ioannina, Epirus
Travel catalog and tourist catalogue, Hotel in Metsovo, Ioannina, Epirus, best prices
Hotel in Metsovo, Ioannina, Epirus hotels, villas, restaurants, shops, businesses
Find the best prices for accommodation and food for place to visit in Hotel in Metsovo, Ioannina, Epirus
toria','location': [39.7696404, 21.1541748],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'81582'},{'name':'Hotel Adonis','location': [39.76588025, 21.18013859],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'73540'},{'name':'Arkametsovo','location': [39.76433341, 21.17946804],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'72697'},{'name':'La Moara','location': [39.72781304, 21.10881561],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'72388'},{'name':'Oresivio','location': [39.7696404, 21.17855072],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'64007'},{'name':'Archontiko Metsovou Luxury Boutique Hotel','location': [39.76427219, 21.16418481],'message':'
5, Zaousi Vassiliou,Metsovo, 44200, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'61893'},{'name':'Anostro','location': [39.76477527, 21.16399169],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'61900'},{'name':'Apostolos Hotel','location': [39.76795008, 21.17925882],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'42804'},{'name':'Hotel Bitouni','location': [39.7698177, 21.17594898],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'35480'},{'name':'Pindos Resort','location': [39.71236991, 21.11462983],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'22497'},{'name':'Egnatia','location': [39.7660074, 21.17941976],'message':'
Tositsa 19,Metsovo, 44200, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'19777'},{'name':'Hotel Kassaros','location': [39.75891654, 21.15612213],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'18330'},{'name':'Grand Forestmetsovo','location': [39.76768529, 21.18113805],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'17862'},{'name':'Asterimetsovou','location': [39.76915397, 21.1783576],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'15103'},{'name':'Aroma Dryos Eco & Design Hotel','location': [39.765839, 21.16521478],'message':'
Mitsao, Metsovo, 44200, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'14980'}];
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);