Ristorante in Albergo a In evidenza 0835 302964 - 377 3100309 - 0835 307026
C.da Rifeccia 75100 - Matera (MT)
Aperto tutto l'anno.
Maggiori Dettagli Benvenuti nell’Agriturismo Tempa Bianca! La nostra struttura è in territorio di Matera, ed ha sede in una prestigiosa residenza di campagna che risale al XVIII secolo. Tempa Bianca rappresenta il concentrato di un modello evoluto di agriturismo, adatto per i clienti più esigenti. E’ vicinissima a Matera. Read more…
0835 330598 - 0835 337782
P.zza Michele Bianco, 1 75100 - Matera (MT)
Maggiori Dettagli 0835 383796 - 339 4452313 - 0835 381986
S.S. 99 km. 14,690 - Loc. Rondinelle 75100 - Matera (MT)
Maggiori Dettagli 0835 388844 - 0835 385530 - 0835 388757
Via Lucrezio - Matera 75100 - Matera (MT)
Maggiori Dettagli +39 0835 215111 - 0835 259025
Via Germania, s.n.c. - Borgo Venusio 75100 - Matera (MT)
Maggiori Dettagli C.da Rifeccia 75100 - Matera (MT)
Aperto tutto l\'anno.
0835 302964 - 377 3100309 - 0835 307026
http://www.tempabianca.com
2115
','icons':'http://www.matera.guide/wp-content/uploads/2016/10/restaurants-1.png','pid':'2115'},{'name':'Palace Hotel','location': [40.66339675525110, 16.597662422020600],'message':'
','icons':'http://www.matera.guide/wp-content/uploads/2016/10/restaurants-1.png','pid':'2055'},{'name':'Le Dodici Lune','location': [40.66599286303830, 16.612032227682100],'message':'
Via San Giacomo, 27 75100 - Matera (MT)
0835 256365 - 329 9370679
//
2110
','icons':'http://www.matera.guide/wp-content/uploads/2016/10/restaurants-1.png','pid':'2110'},{'name':'Residenza Manicone','location': [40.69972019743190, 16.586756795370500],'message':'
S.S. 99 km. 14,690 - Loc. Rondinelle 75100 - Matera (MT)
0835 383796 - 339 4452313 - 0835 381986
//
2144
','icons':'http://www.matera.guide/wp-content/uploads/2016/10/restaurants-1.png','pid':'2144'},{'name':'Ristorante Le Spighe','location': [40.68125099787670, 16.5838700415253],'message':'
','icons':'http://www.matera.guide/wp-content/uploads/2016/10/restaurants-1.png','pid':'2146'},{'name':'Hilton Garden Inn Matera','location': [40.72016092284810, 16.58077153229370],'message':'
','icons':'http://www.matera.guide/wp-content/uploads/2016/10/restaurants-1.png','pid':'2006'}];
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=ristorante-in-albergo';
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. }
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 = false;
}
zoom_changed=0;
});google.maps.event.addListener(map, 'idle', function(ev) {
/*new_bounds = map.getBounds();*/
refresh_markers();
});}google.maps.event.addDomListener(window, 'load', initialize);