Phone No - For Silver or Gold Package Only
Website - For Gold Package Only
Email - For Silver or Gold Package Only
.. μόνο σε Golden Members!
Hotel in Astros, Arcadia, Peloponesse
Travel catalog and tourist catalogue, Hotel in Astros, Arcadia, Peloponesse, best prices
Hotel in Astros, Arcadia, Peloponesse hotels, villas, restaurants, shops, businesses
Find the best prices for accommodation and food for place to visit in Hotel in Astros, Arcadia, Peloponesse
tone Houses','location': [37.34019397, 22.61583334],'message':'
Agios Ioannis, Arkadia, 22001, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'44192'},{'name':'Houdis Houses','location': [37.3970782, 22.74753597],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'44080'},{'name':'Holiday Home Astros with a Fireplace 03','location': [37.39563458, 22.73943951],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'43818'},{'name':'Filoxenia','location': [37.29522759, 22.65969247],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'42426'},{'name':'Georgakakos Homes','location': [37.40811723, 22.75168219],'message':'
Mistra Street, Arkadia, 22019, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'42018'},{'name':'Blue Sky Studios','location': [37.39002261, 22.60575414],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'37747'},{'name':'Panorama Paralio Astros Arkadias','location': [37.3790269, 22.73669958],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'36594'},{'name':'Dukes','location': [37.37510732, 22.73669958],'message':'
Paralio Astros, Arkadia, 22001, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'34098'},{'name':'Anigraia','location': [37.32599425, 22.61660099],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'29252'},{'name':'Modi Resort','location': [37.47736134, 22.72623535],'message':'
Xiropigado, Arkadia, 22001, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'27779'},{'name':'Studios Maria','location': [37.37819736, 22.73669958],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'24082'},{'name':'Sunset Hotel','location': [37.47489047, 22.72884293],'message':'
Xiropigado, Arkadia, 22001, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'21020'},{'name':'Argolic Strand Camping','location': [37.43383458, 22.65367985],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'14861'},{'name':'Dimitras House','location': [37.33671589, 22.58490453],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'11467'},{'name':'Ktima Klimentini','location': [37.43986292, 22.72794193],'message':'
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'10316'},{'name':'Pension Zephyros','location': [37.41434566, 22.60065742],'message':'
Kiveri Beach, Argolida, 21200, Greece
Hotel
http://
','icons':'https://www.travels.com.gr/wp-content/plugins/Tevolution/images/pin.png','pid':'9291'}];
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);