<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
1fa72d82-ab4f-4b10-8a2b-8ab60f1578c6|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="1fa72d82-ab4f-4b10-8a2b-8ab60f1578c6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-01-05T00:00:00" End="2025-01-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Uniquetravel" Password="Nouraya1176" RequestedCurrency="USD" ClientNationality="SA" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
1fa72d82-ab4f-4b10-8a2b-8ab60f1578c6|MikiSearch|supplier interation failed||Miki|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
1fa72d82-ab4f-4b10-8a2b-8ab60f1578c6|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
1fa72d82-ab4f-4b10-8a2b-8ab60f1578c6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2024-12-25T16:48:15.7738826+00:00" Version="0" EchoToken="Search" TransactionIdentifier="1fa72d82-ab4f-4b10-8a2b-8ab60f1578c6" Currency="USD">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4396831" Longitude="9.22530063" StarRating="1" HotelCode="631480|255087" HotelName="Hotel Corvetto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Luigi Emanuele Corvetto 5, Ripamonti Corvetto, 20139 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10194037</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48470803" Longitude="9.23267046" StarRating="3" HotelCode="386301|201243" HotelName="Milan Hostel Colours" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Desiderio 24, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/560803/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.482617" Longitude="9.090957" StarRating="2" HotelCode="117606|69074" HotelName="San Siro Fiera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Novara 371, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/205717/205717a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.43" OriginalAmount="249" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.511720317551" Longitude="9.1749960294304" StarRating="1" HotelCode="902202|181438" HotelName="Hotel New Salus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pellegrino Rossi 59, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/206588/206588a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48368199" Longitude="9.14062682" StarRating="0" HotelCode="447818|287684" HotelName="Ostello Aig Piero Rotta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Martino Bassi 2, San Siro, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/75587/2075587/1.jpg?f=15664028</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.34" OriginalAmount="262" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|613" HotelName="Hotel Da Vinci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55061/a_55061_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Milano Rho-Pero, and can be easily reached from the motorway A4 Torino-Verona exit Cormano. A complimentary bus service is available for the Rho-Pero area during the major exhibitions. From the Bruzzano station close by it is possible to reach the exhibition area of Fiera Milano city, the central station of Cadorna, museums and shops in 15 minutes and Malpensa Airport in 45 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.48" OriginalAmount="264" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484136" Longitude="9.2334080000001" StarRating="3" HotelCode="117737|478459" HotelName="Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Astolfo 5, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211577/211577a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Vienna is located only 200 metres from Lambrate Metro (Line 2) and Train Stations, which provide quick connection with Milan's centre and the Central Railways Station.
This Hotel offers functional rooms with flat-screen TV and classic wooden furniture. Rooms have simple décor, a fridge, and a private bathroom with toiletries and hairdryer. Drinks can be enjoyed at the bar, open until late.
Every morning in the breakfast room guests can enjoy a hearty buffet breakfast which includes fruit juice, cornflakes, jams, honey, butter, cheese, toast, yogurt and assorted brioches, all accompanied by a selection of coffees. Air-conditioning for the summer period with fee.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="293.18" OriginalAmount="274" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.52002434874" Longitude="9.1923728585243" StarRating="3" HotelCode="371240|11322" HotelName="Hotel Ornato" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/395335/MIQhHF2H_1131b3a54d74684426c5e97ed640ce6a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located about 1.6 km from the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.25" OriginalAmount="275" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.499755090398" Longitude="9.1994471848011" StarRating="2.5" HotelCode="192171|201142" HotelName="Music Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Comandini 16?, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/368673/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|20075" HotelName="Idea Hotel Milano San Siro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/124849/124849a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western ring road) and is a short distance from the exhibition centres of Milano Fiera Rho and Milano Fiera City (International Furniture Fair, Macef, Bit, Smau). Milano Malpensa Airport is approximately 48 km away and Linate Airport is roughly 22 km away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.490422408744" Longitude="9.1528405267557" StarRating="3" HotelCode="36233|38810" HotelName="Hotel Berlino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Antonio Plana 33, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59234/a_59234_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 10 minutes from the Campionaria and 15 minutes from the Rho exhibition centre, with easy access to the centre of Milan. It is an ideal starting point for exploring sights such as the opera house (approx. 2 km). Linate Airport is around 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.88" OriginalAmount="284" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.44366601" Longitude="9.21641107" StarRating="1" HotelCode="351041|55970" HotelName="Hotel Del Sud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Corso Lodi 74, 20139 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211189/211189a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of the Brenta Station (underground line 3), and the Duomo cathedral is just 3 stops away. The Milan Central Railway Station is reachable by metro in just 15 minutes. Hotel no-frills rooms are simply furnished and have a LCD TV and private bathroom with shower and toiletries. Check-in starting from 14:00 onward as the reception is open 24 7. Check out by 11.30.&lt;br&gt;&lt;br&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.02" OriginalAmount="286" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.461225553153" Longitude="9.2269277572632" StarRating="1" HotelCode="171035|56654" HotelName="RossoVino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Bartolozzi 9, Milano 20137, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=711222</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.30" OriginalAmount="290" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46601" Longitude="9.217087" StarRating="2" HotelCode="116866|55850" HotelName="Dateo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piceno 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211082/211082a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313.51" OriginalAmount="293" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46922371" Longitude="9.22181866" StarRating="2" HotelCode="619592|255086" HotelName="Hotel Carlo Goldoni" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/88328/3688328/26.jpg?f=15505226</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313.51" OriginalAmount="293" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4692352" Longitude="9.22194034" StarRating="3" HotelCode="824639|364908" HotelName="Golden Milano Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1009368/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Carlo Goldoni is a 2-star hotel located in eastern Milan and is well connected with the Central Station, Milan airports, and the motorways through the nearby Eastern Bypass. The family-run hotel welcomes its guests with a reception desk that is open 24/7 with multilingual staff. Thanks to the Dateo Railway Station just 100 metres away and the numerous bus lines that stop just a few hundred metres away, our hotel is easy to reach from any part of the city as well as from the main tourist attractions and shopping thoroughfares.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48929827" Longitude="9.22413714" StarRating="2" HotelCode="351838|177320" HotelName="Lux Hotel Durante" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Francesco Durante 30, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/50770/2450770/22.jpg?f=15672295</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.93" OriginalAmount="299" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.632792373362" Longitude="8.861851775463" StarRating="4" HotelCode="158011|60155" HotelName="Hotel D120" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Armando Diaz 120, 21057 Olgiate Olona</AddressLine>
          </AddressLines>
          <CityName>Olgiate Olona</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/19/1976195/MdSeOANI_87d4b7e14ebfe50c4c7bae6398396765.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.00" OriginalAmount="300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46407" Longitude="9.154792" StarRating="1" HotelCode="909320|387993" HotelName="Hotel Calais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>viale Washington 26, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/321921/321921a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Milan. Hotel Calais guarantees a quiet stay as it counts with just 1 guests rooms. Pets are not allowed at this hotel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.5925340463" Longitude="8.6508031104533" StarRating="3" HotelCode="142853|79777" HotelName="Aerhotel Malpensa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gallarate 35, 28047 Oleggio</AddressLine>
          </AddressLines>
          <CityName>Oleggio</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213903/213903a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Oleggio. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.56" OriginalAmount="308" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.482207" Longitude="9.2163889999999" StarRating="2" HotelCode="144297|364906" HotelName="Aurelia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Housekeeping,Internet,Lounge,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nicola Piccinni 25, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/78/788645/GoEN0e9t_2d4a098170a9a551d9596b7ca14cee62.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Aurelia is in the heart of Milan, walking distance from Piazza Aspromonte and Casa-Museo Boschi Di Stefano. This hotel is within close proximity of Piazzale Loreto and Politecnico di Milano.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 11 air-conditioned guestrooms. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature rainfall showerheads and complimentary toiletries. Conveniences include phones, as well as safes and desks.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Take in the views from a terrace and make use of amenities such as complimentary wireless Internet access and concierge services. This hotel also features a television in the lobby and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Quench your thirst with your favorite drink at a bar/lounge. A complimentary buffet breakfast is served daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include express check-in, express check-out, and complimentary newspapers in the lobby.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.42347" Longitude="9.0637409999999" StarRating="4" HotelCode="116964|365414" HotelName="Eur Hotel Milano Fiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Leonardo da Vinci 36A, 20090 Trezzano Sul Naviglio, Milano</AddressLine>
          </AddressLines>
          <CityName>Trezzano sul Naviglio</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/634004/634004a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Trezzano sul Naviglio. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.460246" Longitude="9.165836" StarRating="3" HotelCode="27233|9667" HotelName="Sant'Ambroeus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Papiniano, 14, 20123 Mailand, Italien</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164422/164422a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan’s city centre, 250 metres from Sant'Agostino metro stop on the green line. It is well connected by public transport with trams, buses and the metro, allowing quick access to the most interesting parts of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="331.70" OriginalAmount="310" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.605182110283" Longitude="9.139282554388" StarRating="4" HotelCode="75665|25611" HotelName="As Hotel Limbiate Fiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Como 52, 20051 Limbiate, Mailand</AddressLine>
          </AddressLines>
          <CityName>Limbiate</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102993/a_102993_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a prestigious benchmark establishment located between Milan, Monza, Como and Saronno. It is located in the heart of Brianza and is just a few minutes' drive from Milan, Linate and the Malpensa Airports. The famous Monza race track and the exhibition centres of MilanoCity and Rho-Pero are also in close proximity. The hotel is 700 m from Bovisio Masciago railway station and just 15 km from Lake Como.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.77" OriginalAmount="311" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|28269" HotelName="Eco Hotel La Residenza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/71884/ba_71884_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in Milan (5 km from the Duomo). Public transport connections are situated just 100 m away (bus stop) and there is an underground stop around 1 km away. Linate, Malpensa and Orio al Serio airports can easily be reached by shuttle bus offered along with the convention centres and city centre. Near to the hotel guests will find the famous nightclub, Alcatraz (5 min by car), San Siro Stadium (6 km), Bovisa Station (about 2 km), Garibaldi Station (4 km) and Central Station (4 km). The hotel looks onto a pleasant park, which includes a children's play area. In the immediate vicinity of the hotel there are supermarkets, hairdressers, perfumeries, banks and all kinds of shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="333.84" OriginalAmount="312" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|20076" HotelName="iH Hotels Milano Gioia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/90136/a_90136_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Sondrio station 1 km away) and the motorway (Tangenziale Nord exit Viale Zara). It is also close to the business area of Bicocca, the university, the Arcimboldi Theatre and many companies. Linate airport is around 12 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.98" OriginalAmount="314" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48226244" Longitude="9.23986498" StarRating="3" HotelCode="484779|201905" HotelName="Mio Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale delle Rimembranze di Lambrate 14, 20134 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0032/61652/3261652/39.jpg?f=15504232</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.05" OriginalAmount="315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.493658" Longitude="9.144121" StarRating="3" HotelCode="116501|55843" HotelName="Accursio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 88, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/160264/a_160264_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.26" OriginalAmount="318" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.490031865516" Longitude="9.2056310176849" StarRating="3" HotelCode="32610|19066" HotelName="Terminal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ponte Seveso 38, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51854/w_51854_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a stone's throw from the main train station, which means guests enjoy quick and convenient access to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341.33" OriginalAmount="319" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48830629" Longitude="9.20978913" StarRating="1" HotelCode="382832|183587" HotelName="Milano Vintage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Soperga 19/a, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/4b/15/4b1555285d92af59e78163f70342f541b2a15d9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="342.40" OriginalAmount="320" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.45394203" Longitude="9.17395866" StarRating="0" HotelCode="746183|344190" HotelName="Hbhall Residenze Darsena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Gorizia 12, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/37801/2437801/1.jpg?f=15056872</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.61" OriginalAmount="323" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.575116" Longitude="8.953269" StarRating="4" HotelCode="92508|25486" HotelName="AS Hotel Sempione Fiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Strada Statale del Sempione 320, 20028 San Vittore Olona, Milano</AddressLine>
          </AddressLines>
          <CityName>San Vittore Olona</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/123702/123702a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from the centre of San Vittore Olona and 3 km from Legnano. It lies just 10 km from the Milan Rho-Pero Exhibition Centre and Milan's cultural and historic centre is a 30-minute drive. The property is also well located for Milan Malpensa Airport, which is just 18 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="346.68" OriginalAmount="324" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.622290092392" Longitude="9.1658967733383" StarRating="4" HotelCode="76193|25488" HotelName="AS Hotel dei Giovi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Manzoni 99, 20031 Cesano Maderno, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Cesano Maderno</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103637/r_103637_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between Milan and Como, on the Milano Meda motorway in Cesano Maderno. Cesano Maderno town centre with its train station is 3 km from the hotel and restaurants, the Swatch Museum and Borromeo Park are within the immediate vicinity of the hotel. The hotel is situated approximately 20 minutes by car from the Milan airports (Linate and Malpensa) and from Orio Al Serio Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.82" OriginalAmount="326" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.525931775735" Longitude="9.2149834024467" StarRating="4" HotelCode="302459|54972" HotelName="Degli Arcimboldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sarca 336, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/360780/360780a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.82" OriginalAmount="326" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.562967668263" Longitude="9.0306308735421" StarRating="4" HotelCode="298502|191215" HotelName="Albergo ibis Milano Fiera" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pirelli 4, Uscita Lainate A8, 20020 Lainate, Milano</AddressLine>
          </AddressLines>
          <CityName>Lainate</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406724/a_406724_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.38" OriginalAmount="334" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.519484982341" Longitude="9.1876468062401" StarRating="4" HotelCode="192215|33906" HotelName="Residence Siloe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 27/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesari 19, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/318292/318292a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.38" OriginalAmount="334" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.482377" Longitude="9.209039" StarRating="2" HotelCode="117386|495354" HotelName="Paradiso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Benedetto Marcello 85, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/380065/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.52" OriginalAmount="336" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46557" Longitude="9.216332" StarRating="3" HotelCode="296701|287650" HotelName="Poma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Archimede 75, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0007/08223/708223/1.jpg?f=15408853</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.59" OriginalAmount="337" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.502437" Longitude="9.221851" StarRating="4" HotelCode="20863|17987" HotelName="Best Western Antares Hotel Concorde" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 132, 20127 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/26838/a_26838_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a short walk from Milan's most famous shopping streets. Countless shopping venues as well as an underground station can be found within metres of the hotel. The main train station is 5 underground train stops away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.59" OriginalAmount="337" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.526953823539" Longitude="9.2295192123031" StarRating="3" HotelCode="300312|81640" HotelName="B&amp;B Hotel MILANO Sesto San Giovanni" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ercole Marelli 303, 20100 Sesto San Giovanni, Milano</AddressLine>
          </AddressLines>
          <CityName>Sesto San Giovanni</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/363646/363646a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sesto San Giovanni. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361.66" OriginalAmount="338" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.473694234503" Longitude="9.1467310488224" StarRating="1" HotelCode="192202|387991" HotelName="Amendola Fiera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Carcano 39, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/205725/205725a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361.66" OriginalAmount="338" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.478839101168" Longitude="9.1445758938789" StarRating="4" HotelCode="36890|33384" HotelName="Hotel Montebianco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte Rosa 90, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60566/a_60566_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Italy's fashion capital Milan, where visitors may admire the towering cathedral, the famous Scala opera house, and Leonardo da Vinci's masterpiece 'The Last Supper'. The San Siro football stadium, which is full of tradition, will definitely be of interest to sports enthusiasts, as both Inter Milan and AC Milan teams play there. Countless boutiques of Italian fashion designers can be found in the immediate vicinity of the hotel, and the area further features a comprehensive range of restaurants, bars, and clubs, which will almost definitely provide enough variety for guests at the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361.66" OriginalAmount="338" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.590533" Longitude="8.642146" StarRating="3" HotelCode="161063|25504" HotelName="Oleggio Malpensa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Verbano, 19, 28047 Oleggio</AddressLine>
          </AddressLines>
          <CityName>Oleggio</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/227407/a_227407_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 16 km from Milan Malpensa Airport. It is located just 500 m from the nearest restaurants and links to the public transport network. The centre of Oleggio, with its train station, is just 1 km away and it is 10 km from the Ticino River, 15 km from the city of Novara and 20 km from Lake Maggiore (village of Arona).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.73" OriginalAmount="339" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.324318937685" Longitude="9.1029748320579" StarRating="4" HotelCode="56087|183018" HotelName="Il Castelletto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Ecologia, 7, 20080 Casarile, Binasco</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/72626/a_72626_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel enjoys a wonderful location that makes it ideal for business travellers. Links to the public transport lie within walking distance (approximately 100 m away) and it is just 20 minutes drive to Milan. Linate airport is some 20 km away. The centre of Binasco with its many shopping venues, countless restaurants, diverse bars and nightlife venues is just 100 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.73" OriginalAmount="339" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48403074" Longitude="9.22129583" StarRating="1" HotelCode="614665|247845" HotelName="Hotel Tirreno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Aspromonte 18, Zona Piazza Loreto, 20131 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/86082/1886082/45.jpg?f=15663665</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # A stay at Hotel Tirreno places you in the heart of Milan, convenient to Politecnico di Milano and Cathedral of Milan.  This hotel is within close proximity of Piazza Lima and Pirelli Tower. #  Rooms : # Stay in one of 10 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Bathrooms have complimentary toiletries and bidets. Conveniences include desks and electric kettles, and housekeeping is provided daily. #  Amenities : # Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance. #  Dining : # A complimentary local cuisine breakfast is served daily. #  Business &amp; Other Amenities : # Featured amenities include express check-in, dry cleaning/laundry services, and a 24-hour front desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="368.08" OriginalAmount="344" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.471816" Longitude="9.227457" StarRating="3" HotelCode="146019|54757" HotelName="Città Studi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Saldini 24, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/11/1111348/V08QNWTh_f0f0787e1b561745a3fe081c7f0f19d6.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="369.15" OriginalAmount="345" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.582032" Longitude="8.712613" StarRating="4" HotelCode="76403|69443" HotelName="Airport Motel Malpensa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Pirandello, 16, 21010 Lonate Pozzolo</AddressLine>
          </AddressLines>
          <CityName>Lonate Pozzolo</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/10/1050028/MNTibG3o_51b736504c8d66f4dee540d7b54409f9.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located about 5 km from the centre of Lonate Pozzolo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.22" OriginalAmount="346" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.497715260692" Longitude="9.1743551194668" StarRating="4" HotelCode="59806|4729" HotelName="Best Western Hotel Blaise &amp; Francis Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Enrico Annibale Butti 9, 20158 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77437/a_77437_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of the city centre, only about 10 minutes walk from the convention centres and Milan's main train station. The Piazza del Duomo, with it's impressive gothic cathedral, is only a 15-minute walk away. A large selection of shopping opportunities, boutiques, restaurants, bars and a lively nightlife surround the hotel. There is a stop for the public transport to be found just a stone's throw from the hotel (100 m). Milan-Linate Airport is around 20 km away, whilst Milan-Malpensa Airport is some 50 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.36" OriginalAmount="348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.418718" Longitude="9.052906" StarRating="4" HotelCode="73923|276514" HotelName="Tiffany Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Leonardo da Vinci 209, 20090 Trezzano sul Naviglio, Milano</AddressLine>
          </AddressLines>
          <CityName>Trezzano sul Naviglio</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99716/a_99716_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Trezzano sul Naviglio. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.36" OriginalAmount="348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.5295948932" Longitude="9.2290292680264" StarRating="4" HotelCode="58346|25519" HotelName="iH Hotels Milano St. John" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bruno Buozzi 97, 20099 Sesto San Giovanni, Milano</AddressLine>
          </AddressLines>
          <CityName>Sesto San Giovanni</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/75614/w_75614_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the end of the Viale Monza in Milan, 500 m from the Sesto Marelli stop on the MM1 underground line, which offers direct access to the city centre and the Expo site. It is 20 minutes drive to the city centre, 30 minutes to the exhibition centre and approximately 45 minutes to Linate airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375.57" OriginalAmount="351" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.576497627827" Longitude="9.4177132844925" StarRating="4" HotelCode="92382|25485" HotelName="AS Hotel Cambiago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Delle Industrie snc, 20040 Cambiago</AddressLine>
          </AddressLines>
          <CityName>Cambiago</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/128566/a_128566_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport business hotel is situated along the motorway A 4 Milan-Venice and represents an important reference point between the provinces of Milan and Bergamo. The strategic position makes it ideal for business travellers and those looking for a fast link to the airports and trade fair sites in Milan. Just a few kilometres from Monza, the hotel also enables guests to quickly reach the Autodromo Nazionale racetrack and to attend the most important sports events. The city centre, restaurants and public transport links are located within walking distance of the hotel. Guests may also enjoy shopping at Corte Lombarda roughly 10 km away. The Linate Airport is approximately 30 km away and the Malpensa International Airport approximately 65 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.64" OriginalAmount="352" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.432342" Longitude="9.066443" StarRating="3" HotelCode="361511|428925" HotelName="Hotel Blu Visconti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Goldoni 49, 20090 Trezzano sul Naviglio, Milano</AddressLine>
          </AddressLines>
          <CityName>Trezzano sul Naviglio</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0032/27534/3227534/1.jpg?f=15652266</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.64" OriginalAmount="352" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.462261993891" Longitude="9.2191542316689" StarRating="1" HotelCode="336727|435396" HotelName="Milano Midtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso XXII Marzo 43, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213888/213888a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1 star rated Hotel Diablo is situated in Milano. Hotel guests can enjoy a meal at the restaurant on site. Rooms at the Hotel Diablo. Smoking is permitted in both the bedrooms and the public areas of the hotel. Please specify when booking.  Additional Info. The hotel offers an airport shuttle service. Pets are most welcome at the hotel. Hotel guests can make use of the concierge service that is provided.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.71" OriginalAmount="353" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.480266527992" Longitude="9.1495004296303" StarRating="4" HotelCode="31405|26637" HotelName="Mini Hotel Portello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Silva 12 (zona fiera MilanoCity), 20149 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50144/w_50144_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only a stone's throw from the trade fair. The nearest underground station is the Piazza Amendola, from where the Duomo is only 7 stops away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.78" OriginalAmount="354" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.580229951438" Longitude="9.1738750130078" StarRating="4" HotelCode="936180|495450" HotelName="Futura  Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valassina 97, 20037 Paderno Dugnano</AddressLine>
          </AddressLines>
          <CityName>Paderno Dugnano</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/469628/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Paderno Dugnano. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.78" OriginalAmount="354" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.532582" Longitude="9.228653" StarRating="3" HotelCode="187518|74142" HotelName="Europa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 49, 20099 Sesto San Giovanni, Mailand</AddressLine>
          </AddressLines>
          <CityName>Sesto San Giovanni</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/176267/176267a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated just 200 m away from Sesto Rondò metro station. The bus station is also around 200 m away, while the railway station is around 15 minutes' walk away. The city centre is approximately 5 minutes’ walk away. The hotel is located between two airports, with Bresso Airport just a 10-minute drive away and Milan Airport just a 20-minute drive away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="379.85" OriginalAmount="355" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.490449" Longitude="9.172698" StarRating="3" HotelCode="192205|56981" HotelName="Residenza Cenisio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calvino 21, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211548/211548a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="380.92" OriginalAmount="356" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.453541" Longitude="9.224693" StarRating="3" HotelCode="901039|55200" HotelName="Molise 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cadibona 2A, 20137 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/317495/317495a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="380.92" OriginalAmount="356" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46972359223" Longitude="9.2342032492161" StarRating="4" HotelCode="192189|38412" HotelName="iH Aparthotel Milano Argonne Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Ettore Paladini 7, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/205802/205802a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="383.06" OriginalAmount="358" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.510785907574" Longitude="9.2485898587209" StarRating="2" HotelCode="342673|57973" HotelName="Hotel Convertini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Mamete 12, 20128 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/46/464461/464461a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="384.13" OriginalAmount="359" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.58697383" Longitude="9.53006533" StarRating="4" HotelCode="77932|279796" HotelName="Country Hotel Castelbarco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Concesa 4, 20069 Vaprio d'Adda</AddressLine>
          </AddressLines>
          <CityName>Vaprio d'Adda</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/221323/221323a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vaprio d'Adda.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.27" OriginalAmount="361" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.43734" Longitude="9.210474" StarRating="3" HotelCode="16710|54171" HotelName="Rex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marco D'Agrate 34, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20299/a_20299_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan, close to Corvetto underground station (800 m).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="387.34" OriginalAmount="362" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.401222286586" Longitude="9.120630415295" StarRating="4" HotelCode="335612|33340" HotelName="Holiday Inn Assago" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tangenziale Ovest Km 19, 20094 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55057/a_55057_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Autostrada dei Fiori highway and quickly linked by shuttle bus to the subway which takes guests right to the city centre. A trade fair, an opening night in a theatre, a meeting and ritzy shopping sprees - in Milan the paths of culture, entertainment and business always cross. It is a city to enjoy and observe by lifting one's gaze above the bustling city to admire the different architectural styles of the buildings that have succeeded one another over the centuries. It is also the ideal point of departure for all types of trips, because it is less than 2 hours away from the sea of Genoa and the mountains of Cervinia. The hotel is around 15 km from the centre of Milan where guests will find a wide range of shops, bars, pubs and clubs. The hotel is near to Milan's main places of interest, including Duomo Square (12 km), Milano Fiori Congress Centre (3 km) and Monza F1 Racing Circuit (45 km). Linate International Airport is approximately 25 km from the hotel, while Malpensa Airport is around 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.55" OriginalAmount="365" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.441884502361" Longitude="9.1759765780978" StarRating="2" HotelCode="337412|58869" HotelName="Hotel Marte" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ascanio Sforza 81, 20141 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/35203/1835203/27.jpg?f=15514424</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.55" OriginalAmount="365" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.548629606652" Longitude="9.2267969898614" StarRating="2" HotelCode="155302|71377" HotelName="York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Marche 19, Cinisello Balsamo, Milan</AddressLine>
          </AddressLines>
          <CityName>Cinisello Balsamo</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/33/12/33120e5f67701130bebd6ddb9bcdb5a0efb190e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cinisello Balsamo. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.62" OriginalAmount="366" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.448267693345" Longitude="9.2574272907593" StarRating="4" HotelCode="395912|28300" HotelName="Novotel Milano Linate Aeroporto" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 121, 20138 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/94271/a_94271_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This easily accessible hotel is close to Linate Airport and conveniently situated near to exit 4 (Mecenate) of the Tangenziale Est. It enjoys an ideal location from which to reach any part of Milan including the train station, the city centre and Montenapoleone shopping district (7 km). Bus and tram stops are to be found within 100 m of the hotel while links to the city's transport underground train system are only 4 km away and can be reached by bus. Malpensa Airport is 70 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.97" OriginalAmount="371" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483276" Longitude="9.202935" StarRating="3" HotelCode="36236|54775" HotelName="Bernina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 27, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/359283/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="400.18" OriginalAmount="374" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.478573923032" Longitude="9.2000962793827" StarRating="3" HotelCode="36235|31041" HotelName="Sempione" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiario Aprile 11, Milan 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6657495</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.32" OriginalAmount="376" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484912" Longitude="9.221278" StarRating="2" HotelCode="902131|201850" HotelName="Sabatino Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Lulli 6, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/366142/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.32" OriginalAmount="376" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.40971293" Longitude="9.44152786" StarRating="4" HotelCode="359684|228660" HotelName="Hotel Niki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Strada Statale Paullese 415 km 15, 26839 Zelo Buon Persico</AddressLine>
          </AddressLines>
          <CityName>Zelo Buon Persico</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/618565/618565a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Zelo Buon Persico.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="404.46" OriginalAmount="378" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.548351668086" Longitude="9.2191922664642" StarRating="4" HotelCode="73507|27848" HotelName="Cosmo Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Sanctis 5, 20092 Cinisello Balsamo, Milano</AddressLine>
          </AddressLines>
          <CityName>Cinisello Balsamo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99181/a_99181_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 2 km north of Milan, within easy reach of the main Milan highway, 10 km from the historical centre of Milan, 12 km from Milan’s Trade Fair, 7 km from Monza, 35 km from Bergamo and 50 km from Lake Como. In the immediate vicinity of the hotel, guests will find a bus stop, and there are shopping facilities about 1 km away. Milan’s Linate Airport is 15 km away. Malpensa International Airport is 55 km away, and it is 40 km to Bergamo’s Orio al Serio Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="407.67" OriginalAmount="381" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.49140936" Longitude="9.22266892" StarRating="3" HotelCode="956907|387995" HotelName="Hotel Giacosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacosa 3, 3 Piano, 20127 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10522056</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="407.67" OriginalAmount="381" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.444162046236" Longitude="9.116071" StarRating="4" HotelCode="38498|31037" HotelName="iH Hotels Milano Lorenteggio" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenteggio 278, 20152 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63643/a_63643_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located close to Westring Street, near the Lorenteggio exit. The Pero/Rho exhibition centre lies around 4 km from the hotel and can comfortably be reached by car in a number of minutes. Public transport also departs from stops just steps away, making the city centre easy to reach since it is 6 km away. The final station is Cairoli Square and lies just a few minutes from the cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.81" OriginalAmount="383" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.541700970091" Longitude="9.2369947234176" StarRating="4" HotelCode="116496|69505" HotelName="Abacus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte Grappa 39, 20099 Sesto San Giovanni</AddressLine>
          </AddressLines>
          <CityName>Sesto San Giovanni</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/496461/496461a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sesto San Giovanni. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.81" OriginalAmount="383" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.609646" Longitude="9.522255" StarRating="4" HotelCode="98585|234940" HotelName="Best Western Villa Appiani" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sala 17, 20056 Trezzo Sull'Adda, Milano</AddressLine>
          </AddressLines>
          <CityName>Trezzo Sull'Adda</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/138242/a_138242_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between Milan and Bergamo in the heart of Trezzo sull’Adda, close to the Visconteo Castle and Adda river. It is just few minutes from motorway access at Capriate San Gervasio and Trezzo, while the nearest Milan metro station is less than 10 km from the hotel. Orio al Serio Airport is 18 km away and Linate Airport in Milan is 44 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="410.88" OriginalAmount="384" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48025" Longitude="9.12356" StarRating="3" HotelCode="361461|58829" HotelName="B&amp;B Hotel MILANO San Siro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Achille 4, 20151 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/454902/454902a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411.95" OriginalAmount="385" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.448049414365" Longitude="9.1986478865147" StarRating="1" HotelCode="56967|56283" HotelName="Palladio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Palladio 8, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73858/a_73858_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying on Via Palladio, close to the famous University Bocconi, this hotel is centrally located in a peaceful district of the city, which is characterised by the lush green Ravizza Park and romantic waterways, navigli, beside which many entertainment venues including a selection of bars are to be found. The hotel affords excellent links to the transport network, with tram, bus and underground stops all to be found in the near vicinity, which provide quick and easy access to all of the city's significant and famous sights. An array of restaurants, bars and nightclubs are to be found in the near vicinity and it is a short distance to the cathedral (15 minutes walk), Sforza Castle, the Pinacoteca di Brera, the church of Santa Maria delle Grazie, the church of Sant'Amborgio, which is dedicated to the patron saint of Milan, the conference centre and much, much more.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="415.16" OriginalAmount="388" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.535001" Longitude="9.124598" StarRating="4" HotelCode="899651|24171" HotelName="Domina Milano Fiera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Orione 18-20, 20026 Novate Milanese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/182480/a_182480_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in Novate Milanese, in the heart of a pleasant rural area in the Milanese hinterland. The local town centre can be reached in around 5 minutes on foot, and there guests will find public transport links offering services to the centre of Milan, which is around 10 km away. Milan's exhibition grounds are just 4 km from the hotel, and other nearby attractions include San Siro Stadium and the Monza GP Circuit, which are approximately 10 and 20 km away respectively. Nearby airports include Linate Airport and Milan's Malpensa International Airport; they are around 20 and 35 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.23" OriginalAmount="389" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.49736441" Longitude="9.18081511" StarRating="0" HotelCode="874968|404556" HotelName="J24 Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Edoardo Jenner 24, 20158 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/652346/652346a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 300mts far from the underground station MM3 Maciachini, 2.1 km of Ospedale Niguarda and 3.2 km of Arena Civica, J24 Hotel Milano offers rooms with air conditioning and a private bathroom in Milan. This 4-star hotel offers free unlimited WiFi. The property provides a shared lounge.

At the hotel, rooms come with a desk and a flat-screen TV. Guest rooms include a wardrobe.

Breakfast is available daily, and includes continental and buffet options.

Speaking English and Spanish, staff are ready to help around the clock at the reception.

Sforzesco Castle is 3.9 km from J24 Hotel Milano. Milan Linate Airport is 12 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418.37" OriginalAmount="391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46450815" Longitude="9.13966798" StarRating="1" HotelCode="354619|238189" HotelName="Hotel Emmy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Frà Galgario 4, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/501648/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418.37" OriginalAmount="391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.533063062102" Longitude="9.2299625251312" StarRating="3" HotelCode="912303|71395" HotelName="Nuovo Rondò" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Solferino 5, 20099 Sesto San Giovanni, Milano</AddressLine>
          </AddressLines>
          <CityName>Sesto San Giovanni</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/70858/2070858/49.jpg?f=15660522</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sesto San Giovanni. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418.37" OriginalAmount="391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48152472" Longitude="9.23721083" StarRating="3" HotelCode="428841|54760" HotelName="TOO CUTE - 2b str8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Designated Smoking Area,Elevator,Housekeeping,Internet,LCD/Projector,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Bassini 50A, 20133 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/78498/1878498/1.jpg?f=15061740</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at TOO CUTE - 2b str8 in Milan (Citta Studi), you'll be close to Istituto Besta and Cathedral of Milan. This bed &amp; breakfast is within close proximity of Piscina Romano Ponzio and Orto Botanico di Cascina Rosa.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 7 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Bathrooms feature bathtubs or showers, complimentary toiletries, and hair dryers. Conveniences include desks, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Take advantage of the bed &amp; breakfast's room service (during limited hours).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="419.44" OriginalAmount="392" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.603372926023" Longitude="9.4187816122685" StarRating="4" HotelCode="159709|428446" HotelName="Hotel Prestige" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via per Bellusco, 20876 Ornago</AddressLine>
          </AddressLines>
          <CityName>Ornago</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/216438/216438a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located off the beaten track in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="420.51" OriginalAmount="393" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.643134757922" Longitude="8.7604758640965" StarRating="3" HotelCode="117093|30824" HotelName="Albergo ibis Milano Malpensa Aeroporto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via al Campo 100, 21010 Cardano Al Campo</AddressLine>
          </AddressLines>
          <CityName>Cardano al Campo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/160896/a_160896_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cardano al Campo. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="423.72" OriginalAmount="396" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.553022" Longitude="9.242093" StarRating="4" HotelCode="166567|30464" HotelName="Holiday Inn Milan Nord - Zara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Cornaggia 44, Cinisello Balsamo 20092</AddressLine>
          </AddressLines>
          <CityName>Cinisello Balsamo</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/87/87148/G9Na9ZyN_9b77da6f491375cc9ef74e08a10adda0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cinisello Balsamo. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424.79" OriginalAmount="397" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.462854717559" Longitude="9.2119114100933" StarRating="2" HotelCode="192177|201847" HotelName="Hotel 22 Marzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria del Suffragio 3, Angolo Bonvesin de la Riva 1, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2530000/2527400/2527382/7123506f_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424.79" OriginalAmount="397" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.5356021" Longitude="9.1971228" StarRating="4" HotelCode="162602|25512" HotelName="Neo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via XXV Aprile 49/51, 20091 Bresso, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/229145/gt_229145_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bresso, opposite the Aero Club and near to Parco Nord. It lies 500 m from links to the public transport network (bus) and not far from the main points of interest in the Milan area and is 10 km from Piazza Duomo, the cathedral and the exhibition centre. Milan Linate Airport is 15 km away and it is 50 km to Milan Malpensa Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424.79" OriginalAmount="397" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.506478485055" Longitude="9.1962942481041" StarRating="4" HotelCode="395910|25511" HotelName="Novotel Milano Nord Ca Granda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Suzzani 13, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/94270/a_94270_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the north of the city, just 3 km from the central railway station. The nearest bus stop is only about 200 m away, while Zara underground station is about a 10-minute walk away. Via Montenapoleone, Duomo, La Scala Theatre, Castello Sforzesco and the Last Supper of Leonardo Da Vinci can all be reach in just 15 minutes by public transport. The hotel also offers easy access to the A4 highway, Linate airport and Malpensa airport are 14 km and 45 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="425.86" OriginalAmount="398" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.482604" Longitude="9.203119" StarRating="3" HotelCode="336463|25516" HotelName="Canova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 15, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55615/a_55615_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the centre of Milan, within metres of several restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428.00" OriginalAmount="400" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.486109469503" Longitude="9.2078924502532" StarRating="3" HotelCode="935446|201891" HotelName="Milan Appartment Rental" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pergolesi 31, 20124 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/469962/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="429.07" OriginalAmount="401" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.433503575" Longitude="9.10679125" StarRating="3" HotelCode="156676|73136" HotelName="Kristall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Cantore 6/8, 20094 Corsico, Milano</AddressLine>
          </AddressLines>
          <CityName>Corsico</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/97457/1797457/12.jpg?f=15532676</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="432.28" OriginalAmount="404" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.52317739" Longitude="9.12043755" StarRating="3" HotelCode="480982|489083" HotelName="Hotel Forum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 7, 20021 Baranzate, Milano</AddressLine>
          </AddressLines>
          <CityName>Baranzate</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-sr/52651.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Forum in Baranzate, you'll be close to Metropoli and Fiera Milano Exhibition Center.  This hotel is within close proximity of Quanta Sport Village and Monte Stella. #  Rooms : # Make yourself at home in one of the 52 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wired and wireless Internet access is available. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include laptop-compatible safes and desks, and housekeeping is provided daily. #  Amenities : # Enjoy recreation amenities such as bicycles to rent or take in the view from a terrace. This hotel also features complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge). Getting to nearby attractions is a breeze with the area shuttle (surcharge). #  Dining : # Enjoy a bite to eat at a coffee shop/café, or stay in and take advantage of the hotel's 24-hour room service. Quench your thirst with your favorite drink at a bar/lounge. #  Business &amp; Other Amenities : # Featured amenities include complimentary wired Internet access, a computer station, and complimentary newspapers in the lobby. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="433.35" OriginalAmount="405" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.592738" Longitude="9.173825" StarRating="4" HotelCode="901139|404431" HotelName="Hotel King" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Varese 5, 20039 Varedo, Monza e Brianza, Milan</AddressLine>
          </AddressLines>
          <CityName>Varedo</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631936/631936a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Varedo. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="434.42" OriginalAmount="406" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.437086" Longitude="9.16439" StarRating="3" HotelCode="79350|238273" HotelName="Plus Welcome Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Famagosta 50, 20142 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107428/a_107428_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="435.49" OriginalAmount="407" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48339" Longitude="9.2038680000001" StarRating="2" HotelCode="296699|176064" HotelName="Esco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio da Recanate 2, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/361083/361083a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="438.70" OriginalAmount="410" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47741" Longitude="9.2982939999999" StarRating="3" HotelCode="157434|74691" HotelName="Riviera" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rivoltana 2, 20090 Segrate, Milano</AddressLine>
          </AddressLines>
          <CityName>Segrate</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0032/85496/3285496/1.jpg?f=15183592</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Segrate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="438.70" OriginalAmount="410" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.688557" Longitude="9.668289" StarRating="3" HotelCode="902229|428765" HotelName="San Giorgio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Giorgio 10, 24122 Bergamo</AddressLine>
          </AddressLines>
          <CityName>Bergamo</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/111401/4a2857ae-f8d0-4ab7-b07d-9c8b90d49d07.jpg?d=636801359270000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bergamo. The nearest airport is Bergamo - Orio al Serio (BGY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="439.77" OriginalAmount="411" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.478225992379" Longitude="9.1997945308685" StarRating="4" HotelCode="35436|33383" HotelName="Hotel Baviera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 7, Zona Staz. Centrale/Repubblica, 20124 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57634/a_57634_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan. Bars, pubs and nightclubs are all to be found a mere 50 metres away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440.84" OriginalAmount="412" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.49940651" Longitude="9.22306664" StarRating="3" HotelCode="770134|344134" HotelName="Hotel H21" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Valtorta 21, 20127 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/84352/3784352/1.jpg?f=15568369</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440.84" OriginalAmount="412" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.481853" Longitude="9.207898" StarRating="2" HotelCode="117314|428696" HotelName="Mondial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 24, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/carsolize/eb/3d/eb3d19ed5efe8aeb1cdb68ab7b5e1b6922284a61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440.84" OriginalAmount="412" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.676011" Longitude="8.739095" StarRating="3" HotelCode="159872|71383" HotelName="Sempione Hotel Ristorante" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sempione 69, 21011 Casorate Sempione, Gallarate, Malpensa</AddressLine>
          </AddressLines>
          <CityName>Gallarate</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/206578/206578a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Gallarate. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="442.98" OriginalAmount="414" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48576691" Longitude="9.21419116" StarRating="3" HotelCode="447913|201178" HotelName="Central Hostel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 44, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4082580</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="444.05" OriginalAmount="415" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|19062" HotelName="Hotel Atlantic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57084/a_57084_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala opera house and the Poldi Pezzoli Museum. The main train station is about 50 m from the hotel from where there is a shuttle bus service to the airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="445.12" OriginalAmount="416" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.636888302704" Longitude="8.7093713879585" StarRating="4" HotelCode="171026|60164" HotelName="Idea Hotel Milano Malpensa Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Chiesa 27, 21019 Somma Lombardo</AddressLine>
          </AddressLines>
          <CityName>Somma Lombardo</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211339/211339a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Somma Lombardo, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="448.33" OriginalAmount="419" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.639728185426" Longitude="8.7123210932541" StarRating="3" HotelCode="900121|18476" HotelName="Holiday Inn Express Milan - Malpensa Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Pinedo angolo Via Oldrini, Case Nuove, 21019 Somma Lombardo</AddressLine>
          </AddressLines>
          <CityName>Somma Lombardo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/183041/ba_183041_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment offers an internationally recognised guarantee of quality together with an ideal location for those needing to reach strategic areas of the city. The railway station is approximately 30 minutes away, and the hotel is situated close to the road link to the A8 motorway (Autostrada dei Laghi), connecting the international airport to the Lombard capital.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="450.47" OriginalAmount="421" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484010765638" Longitude="9.2000734806061" StarRating="4" HotelCode="20865|20526" HotelName="Auriga" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G.B. Pirelli 7, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/26840/a_26840_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of the business centre. Public transport departs from stops located 100 m from the hotel and the cathedral square, Scala opera house as well as the most important shopping arcades can easily be reached on the underground. Restaurants, bars and pubs also lie within a few minutes walk of the hotel and it is not far from the main train station and the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="451.54" OriginalAmount="422" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.481719306698" Longitude="9.2028616368771" StarRating="3" HotelCode="35274|5358" HotelName="Mythos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Tenca 21, 20124 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56683/a_56683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is ideally situated at the heart of the city of Milan. The main train station and a connection to the underground train network are located in the immediate vicinity. In addition, countless shopping and entertainment venues are within walking distance, or may easily be reached by making use of public transport. The airport is roughly 7 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="452.61" OriginalAmount="423" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.635727" Longitude="8.865449" StarRating="4" HotelCode="260274|77140" HotelName="MO.OM Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Francesco d’Assisi 15, 21057 Olgiate Olona, Varese</AddressLine>
          </AddressLines>
          <CityName>Olgiate Olona</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/363412/a_363412_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Olgiate Olona. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="453.68" OriginalAmount="424" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.537705" Longitude="9.230688" StarRating="4" HotelCode="117045|25489" HotelName="Grand Hotel Barone Di Sassj" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Padovani 38, 20099 Sesto San Giovanni</AddressLine>
          </AddressLines>
          <CityName>Sesto San Giovanni</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/158838/158838a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is located in Sesto San Giovanni, just around 15 km from downtown Milan. Some 200 m from the hotel, guests will find the nearest metro station, Sesto Rondo on the red line, which connects the hotel to the city centre and trade fair grounds. Linate Airport is approximately 15 km from the hotel and Malpensa Airport is located some 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="453.68" OriginalAmount="424" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.534184261678" Longitude="9.1058218891632" StarRating="4" HotelCode="266425|78566" HotelName="Phi Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Falzarego 1, 20021 Baranzate, Milano</AddressLine>
          </AddressLines>
          <CityName>Baranzate</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/374904/374904a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baranzate. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="454.75" OriginalAmount="425" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|1172" HotelName="Spice Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/75767/l_75767_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground station for lines number 1 and 3. Ideally located 3 km from the city centre (Corso Buenos Aires), this hotel is also just 3 km from the cathedral and Sforza Castle. Pavia is 30 km away and it is a mere 7 km to Linate airport whilst Malpensa airport is 55 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.82" OriginalAmount="426" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.643815912926" Longitude="8.8646174085329" StarRating="4" HotelCode="968701|367387" HotelName="Hotel Le Robinie" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Per Busto Arsizio 9, 21058 Solbiate Olona, Varese</AddressLine>
          </AddressLines>
          <CityName>Solbiate Olona</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-sr/52135.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.82" OriginalAmount="426" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.3380845976" Longitude="9.1033703048656" StarRating="4" HotelCode="117324|367800" HotelName="Motel Visconteo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Strada Cerca snc, 20082 Binasco, Milano</AddressLine>
          </AddressLines>
          <CityName>Binasco</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2540000/2537700/2537697/e8935926_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Binasco. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.82" OriginalAmount="426" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.464107599502" Longitude="9.163313806057" StarRating="3" HotelCode="192197|57100" HotelName="Panizza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bartolomeo Panizza 5, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/206076/206076a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48425126" Longitude="9.21567092" StarRating="3" HotelCode="849411|387999" HotelName="Hotel Stradivari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Stradivari 4, Piazza Argentina, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/0e/fb/0efbd62a219508cd8aaf84df3df66e0482dde3c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="459.03" OriginalAmount="429" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48783688" Longitude="9.20276939" StarRating="3" HotelCode="577990|227211" HotelName="43 Station Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0032/78743/3278743/1.jpg?f=15613481</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="459.03" OriginalAmount="429" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.45082" Longitude="9.200488" StarRating="2" HotelCode="81960|56069" HotelName="Arco Romana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sabotino 16, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213219/213219a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.10" OriginalAmount="430" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.485647" Longitude="9.161201" StarRating="3" HotelCode="152404|344170" HotelName="Piccolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Lounge,Luggage Storage,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 60, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/374709/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel Piccolo is located near Corso Sempione, only 0.3 miles/500 metres from Porta Tedorico/Porta Scarampo/Porta Colleoni of Fiera Milano (Milan Fair Centre).&lt;br/&gt;&lt;br/&gt;Located near Corso Sempione...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="461.17" OriginalAmount="431" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.506509948844" Longitude="9.1965488578904" StarRating="3" HotelCode="31171|54174" HotelName="Albergo ibis Milano Ca Granda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Suzzani 13/15, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49809/a_49809_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the north of Milan near the motorways taking visitors straight to the Northern Italian lake region. The town centre is just a 10 minute drive away. Public transport links are located directly by the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.24" OriginalAmount="432" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.330981226493" Longitude="9.1032886505127" StarRating="3" HotelCode="72447|59027" HotelName="Hotel Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Strada Statale 35 dei Giovi 12, 20082 Binasco, Milano</AddressLine>
          </AddressLines>
          <CityName>Binasco</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/97951/l_97951_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for both the busy executive and for leisure travellers, this hotel offers a convenient location for business events. Situated in Binasco, the hotel is well placed to reach Milan city centre, the Milanofiori Centro Direzionale, the Assago Forum and the Istituto Clinico Humanitas within 10 minutes by car. Rozzano and Pavia are also nearby. The hotel benefits from excellent transport links, with easy access to the Milano-Genova Motorway, and to the orbital roads to Milano Malpensa (60 km away) and Milano Linate (30 km away) Airports, as well as the Milano Fair’s New Complex. The nearest public transport connection is approx. 900 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.24" OriginalAmount="432" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.485025" Longitude="9.21942" StarRating="3" HotelCode="365240|201263" HotelName="Adler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ricordi, 10, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/68887/l_68887_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the city centre of Milan and is only a few minutes on foot from numerous shops and entertainment venues. In addition, guests can explore every corner of this pulsing metropolis and its glorious sights by public transport, with the nearest stop only 20 m from the hotel. The airport is about 7 km away with a transfer time of 15 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.24" OriginalAmount="432" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.587765" Longitude="8.677254" StarRating="4" HotelCode="914383|73098" HotelName="Villa delle Rose" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Gallarate 136, 28047 Oleggio</AddressLine>
          </AddressLines>
          <CityName>Oleggio</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/42672/3842672/1.jpg?f=15693221</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Oleggio. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="463.31" OriginalAmount="433" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.450512530738" Longitude="9.2905175685883" StarRating="4" HotelCode="335614|24174" HotelName="Holiday Inn Linate Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Buozzi 2, 20068 Peschiera Borromeo, Milan</AddressLine>
          </AddressLines>
          <CityName>Peschiera Borromeo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55059/a_55059_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is situated near to the Idroscalo (an artificial lake well known for its international boat competitions). A trade fair, an opening night in a theatre, a meeting and ritzy shopping sprees - in Milan the paths of culture, entertainment and business always cross. It is a city to enjoy and observe by lifting one's gaze above the bustling city to admire the different architectural styles of the buildings that have succeeded one another over the centuries. It is also the ideal point of departure for all types of trips, because it is less than 2 hours away from the sea of Genoa and the mountains of Cervinia. Milan central railway station is 5 km from the hotel, which is near to many of Milan most important places of interest, such as Duomo Cathedral (12 km), the Scala Theatre (10 km) and Rho Fair (27 km). Malpensa Airport is approximately 2 km from the hotel and Milan-Linate Airport is around 7 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="463.31" OriginalAmount="433" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.514785" Longitude="9.116386" StarRating="4" HotelCode="221719|33559" HotelName="Klima Hotel Milano Fiere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia Giulia 8, 20157 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/311086/a_311086_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="464.38" OriginalAmount="434" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483369505027" Longitude="9.2033243179321" StarRating="3" HotelCode="17123|53786" HotelName="Smart Hotel Central Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 28, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20928/a_20928_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan on the Via Napo Torriani directly beside the main train station, Stazione Centrale (100 m away). The city centre with its famed sights including Milan Cathedral and various famous boutiques are just a few minutes away and the exhibition centre is 10 minutes away on public transport. Transfer to Linate airport, which lies approximately 7 km away, takes roughly 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="465.45" OriginalAmount="435" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|55848" HotelName="Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56870/a_56870_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main train station that can easily be reached by making use of the links to the public transport network. Restaurants, bars and pubs are all to be found in the vicinity and shops and the nearest nightclub are about 300 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="467.59" OriginalAmount="437" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.550227" Longitude="9.256791" StarRating="4" HotelCode="167979|25490" HotelName="Duca di Mantova Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Francesco Caltagirone 40-48, Centro Commerciale Vulcano, Sesto San Giovanni 20099</AddressLine>
          </AddressLines>
          <CityName>Sesto San Giovanni</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/157478/157478a_hb_a_034.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the top floor of the famous volcano in Sesto San Giovanni, the hotel is 3 km from the city centre, near the A25 and A4 motorway exits. The Parco Nord is just 5 km from the hotel and the next city (Monza) is 5 km away. Linate Airport is 15 km away and Milano Malpensa Airport is 50 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="468.66" OriginalAmount="438" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.49626" Longitude="9.179432" StarRating="3" HotelCode="116638|178684" HotelName="Ares Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Porro 8, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213685/213685a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="469.73" OriginalAmount="439" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.494328" Longitude="9.4124449999999" StarRating="3" HotelCode="281765|428695" HotelName="Visconti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 3A, 20066 Melzo, Milano</AddressLine>
          </AddressLines>
          <CityName>Gorgonzola</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/382096/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Gorgonzola. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.80" OriginalAmount="440" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.514028" Longitude="9.11933" StarRating="4" HotelCode="165754|25501" HotelName="The Hub" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Polonia 10, 20157 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138640/138640a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is characterised by a unique and strategic location, only 4 km away from Fiera Milano, the new trade fair and convention centre located in Rho/Pero, and only 5 km from Fiera Milano City. The hotel offers a free shuttle service to both trade fair locations. Linate Airport is approximately 13 km from the hotel and Malpensa Airport is roughly 39 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.80" OriginalAmount="440" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.501850355574" Longitude="9.2278849349653" StarRating="4" HotelCode="169226|23192" HotelName="Ramada Plaza Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Stamira d'Ancona 27, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/236151/a_236151_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 700 metres from the subway and close to the city centre, this hotel near Villa Reale (4 km) is ideal for experiencing Milan. The impressive spires of the Duomo Cathedral (6 km) are also a must see. The hotel is just 20 minutes from major events and conferences at Fiera Milano. Various restaurants, bars, pubs and shopping venues are about 500 m and the railway station is approximately 3 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="471.87" OriginalAmount="441" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.642363" Longitude="8.708498" StarRating="4" HotelCode="61103|18475" HotelName="Crowne Plaza Milan - Malpensa Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ferrarin 7, Case Nuove, 21019 Somma Lombardo, Varese - Italy</AddressLine>
          </AddressLines>
          <CityName>Somma Lombardo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/79070/a_79070_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-placed hotel is situated between Terminal 1 and Terminal 2 of the international Milan Malpensa Airport. The centre of Somma Lombardo is approximately 5 km away. There is a bus stop situated right next to the hotel, and there are shopping amenities just 1 km away. It's around 40 km to Milan and Lago Maggiore is 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="472.94" OriginalAmount="442" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47722739" Longitude="9.20796938" StarRating="1" HotelCode="144304|55409" HotelName="Aurora Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/205016/205016a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="479.36" OriginalAmount="448" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.435568" Longitude="9.208338" StarRating="2" HotelCode="116583|428485" HotelName="Alessander" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cortina d'Ampezzo 17, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/204999/204999a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="479.36" OriginalAmount="448" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|69075" HotelName="Oasi Village Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/375342/375342a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="480.43" OriginalAmount="449" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.479404" Longitude="9.208993" StarRating="3" HotelCode="317254|54175" HotelName="Hotel Ibis Styles Milano Centro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich Ruggero 57-59, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431462/a_431462_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies close to Milan's shopping centre (on the corner of ""Corso Buenos Aires"") and is only 50 metres from Lima underground station (Line 1). There is a array of shops, lively pubs and nightclubs as well as further public transport to be found in the immediate vicinity and may all be easily reached from the hotel (maximum 200 metres).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482.57" OriginalAmount="451" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4439" Longitude="9.153" StarRating="4" HotelCode="400868|39683" HotelName="iH Hotels Milano Watt 13" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacomo Watt 13, 20143 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/95214/a_95214_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482.57" OriginalAmount="451" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.501705549688" Longitude="9.267952144146" StarRating="4" HotelCode="75664|60978" HotelName="NH Milano 2 Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fratelli Cervi, Localita Segrate, 20090 Segrate, Milano</AddressLine>
          </AddressLines>
          <CityName>Segrate</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102992/a_102992_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a park area next to a large pond. The central bus station is about 1 km away. It is only a few kilometres from the city centre, shopping opportunities, the theatre and the central train station. Linate Airport is about 7 km, while it is approximately 45 km from Malpensa Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="483.64" OriginalAmount="452" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.426663" Longitude="9.071428" StarRating="4" HotelCode="92548|25517" HotelName="Best Western Hotel Goldenmile" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Cristoforo Colombo 33, 20090 Trezzano sul Naviglio, Milano</AddressLine>
          </AddressLines>
          <CityName>Trezzano sul Naviglio</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/128757/a_128757_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this business hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="483.64" OriginalAmount="452" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.442142389199" Longitude="9.2176546901464" StarRating="2" HotelCode="192195|428847" HotelName="Brenta Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Brenta 33, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/205855/205855a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.78" OriginalAmount="454" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47731468" Longitude="9.22555338" StarRating="1" HotelCode="353800|238207" HotelName="Albergo Leonardo Da Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Leonardo Da Vinci 10, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/496166/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Think Florence in Florence (Duomo), you'll be minutes from Opificio delle Pietre Dure and Cathedral of Santa Maria del Fiore. This apartment is within close proximity of Hospital of Innocents and Academy of Fine Arts.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 10 air-conditioned rooms featuring kitchens. Complimentary wireless Internet access keeps you connected, and flat-screen televisions are provided for your entertainment. Conveniences include microwaves and coffee/tea makers.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance. Guests can catch a ride on the shuttle (surcharge), which operates within 3.00 km.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include multilingual staff and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available on request).&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.78" OriginalAmount="454" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.42721322" Longitude="9.07295541" StarRating="3" HotelCode="531595|492223" HotelName="Motel 2000" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 55, 20090 Trezzano sul Naviglio, Milan</AddressLine>
          </AddressLines>
          <CityName>Trezzano sul Naviglio</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/71680/2071680/1.jpg?f=15693451</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Trezzano sul Naviglio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="486.85" OriginalAmount="455" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.451176" Longitude="9.2077400000001" StarRating="3" HotelCode="117438|54773" HotelName="Di Porta Romana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Papi 18, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/364255/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="488.99" OriginalAmount="457" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.510497287327" Longitude="9.1745281219482" StarRating="4" HotelCode="168451|28544" HotelName="Acca Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Nicotera 9, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/142724/142724a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 100 m from the nearest links to the public transport network, 200 m from shops and restaurants and 2.5 km from the Fiera Milano City exhibition grounds and San Siro stadium. It enjoys a strategic position 2 km from the A4 motorway exit (Cormano) and a few kilometres from the city centre. The Malpensa Express (Bovisa) station and other major places of interest (Pero, Brera, hospitals Niguarda and Galeazzi) are close by. It lies 5 km from the Milano Rho exhibition grounds and the Duomo and is 20 km from Milan Linate Airport and 30 km from Milan Malpensa Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="488.99" OriginalAmount="457" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48138" Longitude="9.203411" StarRating="3" HotelCode="173020|238161" HotelName="B&amp;B Hotel Milano Central Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 9, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7323/a_7323_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is centrally located just 100 m from the main train station. Links to the public transport network lie about 150 m away and shops, bars and pubs are about 1 km from the hotel. It is 3 km to the nearest nightclub and the hotel is to be found directly beside a lake.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="490.06" OriginalAmount="458" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.643938928972" Longitude="8.7583297491074" StarRating="4" HotelCode="77947|47492" HotelName="Best Western Hotel Cavalieri della Corona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baroldo 12, 21010 Cardano al Campo, Varese</AddressLine>
          </AddressLines>
          <CityName>Cardano al Campo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/105701/a_105701_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport and business hotel is situated just 2 km from Milan Malpensa Airport. The Italian city of Milan is also easily reached from the hotel. Linate Airport is approximately 60 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="490.06" OriginalAmount="458" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.481141" Longitude="9.203088" StarRating="3" HotelCode="335620|54173" HotelName="Delle Nazioni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. Cappellini 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211532/211532a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="490.06" OriginalAmount="458" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.498609222807" Longitude="9.1904175281525" StarRating="4" HotelCode="76665|25138" HotelName="Contessa Jolanda Hotel &amp; Residence Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioacchino Murat 21, 20159 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104202/a_104202_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a first class residence located in northern Milan. It is strategically and optimally connected to the major routes and public transport. Linate Airport is situated at a distance of approximately 20 km and Malpensa Airport roughly 40 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="493.27" OriginalAmount="461" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.437584204443" Longitude="9.2314392328262" StarRating="4" HotelCode="18190|28329" HotelName="Business Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Pietro Gaggia 3, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22131/a_22131_AY2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the lively city of Milan just 500 m from the nearest links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="494.34" OriginalAmount="462" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.642821783024" Longitude="8.7671166658402" StarRating="4" HotelCode="56085|60152" HotelName="Cardano Malpensa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via al Campo 10, 21010 Cardano al Campo, Varese, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Cardano al Campo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/72624/a_72624_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant airport hotel is located in Cardano Al Campo just a few minutes drive from Malpensa airport. It is just 500 m to a selection of restaurants and bars, pubs and nightclubs are to be found within 2 km of the hotel. Links to the local and national transport networks are 3 km away and the nearest bus stop is 100 m away. It is also some 3 km to the nearest shopping venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="495.41" OriginalAmount="463" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.465539" Longitude="9.208713" StarRating="2" HotelCode="909321|201272" HotelName="Dover" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via P. Sottocorno 8, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/367865/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="498.62" OriginalAmount="466" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.495027" Longitude="9.141701" StarRating="4" HotelCode="335608|20532" HotelName="Raffaello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 108, 20156 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55055/a_55055_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="499.69" OriginalAmount="467" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.455009" Longitude="9.153762" StarRating="3" HotelCode="95058|28257" HotelName="Des Etrangers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sirte 9, 20146 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/132049/a_132049_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="501.83" OriginalAmount="469" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.505659" Longitude="9.246759" StarRating="3" HotelCode="88884|55844" HotelName="Agape" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flumendosa 35, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/78/789225/jfEsnyVA_0e4fb61b7be958f1e88bb544ffb4424b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="502.90" OriginalAmount="470" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|2057" HotelName="Tourist" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22142/a_22142_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces of the Teatro degli Arcimboldi. Links to the public transport network are to be found just 100 m away and offer convenient access to the city's top sights, which include the cathedral and La Scala opera house. Linate airport is approximately 10 km away whilst Malpensa airport is 45 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="503.97" OriginalAmount="471" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.55917315" Longitude="9.22624278" StarRating="0" HotelCode="432945|424997" HotelName="Aparthotel Milanoin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Robecco 81, 20092 Cinisello Balsamo</AddressLine>
          </AddressLines>
          <CityName>Cinisello Balsamo</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/596668/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Cinisello Balsamo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="507.18" OriginalAmount="474" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.629532" Longitude="9.147609" StarRating="4" HotelCode="117391|414222" HotelName="Hotel Parco Borromeo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ercole Procaccin, 20811 Cesano Maderno, Monza e Brianza</AddressLine>
          </AddressLines>
          <CityName>Cesano Maderno</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/319226/319226a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Cesano Maderno.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508.25" OriginalAmount="475" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|39409" HotelName="Barceló Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/248322/a_248322_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="511.46" OriginalAmount="478" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.485564052876" Longitude="9.1640809178352" StarRating="4" HotelCode="44708|54169" HotelName="UNAHOTELS Scandinavia Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Fauchè 15, Sempione, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19817/w_19817_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located only a few steps from the Fiera Milano trade centre. Located about 100 m away, links to the transport network, restaurants and nightclubs can easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="511.46" OriginalAmount="478" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.470509" Longitude="9.222627" StarRating="3" HotelCode="82819|57334" HotelName="VIVA Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacinto Gallina 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111723/r_111723_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="512.53" OriginalAmount="479" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483058" Longitude="9.20306" StarRating="3" HotelCode="58220|55098" HotelName="Flora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 23, 20124 Mailand, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/75446/l_75446_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a welcoming hotel situated in Milan close to Central Station, excellently connected to the main sites of the city. Linate airport is some 10 km away. The nearest underground station may easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="513.60" OriginalAmount="480" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46772" Longitude="9.28039" StarRating="3" HotelCode="936364|59446" HotelName="BB Hotels Smarthotel Milano Linate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 19, 20090 Segrate</AddressLine>
          </AddressLines>
          <CityName>Novegro</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/414355/a_414355_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Segrate. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="513.60" OriginalAmount="480" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.487162" Longitude="9.21909" StarRating="2" HotelCode="192179|227294" HotelName="Loreto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bambaia 4, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/320023/320023a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="513.60" OriginalAmount="480" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.481240693126" Longitude="9.2038714885712" StarRating="4" HotelCode="27231|19060" HotelName="Mediolanum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mauro Macchi 1, (Stazione centrale/Piazza Repubblica), 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39996/a_39996_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located centrally between the main train station (200 m away with underground lines 1-3, green or yellow) and Porta Venezia (500 m away with underground line 1, red). Restaurants, bars, pubs and links to the public transport network are to be found close by to the hotel as well as the public parks and the Piazza Della Repubblica. The stunning location close to the historical centre means that visitors may easily reach the shopping centre and all the international companies. The closest nightclub is around 1km away, the sea is 30km and a ski area with lifts around 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="513.60" OriginalAmount="480" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.642644" Longitude="8.760274" StarRating="4" HotelCode="395914|25510" HotelName="Novotel Milano Malpensa Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Al Campo 99, 21010 Cardano al Campo, Milano</AddressLine>
          </AddressLines>
          <CityName>Cardano al Campo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/94272/a_94272_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With excellent connections to Milan city and the trade fair grounds, this hotel is ideal for international meetings, business trips and family holidays. The hotel is situated in the heart of Ticino Natural Park. Gallarate town centre can be reached in 10 minutes by car and guests will find restaurants located just 2 minutes’ walk from the hotel. Lake Maggiore is 15 km away. Milan can be reached in 50 minutes by car, and the hotel is just 7 km from Milano Malpensa International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="513.60" OriginalAmount="480" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.498838586193" Longitude="9.1661301255226" StarRating="4" HotelCode="192210|28298" HotelName="Sunflower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Lugano 10, 20158 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10717606</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="515.74" OriginalAmount="482" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|55852" HotelName="GLAM Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/6/0/4/7/9/3/5/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="516.81" OriginalAmount="483" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.453945" Longitude="9.170832" StarRating="3" HotelCode="95045|201279" HotelName="Minerva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Cristoforo Colombo 15, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/322134/322134a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="517.88" OriginalAmount="484" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.438431" Longitude="9.199916" StarRating="2" HotelCode="144697|56208" HotelName="Bed &amp; Bed Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Ripamonti 126, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/204796/204796a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="517.88" OriginalAmount="484" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47062069" Longitude="8.90397298" StarRating="4" HotelCode="116900|446993" HotelName="Diamante" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Simone da Corbetta 162, 20011 Corbetta, Mailand</AddressLine>
          </AddressLines>
          <CityName>Corbetta</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4170000/4161500/4161474/41bb1c11_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Corbetta. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.95" OriginalAmount="485" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.421365975873" Longitude="9.2527735233307" StarRating="4" HotelCode="335604|39680" HotelName="Crowne Plaza Milan Linate" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via K. Adenauer 3, 20097 San Donato Milanese</AddressLine>
          </AddressLines>
          <CityName>San Donato Milanese</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55053/a_55053_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is situated around 10 km from the centre of Milan, a city of wealth and the heartland of the Italian economy. It has long been an important trading centre at the junction of trans-Alpine routes and a prize for powerful dynasties. Today it is the place to see Italy at its most stylish. This hotel is a very modern building situated in a strategic location just 10 km from Piazza Duomo and 8 km from the Montenapoleone shopping area. Guests will find a wide range of restaurants, bars, pubs, clubs and shops in the centre of Milan. It is an ideal place to enjoy the advantages of a city without having to suffer rush hour traffic jams. Linate International Airport is around 7 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.16" OriginalAmount="488" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.6655" Longitude="8.70253" StarRating="4" HotelCode="116998|68423" HotelName="First Hotel Milan Malpensa Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 34, Milan Malpensa Airport, 21019 Somma Lombardo</AddressLine>
          </AddressLines>
          <CityName>Somma Lombardo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/160795/a_160795_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Somma Lombardo. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.16" OriginalAmount="488" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.485470029443" Longitude="9.2233550548554" StarRating="3" HotelCode="64220|15271" HotelName="San Francisco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 55, 20131 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/360807/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="523.23" OriginalAmount="489" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48629667" Longitude="9.22898533" StarRating="0" HotelCode="981468|495073" HotelName="Martini Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Martini Padre Giovanni Battista 4, Citta Studi, 20131 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3d/70/3d70cd2cf372b91daf7c05b4aca0d9934d94b459.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="524.30" OriginalAmount="490" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.481741" Longitude="9.203648" StarRating="3" HotelCode="14721|7151" HotelName="Mennini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 14, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17255/l_17255_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located approximately 150 m from the stop for the airport bus, the main train station, the underground station and a shopping centre. In the vicinity are many restaurants, bars, countless shops and nightclubs (20 m - 100 m away). Links to the public transport network lie 20 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="525.37" OriginalAmount="491" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.447146" Longitude="9.209249" StarRating="4" HotelCode="77381|55235" HotelName="Best Western Hotel Major" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 2, 20135 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/105040/a_105040_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="527.51" OriginalAmount="493" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47519462" Longitude="9.12743884" StarRating="0" HotelCode="431490|177808" HotelName="Luci a San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Pessano 7, 20151 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/80825/2480825/34.jpg?f=15680881</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers and holidaymakers alike. Wireless internet access is available to travellers in the public areas. There is also a garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="529.65" OriginalAmount="495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.49072479" Longitude="9.0437657" StarRating="3" HotelCode="517473|519679" HotelName="Settimotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Strada Statale  11, 20019 Settimo Milanese, Milano</AddressLine>
          </AddressLines>
          <CityName>Settimo Milanese</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/686827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel welcomes guests in Settimo Milanese.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="530.72" OriginalAmount="496" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.45773892" Longitude="9.17143892" StarRating="0" HotelCode="582308|238156" HotelName="Aiello Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ausonio 26, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0032/52026/3252026/1.jpg?f=15092888</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="530.72" OriginalAmount="496" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.480235" Longitude="9.193231" StarRating="3" HotelCode="47343|5659" HotelName="Cervo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principessa Clotilde 10, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10273/a_10273_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally situated approximately 400 m from the historical old town and about 200 m from Repubblica underground station that provides direct links with the main train station. This hotel is ideal for those wishing to go out in the evenings because Milan's best nightclubs are to be found near by. Moreover, the transfer time to Linate airport takes around 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="531.79" OriginalAmount="497" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.629675" Longitude="8.839529" StarRating="4" HotelCode="95057|69315" HotelName="La Pineta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 150, 21052 Busto Arsizio</AddressLine>
          </AddressLines>
          <CityName>Busto Arsizio</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/318999/318999a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Busto Arsizio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="533.93" OriginalAmount="499" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483089820825" Longitude="9.2051289999999" StarRating="3" HotelCode="88885|180008" HotelName="Keb Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/056275/056275a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="535.00" OriginalAmount="500" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.511168312885" Longitude="9.0774482488632" StarRating="3" HotelCode="909317|75525" HotelName="Embassy Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Giovanni XXIII 15, 20016 Pero, Milano</AddressLine>
          </AddressLines>
          <CityName>Pero</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/379688/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="539.28" OriginalAmount="504" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46618" Longitude="9.28411" StarRating="4" HotelCode="56511|7362" HotelName="Best Western Air Hotel Linate Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 2, 20090 Segrate</AddressLine>
          </AddressLines>
          <CityName>Novegro</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73214/a_73214_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Amid quiet green surroundings and immersed in a spacious park, this hotel enjoys a location away from the hustle and bustle of them the city, but only 20 minutes from the city centre and half an hour from the Trade Fair Centre. The hotel is only 1.5 km from the main motorway and 500 m from Milan's Linate International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="541.42" OriginalAmount="506" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.516138" Longitude="9.226954" StarRating="4" HotelCode="263950|58868" HotelName="Hilton Garden Inn Milan North" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucio Giunio Columella 36, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/367607/a_367607_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="541.42" OriginalAmount="506" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.477784" Longitude="9.203136" StarRating="4" HotelCode="17203|19064" HotelName="Sanpi Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Palazzi 18, (Porta Venezia - Buenos Aires - Piazza Repubblica Area), 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21047/a_21047_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming boutique hotel is located directly in the heart of the city between the Porta Venezia and the Piazza della Repubblica. Several restaurants, varied shops, night clubs and bars are in close proximity. In addition a public garden, the Piazza Duomo and the Teatro all Scala are all close by. The hotel is fantastically connected to the public transport network. The station Porta Venezia (on the red line 1) is 100 m away, it is 200 m to the station Piazza della Republica (on the yellow line 3) and the railway station is 800 m away. It takes 15 minutes to reach Linate airport and 50 minutes to Malpensa airport. On public transport it takes an hour to reach Oriol al Serio BG airport. There are shuttle buses to the larger airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="545.70" OriginalAmount="510" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.465642307361" Longitude="9.2818000583054" StarRating="3.5" HotelCode="598880|360183" HotelName="Moxy Milan Linate Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Circonvallazione Idroscalo, 20090 Novegro di Segrate</AddressLine>
          </AddressLines>
          <CityName>Novegro</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/618101/618101a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Novegro.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="546.77" OriginalAmount="511" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.482910651312" Longitude="9.2040109634399" StarRating="4" HotelCode="52698|55445" HotelName="Colombia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via roberto lepetit 15, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56871/l_56871_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the tourist centre of Milan just 100 m from links to the public transport network. It is 3 underground stops to the inner city and 8 to the exhibition centre. A diverse selection of shopping and entertainment venues are to be found in the hotel's vicinity, as can boutiques, bars and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="546.77" OriginalAmount="511" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.5284924" Longitude="9.2702798" StarRating="3" HotelCode="277258|81641" HotelName="Sporting Cologno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Cavallotti 141, 20093 Cologno Monzese, Milan</AddressLine>
          </AddressLines>
          <CityName>Cologno Monzese</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/384015/a_384015_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cologno Monzese. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="546.77" OriginalAmount="511" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.523993" Longitude="9.03741" StarRating="4" HotelCode="158852|31036" HotelName="Italiana Hotels Milan Rho Fair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Volta, Rho 20017</AddressLine>
          </AddressLines>
          <CityName>Rho</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/179969/179969a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 300 m from the Rho Fiera metro station and a 10-minute drive from the Fiera Milano exhibition centre. Milan, Italy's fashion capital, is just 18 km away and the hotel is a convenient base just 35 minutes by taxi from Malpensa Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="547.84" OriginalAmount="512" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.524016" Longitude="9.231069" StarRating="4" HotelCode="73510|32659" HotelName="NH Milano Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luciano Lama, 10, Viale Edison, 20099 Sesto San Giovanni, Mailand</AddressLine>
          </AddressLines>
          <CityName>Sesto San Giovanni</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99184/a_99184_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the business area of Sesto San Giovanni, 15 minutes away from central Milan and very close to the Sesto Marelli underground stop. It is well-connected to Milan’s exhibition centres and to the Monza Race Track. Linate Airport is approx. 20 km away, and it is roughly 55 km to Malpensa Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="547.84" OriginalAmount="512" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.172646" Longitude="9.587426" StarRating="4" HotelCode="56941|71081" HotelName="Break Hotel &amp; Motel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Bungalow Complex,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Marconi  5, 26864 Ospedaletto Lodigiano (Lodi)</AddressLine>
          </AddressLines>
          <CityName>Ospedaletto Lodigiano</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73829/a_73829_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel offers a strategic location between Milan, Milan airport, Ospedaletto Lodigiano, Pavia, Crema and Cremona. The motorway from Casalpusterlengo (A1 Milan-Bologna) is only around 300 m away. Milan lies roughly 20 minutes away by car. Countless bars and restaurants are to be found close by. Public transport departs from a stop located in the centre of Ospedaletto Lodigiano, around 1 km away. Furthermore, Linate airport in Milan is within 30 km of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="547.84" OriginalAmount="512" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.478267368029" Longitude="9.2016962170601" StarRating="3" HotelCode="31170|1506" HotelName="Albergo ibis Milano Centro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiaro Aprile 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49808/a_49808_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the centre of Milan. The main train station, Piazza Repubblica as well as scores of shopping and entertainment venues are within easy walking distance or may be reached by making use of the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="547.84" OriginalAmount="512" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483407" Longitude="9.20291" StarRating="3" HotelCode="76695|54172" HotelName="Just Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 29, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/321756/321756a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.98" OriginalAmount="514" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48437" Longitude="9.20509" StarRating="3" HotelCode="31176|30465" HotelName="Hotel Aosta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 16, Stazione Centrale, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49819/w_49819_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite the main train station, which offers good connections to Linate and Malpensa airports. The city centre and the Milan Trade Fair are within easy reach of the hotel (by underground). The hotel is ideally located for those wishing to explore the shops on the Via Buenos Aires, or Milan's cathedral (two stops away on the underground).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.98" OriginalAmount="514" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.491512" Longitude="9.1668999999999" StarRating="2" HotelCode="145013|180652" HotelName="Bogart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Eugenio 45, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/204524/204524a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.98" OriginalAmount="514" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.331805236631" Longitude="9.1027495265007" StarRating="4" HotelCode="55134|7945" HotelName="Hotel Comtur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Europa 11, 20082 Binasco, Milano</AddressLine>
          </AddressLines>
          <CityName>Binasco</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/71469/a_71469_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the outskirts of southern Milan. Enjoying a peaceful and convenient location, all parts of the city are within easy reach of the hotel. The bus station is just steps from the hotel. The hotel lies some 18 km from Linate Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553.19" OriginalAmount="517" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.482368" Longitude="9.175693" StarRating="4" HotelCode="13286|32279" HotelName="Leonardo Hotel Milan City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 10, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13934/a_13934_T2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Milan, in the vicinity of the Porta Garibaldi, the fashionable Brera district and within easy reach of the FieraMilanoCity trade fair grounds, the railway station, and the principal shopping streets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="555.33" OriginalAmount="519" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.440477" Longitude="9.1995919999999" StarRating="2" HotelCode="76582|435303" HotelName="Apollo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ripamonti 102, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0032/56257/3256257/1.jpg?f=15050795</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="556.40" OriginalAmount="520" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.474826919952" Longitude="9.1510945019952" StarRating="3" HotelCode="312311|344135" HotelName="Hotel Campion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Viale Berengario 3, 20149 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/61136/1861136/1.jpg?f=15051544</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Campion in Milan, you'll be close to Fiera Milano City and Cathedral of Milan. This hotel is within close proximity of Milan Convention Centre and Teatro Ventaglio Nazionale.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 27 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include safes and desks, and you can also request irons/ironing boards.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities such as complimentary wireless Internet access, concierge services, and ski storage.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Quench your thirst with your favorite drink at a bar/lounge.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include express check-in, express check-out, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="556.40" OriginalAmount="520" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.478167690276" Longitude="9.2092037200928" StarRating="3" HotelCode="60469|55859" HotelName="Teco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 27, 20100 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78277/a_78277_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Milan. In the nearby historical centre there are a range of shopping options for fashion and more (for example the Trade Fair Center), as well as access to the underground train network and other public transport links. Guests wanting to take a trip outside the city will find the Stazione Centrale and Garibaldi main railway stations or various links to the motorway nearby. Milan-Linate international airport is around 12 km away, whereas Milan-Malpensa is 42 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="557.47" OriginalAmount="521" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.464206948562" Longitude="9.1944686725368" StarRating="1" HotelCode="337642|518899" HotelName="Hotel Nuovo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Cesare Beccaria 6, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/61298/1861298/23.jpg?f=15680049</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Nuovo in Milan (Milan Centre), you'll be minutes from San Bernardino alle Ossa and Cathedral of Milan. This hotel is within close proximity of La Rinascente and Palazzo Reale.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 15 air-conditioned rooms featuring LCD televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms have rainfall showerheads and complimentary toiletries. Conveniences include desks and complimentary newspapers, as well as phones with free local calls.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and a television in the lobby.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include complimentary newspapers in the lobby, a 24-hour front desk, and multilingual staff. Self parking (subject to charges) is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="557.47" OriginalAmount="521" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|24168" HotelName="Atahotel Quark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests will appreciate the comfort and convenience of accommodation with such quick links to the city's business and cultural centres. Milan Linate Airport is 9 km away and it is 35 km to Milan Malpensa Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="558.54" OriginalAmount="522" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.436797494505" Longitude="9.1717144846916" StarRating="3" HotelCode="34891|19144" HotelName="Dei Fiori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo e Lucia 14, 20142 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56777/a_56777_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the city centre, just 200 m from the nearest restaurants and less than 1 km from a selection of bars. Public transport departs from stops located just 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="561.75" OriginalAmount="525" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46019433" Longitude="9.20640863" StarRating="0" HotelCode="581706|238191" HotelName="Guesthouse Foresteria Margherita Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Regina Margherita 33, 1 Floor, 20122 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/753580/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564.96" OriginalAmount="528" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.50088025516" Longitude="9.1380929946899" StarRating="4" HotelCode="116916|24964" HotelName="Doubletree by Hilton Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via Ludovico di Breme 77, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/160708/a_160708_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564.96" OriginalAmount="528" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="980929|404548" HotelName="HD8 Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca Daosta 8, 20124 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/11/55/1155d5d0fba9cbfdf868b9261d51beb03d91a3c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564.96" OriginalAmount="528" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484178" Longitude="9.205471" StarRating="3" HotelCode="95049|201923" HotelName="Ostello Bello Grande" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lepetit 33, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/68/687093/687093a_hb_r_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="567.10" OriginalAmount="530" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.5575128" Longitude="8.9479455" StarRating="4" HotelCode="116886|36657" HotelName="del Riale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Giuseppe, 1, 20015 Parabiago MI</AddressLine>
          </AddressLines>
          <CityName>Parabiago</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/71/715194/715194a_hb_r_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Parabiago.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="569.24" OriginalAmount="532" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.477985" Longitude="9.209421" StarRating="4" HotelCode="17916|1319" HotelName="Ritz Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 40, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22138/a_22138_AY2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="572.45" OriginalAmount="535" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484744163255" Longitude="9.1596740484238" StarRating="4" HotelCode="34832|5253" HotelName="Hotel Nasco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 69, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56682/a_56682_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an ideal location in the heart of trendy Milan with quick access to excellent shopping facilities and evening entertainment possibilities. The Milan Exhibition Centre is around 300 m away and the Old Town can be reached very quickly on conveniently located public transport. It is around 2 km to San Siro Stadium. In addition the motorway can be easily reached from the hotel. Linate Airport is around 7 km away and Malpensa Airport is around 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="574.59" OriginalAmount="537" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.440930422255" Longitude="9.1728356480598" StarRating="4" HotelCode="35289|31038" HotelName="La Spezia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 25, 20142 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56874/a_56874_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous up-market hotel is conveniently situated for transport connections. Romolo is the closest underground station and the centre of the city and the Navigli area, with a diverse range of restaurants, bars and nightclubs, are within a few minutes' walk. The Milan-Genoa motorway, the exhibition centre and both Malpensa and Linate airports may be easily reached using public transport or by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="574.59" OriginalAmount="537" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.647886532502" Longitude="8.7234659828033" StarRating="3" HotelCode="933712|86477" HotelName="MOXY Milan Malpensa Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Flughafen Milan, Malpensa, Terminal 2, 21010 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/42/421770/421770a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="579.94" OriginalAmount="542" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.49604811" Longitude="9.18540079" StarRating="0" HotelCode="572916|238157" HotelName="Aparthotel Isola" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Farini 81, Lombardia, 20159 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9896722</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="582.08" OriginalAmount="544" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.733182287506" Longitude="9.638135957734" StarRating="3" HotelCode="531992|428457" HotelName="Albergo Villa Priula" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Bar,Designated Smoking Area,Golf,Internet,Meeting Room,Pets allowed,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Martiri Della Liberta 32, 24010 Sorisole, Bergamo</AddressLine>
          </AddressLines>
          <CityName>Sorisole</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/612907/612907a_hb_a_048.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Albergo Villa Priula provides air-conditioned rooms in Sorisole. This 3-star hotel offers room service and free WiFi. Guests can enjoy European and Italian dishes at the restaurant or have a cocktail at the bar.
The units in the hotel are fitted with a flat-screen TV. The private bathroom is equipped with a bidet, free toiletries and a hair dryer. All guest rooms have a desk.
Continental and buffet breakfast options are available every morning at Albergo Villa Priula.
Milan is 46 km from the accommodation, while Bergamo is 5 km away. The nearest airport is Orio Al Serio International Airport, 9 km from Albergo Villa Priula.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="583.15" OriginalAmount="545" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.467385" Longitude="9.1842859999999" StarRating="2" HotelCode="80251|55359" HotelName="London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rovello 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211828/211828a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="584.22" OriginalAmount="546" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.477251798802" Longitude="9.2016473263893" StarRating="3" HotelCode="116737|25487" HotelName="Hotel Brianza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 16, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/056693/056693a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="584.22" OriginalAmount="546" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.486737452125" Longitude="9.1575363278389" StarRating="4" HotelCode="29801|17822" HotelName="Enterprise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 91, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47902/a_47902_P2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Corso Sempione only 500 m from Fiera Milano City and a short distance from the New Milan Trade Fair and the town's historical centre. An abundance of shops and other entertainment venues are within easy reach. Due to this strategic position it is ideal for both business guests and those seeking leisure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="587.43" OriginalAmount="549" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4815696" Longitude="9.20256029" StarRating="2" HotelCode="641305|227307" HotelName="M2M Made To Measure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 27/12/2024" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Cappellini 23, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0032/23009/3223009/1.jpg?f=15080449</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="588.50" OriginalAmount="550" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.43646" Longitude="9.189521" StarRating="4" HotelCode="76669|56844" HotelName="Quark Due Hotel &amp; Residence Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa 11/3, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104206/a_104206_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a tranquil area, but strategically connected to the centre of Milan, the hotel is located just a few blocks from the picturesque area of Navigli, famous for the Milan Movida, with fashionable locales and typical restaurants. The hotel’s great location makes it residence easily reachable from the city centre, as well as the main highways and the beltways of Milan. Abbiategrasso metro station is just 700 m from the hotel and Milan city centre is around a 20-minute journey away using public transport. The residence can be conveniently reached from the Milan City and Rho Pero fairgrounds. It is also easily accessed from Orio al Serio International Airport, while Linate Airport is 9 km away and Milano Malpensa Airport is 60 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="590.64" OriginalAmount="552" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.464204" Longitude="9.218525" StarRating="2" HotelCode="150503|177552" HotelName="La Caravella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Hajech 18, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/362217/362217a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="590.64" OriginalAmount="552" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.85233419685" Longitude="9.5300748652073" StarRating="3" HotelCode="76428|429688" HotelName="Albergo Moderno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dante Alighieri 2, 24030 Fuipiano Valle Imagna, Bergamo</AddressLine>
          </AddressLines>
          <CityName>Fuipiano Valle Imagna</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/208246/208246a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fuipiano Valle Imagna. The nearest airport is Bergamo - Orio al Serio (BGY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="593.85" OriginalAmount="555" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48558755871" Longitude="9.2083655297756" StarRating="4" HotelCode="192164|201956" HotelName="Residence de la Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mauro Macchi 49, 20124 Milano, stazione centrale</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2540000/2536000/2535946/3455b4ab_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="593.85" OriginalAmount="555" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483115631507" Longitude="9.1814374923706" StarRating="3" HotelCode="17144|5252" HotelName="San Guido" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via C. Farini, 1/A, 20154  Milan ( MI), Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/320332/320332a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="597.06" OriginalAmount="558" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.66032065227" Longitude="8.7968499080384" StarRating="3" HotelCode="340679|489460" HotelName="Hotel La Nuova Rotaia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Beccaria 6, 21013 Gallarate, Varese</AddressLine>
          </AddressLines>
          <CityName>Gallarate</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/453892/a_453892_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Gallarate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="598.13" OriginalAmount="559" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.5819" Longitude="8.94949" StarRating="4" HotelCode="117434|367400" HotelName="Poli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>241 Ang. Via Silvio Pellico, 20028 San Vittore Olona, Milano</AddressLine>
          </AddressLines>
          <CityName>San Vittore Olona</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/208495/208495a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Vittore Olona. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="601.34" OriginalAmount="562" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.461811" Longitude="9.207173" StarRating="3" HotelCode="60470|364903" HotelName="Cinque Giornate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Cinque Giornate, 6, 20100 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78278/a_78278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 700 m from Piazza del Duomo, close to the San Babile underground station (line MM1). The convenient location within a short distance of links to the public transport network allows for quick and convenient access to the city centre as well as the suburbs. The historic old town, fashion boutiques, an array of shops, event venues, banks and leisure centres are also a stone's throw away. Daytrip destinations outside of the city may be reached from either the main Stazione Centrale or Garibaldi railway station, or by heading along the motorway in the direction of Venice, Bologna, Genoa, Varese, Como or Turin. Milan Linate airport is about 5 km from the hotel and it is some 45 km to Malpensa airport. Both may be reached by making use of the bus transfer service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="604.55" OriginalAmount="565" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.466607" Longitude="9.1566829999999" StarRating="3" HotelCode="117283|56628" HotelName="Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vercelli 61, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/319015/319015a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="605.62" OriginalAmount="566" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.418834" Longitude="9.157206" StarRating="3" HotelCode="73521|55120" HotelName="Alga" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mare, 93, 20142 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99198/a_99198_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the southern area of Milan in a strategic position near both the highways (the A7 and the West ring road) and convenient for the city centre, which lies only 25 minutes away on public transport. It is one stop away on the bus from underground station Famagosta on the green line. Guests will find restaurants and bars around 3 km from the hotel. Linate Airport is 20 km away and it is 40 km to Malpensa Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="605.62" OriginalAmount="566" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.453008" Longitude="9.195905" StarRating="4" HotelCode="95061|55841" HotelName="Crivi's Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Vigentina 46, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/86/861685/NViHsZ1M_a8f6e236fbe707535c0e257f60e523b6.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="609.90" OriginalAmount="570" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.674225" Longitude="8.740065" StarRating="4" HotelCode="159013|71379" HotelName="Osteria della Pista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Verbano 1, Casorate Sempione, Varese</AddressLine>
          </AddressLines>
          <CityName>Casorate Sempione</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/221085/221085a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Gallarate. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="612.04" OriginalAmount="572" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.45906902" Longitude="9.06840079" StarRating="4" HotelCode="846939|28328" HotelName="Silver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Riccardo Lombardi 9-11, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185103/185103a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="613.11" OriginalAmount="573" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.467003333333" Longitude="8.8800946666667" StarRating="4" HotelCode="117829|412112" HotelName="Excelsior Magenta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cattaneo 67/71, 20013 Magenta, Milan</AddressLine>
          </AddressLines>
          <CityName>Magenta</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1330000/1322100/1322033/873ebf5f_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="614.18" OriginalAmount="574" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46281" Longitude="9.16964" StarRating="3" HotelCode="361198|58830" HotelName="B&amp;B Hotel MILANO Sant'Ambrogio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Olivetani 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/46/466602/466602a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="615.25" OriginalAmount="575" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.485216497883" Longitude="9.2068988913597" StarRating="4" HotelCode="17911|7163" HotelName="Anderson" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Luigi di Savoia 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22130/a_22130_AY2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 500 m from the central train station. A wide range of restaurants, shops and entertainment venues are located in the immediate vicinity. Linate airport is approximately 8 km away and can be reached in 25 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="617.39" OriginalAmount="577" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.45885366" Longitude="9.20535854" StarRating="0" HotelCode="580262|238276" HotelName="Queen Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Regina Margherita 9, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9523837</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="618.46" OriginalAmount="578" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.625464" Longitude="8.697542" StarRating="4" HotelCode="117766|60162" HotelName="Villa Malpensa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Andrea Sacconago 1, 21010 Vizzola Ticino, Varese</AddressLine>
          </AddressLines>
          <CityName>Vizzola Ticino</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/20/2021735/Y3IQXqcp_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Vizzola Ticino. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="620.60" OriginalAmount="580" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.467185" Longitude="9.142714" StarRating="4" HotelCode="17018|19055" HotelName="Antares Rubens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 21, 20148 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20745/a_20745_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally located just a few metres from the Corso Vercelli and its scores of shops and boutiques, the church of Santa Maria delle Grazie and the exhibition centre. There is an underground station nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="620.60" OriginalAmount="580" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.488098865493" Longitude="9.2111510038376" StarRating="4" HotelCode="102004|31040" HotelName="Residenza delle Città" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Mauro Macchi 79, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/142573/w_142573_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a short walk from Milan's Corso Buenos Aires shopping district and the area offers excellent public transport links across the whole city. Milan central train station is 600 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="621.67" OriginalAmount="581" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.482138" Longitude="9.198663" StarRating="4" HotelCode="14436|26638" HotelName="Marconi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 3, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16828/w_16828_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the centre of Milan, this hotel is appreciated by business customers for its ideal location a few minutes away from the main train station and the air terminal to/from the main airports (Malpensa, Linate and Bergamo). The hotel is near a metro station and the tram stop for the line directly to the Duomo, the Brera area and the Navigli Canal. It offers a comfortable residence for anyone wishing to discover the wonders of Milan's historical centre. Linate Airport is around 7 km away, and Milan Malpensa Airport is some 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="622.74" OriginalAmount="582" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.465458" Longitude="9.219423" StarRating="2" HotelCode="146778|227292" HotelName="Delizia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Archimede 86/88, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/362733/e55e5cfd8b49a406d7b13d339a0b5c98.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="622.74" OriginalAmount="582" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.463176" Longitude="9.2102649999999" StarRating="4" HotelCode="89634|55099" HotelName="Vittoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Calvi 32, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/125521/a_125521_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="624.88" OriginalAmount="584" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.458149" Longitude="9.188535" StarRating="2" HotelCode="394063|58987" HotelName="Serendipity Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Corso Italia 15B, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/53942/2253942/1.jpg?f=15494763</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service and a transfer service. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="627.02" OriginalAmount="586" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.530955270383" Longitude="9.2170840501785" StarRating="4" HotelCode="28675|26543" HotelName="Grand Hotel Villa Torretta" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Milanese 3, Sesto San Giovanni, 20099 Milano</AddressLine>
          </AddressLines>
          <CityName>Sesto San Giovanni</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42201/a_42201_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a few minutes from the centre of Milan, and is nestled into the green surroundings of Parco Nord (North Park). It is situated 1 km from the Sesto Rondò metro station and also offers great tram links into Milan city centre. The hotel is around 15 km from Linate Airport, and approximately 45 km from Malpensa Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="628.09" OriginalAmount="587" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4532314304" Longitude="9.1805040836334" StarRating="3" HotelCode="192156|201277" HotelName="Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Sant'Eustorgio 2, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/356059/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="628.09" OriginalAmount="587" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.464235" Longitude="9.181967" StarRating="3" HotelCode="95048|201848" HotelName="Vecchia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borromei 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/321511/321511a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="628.09" OriginalAmount="587" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.477652372288" Longitude="9.2017418146133" StarRating="4" HotelCode="31175|17820" HotelName="NH Milano Machiavelli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaretto 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49818/a_49818_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located at the heart of Milan in the Porta Venezia and Corso Buenos Aires district, near the Central Station and only a short drive from Milan's City trade centre. The Fair Rho/Pero is near the underground stop Porta Venezia on the Red Line which goes to the Fair district. Good links to the main train station, as well as Linate and Malpensa airports are available.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="632.37" OriginalAmount="591" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.465757373039" Longitude="9.1778218746185" StarRating="4" HotelCode="34969|55854" HotelName="King Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Magenta 19, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56930/a_56930_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is located just a few paces from the cathedral at the centre of Milan where numerous shops, restaurants, bars are also to be found. Convenient public transport links are located just 200 metres from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="634.51" OriginalAmount="593" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48613297" Longitude="9.17350978" StarRating="3" HotelCode="360138|58821" HotelName="B&amp;B Hotel Milano Cenisio Garibaldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 38, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/46/468527/468527a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="634.51" OriginalAmount="593" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.487346641223" Longitude="9.2237466306763" StarRating="3" HotelCode="151557|28271" HotelName="Hotel Lombardia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 74/76, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/204523/204523a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated off the beaten track, this hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="635.58" OriginalAmount="594" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.49131046721" Longitude="9.2400678992271" StarRating="4" HotelCode="192216|57391" HotelName="NU Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Feltre 19B, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/322089/322089a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this urban hotel has the perfect ambience for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="636.65" OriginalAmount="595" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.447123601026" Longitude="9.2069426178932" StarRating="4" HotelCode="36569|24172" HotelName="Grand Visconti Palace Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 14, 20135 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59237/a_59237_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a central location, close to public transport connections. Plenty of shopping venues are within easy reach using the public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="636.65" OriginalAmount="595" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.442822" Longitude="9.386073" StarRating="3" HotelCode="317221|407353" HotelName="Hotel ibis Styles Milano Est Settala" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale delle Industrie SNC, 20090 Settala, Milano</AddressLine>
          </AddressLines>
          <CityName>Settala</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431443/a_431443_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Settala. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="636.65" OriginalAmount="595" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.452339" Longitude="9.2148540000001" StarRating="3" HotelCode="117277|28279" HotelName="Mec" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tito Livio 4, 20137 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/11/1110718/YdFC7pss_007fd363ad9e47d48f4ae279676427aa.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="639.86" OriginalAmount="598" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.562321" Longitude="9.242966" StarRating="4" HotelCode="144893|72021" HotelName="Best Western Plus Hotel Monza e Brianza Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Brianza 160/166, 20092 Cinisello Balsamo, Milano</AddressLine>
          </AddressLines>
          <CityName>Cinisello Balsamo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/206183/gt_206183_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cinisello Balsamo. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="639.86" OriginalAmount="598" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.451788266071" Longitude="9.2058697342873" StarRating="4" HotelCode="26713|4045" HotelName="UNAHOTELS Mediterraneo Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lodovico Muratori 14, Porta Romana, 20135 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39180/w_39180_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located in the historical Porta Romana quarter of the city just a few minutes from the centre of Milan. Guests may reach sights of interest such as the impressive Gothic cathedral and the famous La Scala Opera quickly and easily by making use of the underground (yellow line, Porta Romana that lies some 500 m away is the closest stop). Milan's business district is a 15-minute drive from the hotel that is well located for links to the main train station and the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="640.93" OriginalAmount="599" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.460761420329" Longitude="9.1811674093615" StarRating="3" HotelCode="378963|201917" HotelName="Ostello Bello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Medici 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/50647/2450647/1.jpg?f=15062177</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="644.14" OriginalAmount="602" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483529" Longitude="9.2155339999999" StarRating="3" HotelCode="146997|495350" HotelName="Dorè" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Paganini 7, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/378682/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="644.14" OriginalAmount="602" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484157" Longitude="9.20127" StarRating="2" HotelCode="902859|397366" HotelName="Stazione" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Pirelli 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/366219/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="651.63" OriginalAmount="609" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.474226" Longitude="9.207774" StarRating="3" HotelCode="387446|20531" HotelName="Eurohotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sirtori 24, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/52150/9f8c65e7-8a7b-4279-bf15-a3f45ae22f58.jpg?d=636771832950000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="653.77" OriginalAmount="611" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.406889598634" Longitude="9.3581950227506" StarRating="4" HotelCode="918176|277810" HotelName="Raya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Strada Provinciale 39 Cerca 1/C, 20060 Mediglia</AddressLine>
          </AddressLines>
          <CityName>Mediglia</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/187678/187678a_hb_a_215.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The motel comprises a total of 26 rooms. Most of the storeys can be reached by lift. Services such as a baggage storage service, a safe and a currency exchange service ensure a comfortable stay. Wireless internet access is available to travellers in the public areas. Culinary facilities include a bar. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the establishment. Additional services include a 24-hour security service, a babysitting service, a childcare service, car hire, a transfer service, room service, a laundry service and a hairdresser. In addition, a shuttle service is offered.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="655.91" OriginalAmount="613" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.561923" Longitude="9.027616" StarRating="4" HotelCode="117213|33907" HotelName="Litta Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lepetit 1, 20020 Lainate</AddressLine>
          </AddressLines>
          <CityName>Lainate</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/321110/321110a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 92 rooms. The individual storeys can easily be reached via the lift or stairs. Services and facilities at the hotel include a safe, a restaurant, a dining area, a bar, room service, a conference room and a business centre. Wireless internet access is available to guests in the public areas. The establishment offers a range of facilities for guests with disabilities. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="656.98" OriginalAmount="614" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.480244" Longitude="9.213263" StarRating="4" HotelCode="80801|14789" HotelName="Hotel Napoleon Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ozanam 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/146646/146646a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a strategic location in the heart of Buenos Aires, the most famous shopping street in Milan. The Lima station on the red metro line is only 20 m from the hotel and it allows guests to reach the Rho-Pero fair grounds in just 25 minutes. The central station is only a 10-minute walk away, while Linate Airport is 7 km away and Malpensa Airport is roughly 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="662.33" OriginalAmount="619" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483678" Longitude="9.164971" StarRating="4" HotelCode="31173|25518" HotelName="CityLife Hotel Poliziano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Poliziano 11, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49816/a_49816_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies in the heart of Milan just 200 m from the Milan International Trade Fair. Cafés, bars and restaurants and sights such as the cathedral, the Scala or Sforza castle can easily be reached on foot (20-minute walk) and are not far away at all. The Via Montenapoleone is a 25-minute walk away. Public transport links are to be found directly in front of the hotel, and the railway station is around 2 km away. Milan Linate airport is around 7 km away, and Malpensa airport is 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="662.33" OriginalAmount="619" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.44702805" Longitude="9.151584" StarRating="0" HotelCode="578332|238319" HotelName="Versoverde Alzaia Naviglio Grande" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alzaia Naviglio Grande 150, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0032/74960/3274960/41.jpg?f=15688950</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="667.68" OriginalAmount="624" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.478562638829" Longitude="9.2041879892349" StarRating="4" HotelCode="30258|25142" HotelName="Best Western Plus Hotel Felice Casati" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Casati 18, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/48520/a_48520_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan, next to the famous Corso Buenos Aires, in the middle of the most important trade area of the city and near the historical centre. The subway station Porta Venezia allows guests to reach all the main areas of interest of the city within just a few minutes. This metro line travels directly to the exhibition centre in Milan and the other one outside the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="669.82" OriginalAmount="626" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.450149373663" Longitude="9.1697081923485" StarRating="4" HotelCode="102001|20525" HotelName="Art Navigli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Fumagalli 4, 20143 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/142569/a_142569_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is centrally located. Restaurants are 20 metres away and it is 100 metres to the public transport network. Linate airport is 30 minutes drive from the hotel (12 km) and can easily be reached by making use of the local public transport. Malpensa Airport is a 70-minute journey, 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="669.82" OriginalAmount="626" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.468436" Longitude="9.155066" StarRating="4.5" HotelCode="117809|55861" HotelName="Wagner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Michelangelo Buonarroti 13, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211640/211640a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="670.89" OriginalAmount="627" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.420453084308" Longitude="9.2589411364734" StarRating="4" HotelCode="335628|60934" HotelName="Santa Barbara" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Supercortemaggiore 4, 20097 San Donato Milanese</AddressLine>
          </AddressLines>
          <CityName>San Donato Milanese</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55067/a_55067_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="673.03" OriginalAmount="629" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484489220633" Longitude="9.2064771644343" StarRating="4" HotelCode="95056|55840" HotelName="Hotel Bristol Milano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 32, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/86/861605/WBjM9pkZ_0335ea9870d804f229b10ca9a44971eb.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="679.45" OriginalAmount="635" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.463525791888" Longitude="9.2068085906405" StarRating="4" HotelCode="476218|178468" HotelName="Bianca Maria Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bianca Maria 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602121/602121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="680.52" OriginalAmount="636" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.488316989439" Longitude="9.2045259475708" StarRating="3" HotelCode="172225|20524" HotelName="Albert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tonale 2, 20125 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191220/191220a_hb_a_996.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="680.52" OriginalAmount="636" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483879" Longitude="9.2212979999999" StarRating="3" HotelCode="116644|201267" HotelName="Aspromonte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Aspromonte 12/14, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214009/214009a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="686.94" OriginalAmount="642" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484186" Longitude="9.222253" StarRating="1" HotelCode="154478|238218" HotelName="Mia Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vallazze 14, 20131 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9498498</HotelPictures>
        <HotelDescription>&lt;br/&gt;A warm welcome awaits you at the mid size, 1 star Hotel Vallazze in Milano. Guests can dine at the hotel restaurant. Room Features Hotel Vallazze. All rooms have a hairdryer. Wifi internet access is available in all rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="686.94" OriginalAmount="642" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.402522623448" Longitude="9.1402293741703" StarRating="4" HotelCode="35352|33343" HotelName="Royal Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Di Vittorio 4, 20090 Assago, Milano</AddressLine>
          </AddressLines>
          <CityName>Assago</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57524/a_57524_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies close to the centre; numerous shopping and entertainment attractions are located in the area (within 1 km). Public transport departs from stops within minutes of the hotel entrance (300 metres). Linate Airport is only about 15 km from the hotel and may be reached within 20 minutes using public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="691.22" OriginalAmount="646" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.473819" Longitude="9.224058" StarRating="4" HotelCode="116903|55738" HotelName="Dieci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Rio de Janeiro 12, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/173795/173795a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Quartiere Città Studi, just 5 km from the centre of Milan. Shops can be found in Corso Buenos Aires, just a 15-minute walk from the hotel. The fairground Fiera Milano Rho / Pero is 30 minutes away by metro. Linate Airport is just 7 km away and Piola Metro Station is within 600 metres of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="692.29" OriginalAmount="647" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.456548" Longitude="9.16862" StarRating="4" HotelCode="173730|56901" HotelName="Mercure Milano Solari" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Orseolo 1, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/243995/a_243995_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="692.29" OriginalAmount="647" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484867" Longitude="9.207346" StarRating="4" HotelCode="17918|1173" HotelName="E.c.ho." Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 4, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22140/a_22140_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of the north Italian city, directly opposite the central train station and just a few minutes walk from the historical centre. Linate airport is approximately 8 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="693.36" OriginalAmount="648" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.488746" Longitude="9.183004" StarRating="4" HotelCode="335603|18806" HotelName="Holiday Inn Mailand - Garibaldi Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Bassi, 1A, 20159 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55052/ba_55052_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of the city's shopping area, only a short way from the fashion and shopping precinct, around 5 minutes from the Porta Garibaldi Railway Station and some 10 minutes from the Central Station. In the close vicinity of this establishment guests will find the Corso Como, with its restaurants, bars, clubs and shops. The hotel is about 10 minutes from the Cathedral, the Teatro della Scala and from Leonardo da Vinci's painting of the Last Supper, the Cenacolo Vinciano, as well as only 5 minutes from the Castello Sforzesco. It is within easy reach of the new Rho-Pero Exhibition Centre and major public transport services to the old city centre as well as to Malpensa and Linate airports are available day and night.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="693.36" OriginalAmount="648" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47336042" Longitude="9.27993543" StarRating="4" HotelCode="583301|495431" HotelName="Hotel Motel Luna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via Rivoltana 63, Novegro di Segrate, Segrate, Milano</AddressLine>
          </AddressLines>
          <CityName>Novegro</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0032/75676/3275676/31.jpg?f=15506387</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Segrate (Novegro), Hotel Motel Luna is close to San Raffaele Hospital and Politecnico di Milano.  This 4-star hotel is within the vicinity of Molinetto Country Club and Piazza Lima. #  Rooms : # Make yourself at home in one of the 80 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include safes and desks, and housekeeping is provided daily. #  Amenities : # Make use of convenient amenities, which include complimentary wireless Internet access and concierge services. #  Dining : # Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge. #  Business &amp; Other Amenities : # Featured amenities include a 24-hour front desk and a safe deposit box at the front desk. A roundtrip airport shuttle is provided at no charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="694.43" OriginalAmount="649" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.49126635235" Longitude="9.1926896642101" StarRating="3" HotelCode="345084|183214" HotelName="Hotel Zara Milano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Zara 28, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/24311/1924311/24.jpg?f=15649679</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="694.43" OriginalAmount="649" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|20273" HotelName="Radisson Blu Hotel Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/228078/w_228078_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km northwest of the city centre. Public transport links are within walking distance from the hotel, making it easy for guests to access the city's key businesses and attractions like Duomo Cathedral, La Scala Opera House and the charming Brera District in the Old City. Milan's world-renowned fashion district is just 25 minutes from the hotel. The nearest airports are Linate (14 km) and Milano-Malpensa (41 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="695.50" OriginalAmount="650" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.480448009839" Longitude="9.2116163671017" StarRating="4" HotelCode="12715|8599" HotelName="Best Western Plus Hotel Galles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Lima 2, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13072/a_13072_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly on the Corso Buenos Aires. It takes just a few minutes by foot to reach the centre of Milan with its scores of shops and attractions, including the cities most spectacular tourist sites. The underground station Lima is located immediately in front of the hotel. It is well worth taking a trip to the coast which lies some 80 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="706.20" OriginalAmount="660" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.418026" Longitude="9.25755" StarRating="4" HotelCode="177812|33345" HotelName="UNAHOTELS The One Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Maastricht 3, 20097 San Donato Milanese</AddressLine>
          </AddressLines>
          <CityName>San Donato Milanese</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/249253/a_249253_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a new residential area of San Donato, just a few steps from the Management Centre, home to the headquarters of some of the largest Italian companies and 10 km from the city of Milan. The trade fair district is about 40 km from the hotel which is situated directly by the San Donato Milanese station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.27" OriginalAmount="661" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="3" HotelCode="18895|71080" HotelName="Venini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio e Corrado Venini 72, 20127 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/31/319285/319285a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="710.48" OriginalAmount="664" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47755152" Longitude="9.21023778" StarRating="0" HotelCode="737617|287685" HotelName="Ostelzzz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Elevator,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Jan 5/A, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/49909/3749909/1.jpg?f=15315958</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Ostelzzz in Milan (Central Station), you'll be minutes from Corso Buenos Aires and Piazza Lima\n\nWith a stay at Ostelzzz in Milan (Central Station), you'll be minutes from Corso Buenos Aires and Piazza Lima. Make yourself at home in one of the 108 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Housekeeping is provided on a limited basis, and irons/ironing boards can be requested. Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and concierge services. Wrap up your day with a drink at the bar/lounge. A complimentary continental breakfast is included. Featured amenities include complimentary wired Internet access, a 24-hour business center, and complimentary newspapers in the lobby. Self parking (subject to charges) is available onsite.\n\n</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="716.90" OriginalAmount="670" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.45807668" Longitude="9.2122102" StarRating="3" HotelCode="549052|201175" HotelName="Brera Apartments in Porta Romana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Spartaco 33, 20121 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/33260/2733260/24.jpg?f=15614749</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="716.90" OriginalAmount="670" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.464246" Longitude="9.196134" StarRating="4" HotelCode="76237|55217" HotelName="Galileo Milano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Europa, 9, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103689/a_103689_K2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just 300 metres from Milan’s city centre and a short stroll from the Duomo and the main shopping area. Linate Airport is only 7 km away and Malpensa International Airport is 40 km away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="724.39" OriginalAmount="677" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.824484" Longitude="8.901752" StarRating="3" HotelCode="97706|435354" HotelName="Madonnina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Lanfranco Da Ligurno 1, 21050 Cantello</AddressLine>
          </AddressLines>
          <CityName>Varese</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/135705/a_135705_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly beach hotel lies just 2 km from the Italian-Swiss Border at Stabio. The centre of Cantello is a 5-minute walk away and the nearest train station is in Malnate, some 6 km from the accommodation. Guests will find a number of tourist attractions in Varese, which can be reached in 10 minutes by car, and shops can be found in Mendrisio, which is 10 km away. The lakes of Como, Maggiore and Lugano are 34, 40 and 60 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="727.60" OriginalAmount="680" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.45814564" Longitude="9.18825063" StarRating="2" HotelCode="583504|227210" HotelName="15 Quindici by Serendipity Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Corso Italia 15/A, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0032/85495/3285495/1.jpg?f=14965501</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="731.88" OriginalAmount="684" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.474885097294" Longitude="9.2082240219873" StarRating="3" HotelCode="385976|177083" HotelName="La Locanda del Pino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Housekeeping,Internet,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Melzo 28, 20129 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/97698/2097698/1.jpg?f=15363256</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at La Locanda del Pino places you in the heart of Milan, walking distance from Porta Venezia and Spazio Oberdan. This property is within close proximity of Planetario di Milano and Indro Montanelli Public Gardens.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 6 air-conditioned rooms featuring LCD televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and bidets. Conveniences include safes and desks, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and a television in the lobby.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;A complimentary breakfast is included.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;The front desk is staffed during limited hours. A shuttle from the hotel to the airport is provided for a surcharge (available on request).&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="732.95" OriginalAmount="685" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483909" Longitude="9.236444" StarRating="3" HotelCode="58216|10046" HotelName="Gamma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valvassori Peroni, 85, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/75442/a_75442_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the University quarter of the city (Città Studi). Around the corner, guests will find an underground station (line 2) as well as Linate airport and the eastern ring road (tangenziale est), Lambrate Exit. The hotel offers a 20-minute shuttle bus connection to Linate airport and, on request, to Malpensa international airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="745.79" OriginalAmount="697" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4.5" HotelCode="31169|424931" HotelName="Sheraton Milan San Siro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49807/a_49807_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be found only 30 m away and bars and pubs are also within 300 m of the hotel. The airport is approximately 38 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="749.00" OriginalAmount="700" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48687528" Longitude="9.20185869" StarRating="4" HotelCode="495492|238268" HotelName="NYX Milan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza IV Novembre 3, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/550221/550221a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="752.21" OriginalAmount="703" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4657903" Longitude="9.1728014" StarRating="0" HotelCode="955529|58038" HotelName="Milan Royal Suites Magenta &amp; Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso Magenta 62, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/61293/1861293/1.jpg?f=14969048</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="756.49" OriginalAmount="707" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.477265" Longitude="9.20541" StarRating="4" HotelCode="95060|49780" HotelName="Best Western Hotel St. George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tunisia 9, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/132055/a_132055_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This functional city hotel is located just 2 km from Milan’s city centre and only metres away from the Corso Buenos Aires, one of the city’s busiest shopping streets. Milan’s central train station is just 1 km away and the hotel is well-connected with all the metro lines (red, yellow and green), making the major points of interest easily accessible. These include the Fiera Milano City, the Milan trade fair in Rho-Pero and the Duomo, as well as other important professional, academic, artistic and cultural centres. Linate Airport and Milan Malpensa Airport are 6 km and 50 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="759.70" OriginalAmount="710" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.517401" Longitude="9.338157" StarRating="4" HotelCode="158745|223236" HotelName="For You Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Mazzini 3F, 20063 Cernusco Sul Naviglio, Milan</AddressLine>
          </AddressLines>
          <CityName>Cernusco sul Naviglio</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-sr/52332.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Cernusco sul Naviglio. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="761.84" OriginalAmount="712" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.464300614774" Longitude="9.1878134471445" StarRating="4" HotelCode="454979|177440" HotelName="ApartHotel Dei Mercanti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2024" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Passaggio Degli Osii 1, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/90668/2490668/2.jpg?f=15458065</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="762.91" OriginalAmount="713" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47944" Longitude="9.19487" StarRating="4" HotelCode="19415|449" HotelName="Windsor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Galileo Galilei 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/24476/a_24476_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located close to the main train station (about 600 m away). Repubblica metro station is about 200 m away and lies just 3 stops from Milan's city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="765.05" OriginalAmount="715" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46409379" Longitude="9.20332475" StarRating="0" HotelCode="572598|238162" HotelName="Babila Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Conservatorio 2a, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9445886</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="767.19" OriginalAmount="717" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.461165352181" Longitude="9.1911390423775" StarRating="4" HotelCode="11558|20528" HotelName="Brunelleschi Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavio Baracchini, 12, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9328/a_9328_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the centre of Milan just a few minutes walk from the cathedral, the Galleria and La Scala opera house. Many elegant boutiques are to be found in the area around the hotel and this is the ideal stopover point for those consider tranquillity, cordiality and efficiency to be the most important elements necessary for an agreeable stay. The transfer time to the airport takes around 15 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="767.19" OriginalAmount="717" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.450966" Longitude="9.203724" StarRating="3" HotelCode="192193|247844" HotelName="Five" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Lodi 4, angolo Via Salmini, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/368687/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="770.40" OriginalAmount="720" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48962" Longitude="9.200761" StarRating="4" HotelCode="97922|20529" HotelName="Crowne Plaza Milan City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia, 73, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/135970/a_135970_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the Central Railway Station. Sondrio subway station is situated right by the hotel’s main entrance, and all of the city’s major tourist attractions, including Il Duomo, La Scala theatre and the Sforza Castle, as well as shopping areas, are within easy reach of the establishment. Restaurants, bars and pubs are 300 m away, and nightspots are in the hotel’s immediate proximity. Linate Airport and Malpensa Airport are 8 and 45 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="772.54" OriginalAmount="722" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47710381" Longitude="9.19220902" StarRating="0" HotelCode="876458|344048" HotelName="Aparthotel Porta Nuova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Nuova 34, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1009344/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="773.61" OriginalAmount="723" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.49609979" Longitude="9.20286736" StarRating="4" HotelCode="422506|58990" HotelName="Hotel Residence Studio Inn Centrale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cardinal Giovanni Cagliero 14A, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/564543/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel residence in Milan near the Central Station, Studio Inn Centrale offers 4 star services and free Wi-Fi, in spaces featuring designer rooms and apartments with a kitchenette. Located just a short distance from the modern Porta Nuova district and Milan Central Station, the Studio Inn Centrale is strategically situated with excellent public transport connections, conveniently near the M3 'Sondrio' and M5 'Marche' subway lines. Studio Inn Centrale is your starting point for discovering Milan and experiencing the unique and unforgettable Expo 2015. Our apartments provide ideal accommodations in which to relax and regenerate, fully enjoying all the amenities and services we've reserved for your stay in the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="776.82" OriginalAmount="726" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.468671823131" Longitude="9.2102148371112" StarRating="3" HotelCode="376558|180038" HotelName="La Chambre Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Poerio 2/A, Anglo P.zz Risorgimento, 20126 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/56279/2456279/1.jpg?f=15056750</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="783.24" OriginalAmount="732" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.475635" Longitude="9.189421" StarRating="3" HotelCode="145158|56584" HotelName="Brera Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Fermo 1, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/206473/w_206473_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="783.24" OriginalAmount="732" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="952427|344063" HotelName="Brera Apartments In Moscova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via Pinamonte Da vimercate 11, 3 Floor, 20121 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9634626</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="786.45" OriginalAmount="735" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.450945305545" Longitude="9.1602802276611" StarRating="4" HotelCode="59713|13052" HotelName="nhow Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 35, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77320/a_77320_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer hotel lies in the southern part of Milan, close to Porta Genova train station in the lively and charming quarter of Navigli. This quarter is full of fancy restaurants, bars and pubs (about 600 m), shops, studios and art galleries. The city centre is located around 4 km from the hotel. The medieval castle is also located roughly 4 km from the hotel. Within 5 km, guests will reach the Duomo, Galleria Vittorio Emaniele, La Scala Theatre, fashion streets and Via Montenapoleone. Linate Airport is located roughly 12 km away, Malpensa Airport is around 45 km away and Lake Como is around 60 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="790.73" OriginalAmount="739" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.471972277855" Longitude="9.2076379805803" StarRating="3" HotelCode="366018|238209" HotelName="Roxy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nino Bixio 4/a, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/69410/a_69410_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street right in the city centre. Restaurants, bar and shops all lie in the immediate vicinity, as well as an underground train station which will take guests comfortable to the exhibition centre. The Corso Buenos Aires, world famous for its over 200 shops is easily accessible on foot, as is the Palazzo Reale, Milan's cathedral and the Galleria Vittorio Emmanuele II. After exploring its magnificent architecture, guests will find themselves directly in front of Milan's Teatro della Scala. The train station lies about 2 km away and Linate Airport is around 7 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="797.15" OriginalAmount="745" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47112641" Longitude="9.19361102" StarRating="0" HotelCode="784124|344192" HotelName="Rivière Luxury Palaces" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via Manzoni 39, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9636120</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="798.22" OriginalAmount="746" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.45435488" Longitude="9.16935827" StarRating="2" HotelCode="447660|227260" HotelName="Experience Design Bed &amp; Show" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 10, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/36694/1836694/1.jpg?f=15466517</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="798.22" OriginalAmount="746" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484981" Longitude="9.199359" StarRating="4" HotelCode="47335|3673" HotelName="UNAHOTELS Century Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 25b, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10264/a_10264_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Italian city of fashion within paces of the main train station. Many of the top tourist sights such as Milan's cathedral and La Scala opera house as well as shops and entertainment venues are to be found a few minutes walk away. Milan's Linate airport is around 8 km away, whilst Malpensa airport is some 50 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="801.43" OriginalAmount="749" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.482382" Longitude="9.208156" StarRating="2" HotelCode="145897|201180" HotelName="Charly" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Settala 76, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2530000/2521100/2521009/76e1da75_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="804.64" OriginalAmount="752" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.444603411215" Longitude="9.2068111896515" StarRating="4" HotelCode="186866|37953" HotelName="Zambala Luxury Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Brembo 29, Ripamonti Corvetto, 20139 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/173833/173833a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located near the heart of Milan. It is a stone's throw from the main motorways and 4 metro stops from the Piazza del Duomo. Milan Linate Airport is roughly 8 km away and Milan Malpensa Airport is approximately 65 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="805.71" OriginalAmount="753" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46415363" Longitude="9.19783859" StarRating="0" HotelCode="639418|287562" HotelName="Aparthotel Durini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Durini 2, Milano Centro, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5740436</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="807.85" OriginalAmount="755" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.463146" Longitude="9.148421" StarRating="4" HotelCode="260276|54908" HotelName="Studio Inn De Angeli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Gracchi 30, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/192272/192272a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="808.92" OriginalAmount="756" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484697" Longitude="9.162794" StarRating="2" HotelCode="360043|238208" HotelName="Hotel Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 48, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/33245/2733245/1.jpg?f=15362204</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Parma in Milan (San Siro), you'll be close to Fiera Milano City and Cathedral of Milan.  This inn is within close proximity of Milan Convention Centre and Arco della Pace. #  Rooms : # Make yourself at home in one of the 25 air-conditioned rooms featuring LED televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Bathrooms feature showers, complimentary toiletries, and hair dryers. Conveniences include desks and ceiling fans, and housekeeping is provided daily. #  Dining : # Quench your thirst with your favorite drink at a bar/lounge. A complimentary buffet breakfast is served daily from 7:30 AM to 10:30 AM.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="809.99" OriginalAmount="757" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.457330229638" Longitude="9.191058576107" StarRating="3" HotelCode="35437|55101" HotelName="Canada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia 16, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57635/a_57635_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located in the old town just a few steps from links to the public transport network and the most popular sights of interest in Milan. One highlight for tourists is the world's largest Gothic cathedral on the Piazza del Duomo. Especially impressive are La Scala theatre as well as the Santa Maria delle Grazie Church with Leonardo da Vinci's masterpiece, The Last Supper. The shopping district of Via Montenapoleone is also situated nearby and invites guests to enjoy extensive shopping trips. A diverse selection of nightclubs, bars and restaurants are located within walking distance. A number of concerts and football matches are also staged at the San Siro Stadium nearby. Fiera di Milano, Milan's exhibition centre, is also roughly a 15-minute underground ride away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="811.06" OriginalAmount="758" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46874828" Longitude="9.18446513" StarRating="0" HotelCode="581390|238170" HotelName="Castello Sforzesco Suites by Brera Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 28/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 10, Milan City Centre, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/14851/3714851/1.jpg?f=15399602</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Castello Sforzesco Suites by Brera Apartments is in the heart of Milan, walking distance from Teatro Dal Verme and Castello Sforzesco.  This guesthouse is within close proximity of Teatro alla Scala and Pinacoteca di Brera. #  Rooms : # Make yourself at home in one of the 3 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and bidets. Conveniences include safes and coffee/tea makers, and housekeeping is provided daily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="811.06" OriginalAmount="758" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.473998" Longitude="9.195996" StarRating="4" HotelCode="82894|19059" HotelName="Manin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Manin 7, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111813/a_111813_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Milan, close to La Scala Theatre, the cathedral and the 'Quadrilatero della moda', Milan's upscale fasion district. It has a unique view over the city's most beautiful park and is just a few metres away from Via Spiga, Via Manzoni and Via Montenapoleone, the famous streets that are a Mecca for the fashion houses of the most famous Italian designers. In addition, the Contemporary Art Pavilion, Villa Reale with its gardens, and the Poldi Pezzoli Museum are close by. Guests will find the nearest restaurants just some 10 m away from the hotel and links to the public transport system are located around 30 m away. Milan central train station is 1.5 km away, Milan Linate airport is just 7 km away and Milan Malpensa Airport is some 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="816.41" OriginalAmount="763" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|37952" HotelName="Four Points By Sheraton Milan Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47079/a_47079_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network are to be found within 500 m away, which enables easy access to the town centre and the convention centres. It is 8 km (25 minutes on public transport) to Linate airport and Malpensa airport is only an hour away (50 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="817.48" OriginalAmount="764" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.477768166369" Longitude="9.197193678646" StarRating="5" HotelCode="384581|57742" HotelName="Milan Royal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Della Repubblica 12, Corner Via Vittorio Veneto, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5252603</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="821.76" OriginalAmount="768" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.62717" Longitude="8.710714" StarRating="4" HotelCode="165969|25503" HotelName="Sheraton Milan Malpensa Airport Hotel &amp; Conference Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Strada Statale 336, Malpensa Terminal 1, 21010 Ferno</AddressLine>
          </AddressLines>
          <CityName>Ferno</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/232650/a_232650_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The airport hotel is conveniently situated in Ferno Varese, a 15-minute walk from Malpensa International Airport. Public and private shuttles to Milan Central Railway Station are easily accessible and the hotel is just 750 metres from the Volandia Park and Museum of Flight.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="828.18" OriginalAmount="774" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.457493" Longitude="9.191876" StarRating="4" HotelCode="904122|25514" HotelName="Uptown Palace Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia n. 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/237828/a_237828_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="834.60" OriginalAmount="780" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.406769" Longitude="9.15485" StarRating="4" HotelCode="148555|71763" HotelName="H2C Milanofiori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Roggia Bartolomea 5, 20090 Assago</AddressLine>
          </AddressLines>
          <CityName>Assago</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213405/213405a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Assago. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="835.67" OriginalAmount="781" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47688827" Longitude="9.11722661" StarRating="3" HotelCode="482824|177244" HotelName="MI.style" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Federico Tesio 1, 20151 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/55065/2355065/1.jpg?f=15068871</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="841.02" OriginalAmount="786" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.461108913711" Longitude="9.154132604599" StarRating="4" HotelCode="31172|17366" HotelName="Marriott Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Washington 66, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49811/a_49811_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area at the heart of Milan only a few minutes walk from the exhibition centre. A variety of traditional shops, bars and restaurants surround the hotel building and can easily be reached on foot. The nearest stop for public transport is about barely 200 m from the hotel. The main train station is some 8 km away from the hotel. Milan-Linate Airport is 20 km, whilst Milan-Malpensa lies 50 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="846.37" OriginalAmount="791" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.475698" Longitude="9.205928" StarRating="4" HotelCode="49103|21295" HotelName="Worldhotel Cristoforo Colombo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 3, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/34301/a_34301_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of Corso Buenos Aires, in front of Porta Venezia subway station and within a short walk of the historic centre. Milan’s Linate and Malpensa airports are 5 and 55 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="851.72" OriginalAmount="796" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.463026711414" Longitude="9.1883923233847" StarRating="3" HotelCode="95052|221041" HotelName="Hotel Rio Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Mazzini 8, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/377414/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Milan. There are a total of 350 accommodation units on the premises. Rio is not a pet-friendly establishment. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="861.35" OriginalAmount="805" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="769690|344238" HotelName="Victor Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via Victor Hugo 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9636608</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="868.84" OriginalAmount="812" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.459487" Longitude="9.176949" StarRating="5" HotelCode="81168|11398" HotelName="Pierre Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Amicis 32, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/197396/197396a_hb_a_903.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="882.75" OriginalAmount="825" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.466293492016" Longitude="9.1587057709694" StarRating="4" HotelCode="335606|55147" HotelName="Hotel Capitol Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cimarosa Domenico 6, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55054/a_55054_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming conference hotel lies right in the historical centre of the city where guests will find plenty of sightseeing attractions such as the Duomo, the Fiera Milano convention centre and the finance quarter of Piazza Affari. There are restaurants, bars, cafés and nightclubs in the surrounding area; public transport connections are also close by. With a shuttle service guests may easily reach Linate airport (15 minutes, 7 km) and Malpensa (35 minutes, 45 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="884.89" OriginalAmount="827" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.475156586737" Longitude="9.2061567306519" StarRating="3" HotelCode="61855|3762" HotelName="Fenice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 2, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/79980/ba_79980_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of the Corso Buenos Aires, a stone's throw from the old town, and is therefore perfectly suited to business travellers and holidaymakers alike. This establishment is conveniently close to an underground, tram and bus stop, meaning the new Pero-Rho exhibition centre and other important places are within easy reach. Milan Linate international airport about 12 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="887.03" OriginalAmount="829" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46197289" Longitude="9.1895085" StarRating="0" HotelCode="567385|387985" HotelName="Bc Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via Gonzaga 2, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10521968</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at BC Maison in Milan (Milan Centre), you'll be minutes from Piazza Missori and Piazza del Duomo\n\nWith a stay at BC Maison in Milan (Milan Centre), you'll be minutes from Piazza Missori and Piazza del Duomo. This guesthouse is close to Cathedral of Milan and Galleria Vittorio Emanuele II. Make yourself at home in one of the 5 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature rainfall showerheads and complimentary toiletries. Conveniences include safes and electric kettles, and housekeeping is provided daily. This smoke-free guesthouse offers discounted parking nearby. Featured amenities include luggage storage and an elevator (lift).\n\n</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="887.03" OriginalAmount="829" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|31817" HotelName="Cavour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10202/ba_10202_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and the Duomo cathedral, and close to the main fashion streets such as Via Montenapoleone and Via della Spiga. Milan’s Linate and Malpensa Airports are 8 and 30 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="889.17" OriginalAmount="831" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.481322" Longitude="9.191761" StarRating="4" HotelCode="365236|6336" HotelName="Hotel NH Collection Milano Porta Nuova" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia 6, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/68885/a_68885_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the trade and business district, and is in the immediate vicinity of the historic city centre. Underground stations and the main railway station are nearby, as are a range of shops, bars, pubs, and nightclubs. The Piazza Duomo, the Teatro alla Scala, and the Castello Sforzesco are all within 3 km of the hotel. It is 7 km to Milan Linate Airport and 55 km to Milan Malpensa Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="891.31" OriginalAmount="833" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.482649" Longitude="9.203375" StarRating="4" HotelCode="10859|5505" HotelName="Hotel Berna" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8863/a_8863_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly in the city centre near the main tourist attractions and the main railway station. Scores of shops, vibrant taverns and diverse restaurants are just a few paces from the hotel and it is just 2 km to several lively nightclubs. It is 95 km to a ski resort and 55 km to Lake Como. Milan Linate airport is just 8 km from the hotel and to Milan Bergamo it is 50 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="904.15" OriginalAmount="845" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48103012633" Longitude="9.1900554299355" StarRating="4" HotelCode="171034|56676" HotelName="NH Milano Palazzo Moscova" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monte Grappa 12, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/239149/a_239149_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="904.15" OriginalAmount="845" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|25515" HotelName="iH Exclusive Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52097/a_52097_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="913.78" OriginalAmount="854" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.45203678" Longitude="9.24960137" StarRating="4" HotelCode="578648|227296" HotelName="Hotel M89" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 89, 20138 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9340937</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="920.20" OriginalAmount="860" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.475986960214" Longitude="9.1663031280041" StarRating="3" HotelCode="57789|55855" HotelName="Lancaster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 25/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abbondio Sangiorgio 16, 20145 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/74880/a_74880_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful, calm, and elegant zone of Sempione, a residential district in the centre of Milan, surrounded by the green of Sempione Park and the Via Massena gardens and only a few steps from the Arch of Peace, Castle Sofrzesco, and the Palace of Arts. Guests are also only steps away from many bars, restaurants, shopping opportunities and links to the public transport network. Linate airport is some 17 km away. The hotel is equally suitable as a strategic location for holidaymakers and business guests to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="922.34" OriginalAmount="862" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.456009" Longitude="9.187137" StarRating="4" HotelCode="117417|55662" HotelName="Petit Palais Hotel de Charme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Molino delle Armi 1, Angolo Corso Italia, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/161240/w_161240_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this hotel has the perfect ambience for those who appreciate charm and character.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="926.62" OriginalAmount="866" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47525406" Longitude="9.20650888" StarRating="3" HotelCode="631734|255022" HotelName="Ai Suma Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 6, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/89074/3689074/1.jpg?f=15234760</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="926.62" OriginalAmount="866" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.460512543759" Longitude="9.1812765598297" StarRating="3" HotelCode="400740|25484" HotelName="Ariston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Carrobbio 2, 20123 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/95138/a_95138_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the very heart of Milan, in Largo Carrobbio. It is a 5-minute walk from Piazza Duomo and from the metro stops: green line 2 (Sant’Ambrogio), yellow line 2 (Missori or Duomo) and red line 1 (Duomo). With the red line 1, guests can quickly reach FieraMilanoCity and the New Fair at Rho. The hotel is also very well serviced by the tram (stops for 2, 3 and 14 are only 100 m from the hotel) and by bus 94, which stops 300 m from the hotel. Guests can get to the most renowned museums and monuments of Milan and the famous shopping streets in just a few minutes (maximum 15 minutes). Linate Airport is about 15 km away, and Malpensa International Airport is some 40 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="927.69" OriginalAmount="867" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.472106" Longitude="9.1836069999999" StarRating="2" HotelCode="335622|480518" HotelName="Napoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Tivoli 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/358937/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="927.69" OriginalAmount="867" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48277" Longitude="9.18637" StarRating="4" HotelCode="31404|55211" HotelName="Tocq Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. di Tocqueville 7/D, 20154 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50143/a_50143_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the city of Milan only a few minutes walk from numerous shopping facilities and entertainment venues. A stop for public transport may be found only 500 m from the hotel, whilst the Linate airport is 6 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="930.90" OriginalAmount="870" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.462741" Longitude="9.204545" StarRating="3" HotelCode="117412|69073" HotelName="Pavone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dandolo 2, Traversa di Corso di Porta Vittoria, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/206049/206049a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="948.02" OriginalAmount="886" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.48529" Longitude="9.183122" StarRating="4" HotelCode="64005|26631" HotelName="AC Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tazzoli 2, 20154 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82464/a_82464_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in front of Garibaldi station and is very close to Milan's main business and shopping districts. Guests will find restaurants, bars, pub, clubs, links to the public transport network and shopping facilities all in the immediate vicinity of the hotel. The city and Rho exhibition grounds are a 15 and 25-minute drive respectively. Malpensa airport is some 18 km away and it is around 10 km to Linate airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="963.00" OriginalAmount="900" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.468543255004" Longitude="9.1831782460213" StarRating="4" HotelCode="16410|54170" HotelName="UNAHOTELS Cusani Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 13, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19787/a_19787_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="969.42" OriginalAmount="906" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.458467530123" Longitude="9.18781042099" StarRating="3" HotelCode="365648|14771" HotelName="Elizabeth Lifestyle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Italia 11/A, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/69142/a_69142_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="982.26" OriginalAmount="918" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.465688" Longitude="9.195674" StarRating="4" HotelCode="192153|58984" HotelName="AllegroItalia San Pietro all’Orto 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Pietro all'Orto 6, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/268845/w_268845_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1007.94" OriginalAmount="942" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="825143|489213" HotelName="Velvet Grey Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte Napoleone 13, 20121 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/36000000/35180000/35172700/35172669/a9c1bc6d_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1014.36" OriginalAmount="948" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.484177481537" Longitude="9.1987185490738" StarRating="4" HotelCode="933456|50108" HotelName="Hyatt Centric Milan Centrale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Pirelli 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/411165/a_411165_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1014.36" OriginalAmount="948" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46309059408" Longitude="9.1836312698586" StarRating="4" HotelCode="82012|58985" HotelName="Santa Marta Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Marta 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/db/e7/dbe75b9e4de604eeeadc261024638e42b115da55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1053.95" OriginalAmount="985" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46722342" Longitude="9.20011794" StarRating="2" HotelCode="428653|58951" HotelName="Montenapoleone Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Parking,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Cecilia 4, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7340005</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Montenapoleone Suites, you'll be centrally located in Milan, steps from Palazzo Serbelloni and Piazza San Babila. This guesthouse is within close proximity of Villa Necchi Campiglio and Giuseppe Verdi Conservatory.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 16 air-conditioned rooms featuring refrigerators and LCD televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with showers feature bidets and hair dryers. Conveniences include phones and coffee/tea makers, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include express check-in, express check-out, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1058.23" OriginalAmount="989" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.481989171497" Longitude="9.2077285051346" StarRating="2" HotelCode="192169|519794" HotelName="Hotel 2000" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 28, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/a4/bc/a4bccc5dc5e4a485bf1ec9926079e891a9840a1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1079.63" OriginalAmount="1009" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.473941567483" Longitude="9.2066234350205" StarRating="4" HotelCode="17494|33342" HotelName="Sheraton Diana Majestic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piave, 42, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21518/a_21518_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury, modern hotel is ideally situated not far from the city centre. Various sights of interest, such as the Milan Scala and the shopping street of Via Montenapoleone, are located in the immediate vicinity. Restaurants and bars are all just a few paces from the hotel (20-30 m). The nearest public transport links are just a stone's throw away. It is 8 km to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1088.19" OriginalAmount="1017" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.460819195342" Longitude="9.1886043548584" StarRating="4" HotelCode="336457|7386" HotelName="Dei Cavalieri" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Missori 1, 20123 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55612/a_55612_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the centre of Milan, close to countless shops, exquisite boutiques, various restaurant, lively bars and nightclubs. Buses and trams depart from a stop directly in front of the hotel and provide excellent links with the main train station, which is 2 km from the hotel. Linate and Malpensa airports are 25 and 50 away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1103.17" OriginalAmount="1031" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.483208480708" Longitude="9.1775810210885" StarRating="4.5" HotelCode="527391|227300" HotelName="Hotel Viu Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Aristotile Fioravanti 6, 20154 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/576262/576262a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1104.24" OriginalAmount="1032" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.476929226508" Longitude="9.1966751217842" StarRating="4" HotelCode="258940|14762" HotelName="NH Milano Touring" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Tarchetti 2, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15098/a_15098_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a privileged location, a few metres from the Central Railway Station and very close to downtown and the most exclusive shopping streets, in an area very well connected by public transportation. Sforza Castle, as well as the famous opera house of La Scala are about 2 km and 4 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1126.71" OriginalAmount="1053" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.466798" Longitude="9.1830199999999" StarRating="4" HotelCode="145449|57031" HotelName="Camperio House Suites &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camperio 9, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/320480/320480a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1133.13" OriginalAmount="1059" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4897726" Longitude="9.2256793" StarRating="3" HotelCode="296195|57750" HotelName="Residence Pian della Nave" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lambrate 9, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/198873/198873a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1138.48" OriginalAmount="1064" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46718225" Longitude="9.20191466" StarRating="0" HotelCode="571833|238206" HotelName="Hotel Monforte 27" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Monforte 27, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/628337/628337a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1167.37" OriginalAmount="1091" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4651215" Longitude="9.1933318" StarRating="0" HotelCode="517498|404525" HotelName="Aparthotel Duomo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Agnello 2, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/50047/1950047/1.jpg?f=15590524</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1178.07" OriginalAmount="1101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46137833" Longitude="9.1903631" StarRating="0" HotelCode="447751|177782" HotelName="Duomo Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Paolo da Cannobio 11, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7706479</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe and a transfer service are available to guests of the hotel. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1186.63" OriginalAmount="1109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.462321387744" Longitude="9.1814763844013" StarRating="4" HotelCode="14722|55842" HotelName="Mentana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Morigi 2, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211320/211320a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1188.77" OriginalAmount="1111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46742858" Longitude="9.18511087" StarRating="3" HotelCode="621980|255089" HotelName="Hotel Milano Castello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Elevator,Parking,Porter,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 2, 20121 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/08722/3808722/1.jpg?f=15537637</HotelPictures>
        <HotelDescription>&lt;br/&gt;Position\nHotel Milano Castello is been designed to provide a relaxing stay in the heart of Milan an absolutely new design hotel in the center of Milan, close to the Duomo and Castello Sforzesco, featuring spacious soundproofed rooms that offer all the amenities and services you need.\n\nRooms\nAll rooms and suites at the Hotel Milano Castello are spacious and perfectly soundproofed, complete with a large private bathroom with ceramic wall tiles and equipped with the most modern amenities free Wi-Fi, 40 TV featuring Sky TV Sport and Cinema package, mini bar and hairdryer.\n\nRestaurant\nEvery morning, enjoy a delicious breakfast buffet in the dining room or open air garden during the warm season. A real privilege in Milan\n\nOutside\n\n\nLobby\n\n\nMore Informations\nHotel Milano Castello also has a fully equipped gym available in the lower floor, complete with latest Technogym equipment to keep fit even during a business or leisure trip.\nCheck in time 14.00 Remarks Rates do not include any local tax that have to be paid directly to the hotel in addition to the total cost. Bedding preferences are not guranteed and are subject to supplier availability.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1204.82" OriginalAmount="1126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.463327" Longitude="9.188405" StarRating="4" HotelCode="154422|56562" HotelName="Maison Milano UNA Esperienze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mazzini 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/219921/a_219921_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1231.57" OriginalAmount="1151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.45526336" Longitude="9.16756946" StarRating="4" HotelCode="584213|238299" HotelName="Savona 18 Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Savona 18, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/carsolize/6f/0c/6f0cd42eff10c7ec7b9f07ebc4a7e1109a2530af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1257.25" OriginalAmount="1175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|178845" HotelName="Hotel Clerici" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/675195/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1260.46" OriginalAmount="1178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.453429" Longitude="9.17924" StarRating="4" HotelCode="192160|181667" HotelName="The Yard Suite &amp; Dependance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza XXIV Maggio 8, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/321764/321764a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1284.00" OriginalAmount="1200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|26635" HotelName="Meliá Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49817/a_49817_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan. Shops, bars, restaurants and Lotto underground station (100 m away) are all located in the hotel's vicinity. Linate and Malpensa airports are some 20 to 40 minutes drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1304.33" OriginalAmount="1219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.463083504114" Longitude="9.1979157227192" StarRating="4" HotelCode="258936|13041" HotelName="NH Collection Milano President" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Augusto 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15096/a_15096_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Milan just a few minutes' walk from the cathedral and the Scala theatre. Located in the near vicinity is a diverse selection of exclusive shopping venues and the hotel enjoys excellent transport links to both Linate and Malpensa international airports (6 km and 50 km from the hotel respectively).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1311.82" OriginalAmount="1226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.463661" Longitude="9.185336" StarRating="3" HotelCode="117043|179098" HotelName="Gran Duca Di York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Moneta 1, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/160843/w_160843_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1364.25" OriginalAmount="1275" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.477128" Longitude="9.184504" StarRating="4" HotelCode="60957|481" HotelName="Carlyle Brera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Garibaldi 84, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78889/w_78889_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1373.88" OriginalAmount="1284" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.478752589289" Longitude="9.1990354657173" StarRating="5" HotelCode="18681|20534" HotelName="The Westin Palace, Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 20, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23056/a_23056_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Milan, directly on the Piazza della Repubblica and only stone's throw from Milan's famous cathedral and main shopping street. Numerous recommendable bars and restaurants are located in the immediate vicinity. There is a stop for the public transport to be found just in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1380.30" OriginalAmount="1290" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.467172" Longitude="9.184347" StarRating="4" HotelCode="186134|180158" HotelName="Palazzo Segreti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213819/213819a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1396.35" OriginalAmount="1305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.466026" Longitude="9.192203" StarRating="4" HotelCode="11617|30463" HotelName="Sina de la Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Hoepli 6, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11231/w_11231_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1410.26" OriginalAmount="1318" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.460942" Longitude="9.189131" StarRating="4" HotelCode="302460|42941" HotelName="The Square Milano Duomo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alberico Albricci 2-4, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/416362/a_416362_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1444.50" OriginalAmount="1350" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|183062" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/560576/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visiting for business or leisure. Our studios are also ideal for families. The structure offers Standard apartments and Superior apartments, all air conditioned and fully equipped with a dining area, kitchenette with microwave and refrigerator, satellite flat-screen TV, free Wi-Fi, safety box and wardrobe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1446.64" OriginalAmount="1352" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.471403141108" Longitude="9.19652988461" StarRating="4" HotelCode="317217|58986" HotelName="Senato Milano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 22, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431441/a_431441_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1517.26" OriginalAmount="1418" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.469043608145" Longitude="9.1868153214455" StarRating="4" HotelCode="163992|28283" HotelName="Milano Scala" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>via dell’Orso 7, 20121 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/1/9/9/4/9/1/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located in Milan's historic centre, this sophisticated hotel is well integrated into the cultural, artistic and creative Brera neighbourhood and is just a short walk from the world-famous La Scala Theatre and from Piacoteca di Brera, one of the most important Italian museums. Milan's best-known fashion district (Via Montenapoleone, Via della Spiga) is also close by. Every point of interest for business or leisure is easy to reach on foot or by public transport, which is very well served in this area (metro line 1 - Cairoli stop, metro line 2 - lanza stop, bus no. 61). Restaurants, bars and pubs are in the hotel's immediate proximity. Shopping venues are about 800 m from the property and various nightspots are approximately 2 km away. Linate Airport is some 15 km away and Malpensa Airport is roughly 50 km from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1548.29" OriginalAmount="1447" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|177059" HotelName="Room Mate Giulia Milán" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/535017/w_535017_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1556.85" OriginalAmount="1455" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.491181" Longitude="9.162491" StarRating="3" HotelCode="78539|30772" HotelName="Corallo Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesena 20, Milano 20155</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106435/w_106435_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1563.27" OriginalAmount="1461" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.463892154526" Longitude="9.1940212365367" StarRating="4" HotelCode="17917|19065" HotelName="Rosa Grand Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Fontana 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22139/a_22139_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Milan directly opposite the city's impressive Gothic cathedral. Links to the public transport network can be found just a stone's throw away (some 100 m from the hotel) and the hotel's situation offers easy and convenient access to the main train station as well as to Linate and Malpensa international airports that lie some 12 km and 60 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1738.75" OriginalAmount="1625" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.468244" Longitude="9.207223" StarRating="5" HotelCode="177816|28247" HotelName="Château Monfort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Concordia 1, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/249257/w_249257_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Milan, about 800 m from Piazza San Babila, around 1 km from Via Montenapoleone, 1.5 km from the La Scala Theatre, and just a few minutes' walk from the famous cathedral (about 1.6 km) and the city's main fashion highlights. It is walking distance from many historical attractions, such as the Galleria d'Arte Moderna (1.3 km). The Sforzesco Castle and Milan Central Station are 3 km away and Milan Linate Airport is 6 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1766.57" OriginalAmount="1651" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|58943" HotelName="ME Milan Il Duca" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431360/a_431360_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1850.03" OriginalAmount="1729" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.485505758366" Longitude="9.2200720310211" StarRating="2" HotelCode="58348|56044" HotelName="Sara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. Sacchini 17, 20131 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/75616/l_75616_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated approximately 50 m from the Piazzale Loreto and about 10 minutes from Centrale di Milano train station. It is easy to reach the motorway from the hotel, and is only 2 km from Tangenziale East (exit at Lambrate or Palma Nova). Linate airport lies around 5 km away. The centre of Duomo and the Castello Sforzesco are around 10 minutes away on public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1903.53" OriginalAmount="1779" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|57607" HotelName="Magna Pars Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/394378/394378a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1924.93" OriginalAmount="1799" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|53789" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12368/a_12368_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just 2 underground train stops from the cathedral and La Scala opera house. Convenient public transport links are located within 500 km of this hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2021.23" OriginalAmount="1889" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.465428" Longitude="9.191382" StarRating="5" HotelCode="28578|25513" HotelName="Sina The Gray" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 6, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42236/a_42236_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the financial and commercial centre of Milan. Set between the Duomo Cathedral and La Scala Theatre, both less than 100 m away, it overlooks the Galleria Vittorio Emanuele shopping arcade. Restaurants can be reached on foot in around 10 minutes and it takes about 15 minutes to walk to the park. The Duomo metro station is 180 m from the hotel, the central train station is approximately 3 km and the nearest bus stop is only a few steps away. Lake Como can be reached in around 50 minutes either by car or by public transport. The location of Leonardo Da Vinci's famous 'Last Supper' can be reached within around 15 minutes by public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2055.47" OriginalAmount="1921" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.465877" Longitude="9.189256" StarRating="5" HotelCode="117700|56528" HotelName="Galleria Vik Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/161542/w_161542_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an idyllic location in the celebrated Galleria Vittorio Emanuele II shopping arcade and features elegant design styles and architecture. Connecting 2 of the main attractions of Milan, La Scala, the home of music and opera, and the impressive cathedral on Piazza del Duomo, the design hotel is ideally located in the heart of the city. Guests are just a 5-minute walk from the most important fashion street in Milan, Via Montenapoleone, where they can discover the world-famous Italian and international showrooms. Duomo metro station is just 200 m from the hotel and nearby airports include Linate (9 km away) and Malpensa (50 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2169.96" OriginalAmount="2028" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46403933101" Longitude="9.2088905328435" StarRating="5" HotelCode="448421|179942" HotelName="Fifty House Luxury Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/12/2024" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Benvenuto Cellini 14, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/46/469121/469121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2252.35" OriginalAmount="2105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.470279423749" Longitude="9.1954788565636" StarRating="4" HotelCode="117254|33904" HotelName="Manzoni" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santo Spirito 20, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/128859/128859a_hb_a_010.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet street in Milan's fashion district, between Via Montenapoleone and Via della Spiga. All of the city's most prestigious shops, exclusive boutiques and superb restaurants are within easy reach of hotel. The city centre and Piazza Duomo are about 1 km away. Guests will find links to the public transport network (bus and metro) around 200 m from the hotel, while the main railway station Stazione Centrale is roughly 2 km away. Attractions in the area include the Galleria d'Arte Moderna, around 10 minutes' walk away, and the Biblioteca Ambrosiana, Palazzo Reale di Milano and Duomo di Milano are all some 14-16 minutes' walk away. Linate Airport is around 7 km away and Milano Malpensa Airport is roughly 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2357.21" OriginalAmount="2203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.479844321849" Longitude="9.1965262591839" StarRating="5" HotelCode="16225|26634" HotelName="Hotel Principe di Savoia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 17, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19470/a_19470_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel unquestionably belongs to the grandest top-of-the-range hotels in Europe, with a long and interesting tradition. It is not often that a hotel is the preferred abode of both international state guests and artists. Centrally located on the Piazza della Repubblica, the hotel lies close to the city centre, within easy reach of the cathedral, Milan's Skala and the famous Castello Sforzesco, around a 20-minute walk and 5 minutes by cab. Links to the transport network are close at hand.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2434.25" OriginalAmount="2275" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.463591" Longitude="9.186908" StarRating="4" HotelCode="36234|177649" HotelName="Hotel Spadari al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spadari 11, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59235/w_59235_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3067.69" OriginalAmount="2867" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.464992392729" Longitude="9.1893938230164" StarRating="5" HotelCode="361362|178355" HotelName="Townhouse Duomo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 2, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/586088/586088a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4802.16" OriginalAmount="4488" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|55338" HotelName="Park Hyatt Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38376/a_38376_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an excellent location right in the centre of this lively centre, only steps from the Piazza del Duomo, the famous La Scala, the Galeria Vittorio Emanuele and further sights of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4949.82" OriginalAmount="4626" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.470498" Longitude="9.21749" StarRating="3" HotelCode="149873|227293" HotelName="Ideale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Mille 60, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/206626/206626a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5393.87" OriginalAmount="5041" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.470520911293" Longitude="9.1930307162863" StarRating="5" HotelCode="904547|46072" HotelName="Armani Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Manzoni 31, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238283/a_238283_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6510.95" OriginalAmount="6085" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47336" Longitude="9.1911250000001" StarRating="5" HotelCode="263951|57724" HotelName="Palazzo Parigi Hotel Grand Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Nuova 1, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/372734/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7381.93" OriginalAmount="6899" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|55360" HotelName="Bulgari Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/057358/057358a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7395.84" OriginalAmount="6912" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.469473584945" Longitude="9.1909645693115" StarRating="5" HotelCode="311425|136793" HotelName="Mandarin Oriental Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andegari 9, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/52349/f36dd117-24ad-4f72-9782-230699af6e01.jpg?d=636772036130000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7488.93" OriginalAmount="6999" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.469435" Longitude="9.195159" StarRating="5" HotelCode="12955|54166" HotelName="Four Seasons Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gesù 6/8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12917/a_12917_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This highly traditional luxury hotel affords a Renaissance style and is situated close to La Scala Opera, the famous Milan fashion houses and the commercial district on the exclusive Via Grisù, between the Via Montenapoleone and the Via della Spiga. It is equally suitable as a stopover point for holidaymakers and business guests to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.17" OriginalAmount="331" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.49219566" Longitude="9.15086369" StarRating="0" HotelCode="558935|388009" HotelName="Hotel Picaflor Art &amp; Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Gassendi 2, Certosa, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="699.78" OriginalAmount="654" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="875619|387983" HotelName="Apart Hotel Bossi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Bossi 7, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="814.27" OriginalAmount="761" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.46695329" Longitude="9.19763846" StarRating="0" HotelCode="625279|247814" HotelName="Aiello Rooms San Babila" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Babila 5, Milan City Center, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1218.73" OriginalAmount="1139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="45.47040082" Longitude="9.18515995" StarRating="0" HotelCode="954800|364911" HotelName="The Unique Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Del Carmine 6, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Central Heating,Designated Smoking Area,Golf,Laundry,Lounge,Wheelchair Access,Bicycle Rental,Jacuzzi,Nightclub,Shopping Arcade,Currency Exchange,Garden,Kitchen,Massage Centre,Spa,Meeting Room,Pets allowed,Diet Meals,24 Hour Front Desk,Concierge,Housekeeping,Luggage Storage,Off-Site Parking,Parking,Dry Cleaning,Elevator,LCD/Projector,24 Hour Power Supply,Porter,Airport Transfer (on Demand),Heated Pool</BasicAmenities>
    <HotelRating>2,3,4,5,2.5,1,4.5,3.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,GUESTHOUSE,APARTMENT,BED AND BREAKFASTS,BEACH HOTEL,SPA HOTEL,AIRPORT HOTEL,ECO HOTEL,BUNGALOW COMPLEX,GUEST HOUSES,VILLAGE,HOTEL DE CHARME,HISTORIC HOTEL,HOSTELS,MOTEL,INNS,CLUB RESORT,APARTHOTEL,APARTMENT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
1fa72d82-ab4f-4b10-8a2b-8ab60f1578c6|RateHawkSearch|successfull supplier interation||RateHawk|True