preloader

V000500 – Navigatori

Navigatori, 37100,

May 21, 2026

Property Description
€65,000.00

Proponiamo in zona di alto assaggio in prossimità di Borgo Trento negozio fronte strada con accesso diretto e vetrina composto da due locali e antibagno e servizio, attualmente locato con rendita 4.200 annui.

  • Type

    NA
  • Build

    NA
  • Size

    42 Mq
  • Lot Size

    388 Mq
Property Amenities
Additional Features
  • StatoImmobileBuono
  • GradoMedio
  • RiscaldamentoCentralizzato
  • TipoRiscaldamentoTele Riscaldamento
  • AcquaCaldaCentralizzata
  • Prezzo65000
  • Prezzo_Spese600
  • Anno1970
  • Mq42
  • Vani2
  • Bagni1
  • ClasseG
  • ValutaEUR
  • ConsegnaOccupato Inquilino
  • Cap37100
  • Ufficio1
Property Map
Related Properties

250 Mq

€230,000.00

V000501 – Navigatori

NA

  • Bedrooms

    NA

  • Bathrooms

    NA

  • Parking

    NA

42 Mq

€65,000.00

V000500 – Navigatori

NA

  • Bedrooms

    NA

  • Bathrooms

    1

  • Parking

    NA

sagar5
  • Email: usamasagareve@gmail.com
View Profile
User Login

Lost your password?
Cart 0
/* Add real Luxus Property Gallery images to homepage slider */ add_action('wp_footer', function () { $properties = get_posts([ 'post_type' => 'property', 'post_status' => 'publish', 'posts_per_page' => -1, ]); $gallery_data = []; foreach ($properties as $property) { $options = get_post_meta($property->ID, 'sl_property_options', true); if (empty($options['_property_gallery'])) { continue; } $image_ids = explode(',', $options['_property_gallery']); $images = []; foreach ($image_ids as $image_id) { $url = wp_get_attachment_image_url((int) $image_id, 'large'); if ($url) { $images[] = $url; } } if (!empty($images)) { $gallery_data[get_permalink($property->ID)] = $images; } } ?>