preloader

V000498 – Borgo Milano

Borgo Milano, 37100,

May 21, 2026

Property Description
€25,000.00

In via Umbria garage di ingresso indipendente di circa 20 mq con basculante elettrica motorizzata .

  • Type

    NA
  • Build

    NA
  • Size

    20 Mq
  • Lot Size

    NA
Documenti di proprietà
Additional Features
  • StatoImmobileBuono
  • Prezzo25000
  • Prezzo_Spese100
  • Mq20
  • Vani1
  • Camere5
  • ClasseNC
  • ValutaEUR
  • Cap37100
  • Ufficio1
Property Map
Related Properties

15 Mq

€14,000.00

V000497 – Borgo Milano

NA

  • Bedrooms

    NA

  • Bathrooms

    NA

  • Parking

    NA

20 Mq

€25,000.00

V000498 – Borgo Milano

NA

  • Bedrooms

    NA

  • Bathrooms

    NA

  • 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; } } ?>