54033 Carrara MS, Italia
Triangle 1
Created with Sketch.
In Vendita, Investimento
Triangle 1
Created with Sketch.
Trattativa riservata - Commerciali, Immobile di Pregio, Locale Commerciale, Negozio
Immobile Commerciale a Reddito – Massa/Carrara
Importante immobile commerciale locato a primaria società di supermercati a marchio nazionale. Contratto di locazione recentemente rinnovato 9+9.
Ape in fase di verifica.
Rendita superiore all’ 8,00 %
Ulteriori informazioni su richiesta.
CLICCA QUI e guarda tutti gli immobili da investimento della nostra Agenzia
Articoli Correlati : AFFITTO GARANTITO: Ecco come ottenerlo ; I FONDI IMMOBILIARI e gli IMMOBILI A REDDITO
';
boxText.innerHTML = innerHTML;
var myOptions = {
content : boxText,
disableAutoPan : true,
maxWidth : 0,
alignBottom : true,
pixelOffset : new google.maps.Size( -122, -48 ),
zIndex : null,
closeBoxMargin : "0 0 -16px -16px",
closeBoxURL : "https://www.immobigo.it/wp-content/themes/immobigo/assets/classic/images/map/close.png",
infoBoxClearance : new google.maps.Size( 1, 1 ),
isHidden : false,
pane : "floatPane",
enableEventPropagation : false
};
var infoBox = new InfoBox( myOptions );
google.maps.event.addListener( propertyMarker, 'click', function() {
var scale = Math.pow( 2, propertyMap.getZoom() );
var offsety = ( (150 / scale) || 0 );
var projection = propertyMap.getProjection();
var markerPosition = propertyMarker.getPosition();
var markerScreenPosition = projection.fromLatLngToPoint( markerPosition );
var pointHalfScreenAbove = new google.maps.Point( markerScreenPosition.x, markerScreenPosition.y - offsety );
var aboveMarkerLatLng = projection.fromPointToLatLng( pointHalfScreenAbove );
propertyMap.setCenter( aboveMarkerLatLng );
infoBox.open( propertyMap, propertyMarker );
} );
}
window.onload = initialize_property_map();