<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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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="b8d7de9d-6300-472e-8584-cc92e71c30ae">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="56522" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-09T00:00:00" End="2026-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="HN" 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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|TravcoSearch|successfull supplier interation||Travco|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|HotelbedsSearch|successfull supplier interation||HotelBeds|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|RestelSearch|successfull supplier interation||Restel|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|MikiSearch|successfull supplier interation||Miki|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|TravellandaSearch|successfull supplier interation||Travellanda|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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="2026-03-25T09:28:18.4010298+00:00" Version="0" EchoToken="Search" TransactionIdentifier="b8d7de9d-6300-472e-8584-cc92e71c30ae" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="43.86" OriginalAmount="43.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78116247" Longitude="11.24318987" StarRating="3" HotelCode="549330|novella_italy" HotelName="Novella Italy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Guido Monaco 25, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/66/6d/666d6cea6ac9e919cf47293f1283d5f493a3313b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.44" OriginalAmount="46.51" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|314702" HotelName="Americas Best Value Inn-florence/cincinnati" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>7810 Commerce Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/7/0/2/314702_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.73" OriginalAmount="46.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.791062" Longitude="11.248456" StarRating="3" HotelCode="913326|2158925" HotelName="Bed &amp; Breakfast Leopoldo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabbroni 78, 50134 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d5/0ed5c81febe866d856417b11d164a55801ab8fcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a transf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.87" OriginalAmount="53.79" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|364078" HotelName="Sleep Inn Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1833 Florence Park Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/4/0/7/8/364078_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.75" OriginalAmount="63.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.804857103212" Longitude="11.243173778057" StarRating="3" HotelCode="34708|574125" HotelName="Corolle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Caccini 24, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/0e/7d0e3bd4a9ef537cf09ce63d48e1f5b0eb89f1da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the suburbs of Careggi. The historical centre as well as the convention cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.28" OriginalAmount="64.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770393551255" Longitude="11.265963375871" StarRating="1" HotelCode="398006|al_giglio_bottonato" HotelName="Appartamenti Al Giglio Bottonato" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Macci 84, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/0d/100d215ce904490fca5fae7ec20a1cf28ebb0264.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.26" OriginalAmount="65.94" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|261906" HotelName="Blue Mist Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 South Pinal Parkway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/9/0/6/261906_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.52" OriginalAmount="66.20" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|222443" HotelName="Quality Inn Florence Muscle Shoals" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>150 Etta Gray Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/4/4/3/222443_77521851819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.36" OriginalAmount="68.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78081" Longitude="11.278747" StarRating="3" HotelCode="237534|hostel_7_santi" HotelName="7 Santi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Mille 11, 50131 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/f6/41f6efb2587e5b2c9b18cb351d3c9d9b052f03c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.35" OriginalAmount="69.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780637843803" Longitude="11.279305815697" StarRating="3" HotelCode="913320|2414615" HotelName="Palazzo Lombardo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 09/10/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Mille 6, 50131 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/68/7c68a2de9609f69f9778f0c5a9c7b0ba4fed94bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.52" OriginalAmount="70.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.796728" Longitude="11.219573" StarRating="3" HotelCode="58875|52276" HotelName="Auto Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valdegola 1, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a5/f1a553c7af49c89312f831a0cbb66764d4a3519d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in commercial area of Novoli in the northwest of Florence. Recently, a new un...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.81" OriginalAmount="71.38" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|315361" HotelName="6 Florence, Ky - Cincinnati Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>7820 Commerce Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/3/6/1/315361_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.10" OriginalAmount="71.67" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|229488" HotelName="Best Western Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>1808 W Lucas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/4/8/8/229488_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.44" OriginalAmount="72.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.786555614222" Longitude="11.096397936344" StarRating="2" HotelCode="73525|553095" HotelName="EuroHome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Country House,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Colli 13, 50058 Signa, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/d4/7dd4921a700d8e381b39d1467cb53fe58651d6ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Florence-Signa, just 15 minutes from the centre of Florence. It is situate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.54" OriginalAmount="73.08" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|222702" HotelName="Country Inn and Suites By Radisson, Florence, Sc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1739 Mandeville Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/0/2/222702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="75.77" OriginalAmount="74.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797810541623" Longitude="11.215667724609" StarRating="3" HotelCode="32573|CAF881300" HotelName="B&amp;B Hotel Firenze Novoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guidoni 101, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/5a/0a5a11006af9ac86007ea8e148623aaf3b9b2202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the commercial and banking district of the city of Florence and enjoys exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="75.77" OriginalAmount="74.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797382687908" Longitude="11.220774650574" StarRating="3" HotelCode="31186|CAG712800" HotelName="B&amp;B Hotel Firenze Nuovo Palazzo di Giustizia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guidoni 87, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/bf/58bfa35522357455781119d9f805dbb7ccd7f518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the commercial district of the city of Florence, this hotel is close to Florence airport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.52" OriginalAmount="76.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781617" Longitude="11.255932" StarRating="2" HotelCode="166884|plus_florence" HotelName="Plus Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina D'Alessandria 15, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5e/205e0143943e7cb089d6aac7789ce791a2c3de91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.73" OriginalAmount="77.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77699478" Longitude="11.24080863" StarRating="0" HotelCode="746456|2432555" HotelName="La Porta Del Paradiso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Il Prato 66, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/36/fa36f6ef3d2326759a3646f7976b3faa8f5a7f04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.53" OriginalAmount="77.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76544257" Longitude="11.31555697" StarRating="0" HotelCode="577786|2386685" HotelName="Camping Firenze" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Generale Dalla Chiesa 1 3, 50136 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/21/cf2110329edc14dcb85d6df2b8f80f2916cd4b5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This campsite warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.58" OriginalAmount="79.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.708392326925" Longitude="11.217502355576" StarRating="3" HotelCode="37174|hotel_villa_ambrosina" HotelName="Villa Ambrosina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebuoni, 95, 50029 localita Tavarnuzze, Impruneta</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/d4/0ad4ecf34e8beda334d8700b4c71506ad6570329.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly country house is situated just outside the centre of Tavarnuzze, which...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.64" OriginalAmount="82.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77869247" Longitude="11.25690345" StarRating="0" HotelCode="860384|casa_micol__affittacamere" HotelName="Casa Micol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Internet,Luggage Storage,Parking,Pets allowed,Restaurant,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Via Ventisette Aprile 4, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/2a/622a850ee2b938d0d9679d35ca67eedca2b27457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Casa Micol, you'll be centrally located in Florence...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.42" OriginalAmount="82.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.794777" Longitude="11.20585" StarRating="4" HotelCode="36224|1626305" HotelName="Mirage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via F Baracca 231/Int 18, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/2c/e12c9e5ccb9455bd80f6b5cf2e5857635bf34217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 2-minute drive from the Firenze Nord exit of the A1 Motorway and the historic centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77836003713" Longitude="11.256000961414" StarRating="3" HotelCode="913316|soggiorno_santa_reparata" HotelName="Soggiorno Santa Reparata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Reparata 27, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/85/7085df2184c2c609dcbf71e7f232c58d11fe3dfa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.47" OriginalAmount="84.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.735489768135" Longitude="11.209654211998" StarRating="4" HotelCode="101958|2374965" HotelName="Fattoria Il Milione" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Giogoli 12, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cc/18/cc18895de0bbf518f869ea8bbfab6af952cbde03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.18" OriginalAmount="86.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771252" Longitude="11.263655" StarRating="2" HotelCode="77764|892005" HotelName="Bodoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martiri del Popolo 27, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/15/88150b1089a910d91389fe1248bb1d777e98c2f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.55" OriginalAmount="88.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768682393199" Longitude="11.28547757864" StarRating="4" HotelCode="34968|18469" HotelName="Hotel Grifone Firenze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Pilati 20, 50136 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/79/22797325f3d7c7681c192d9182ecb8941ef2d992.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is located in quiet surroundings in Florence; just 15 minutes walk from the...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.80" OriginalAmount="90.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780589430307" Longitude="11.2445551157" StarRating="2" HotelCode="913341|bb_soggiorno_primavera" HotelName="Primavera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo Peri 2, angolo via G. Monaco, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/9f/a19f3527ae6789697d90ea5dc67e0e85f35a715c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;B&amp;b Soggiorno Primavera The B&amp;b Soggiorno Primavera is a small hotel in Firenze. The hotel offers of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.58" OriginalAmount="93.71" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|560912" HotelName="Comfort Inn and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>527 Woody Jones Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/9/1/2/560912_c39e0421751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.88" OriginalAmount="94.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.783166" Longitude="11.268676" StarRating="1" HotelCode="117267|hotel_masaccio_5" HotelName="Masaccio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 228, 50132 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/09/ad09d9070590b31dd7cb585e6ff5c1bbf9b04bf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.90" OriginalAmount="95.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77668126" Longitude="11.26032538" StarRating="0" HotelCode="579233|residenza_depoca_galleria_laccademia" HotelName="Residenza d'epoca Galleria L'Accademia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Bed and breakfasts" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santissima Annunziata 5, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/46/67468063ea286ad0a72818d7b80acaab1bf71af1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Residenza d'epoca Galleria L'Accademia in Florence (Santissim...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.90" OriginalAmount="95.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780835" Longitude="11.271763" StarRating="2" HotelCode="913322|hotel_villa_il_castagno" HotelName="Hotel Villa Il Castagno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea del Castagno 31, 50132 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/44/e744b2fb1a776f7f07afb5b638fd61ce653ab69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.33" OriginalAmount="95.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77873857134" Longitude="11.25668522489" StarRating="2" HotelCode="410635|3409985" HotelName="Adre Majestic View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Babysitting,Bicycle Rental,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Library,Luggage Storage,Massage Centre,Restaurant,Room Service,Smoking Rooms,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Via XXVII Aprile 4, San Marco - Santissima Annunziata, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/65/4e/654ec57e017af384994b093e7500dae3da9fe899.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Veneto Residence Florence is conveniently located in the popular Historical Center area. Featuring a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.78" OriginalAmount="96.84" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|15747" HotelName="B&amp;B Firenze Novoli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE GUIDONI 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/4/7/15747_44c94731436.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 8 floors and 88 rooms. It has a lobby and an Ã  la carte restaurant with air-conditioning. SITUATION: It is surrounded by shops, banks, close to the establishment, guests have Peretola Airport nearby, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar and a safe (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7304" Longitude="11.231953" StarRating="3" HotelCode="117090|i_parigi_corbinelli" HotelName="I Parigi Corbinelli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigiana 12, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/62/14622a630faee8426ff24858c411336ea320cc17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.786386183589" Longitude="11.26543879509" StarRating="4" HotelCode="337453|diana_park" HotelName="Diana Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Pascoli 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/d2/d2d2a2af6c57d10842324d00a1a8136512a79d67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located and can be easily reached by car. Within a 10-minute drive guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.61" OriginalAmount="98.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7637643353" Longitude="11.274107694626" StarRating="2" HotelCode="913199|2505185" HotelName="Ferrucci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ricorboli 2, 50126 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/bc/6cbc62187c47a8681562466678422b6f436d6e93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.98" OriginalAmount="99.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771510238659" Longitude="11.265135705471" StarRating="4" HotelCode="408706|msnsuites_palazzo_dei_ciompi" HotelName="Palazzo dei Ciompi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietrapiana 18, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/11/ff1146b56ea84b6cfa4cebeb1c767442690440f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is found in the centre of the old city of Florence, at the point where the road meet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.98" OriginalAmount="99.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779696427851" Longitude="11.244863830894" StarRating="2" HotelCode="936120|soggiorno_fortezza_fiorentina" HotelName="Bed and Breakfast Soggiorno Fortezza Fiorentina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 61, 50144 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/46/22464503877e2e9f3a3fe769ff3fd1ff7337d4d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests checking into the Soggiorno Fortezza Fiorentina in Firenze are assured of a warm welcome. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="101.71" OriginalAmount="99.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777005" Longitude="11.240923" StarRating="3" HotelCode="173717|831570" HotelName="La Corte Dei Principi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>via Il Prato, 66, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c6/dfc6ae52b5fe229882841983454640d4621fa72f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="100.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770479" Longitude="11.20857" StarRating="3" HotelCode="67958|hotel_alex_4" HotelName="Alex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccio da Montelupo 18/20, 50142 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7d/db7d1fb459bd4c9353d4df2b8141864805130d24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.52" OriginalAmount="100.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.794336" Longitude="11.208769" StarRating="4" HotelCode="31400|351545" HotelName="Best Western Plus Chc Florence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 199 a, 50127 Florenz, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ab/a0abe2bd2530af0db769217c7abb75653e02fdbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located, near the motorway exit and also the centre of Florence. Link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="101.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771969266713" Longitude="11.260524988174" StarRating="1" HotelCode="913229|dali" HotelName="Dalì" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Oriolo 17, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/zz/fdad9c2095a688fe012852f093e7d0eb12d9dbdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.28" OriginalAmount="101.25" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|233131" HotelName="Fairfield Inn And Suites By Marriott Florence I-20" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>501 Woody Jones Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/3/1/233131_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.77" OriginalAmount="101.74" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|274605" HotelName=" River House Inn, a Baymont by Wyndham " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1202 Bay Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/6/0/5/274605_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="104.35" OriginalAmount="102.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.756248" Longitude="11.289034" StarRating="3" HotelCode="22790|167061" HotelName="Rosary Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripoli 169, 50126 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/55581023913bec8e272a0943016fbe714d10d020.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.86" OriginalAmount="102.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78428554" Longitude="11.26365438" StarRating="0" HotelCode="580354|2933885" HotelName="Lorena Suites &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Minzoni 8, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/zz/b9ada92b29c95bad3aa7071a28110905656b0d13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77040293" Longitude="11.25680965" StarRating="0" HotelCode="527334|il_gattopardo_firenze" HotelName="B&amp;b Il Gattopardo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Magazzini 1, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/f2/06f2d4aa3598cfb1bed0d3ebdeb1bfb5d06e59cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.06" OriginalAmount="103.98" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22243" HotelName="Diana Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Pascoli 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/4/3/22243_d47787e1028.jpeg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2004, has 2 floors, 26 rooms, 5 single rooms, 21 double rooms and 2 rooms adapted for people with reduced mobility. It has a lobby with an elevator, a reception with safety deposit boxes, a currency exchange service, a television room and a breakfast room. The establishment offers internet, a car park, room service and a laundry service (for a fee). SITUATION: This urban hotel is in an excellent location, 10 minutes away from the establishment you have monuments, the cathedral, Close to Pitti the Palace of Santa Croce the Church of in the surrounding area of the establishment, guests can find the museums, 5 minutes away from the establishment you have Fortezza da Basso and Palazzo degli Affari the Congress Centre 10 minutes away from the establishment, guests will find Florence Airport 75 minutes away from the establishment clients have Bologna Airport. ROOM: The cosy rooms, have a bathroom with a hydromassage shower or jacuzzi, with a hairdryer, a direct line telephone, a satellite or cable television and internet (available for a fee), They also have a mini-bar, a fridge, a double bed, fitted carpets, a safety deposit box (available for a fee), an air-conditioning system (available for a fee) and a central heating system. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.799171521983" Longitude="11.204659938812" StarRating="3" HotelCode="32468|concorde_5" HotelName="Concorde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Luigi Gori 10, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/27/bc27ae1578bdf8ad4fa93f441189347ba136b943.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the end of the A11 motorway, directly by the junction to the A1 Florence No...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757652518389" Longitude="11.298497021198" StarRating="4" HotelCode="34056|italiana_hotels_florence" HotelName="Italiana Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Europa 205, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c9/93c9ee3ed48bcc8bfb207cdee9a1642dc9014694.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel enjoys a stunning location in the south of Florence, close to the A1 motorway, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79354365" Longitude="11.27504008" StarRating="0" HotelCode="556249|bb_boccaccio_camere" HotelName="Affittacamere Boccaccio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cino da Pistoia 23</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a6/26a6eadaeebf9f5fa87bfaec662d874e0be6b2c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77431922" Longitude="11.26421661" StarRating="0" HotelCode="710351|bb_giorni_dipinti" HotelName="B&amp;B Giorni Dipinti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo Pinti 57</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/75/dc75ce41e61b5b87eb02b8b5a9a06b6f85d8b06b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.10" OriginalAmount="105.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797153292455" Longitude="11.219505148479" StarRating="3" HotelCode="935830|diva_hotel" HotelName="Diva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lippi e Macia 24/C, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/f2/67f238d1e0473c3a3f34be5968c5473ab6bbb929.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79420204" Longitude="11.28360561" StarRating="2" HotelCode="428857|villa_la_stella__casa_per_ferie" HotelName="Villa La Stella Casa per Ferie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Iacopone Da Todi 12, 50133 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/77/57779cafe4e9fcb5448e13f7744665867f7ca58f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Villa La Stella - Casa per Ferie in Florence, you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.19" OriginalAmount="106.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.810060536221" Longitude="11.178695560383" StarRating="4" HotelCode="395906|1463787" HotelName="Novotel Firenze Nord Aeroporto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tevere 23, Osmannoro, Sesto Fiorentino, 50019 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/cd/97cd41e95f3492c99211b3296091def314e7b7b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.14" OriginalAmount="107.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.795563" Longitude="11.199617" StarRating="3" HotelCode="78945|eurhotel_2" HotelName="Eurhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pistoiese 30, 50145 San Donnino, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/8d/648d6109e846c05baf39840bde1d935b90a9ae1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.36" OriginalAmount="107.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772048" Longitude="11.254898" StarRating="2" HotelCode="14665|17835" HotelName="Medici" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Medici 6, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/92/1f921cafdacc30691a9092da5a564b669b3dc573.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly hotel is located in the heart of the historic old town, in quite surroundings, between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.46" OriginalAmount="107.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782146" Longitude="11.25813" StarRating="3" HotelCode="913309|2913595" HotelName="Residenza Johanna I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 14, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/9e/d79ecc58f597072e5caddb6d3cad12be64ee3fd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="109.73" OriginalAmount="107.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782026" Longitude="11.257848" StarRating="3" HotelCode="145030|127464" HotelName="Bonifacio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 21, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5e/945e2de564e1c7b47401466b6f49109dd6ba41d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.09" OriginalAmount="107.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784465852276" Longitude="11.241772516107" StarRating="0" HotelCode="321541|1594528" HotelName="PopArtment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Catalani 13, 50144 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/3c/053c7f5520036b7d2ef05c2083a9d192ef37ef3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.16" OriginalAmount="108.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.793349870923" Longitude="11.217861771584" StarRating="4" HotelCode="67189|quadra_key_residence" HotelName="Quadra Key Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Bardazzi, 49, 50127 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/22/8f225907a8cb81cd670caf270a166e9e73383cae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a strategic location with easy access to the most important sites in the town. The U...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.16" OriginalAmount="108.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780821" Longitude="11.236827" StarRating="3" HotelCode="151240|hotel_leopolda" HotelName="Leopolda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Ponte alle Mosse 65, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/de/ddde1dd324e7396a5cebc3fef59ff195124bf2a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 16 rooms. Individual storeys are accessible via the lift or stairs. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.16" OriginalAmount="108.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.800637" Longitude="11.237959" StarRating="0" HotelCode="913331|girasole_house" HotelName="Girasole House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dello Steccuto 12, 50141 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/c3/ffc3ccadc598231e31c26a3c61e71f432295f705.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests attractive accommodation units, as well as a range of facilities for a comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.18" OriginalAmount="109.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.791461835582" Longitude="11.223769312982" StarRating="4" HotelCode="366276|starhotels_tuscany" HotelName="Tuscany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Novoli 59, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/9b/a59b6f5416d99b46fe3d6518c18ac039b2499db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.54" OriginalAmount="111.31" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|34092" HotelName="Italiana Hotels Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE EUROPA 205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/9/2/34092_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, has 92 rooms, a lobby, internet, a reception and a safety deposit box service. Our guests can find a hairdresser's, a bar and a restaurant. SITUATION: It is inFlorence south it is situated close to the motorway, 15 minutes away from the establishment, clients can find the city centre, Where you can find shops and leisure areas. it is 20 kilometres away from Florence Airport. ROOM: The modern and comfortable rooms, have a direct line telephone, satellite or cable TV, a bathroom with a bath, a radio, internet and a mini-bar. They also have an iron, an ironing board, a courtesy tea and coffee service and a safe (available for a fee). FACILITIES: The establishment boasts a swimming pool and a gym. Clients can enjoy activities such as play golf.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.59" OriginalAmount="112.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797260719998" Longitude="11.20610833168" StarRating="3" HotelCode="73532|553115" HotelName="Franchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Airport Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Sgambati, 28, 50127 Firenze, Italy</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/81/4a81b31a53259df17b9a51232cd3a0908c3dd34a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel gives guests the opportunity to stay in the magnificent city of Florence. The centre of F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.26" OriginalAmount="113.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773379501187" Longitude="11.25191391883" StarRating="1" HotelCode="385870|giappone" HotelName="Hotel Giappone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Banchi 1, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a2/66a28ba72b6ae3f3c8f1c560bfdc129b7eefdd00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.26" OriginalAmount="113.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="981088|residenza_depoca_santegidio" HotelName="Residenza D'epoca Sant Egidio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'egidio 10, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/0d/270d56e5307ad77ed882716587f2c628c6079242.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.26" OriginalAmount="113.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.783229" Longitude="11.268491" StarRating="3" HotelCode="913321|relais_la_corte_di_cloris" HotelName="Relais la Corte di Cloris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 234, 50132 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/22/802276eee4b8986e3b149b27221b70a4145c0694.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 16 rooms. Services and facilities at the hotel include a restaurant an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.26" OriginalAmount="113.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781042" Longitude="11.243498" StarRating="3" HotelCode="913340|il_giglio_rosso_bb" HotelName="Il Giglio Rosso - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guido Monaco 25, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/2e/5f2ede4b90f03b153ed90818ea5fad0a09b9ebfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.27" OriginalAmount="113.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77527" Longitude="11.250793" StarRating="3" HotelCode="17140|5737" HotelName="San Giorgio e Olimpic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Antonino 3, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5f/39/5f3915154740b5e9affb22d9a80b4b9c1a4bc833.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes walk from many of Florence's main tourist attractions, such...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.28" OriginalAmount="114.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7847320811" Longitude="11.25546864418" StarRating="3" HotelCode="77726|hotel_panama" HotelName="Hotel Panama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 80, 50129 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6c/4e6c900ca857bb7909dd40b26bc9bd4ea76c70aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated close to the Florence Fortezza da Basso and Congress Centre, the hotel is only 10 minutes' ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.28" OriginalAmount="114.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77031032" Longitude="11.26126685" StarRating="3" HotelCode="547076|residenza_depoca_historia_luxury_boutique" HotelName="Residenza D'Epoca Historia Luxury Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 102, 1 Piano, Uffizi, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/9b/5a9bda1e9465080f650bec9d3305f2d860843209.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.28" OriginalAmount="114.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78413856" Longitude="11.25524201" StarRating="0" HotelCode="437908|florentine_roof_garden_bb" HotelName="Florentine Roof Garden B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giovanni Milton 71, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/87/a5871755bc96107a8645a25366d1038c6f121898.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.34" OriginalAmount="114.06" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15741" HotelName="Wyndham Garden Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Luigi Gori, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/4/1/15741_d4d1a9e1232.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 106 rooms and 5 floors. Our guests can find a restaurant and a bar. SITUATION: It is in the motorway, close to the establishment, guests have the city centre, 100 metres away, there is a public transport stop, near the establishment, guests will find Amerigo Vespucci Airport. ROOM: rooms, fully-equipped, a bathroom, a direct line telephone and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.30" OriginalAmount="115.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76913369531" Longitude="11.274982094765" StarRating="2" HotelCode="34827|hotel_bologna_5" HotelName="Bologna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 50, 50121 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/bb/68bb9df193dc70895069d9ef4937aa0bcdb64b0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is quietly situated about a 15-minute walk from Duomo and is easily reached from the train...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.30" OriginalAmount="115.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78106839" Longitude="11.24170426" StarRating="3" HotelCode="548332|bb_santa_maria_novella" HotelName="B&amp;B Santa Maria Novella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Belfiore 43, 50144 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/e0/35e0f140db53b53ba01f64aab8d4f18db2c04eac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.30" OriginalAmount="115.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776629044972" Longitude="11.254718743551" StarRating="2" HotelCode="902238|hotel_san_lorenzo_5" HotelName="Hotel San Lorenzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rosina 4, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/de/78debc3c12234fbf4328ea68e8b7bd1a67cdc48b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is situated in central Florence, within walking distance of all of the most imp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.49" OriginalAmount="117.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7840092" Longitude="11.26596906" StarRating="3" HotelCode="864002|3038245" HotelName="31.10 Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fra Bartolommeo 21, 50132 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0a/8c0a1b05857ad58f4aaa7dd88f9dfc098863ec08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.36" OriginalAmount="118.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779054" Longitude="11.244981" StarRating="2" HotelCode="148791|hotel_hermes_5" HotelName="Hermes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alamanni Luigi 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/7b/747bebfbd169f1f7eef7daf2bc8d983a604641c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.38" OriginalAmount="119.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778344428229" Longitude="11.250894437223" StarRating="1" HotelCode="936099|archi_rossi_hostel" HotelName="Hostel Archi Rossi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 94r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/22/76226933579522f3b3ed0de2acb8867ba1fc9335.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78914095" Longitude="11.23836622" StarRating="3" HotelCode="438445|la_rosa_di_firenze_bb" HotelName="La Rosa di Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Circondaria 44, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/fc/5bfc567ac272d658a091e2012c10e31c3cfd3d1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers' stays are enhanced by the range of services and amenities at this hotel. Wireless intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773969398664" Longitude="11.251057637784" StarRating="2" HotelCode="11642|hotel_spagna_3" HotelName="Hotel Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/fc/bbfc9b3aece8d3e657b1f114c2c46fbffd708930.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.728839" Longitude="11.32265" StarRating="2" HotelCode="167667|antella_residence_2" HotelName="Antella Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Romanelli 37/B, Bagno a Ripoli 50012, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/9d/bc9d8d0229db0af68bcc8a49592f2a1641f63d7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only approximately 8 km from the centre of Florence, approximately 15 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771107375692" Longitude="11.250798627734" StarRating="2" HotelCode="913262|hotel_esperanza" HotelName="Hotel Esperanza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dell`Inferno 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/f7/e3f7f391f0c7d0f45c72a3997e6bfc187300ce59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.83" OriginalAmount="121.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779726" Longitude="11.254809" StarRating="2" HotelCode="117418|4739435" HotelName="Hotel St James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via XXVII Aprile 18, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/37/7537a36b7eeca02013e92b74d04d9ff8a5e167b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.44" OriginalAmount="122.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797708" Longitude="11.242179" StarRating="4" HotelCode="16440|hotel_raffaello_5" HotelName="Raffaello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Morgagni, 19, 50134 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/0a/700a028ee624a611ce497c04a3d68ceb4534e622.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location just 3 km from the centre of Florence, which can easily be rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.46" OriginalAmount="123.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77629453" Longitude="11.25567549" StarRating="0" HotelCode="529365|florence_dream_domus" HotelName="Florence Dream Domus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ginori 26, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/af/5faf0f2c7d363f4baadccde5e8fc5c5a818d09f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.46" OriginalAmount="123.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77037243" Longitude="11.26025442" StarRating="0" HotelCode="626579|code_rooms" HotelName="Code Rent A Room" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 105, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ed/fced08c9cd4f7889606a4413c8e6b77cc57c8ec3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778679" Longitude="11.256405" StarRating="3" HotelCode="117730|hotel_veneto" HotelName="Veneto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Reparata 33, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/54/1f5489d16c036756f842b941fe691c0d5873f2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.793859" Longitude="11.210463" StarRating="4" HotelCode="116837|hotel_cosmopolitan" HotelName="Cosmopolitan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 187, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f9/1e/f91e022157d017e8ebccc8fe41edd17e9a0a8107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773982000936" Longitude="11.251015605317" StarRating="2" HotelCode="304256|hotel_deco" HotelName="Hotel Deco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/1000000/520000/517400/517313/517313_42_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.81" OriginalAmount="125.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779375207014" Longitude="11.238638162613" StarRating="4" HotelCode="98583|211083" HotelName="Residence Porta al Prato" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ponte alle Mosse 16, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/b7/91b7a3182d1dc10c51027da89e61bb55ff75097c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780436" Longitude="11.252681" StarRating="2" HotelCode="237533|ridolfi_guest_house_3" HotelName="Ridolfi Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="bed and breakfast" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Cosimo Ridolfi 4, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/07/ef0706f53f6e6773661c5506dfd1d88ff4745f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious bed and breakfast can be found in Florence. Travellers will enjoy a peaceful and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.56" OriginalAmount="126.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78417231" Longitude="11.25525151" StarRating="0" HotelCode="964759|4744595" HotelName="Il Sorriso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giovanni Milton 71, 50129 Firenze, FI</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/82059/2482059/1.jpg?f=14958612</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="128.78" OriginalAmount="126.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777155845213" Longitude="11.245633363724" StarRating="3" HotelCode="27904|DFI" HotelName="Delle Nazioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 15</AddressLine>
          </AddressLines>
          <PostalCode>055283579</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/b1/25b13ea7e71b3834e78dea8d27c8fc54417994ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Florence, directly by the Santa Maria Novella train station an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.06" OriginalAmount="126.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775217225314" Longitude="11.252623200417" StarRating="3" HotelCode="16709|1286449" HotelName="Rex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 6, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b7/a8b760c2d6a20386077bac40760a48eb3725bdca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of the finest buildings in Florence and is only a few minutes' walk from Florence'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.70" OriginalAmount="127.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76337" Longitude="11.272489" StarRating="3" HotelCode="913284|2946655" HotelName="Sognando Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giampaolo Orsini 115, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/3b/a63b89db12876032f3ac92825d1d8b65118bd93d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.27" OriginalAmount="127.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77834514" Longitude="11.27183675" StarRating="3" HotelCode="434095|2505105" HotelName="La Farina Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe La Farina 27, Campo Di Marte, 50132 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/5a/3d5ab964737ce1e538c4b3adfb34c75f641ca355.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.758549" Longitude="11.244343" StarRating="3" HotelCode="188944|classic_hotel" HotelName="Classic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Machiavelli 25, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/86/d986cbadcadc3f4c98345bf3dffbc6009edd0f34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78245315" Longitude="11.24404504" StarRating="3" HotelCode="944735|soggiorno_la_coccinella" HotelName="Soggiorno La Coccinella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Belfiore 58, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1d/d4/1dd416f2f9ef569f9969d2b499789b292a84b568.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.51" OriginalAmount="128.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79276" Longitude="11.228381" StarRating="4" HotelCode="98588|111642" HotelName="Hilton Garden Inn Florence Novoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sandro Pertini, 2/9, Florenz 50127</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/1448780f81f0e4bafff043ffb2bc61138ffafe97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the middle of a park in the northern part of Florence, in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.51" OriginalAmount="128.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77349546124" Longitude="11.189864873886" StarRating="4" HotelCode="82843|99315" HotelName="Hilton Florence Metropole" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Cavallaccio 36, 50142 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/de/8fdebef1e5f5c51404d4d04af9de8ea0cd5ad66f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located to the west of Florence, the hotel is very easy to reach by air, train and car. This is an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="132.58" OriginalAmount="129.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780339" Longitude="11.252345" StarRating="3" HotelCode="913294|A31C00" HotelName="Soggiorno Casa di Barbano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Barbano 1, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/75/6f753c082b99a2efb701e135a6572aa87550357e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.60" OriginalAmount="130.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772095" Longitude="11.250262" StarRating="2" HotelCode="154258|hotel_toscana_4" HotelName="Toscana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via del Sole 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/2e/dd2e08a84020402a975625003ea0e3239201c2d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.62" OriginalAmount="131.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="970028|le_nove_muse_guesthouse" HotelName="Le Nove Muse Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>89 Via Francesco Puccinotti, 50129 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/8030a9b9b6a84633f257d2ca56ad53e6f5214c4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.18" OriginalAmount="131.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777675" Longitude="11.249825" StarRating="2" HotelCode="12519|1648788" HotelName="Fiorita" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 20, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c1/33c10bfeff27a37bd1184f380b5a5f7675223fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.23" OriginalAmount="131.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777866592208" Longitude="11.249951720238" StarRating="3" HotelCode="69590|84785" HotelName="Palazzo Vecchio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cennini, 4, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/be/a6beb370fedd837d6b9fd40d78bcbf6f5a4399a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a particularly convenient position in Florence. It is close to the Santa Maria Nove...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779519" Longitude="11.257864" StarRating="2" HotelCode="152405|piccolo_hotel" HotelName="Piccolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Gallo 51, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/39/c83992e28dc8c2870b4072f428bd4e32962c5e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Florence, in the very characteristic district of San Lorenzo, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.66" OriginalAmount="133.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773971904853" Longitude="11.247547119856" StarRating="1" HotelCode="913245|hotel_margaret" HotelName="Margaret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 25, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/22/f422268bd2ad578e252935cf68b049874dba335c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.66" OriginalAmount="133.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772654896991" Longitude="11.254472583532" StarRating="2" HotelCode="913342|magnifico_messere" HotelName="Magnifico Messere - B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Roma 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/61/cc6121867a5f9ff5cb494072bb7f9d17b3c698b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773836331854" Longitude="11.24240398407" StarRating="3" HotelCode="38518|hotel_argentina_curtatone" HotelName="Argentina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Curtatone 12, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4c/284c1814e62bbc85068c9a5206c615e4f57a8f3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive residential areas, only some 10 minutes from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.763481520149" Longitude="11.270540356636" StarRating="3" HotelCode="913283|villa_alle_rampe" HotelName="Villa Alle Rampe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Francesco Ferrucci 6/7, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/5b/435b9256dea31c2f97d33557c053690d405e442e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78092946" Longitude="11.24191279" StarRating="0" HotelCode="492709|attico43_bed_breakfast" HotelName="Rubina Belfiore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Belfiore 43, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cd/52cda4cc62f5fa11372345f290b87273893f779b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.74" OriginalAmount="137.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776393767865" Longitude="11.255656778812" StarRating="2" HotelCode="64617|hotel_centro_11" HotelName="Hotel Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ginori 17, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/05/67053584c55b4e0ace32d576d94dd9ef6682963b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.74" OriginalAmount="137.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754791" Longitude="11.237495" StarRating="2" HotelCode="153487|sangaggio_house_bb" HotelName="SanGaggio House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Cardinal Leopoldo 62, 50124 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/f1/c2f1ef743d376d33abead09219b998ab049d5f83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 6 rooms. The establishment features vario...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.74" OriginalAmount="137.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77359229968" Longitude="11.254575848579" StarRating="2" HotelCode="913232|guesthouse_bel_duomo" HotelName="Guest House Bel Duomo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Borgo San Lorenzo 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/63/9d6300e58366b17d3090994e479c387d8a9b29e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.76" OriginalAmount="138.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76868736" Longitude="11.24364175" StarRating="0" HotelCode="353500|casa_santo_nome_di_gesu" HotelName="Casa Santo Nome di Gesu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Carmine 21, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/75/3575fdd1b4c10cda200f6602caa9a773b6540a23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.76" OriginalAmount="138.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77122173" Longitude="11.25427059" StarRating="0" HotelCode="439929|antico_centro_suites" HotelName="Antico Centro Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dè Brunelleschi 5, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/zz/3cad9d9eef48fd1d7d15ed7243460f17762028a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.78" OriginalAmount="139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76796185" Longitude="11.25883632" StarRating="0" HotelCode="582050|uffizi_harmony" HotelName="Uffizi Harmony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via De Neri 9, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/b8/bbb8dad5c2dd7c6d98e70ecea17034abd16f4278.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.78" OriginalAmount="139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77356586" Longitude="11.24419092" StarRating="0" HotelCode="737650|residenza_ognissanti" HotelName="Residenza Ognissanti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Ognissanti 80, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/af/97afe2aae85adcd6ac13e977ac45baacd02c220d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.18" OriginalAmount="139.39" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|384605" HotelName="Belterra Casino Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>777 Belterra Drive Florence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/4/6/0/5/384605_01c49d81001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.80" OriginalAmount="140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.783277" Longitude="11.23724" StarRating="4" HotelCode="153692|select_executive" HotelName="Select Executive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Galliano 13/a, 50144 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/6b/4c6bd82f356f9a3336d579d3b71c471ec27d9446.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.80" OriginalAmount="140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7773888" Longitude="11.25783978" StarRating="4" HotelCode="582532|residenza_conte_di_cavour" HotelName="Residenza Conte Di Cavour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 42, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/23/cc233248af4afe62b5f31fcb7ba1596baba21258.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.81" OriginalAmount="140.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.783596802237" Longitude="11.253342032433" StarRating="3" HotelCode="337457|17161" HotelName="Hotel La Fortezza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Milton 95, 50129 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/e6/6ae626dc028103c0981356fc5e91a6a6e56c62fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Florence, just 50 m from the Fortezza da Basso. Links to the p...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.82" OriginalAmount="141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777593" Longitude="11.249597" StarRating="2" HotelCode="207370|soggiorno_isabella_de_medici" HotelName="Soggiorno Isabella de' Medici" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, Florenz 50123, Toskana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/82/138256353838f75e69677e9d817a372fac9bed56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Florence. Visitors will enjoy a peaceful and calm stay at Soggiorno Isabella...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.94" OriginalAmount="141.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.743367223161" Longitude="11.283887028694" StarRating="4" HotelCode="31166|1126568" HotelName="Conference Florentia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Agnelli 33, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f6/71f6cc33b403ad5cab8be5ecd664bf6096c1e959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Florence around 5 km from the lively centre of the city wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.60" OriginalAmount="141.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7765" Longitude="11.2519" StarRating="2" HotelCode="66543|937745" HotelName="Nuova Italia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 26, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/6d/ea6d9dd8b6ef8fcc033efb59c1e3223771036378.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.82" OriginalAmount="141.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776876" Longitude="11.250323" StarRating="2" HotelCode="80249|394675" HotelName="Lombardi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 8, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7d/db7d1fb459bd4c9353d4df2b8141864805130d24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.37" OriginalAmount="142.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77768453" Longitude="11.25815559" StarRating="0" HotelCode="704300|2506695" HotelName="Hotel Miceli - Civico 50" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 50, 50129 Firenze IT</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/2e/7c2eecca6aa8dcc0589f57f1c7d61acb54eeed81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.86" OriginalAmount="143.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78509497" Longitude="11.2683816" StarRating="3" HotelCode="355391|hotel_astro_mediceo_2" HotelName="Hotel Astro Mediceo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Garden,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Frà Bartolommeo 54/56, 50132 Florence City</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d7/8ed7a4a26b34bfa5ad658af05381f6bd4eee3779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Astro Mediceo in Florence (Santissima Annunzi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.86" OriginalAmount="143.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782888059825" Longitude="11.242283284664" StarRating="2" HotelCode="913333|bed__bed_cassia" HotelName="Bed &amp; Bed Cassia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassia 2, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/a1/32a1037d5885efcc9b7cc78171acbb351dee8ed0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel will be delighted with the range of services and facilities available. Wireless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.88" OriginalAmount="144.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.758114" Longitude="11.245548" StarRating="4" HotelCode="19188|villa_carlotta_hotel" HotelName="Hotel Villa Carlotta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Michele di Lando 3, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/56/92564a75f0625fcf998cbc8d51a5089a436d9ca3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historic, city hotel is located close to the town centre of Florence (just 1 km away)....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.97" OriginalAmount="144.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.812897" Longitude="11.283296" StarRating="4" HotelCode="99059|365135" HotelName="Eden Rock Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clemente Biondetti, 7, 50100 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/58/dc5801f263c69806c03af074be6d94f99c69f191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive suites at this resort are just 6 km from the centre of Florence in a splendid hilly re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.15" OriginalAmount="144.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7690174805" Longitude="11.271315515041" StarRating="3" HotelCode="32469|392675" HotelName="B&amp;B Hotel Firenze City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giovanni Amendola 34, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b7/e0b7e42047c2725beaa77e1190871bb9cc2ad2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a fabulous location in the historical centre of Santa Croce and is the id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="147.74" OriginalAmount="144.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79905342961" Longitude="11.227010786533" StarRating="4" HotelCode="95008|974133" HotelName="Nil Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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 Eugenio Barsanti 27 a/b, 50127 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/71/1571f932cb7fcee807dd9257b35b2ffc7ab9436f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a short drive from the historic centre. Shopping venues are 300 m away and bars and pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.90" OriginalAmount="145" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77990849" Longitude="11.24312938" StarRating="0" HotelCode="725934|521171" HotelName="BandBFirenze 8 Cittadella 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cittadella 8, 50144 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e5/8ae5a78a0c193534df4a5b6197d0c4ff88b48126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.90" OriginalAmount="145.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766216635272" Longitude="11.275451481342" StarRating="3" HotelCode="95010|hotel_lido_3" HotelName="Lido" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via del Ghirlandaio, 1, 50121, C, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/79/ac796b4178f458f299a8b2815ca1b01984e17d31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an ideal location from both the centre of Florence and the highway. It lies c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.50" OriginalAmount="146.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776178" Longitude="11.268005" StarRating="3" HotelCode="100017|613975" HotelName="Villa Liana" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Alfieri 18, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/ce/c5ce4143f09bbaf331977653d920cde2806a6b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.61" OriginalAmount="146.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777578243876" Longitude="11.25268151157" StarRating="3" HotelCode="82617|1891515" HotelName="Hotel Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 102/r, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/b9/61b9242c5a368921a4c145104508ca4c74a18b44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.76" OriginalAmount="146.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772340347224" Longitude="11.248922510225" StarRating="3" HotelCode="88880|351685" HotelName="Unicorno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Fossi 27, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/0c/3e0cfc5bb9ea04d63a9857622bd6e2eaa88f4b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is pleasantly situated on a street full of antique shops in the heart of Florence, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.94" OriginalAmount="147.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772195131878" Longitude="11.255825782209" StarRating="3" HotelCode="78723|hotel_de_lanzi" HotelName="Hotel De Lanzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Oche 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/ee/fbee60a0ca3af2242cf829caafcb3e373e461e47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.94" OriginalAmount="147.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774620714239" Longitude="11.240875124931" StarRating="4" HotelCode="11627|de_rose_palace_hotel" HotelName="De Rose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Solferino 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/fd/dcfdac05703fc93384d8339d6105597169730f2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just a short walk away from Ponte Vecchio and the town's theatre. It is also v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.94" OriginalAmount="147.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="983688|pink_wolf" HotelName="Pink Wolf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 8, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/fe/00feb92b2ddcbc455cdc9d1b2fd52a590a8ec36e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.96" OriginalAmount="148.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77843625" Longitude="11.25286104" StarRating="3" HotelCode="548402|locanda_dei_poeti" HotelName="B&amp;B Locanda Dei Poeti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 74, Nero, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/1b/121b6c0426d7190271543bee804e004da9f03105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.96" OriginalAmount="148.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78071085" Longitude="11.25913134" StarRating="3" HotelCode="548318|residenza_san_gallo_79" HotelName="B&amp;B Residenza San Gallo 79" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Gallo 79, San Lorenzo, San Marco, Santissima Annunziata, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/62/a5621d728750e4054be1409f0b80547c957c3008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.96" OriginalAmount="148.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776396" Longitude="11.245864" StarRating="2" HotelCode="913259|hotel_rayan" HotelName="Bella Firenze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orti Oricellari 32, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/30/e5309d330084d86ee49007bff148832de4edff2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.96" OriginalAmount="148.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="982897|sun_frediano_suites_florence" HotelName="Sun Frediano Suites Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Borgo San Frediano 62, Santo Spirito, 50124 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/3d/673d79640b5601270c084c2b6ff4a198378b2079.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="151.32" OriginalAmount="148.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776276598822" Longitude="11.255715787411" StarRating="3" HotelCode="87514|GPY" HotelName="Ginori al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de Ginori 22/24/26</AddressLine>
          </AddressLines>
          <PostalCode>055211392</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/7d/5d7d3d8165fbbef9b6177defab03280c54ad422a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location, just 5 minutes from Santa Maria Novella railway station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.98" OriginalAmount="149" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79717" Longitude="11.244651" StarRating="2" HotelCode="145518|324197" HotelName="Hotel Careggi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddeo Alderotti 43, 50139 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/48/4b48df68f73f1269c4eb4bea99f60a71df66c28e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.785267929361" Longitude="11.265452206135" StarRating="3" HotelCode="22691|hotel_meridiana_6" HotelName="Hotel Meridiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Don Minzoni 25, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1e/691e4da5ad648adc3038043e42439586fde67661.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773308" Longitude="11.248704" StarRating="2" HotelCode="117699|hotel_tourist_house_2" HotelName="Tourist House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 1, (Piazza Santa Maria Novella), 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/17/0c170d784c4c205706b4d22262f2c69cc3899bd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773369" Longitude="11.24789" StarRating="3" HotelCode="188951|novella_house" HotelName="Novella House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Porcellana 53, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/f9/0bf99644d5a6631a8d0102ed558c2bff303a8e0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.96" OriginalAmount="150.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777244931131" Longitude="11.252145767212" StarRating="3" HotelCode="37312|22820" HotelName="Galileo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 22/a, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f1/40f14b777ca78d3e48600981473a0244c6b1b6aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the pulsing city centre of Florence and provides an ideal b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770863332383" Longitude="11.234204471111" StarRating="4" HotelCode="49098|una_hotel_vittoria" HotelName="UNAHOTELS Vittoria Firenze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pisana 59, San Frediano, 50143 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/b6/7fb6c3256a0939ec6301b0f8b8f268e4d3c2f548.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780452" Longitude="11.258591" StarRating="1" HotelCode="260162|palazzo_branchi" HotelName="Palazzo Branchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Camporeggi 3, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d4/3dd47d1c2302e33866457eb206c52862be12fc86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769879401638" Longitude="11.254951357842" StarRating="3" HotelCode="913241|bb_olgas_house" HotelName="Olga's House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Calimaruzza 4, Piazza della Signoria, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f5/21f5ab7a454ea584a808c5a2f2f7daa8f4db1df5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778972397029" Longitude="11.250284314156" StarRating="2" HotelCode="913249|arco_antico" HotelName="Arco Antico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 107, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/50/22508b29b070348a02d0fca6edda5fb43838a2a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775836970777" Longitude="11.245247125626" StarRating="2" HotelCode="913246|relais_florence_hotel" HotelName="Relais Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 48, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/d3/68d3541929940f9063955f48baeb5b9c9c85de8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.57" OriginalAmount="151.54" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|362690" HotelName="Greentree Inn and Suites Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>240 West Highway 287</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/2/6/9/0/362690_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="154.95" OriginalAmount="151.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77666575" Longitude="11.225185" StarRating="4" HotelCode="901887|A2AB99" HotelName="Riva Lofts Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccio Bandinelli 98, 50142 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/9c/a29cdab3d083038a04601b9ec62a93affed5c307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.95" OriginalAmount="151.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7719839" Longitude="11.2712811" StarRating="4" HotelCode="300353|1070038" HotelName="Forte16 Apartments - View &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Forte 16, viale Gramsci 16, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/a8/bea8d7c7a1a819ce8d8df1ffdea6ed910711d44d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.04" OriginalAmount="152" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77841734" Longitude="11.2435855" StarRating="0" HotelCode="611048|235885" HotelName="Florence Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Iacopo da Diacceto 40, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9392973</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78011691253" Longitude="11.244549751282" StarRating="3" HotelCode="117208|leonardo_da_vinci_hotel_3" HotelName="Leonardo Da Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Monaco, 12, 50144 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/d8/a5d856326d1c02f494f25889832d67a86479024d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77533706" Longitude="11.2458074" StarRating="3" HotelCode="484921|home_boutique_santa_maria_novella" HotelName="Home Boutique Santa Maria Novella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scala 67, 50125 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d7/b7d726354ffc6318b3d829f6da1bec6e717d6dc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.80189196" Longitude="11.25350746" StarRating="0" HotelCode="720874|armonie_di_villa_incontri" HotelName="Villa Incontri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Incontri 4</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/94/d69459dd232b5ee6d71478f2c5bbe64fd4054efd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="3" HotelCode="737874|dimora_cavalieri" HotelName="Dimora Cavalieri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>61 Via San Gallo, San Marco - Santissima Annunziata, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/3d/743d0f83f8aa1a0116cc13edb6c8c857223ddddf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.23" OriginalAmount="152.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766249564366" Longitude="11.284560263157" StarRating="4" HotelCode="29452|1267909" HotelName="Columbus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>L.Arno Cristoforo Colombo 22/a, 50136 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/15/9e155739206d537eabbc4e4a60c5e2d883e3c629.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Florence, 1500 m from the Piazza Santa Croce.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.94" OriginalAmount="152.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784698" Longitude="11.281851" StarRating="2" HotelCode="82582|211446" HotelName="Ungherese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovan Battista Amici 8, 50131 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/68/da6873ff25a71823e8b35772ee13cc0231e7a814.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.06" OriginalAmount="153" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77218059" Longitude="11.25577766" StarRating="2" HotelCode="484634|200968" HotelName="Hotel Villani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Oche 11, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/56585/2356585/1.jpg?f=14938122</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="156.69" OriginalAmount="153.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776175891361" Longitude="11.250643730164" StarRating="3" HotelCode="174426|1377542" HotelName="Alinari" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari,15, 50123 Firenze, Italien</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/1c/5a1cdc2538395d91487b4b0920c15c1cc97e7e25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.71" OriginalAmount="153.64" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|184595" HotelName="Relais Stibbert Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaello Lambruschini 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/9/5/184595_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77110280501" Longitude="11.253729918175" StarRating="4" HotelCode="81523|residence_la_repubblica_2" HotelName="Residence La Repubblica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/dc/3fdc61dd9c35ac6fa13317f3af3fbfe8705721b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774209671505" Longitude="11.239138750804" StarRating="3" HotelCode="91548|hotel_consigli" HotelName="Lungarno Vespucci 50" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Amerigo Vespucci 50, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/f6/0bf6f7fbf2dde4147ce76862d5be97d6a146485d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772366313453" Longitude="11.257915198803" StarRating="3" HotelCode="913219|la_residenza_del_proconsolo" HotelName="La Residenza del Proconsolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Proconsolo 18, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/04/9a044fdd8190196463da80f6f83e3a42a85b4d41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77232045" Longitude="11.25454661" StarRating="3" HotelCode="548475|prestigia_rooms_bb_firenze" HotelName="Prestigia Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Roma 4, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1b/5e1bf144bf9a2c39580dc2c5c34bde28b3981cf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77586893" Longitude="11.25275373" StarRating="0" HotelCode="583495|il_mercato_centrale_bb" HotelName="Il Mercato Centrale B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'Antonino 38, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cf/a5cfcf5ea4c41a1df61bdfe1c47641cb99542b1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.12" OriginalAmount="156" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77155996" Longitude="11.25990276" StarRating="0" HotelCode="433309|177977" HotelName="Residenza d'epoca Borgo Albizi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Albizi, 14, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/7a/127a524694aa7734a779908099a2c686b9f6e885.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.63" OriginalAmount="156.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78212326" Longitude="11.25317934" StarRating="3" HotelCode="727522|2331885" HotelName="The Student Hotel Florence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Viale Spartaco Lavagnini  70-72, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c9/67c985ecf77fe58363c4e827afe8e6f270afaa62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.94" OriginalAmount="156.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77986969" Longitude="11.24529116" StarRating="3" HotelCode="346022|1771608" HotelName="Hotel Luxor Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 71, 50144 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2c/832c3cf02623dadf66274c58a833c668299293d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779588230428" Longitude="11.242952495813" StarRating="0" HotelCode="164065|alberghino_bb" HotelName="Alberghino B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Letizia Ronconi Gentili, Via Cittadella 6/A, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/0d/fe0dbc0cc85f7b1df87ff35994631b73311b55f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777564961511" Longitude="11.25496275723" StarRating="2" HotelCode="913296|hotel_guelfa_2" HotelName="Guelfa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Guelfa 28, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/81/5181d1a92d1e4fc699bb4f5bfcc1f1475a2061f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.61" OriginalAmount="157.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77400021" Longitude="11.25563934" StarRating="3" HotelCode="548417|2504745" HotelName="Martelli 6 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Martelli 6, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/0c/c50c15b4ef009c5ff01af130e309cc1abf400600.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.68" OriginalAmount="157.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.789006" Longitude="11.251646" StarRating="3" HotelCode="153500|2064795" HotelName="Relais Firenze Stibbert" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaello Lambruschini 39, 50134 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/dd/c6ddf3808f632117cdb0b3fe200fd0ce5f074c1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.16" OriginalAmount="158.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781499459843" Longitude="11.298877894879" StarRating="4" HotelCode="32808|best_western_hotel_villa_gabriele_dannunzio" HotelName="Hotel Villa Gabriele D'Annunzio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gabriele D'annunzio 141 A/B, 50135 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/d9/3ed9417c469444ccff54cd568d09c560d9c71839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies less than 4 km from the town centre and is situated within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.16" OriginalAmount="158.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77208387" Longitude="11.27123197" StarRating="2" HotelCode="428260|my_forte_relais_de_charme" HotelName="My Forte Relais de Charme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bicycle Rental,Concierge,Fitness Centre,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Viale Antonio Gramsci 16/3, Lungarno del Tempio, 50132 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/09/2e09b672ec263aa5a33b83e36685fa1cd9a327b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Florence (Historic Center - Downtown), My Forte Relais ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="161.68" OriginalAmount="158.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780747" Longitude="11.252835" StarRating="2" HotelCode="146780|352483" HotelName="Delle Camelie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via di Barbano 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/fd/e3fd72f200d481b5f5e9b50c65426ddb6f7249cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77287611697" Longitude="11.253977464174" StarRating="2" HotelCode="153494|relais_del_duomo" HotelName="Relais Del Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/f1/1af1730233c6615f6b24f7a9800e3021ffcea5d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772546288899" Longitude="11.262449842658" StarRating="2" HotelCode="393511|palazzo_graziani" HotelName="B&amp;B Palazzo Graziani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Pinti 13, 50121 Firenze, Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4f4a9a2ca31d8f6b5569ae15306e67fa3e4ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77578629" Longitude="11.25332004" StarRating="0" HotelCode="672839|emerald_palace__2" HotelName="Emerald Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell' Ariento 2, San Lorenzo, 50125 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/43/f4438a1aa1479ea7abc639108584fb6e39a19188.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.25" OriginalAmount="159.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77654047093" Longitude="11.251778304577" StarRating="2" HotelCode="186862|1070028" HotelName="Hotel Anna's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 56, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/2f/3a2f962faabb643d9c4fe191ca4b3403a400acbe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 350 m from Santa Maria Novella Station, in Florence's historic centre. Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="162.27" OriginalAmount="159.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770389" Longitude="11.255286" StarRating="3" HotelCode="96803|1845976" HotelName="Axial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calzaiuoli, 11, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/de/15deda2eec4b9d2a1f69839527a21e791e832f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly city hotel enjoys an excellent location on the 1st floor of a historic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76312" Longitude="11.272457" StarRating="3" HotelCode="116867|hotel_david" HotelName="David" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Michelangelo 1, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/38/bd38090c424c3c487f330509fde17ea6f3981b0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78726351" Longitude="11.28474856" StarRating="3" HotelCode="432941|dimora_salviati" HotelName="Dimora Salviati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza T. A. Edison 12, 50133 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/37/6637eca282ed99c91045aabf46f0998f1bb3cce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7727915" Longitude="11.23725144" StarRating="0" HotelCode="573149|la_fonderia_firenze" HotelName="La Fonderia Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Fonderia 65A, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/0f/090fa082a3432ec4853f7047244bac3f880a5e23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.04" OriginalAmount="161.80" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22332" HotelName="La Fortezza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE MILTON 95</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/3/2/22332_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2002, has 4 floors, 38 rooms, 7 single rooms and 31 double rooms. It has a reception, a safety deposit box service, a currency exchange service, a TV room and lifts. The establishment offers guests internet, a car park, room service and a laundry service. SITUATION: It is inFlorence the heart of Fortezza da Basso 50 metres away, clients have close to the establishment, clients can find public transport services, 100 metres away from the establishment, guests can find bars, 200 metres away from the establishment, you can find shops. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, satellite or cable TV, a radio and internet (available for a fee), They also have a mini-bar, a double bed, central heating and a safe (available for a fee). PAYMENT METHODS: Customers can pay using Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.24" OriginalAmount="162.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773894" Longitude="11.250949" StarRating="2" HotelCode="80850|hotel_nizza_3" HotelName="Nizza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f2/14f238015fb1cffc6410e4719d84fccca64d38ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.24" OriginalAmount="162.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769265405156" Longitude="11.274992823601" StarRating="3" HotelCode="34690|hotel_jane" HotelName="Jane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 56/58, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/697581e0715797a60b35e39aa1b2a11f219d0e88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally yet quietly located in the centre of the tourist area, close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.85" OriginalAmount="162.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757125947379" Longitude="11.312548841278" StarRating="4" HotelCode="60999|138201" HotelName="Villa Olmi Firenze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Club Resort,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Olmi 4-6, 50012 Bagno a Ripoli</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/33/023340684cd0606fed65cf84f03da9157acfade2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the Firenze Sud exit on the A1 motorway, this charming club resort is the ideal spot ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.26" OriginalAmount="163.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77859" Longitude="11.253397" StarRating="3" HotelCode="116934|hotel_eden_18" HotelName="Eden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 24/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale, 55, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/4c/344c9fb9614acb7ef4bce6bd963ee6854e4b1e08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the fascinating and prestigious centre of Florence, a few minutes' walking d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.26" OriginalAmount="163.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.763912522157" Longitude="11.245581060648" StarRating="3" HotelCode="410463|hotel_annalena_2" HotelName="Annalena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Romana, 34, 50125 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/96/0e/960ecd9bb4b91f46f9d80979a7bac1d7381a22a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the oldest and most authentic part of Florence, in front of the Giardino di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="166.38" OriginalAmount="163.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7684451796" Longitude="11.253871079317" StarRating="3" HotelCode="148798|2373930" HotelName="Hermitage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Marzio 1, Piazza del Pesce, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f5/e0f5ae6e7933ae6ee5c9deddcef30e800e4245dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.08" OriginalAmount="163.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77696" Longitude="11.251861" StarRating="4" HotelCode="10492|5843" HotelName="Atlantic Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 10, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d2/12d26c5de4a2a45e7be4a4a62fdc91cfa8028a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historical centre of Florence. This hotel is also located close to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.73" OriginalAmount="164.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77067712" Longitude="11.23327308" StarRating="2" HotelCode="566462|2956765" HotelName="Youth Firenze 2000" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Central Heating,Meeting Room,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Viale Raffaello Sanzio 16, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f2/1df285daa155e2cf8d4c43533c2359acd27e5308.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Youth Firenze 2000 is located just few minutes away from the historic areas of San Frediano and Sant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77425602" Longitude="11.25319626" StarRating="0" HotelCode="765592|residenza_d_epoca_la_basilica" HotelName="Residenza D Epoca La Basilica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conti 6 Rosso, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e9/eae96d03c4ea4e2ad7271ce267e617e3c6c0b1e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76857995" Longitude="11.25803051" StarRating="0" HotelCode="948573|appartamenti_ruggini" HotelName="Appartamenti Ruggini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Vinegia 5, Uffizi, 50122 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/24/8c24edbce453da799dee713604cb0d0db4fa2d74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776104" Longitude="11.260434" StarRating="3" HotelCode="46120|le_due_fontane" HotelName="Le Due Fontane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Santissima Annunziata 14, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/65/276553c23e96addbfdb266226e2811361b124800.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.783536963515" Longitude="11.259693678063" StarRating="2" HotelCode="346024|relais_lavagnini_florence" HotelName="Relais Lavagnini Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Viale Spartaco Lavagnini 8, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/84/3b845509062914424e978ceb411f664fe73adf47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.34" OriginalAmount="167" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770368" Longitude="11.255278" StarRating="2" HotelCode="888134|55899" HotelName="Maxim Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 11, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/919333559194ee2f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel lies in the main street of the city, Via dei Calzaiuoli, which directly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.34" OriginalAmount="167.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765960949922" Longitude="11.28487944603" StarRating="5" HotelCode="20866|hotel_ville_sullarno" HotelName="Ville sull'Arno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno C. Colombo 1/3/5, 50136 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ca/00ca42734c2509e4a36ee6b23c31e29513f45076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the right bank of the river Arno, only 20 minutes from the historical city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.36" OriginalAmount="168" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778852171512" Longitude="11.245042899342" StarRating="4" HotelCode="326635|183125" HotelName="MH Florence Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 37, Toscana, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/83/5b83f484b69cad4f211144fc0191474fd1ec9257.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776319" Longitude="11.252006" StarRating="3" HotelCode="902620|soggiorno_annamaria" HotelName="Soggiorno Annamaria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 21, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/42/c04215c17a1a40b1f25ea83ba79a774fe7025147.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76491497" Longitude="11.26334307" StarRating="4" HotelCode="637012|serristori_palace_residence" HotelName="Serristori Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Serristori 13, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/3a/813ad25638b742a85941d02671c3ea8b8d2b23f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.60" OriginalAmount="168.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777639" Longitude="11.249777" StarRating="3" HotelCode="130224|4880174" HotelName="Desiree" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 20, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5a/e8/5ae8deed918d159934bbd3d6b9def106bf7a8e58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.96" OriginalAmount="168.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777837542769" Longitude="11.244855523109" StarRating="4" HotelCode="95014|364585" HotelName="Embassy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo da Diacceto, 8, Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/0e/d60e8f0fa941509bbd51c737d123726f478660fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776835" Longitude="11.250115" StarRating="2" HotelCode="116723|albergo_bijoux_bb" HotelName="Bijou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9a/139adaabaa3bc98b9dfb1de15260c127b5844f88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bijou is located on the 3rd floor of an old building in the heart of the historical center...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.43" OriginalAmount="169.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77621" Longitude="11.250547" StarRating="3" HotelCode="147419|2094845" HotelName="Ester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/48/b44890f102fe24893c5d0b22dc5b7995bcd9a97e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows guests to stay connected. Those arriving in their ow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775831" Longitude="11.245249" StarRating="2" HotelCode="188948|la_locandiera" HotelName="La Locandiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 48, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a0/3ca071352cf8093cfb928e8781e0b5bc34ad0243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78274757" Longitude="11.25497933" StarRating="2" HotelCode="396841|corte_passi_florence" HotelName="Corte Passi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>via Leone X 2, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/56/0756015e0d07af849a9ad002ddab78c80aa1f9b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778081557619" Longitude="11.253379583359" StarRating="3" HotelCode="913255|locanda_dei_guelfi" HotelName="Locanda dei Guelfi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 45, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a3/a2a364387c42f1883b3d54c45c8ff65bc916af58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77453689" Longitude="11.28345489" StarRating="0" HotelCode="716869|bb_le_casine_di_firenze" HotelName="BB Le Casine Di Firenze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Pierfortunato Calvi 18, Campo Di Marte, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/52/a3528db2d524ca3d58ad7f647f76cf068d023955.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.04" OriginalAmount="170.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778501803081" Longitude="11.253570020199" StarRating="3" HotelCode="36222|574275" HotelName="Kursaal Ausonia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale, 24, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/58/0a584c26aa6edd44b669066e3f3d75c96a0f8785.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very centrally located, just a few steps from the Duomo, near Santa Maria Novella train...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778523" Longitude="11.24511" StarRating="3" HotelCode="34058|hotel_arcadia_11" HotelName="Arcadia Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alamanni 35, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/31/0931a393d173ad9ce7c14acf2a7da0164ff31282.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family friendly city hotel is located just 2 blocks from the central train station of Santa Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.751119" Longitude="11.239509" StarRating="2" HotelCode="143983|argentiere_bb" HotelName="Argentiere B&amp;B Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Alfonso Borelli 8, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/23/ed23305353c6eb48188befbf2576fc4cc7ea5801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.59" OriginalAmount="171.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.762514902108" Longitude="11.317216157913" StarRating="4" HotelCode="161563|574445" HotelName="Mulino di Firenze" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Villamagna 119, 50126 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/69/df6915440a71ab3ce120de5c0ccebb7b70e002ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the historical centre and it is built directly on the bank of the Arno...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.44" OriginalAmount="172.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782561" Longitude="11.243846" StarRating="3" HotelCode="143249|alla_dimora_altea_2" HotelName="Alla Dimora Altea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Belfiore 58, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/3b/8f3b293dedadd652c570c8135e281389180bc85b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.70" OriginalAmount="172.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77295204" Longitude="11.23690642" StarRating="3" HotelCode="536680|2505385" HotelName="Mia Palace B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fonderia 8, 50142 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/a8/95a8400bcdfd7dd0f22636e6050288eb9fd620f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.46" OriginalAmount="173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78420641" Longitude="11.2650413" StarRating="3" HotelCode="737741|messori_suites" HotelName="Messori Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Giacomini 25, 50132 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/43/4443b52799b32cf31364e9361b0c451ed7b48ca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.21" OriginalAmount="173.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776207" Longitude="11.25068" StarRating="3" HotelCode="259862|356235" HotelName="Hotel Cosimo de'Medici" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ae/a1ae6d7a36600aec14614ee03ac311ccb54d8d15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located 300 metres from Santa Maria Novella station and 10 minutes' walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773515797325" Longitude="11.254870891571" StarRating="1" HotelCode="186861|duomo_view_bb" HotelName="Duomo View Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Giovanni 6, 50123  Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4b/a44bd9ad64c975f724f38b1192c1341db630ebb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Florence Cathedral with stunning views over the monuments. With such a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77738179" Longitude="11.25120948" StarRating="0" HotelCode="542232|bed_and_breakfast_locanda_di_mosconi" HotelName="Bed and Breakfast Locanda di Mosconi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 61, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/08/9a08ee1a04dce93d82dac7d69e2c291dd1322dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="177.87" OriginalAmount="174.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773902" Longitude="11.243112" StarRating="3" HotelCode="901651|353497" HotelName="Magenta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 40, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/d3/3ed3db00706a027f42652716f9805de83486ece5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.52" OriginalAmount="176.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.764835" Longitude="11.260562" StarRating="3" HotelCode="117639|hotel_silla" HotelName="Silla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Renai 5, 50100 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9a/089ab79e9214b5f143a3066366f95cf40cb6b56b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the left bank of the River Arno, a few minutes' walk from the historical ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.86" OriginalAmount="176.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778999509325" Longitude="11.25392138958" StarRating="3" HotelCode="34673|17159" HotelName="Caravaggio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 5, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/02/2502b402b93f0d87167505fbab69ef4f0b6acf19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed in a palace that dates back to the 19th century and lies in a convenient locati...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.93" OriginalAmount="176.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772243" Longitude="11.248974" StarRating="3" HotelCode="907141|892125" HotelName="Residenza Fiorentina" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via de'Fossi, 12, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/ba/69ba261bc331eff7663b4d3022cf5bc3e67a9ee9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775483" Longitude="11.25395" StarRating="4" HotelCode="88879|corte_dei_medici" HotelName="Solo Experience Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Canto dei Nelli 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/11/1011ef139ec23765b864a1b2d8bedd80960d2732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly historical hotel is situated at the heart of Florence, just a 10-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773190613118" Longitude="11.243747082924" StarRating="2" HotelCode="165973|patrizia_hotel" HotelName="Dedo Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 7, Santa Maria Novella, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/c1/bec155c6f59e0a3967e7c131b62728126ab39249.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Florence. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78442273" Longitude="11.26366299" StarRating="0" HotelCode="730091|la_foresteria_5" HotelName="La Foresteria 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Don Giovanni Minzoni 5, 50129 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a2/50a26c7a4328625299a4dff61b06aba3b454e7cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771471501953" Longitude="11.247191727161" StarRating="3" HotelCode="79278|hotel_goldoni" HotelName="Goldoni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Ognissanti, 8, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/03/a4031f1947b58e04933ce27ce7464ce4a73107e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in Florence's historical centre, 300 m from the S.Maria Novella ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776577" Longitude="11.250402" StarRating="2" HotelCode="143484|hotel_angelica" HotelName="Angelica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/3b/4b3bd8da23a8abd20a73f1c1073a0e387e647d22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776737668818" Longitude="11.254981909259" StarRating="2" HotelCode="91559|hotel_collodi_firenze" HotelName="Collodi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddea 6, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/e9/d6e9732413b5029962ebb2f5048ea8c20fb91496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769209137059" Longitude="11.245822534595" StarRating="3" HotelCode="400720|la_torre_del_cestello" HotelName="La Torre Del Cestello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo San Frediano 8, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/76/b876366e3b697ee0aff820558c5aed213eb2e0ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.49" OriginalAmount="180.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773426334785" Longitude="11.244946515241" StarRating="4" HotelCode="34711|1331509" HotelName="Hotel Palazzo Ognissanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Maso Finiguerra 12r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/df/2edf9e171353bc8e3323e0d3a55b193cf116e916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its central position, it is a short walk away from the Ponte Vecchio, the Teatro Comunale,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.62" OriginalAmount="181.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76927483" Longitude="11.24577624" StarRating="3" HotelCode="548489|residenza_depoca_al_numero_8" HotelName="Bed And Breakfast Residenza D‘Epoca Al Numero 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo San Frediano 8, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/89/48/89482559b6de50bd42a0fcd68207d3818fddd1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities to ensure guests a comfortable stay. Wireless internet access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776355" Longitude="11.250311" StarRating="2" HotelCode="144845|hotel_berna_2" HotelName="Berna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/da/a8da9c43a70ae9085aa2322621f876a83e2652d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773415" Longitude="11.253637" StarRating="3" HotelCode="152366|il_perseo" HotelName="Perseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dè Cerretani 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/82/90828f6e44fb19c031c93712924e75bd462d2976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.92" OriginalAmount="182.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770533097589" Longitude="11.259414553642" StarRating="4" HotelCode="98954|2097145" HotelName="Borghese Palace Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 174/r, 50143 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fc/cd/fccd6543add3ff4eeba4f7271b2c726f5463e640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.09" OriginalAmount="182.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77757803382" Longitude="11.24964594841" StarRating="2" HotelCode="63991|330865" HotelName="Lilium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, 50123 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/1e/7e1e2b4fa8d3338152c8050b6b4c704286b1b900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the central train station, S. Maria Novella (only 3 minutes by foot), ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773774203808" Longitude="11.251730736641" StarRating="3" HotelCode="14612|hotel_martelli" HotelName="Hotel Martelli Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 8, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/50/2650079d9e027b0783aa4452c0a1a1a6f3f1a8df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel enjoys a wonderful central location between Florence's cathedral and main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775869" Longitude="11.252175" StarRating="3" HotelCode="237535|katti_house_2" HotelName="Katti House Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 21, 50123 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/7e/9b7e7d768cbdc8e0e49d137a90c6448495a7d7dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77054957" Longitude="11.27266229" StarRating="0" HotelCode="947031|bb_the_attico" HotelName="B&amp;B The Attico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Vincenzo Gioberti 78N, 50121 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a4/bfa4f80a4639069d60859b08f2b8fb849104b959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.82" OriginalAmount="183.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777585511717" Longitude="11.24965004158" StarRating="3" HotelCode="116954|125312" HotelName="Astrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/d4/e9d4c749f138eac79bdfdf9f907015168882749c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;There are many breath-taking sights within a few minutes' walk of this hotel's front door. It is jus...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="186.96" OriginalAmount="183.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780757909103" Longitude="11.254821270704" StarRating="3" HotelCode="56963|711866" HotelName="Donatello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 23, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/c3/a7c3a61db9f60d79ed0a17716c0f844addee1e62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a peaceful location in the centre of Florence, near famous sights such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.36" OriginalAmount="183.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772662" Longitude="11.255265" StarRating="3" HotelCode="77736|219123" HotelName="Bigallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo degli Adimari 2, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/27/6927df66312d31929b85ba686e3fbebe55486196.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.68" OriginalAmount="184.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772382" Longitude="11.255342" StarRating="2" HotelCode="116840|costantini" HotelName="Costantini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 13, Duomo, 50122 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/72/6b72846bcbdbf1954ea0e7406ce2d5a609a3f8e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Pisa (PSA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.68" OriginalAmount="184.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774310836007" Longitude="11.251925826073" StarRating="4" HotelCode="24254|residenza_castiglioni" HotelName="Residenza Castiglioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50100 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/10/4f101309b22c6011f052e647a511f33892ef9548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.68" OriginalAmount="184.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781748" Longitude="11.256982" StarRating="3" HotelCode="91550|hotel_royal_16" HotelName="Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Ruote 50-54, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/86/f78670cbbd9295fea1dc6565738fbdf60a1b78ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.11" OriginalAmount="184.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781303" Longitude="11.258667" StarRating="3" HotelCode="47446|169097" HotelName="Cimabue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 7, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/ae/56ae34d07c522ce902b69cb3038c4a114fed6db5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near to the heart of the city, in one of the oldest areas of the historical ce...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7756" Longitude="11.2564" StarRating="3" HotelCode="25626|hotel_gioia" HotelName="Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour, 25, 50129 Florenz, Italia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/58/3758ccbb4d343e93c50c1472b1145bf38fafbf53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77598484" Longitude="11.25643855" StarRating="0" HotelCode="826029|homedo_bed_breakfast" HotelName="Hom Edo B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 15, 50122 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/8b/b58b299d4bbcadbb5d5c8b04b2a74005efe40a69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776953" Longitude="11.250283" StarRating="3" HotelCode="116613|annabella_hotel_in_florence" HotelName="Annabella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/81/3d817d0b55fb28b033e0aa03c0cecbc4c6aaade3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772478" Longitude="11.255258" StarRating="2" HotelCode="173004|rodo_hotel_fashion_delight_2" HotelName="Rodo Hotel Fashion Delight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 13 Nero, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/ed/dded9d348e1c42a215965e3b019372dd208c5ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78390275948" Longitude="11.272635161877" StarRating="2" HotelCode="164371|hotel_emma" HotelName="Emma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Pacinotti, 20, 50131 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/05/5b05164b203b2a5810c3c691175a1a8592e35b42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.13" OriginalAmount="188.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780688" Longitude="11.255036" StarRating="3" HotelCode="14356|270215" HotelName="Malaspina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 24, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/30/9630c789ccac79f3531acd985d8f866f729907a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a genuine Florentine-style building that dates back to the 19th century, this pleasant cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.78" OriginalAmount="189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776882" Longitude="11.250346" StarRating="2" HotelCode="117137|hotel_joli_5" HotelName="Joli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 8, 50123 Flirenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/46/e946f547840f73a71c39f52cdc477fea619a6ee7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.78" OriginalAmount="189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77455198" Longitude="11.25827007" StarRating="0" HotelCode="731943|dei_servi_apartment" HotelName="Canto Dei Servi B&amp;b" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Servi 19, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ed/6ced9028a44cc2686b93bf41e5531bd8c07ebc8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.80" OriginalAmount="190.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769197" Longitude="11.253055" StarRating="3" HotelCode="154247|hotel_torre_guelfa" HotelName="Torre Guelfa Palazzo Acciaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Santi Apostoli 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/db/48db1497f1a908d68ea669d857bf1fb753046d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.81" OriginalAmount="190.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77722" Longitude="11.249863" StarRating="3" HotelCode="10726|614025" HotelName="Beatrice" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/47/0e47174ed075dbb288eddd7f03088e4cb2248fde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.82" OriginalAmount="191.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754388" Longitude="11.245862" StarRating="3" HotelCode="65032|hotel_villa_betania" HotelName="Villa Betania" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale del Poggio Imperiale 23, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/45/b745aa3660a69003b10826a10882df9ccd65e976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.74" OriginalAmount="191.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778343" Longitude="11.253083" StarRating="3" HotelCode="188943|1461168" HotelName="Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 68, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c6/7dc6b0fdfe6451261d0f3a22a88dcebd759db0fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.81447243" Longitude="11.2340998" StarRating="0" HotelCode="967945|bb_palazzi" HotelName="B&amp;B Palazzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuliano Ricci 12/B, 50141 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/0c/8d0c1c4af559893e372ab71c752742754c93adc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="196.59" OriginalAmount="192.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781267215679" Longitude="11.262182593346" StarRating="3" HotelCode="11615|HZF" HotelName="De La Pace, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lamarmora 28</AddressLine>
          </AddressLines>
          <PostalCode>055577576</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b0/3bb0d439410b260b38d8f1961e28af7b9c084565.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the historical centre in a 19th century building, this hotel is ideally base...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776722" Longitude="11.251544" StarRating="3" HotelCode="14286|hotel_machiavelli_palace" HotelName="Machiavelli Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 10, 50133 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/e4/e5e457b6032e461527f56ed06ce4c6f72cf11b1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the historic centre of Florence. Famous sightseeing attractions, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.14" OriginalAmount="193.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769234" Longitude="11.274771" StarRating="2" HotelCode="52598|394925" HotelName="Orcagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 57, 50121 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/36/8e365471a231e71e0e0d395636962199a362bc79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally located directly in the tourist centre just a short distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77678745" Longitude="11.25717371" StarRating="0" HotelCode="558140|san_giuliano_inn" HotelName="San Giuliano Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 33, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f7/0df7f569e9e30f6f910983b31cccad2482fb0ac6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.32" OriginalAmount="194.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774986" Longitude="11.246147" StarRating="3" HotelCode="79711|1562518" HotelName="Boccaccio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 59, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/27/b127eff469e54249f25a5a267251d2cbf6f6ed6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.92" OriginalAmount="196.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7766" Longitude="11.257024" StarRating="3" HotelCode="117106|hotel_il_guelfo_bianco_2" HotelName="Il Guelfo Bianco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 29, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e6/f8e66042bb78763c4681f6a5e567d18109b2bdb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.37" OriginalAmount="196.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775296550309" Longitude="11.246433309887" StarRating="4" HotelCode="47540|353535" HotelName="Hotel Club Florence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina da Siena 11, Zona Santa Maria Novella, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/51/6451ccce81d3c8e11a6f6bca420086f8e0076b2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located within a few minutes walk of the historical main square and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.45" OriginalAmount="196.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77671" Longitude="11.251702" StarRating="3" HotelCode="117509|574235" HotelName="Residence La Contessina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza, 71, Florence 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/c9/25c9a882f4602fdda3440ef045159907a223853f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.33" OriginalAmount="197.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766108" Longitude="11.272155" StarRating="4" HotelCode="14676|351645" HotelName="Grand Hotel Mediterraneo" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno del Tempio 44, 50121 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/cf/91cfc2dc1a9799a3cb796f6bbd44c6c9cb10b1ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city and conference hotel is situated within a few minutes walk of the beach Florenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769121538224" Longitude="11.254415585337" StarRating="2" HotelCode="393414|la_torre_dei_salterelli" HotelName="La Torre Dei Salterelli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dè Salterelli 1, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/8d/958d274db9e8c93e282de4909a6581be2862e4b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77983681" Longitude="11.25981061" StarRating="0" HotelCode="622598|boutique_hotel_hugo" HotelName="Boutique Hotel Hugo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 66, 50129 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/54/4c/544c7f002956af93303a9706b4ee86ee1425154b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77949" Longitude="11.244693" StarRating="2" HotelCode="900114|bb_il_marzocco_2" HotelName="Il Marzocco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli, 78, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/b4/47b47db1694a30f63c4551c84a50923f66c74381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated less than 200 metres from the Fortezza da Basso and the Palazzo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.00" OriginalAmount="200.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778132" Longitude="11.253041" StarRating="2" HotelCode="277516|sette_angeli_rooms" HotelName="Sette Angeli Rooms Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Central Heating,Internet,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 31, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/46/8746766de3b4d1a8ce3a840e654bff9fdf77aa47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sette Angeli Rooms is located in a historical building just a 5-minute walk from the train station o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.00" OriginalAmount="200.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76794211" Longitude="11.26141212" StarRating="3" HotelCode="483136|la_maison_du_sage" HotelName="La Maison du Sage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Magliabechi 7, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ce/b1ced18f12df18a6b38a1a7da5b1c0b04b83ac51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.00" OriginalAmount="200.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78294" Longitude="11.242623" StarRating="2" HotelCode="902624|soggiorno_madrid" HotelName="Soggiorno Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Francesco Redi 1, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/15/661540e3692ccb790653431567c495af9b6aa539.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.02" OriginalAmount="201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772157" Longitude="11.328269" StarRating="2" HotelCode="265038|celle_dei_frati_di_montalbano" HotelName="Castello di Montalbano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Garden,Housekeeping,Internet,Jacuzzi,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Montalbano 8, 50135 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/18/1b18b8fe43612422a718855a747153c0d0656edb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Castello di Montalbano is located 7 km from the center of Florence and offers a splendid view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="205.11" OriginalAmount="201.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776849853442" Longitude="11.250268220901" StarRating="4" HotelCode="172172|232456" HotelName="Hotel Albani Firenze" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 12, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/ab/3fab87ab95735d330e0d7cabd90ab1e667bd49b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Florence, this hotel lies within a short distance of many of the city's top ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="205.37" OriginalAmount="201.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771462" Longitude="11.253449" StarRating="3" HotelCode="395139|759129" HotelName="Pendini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Strozzi 2, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/72/307220c8ee9a6f3761bcdd3212934c35d5de02a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773513" Longitude="11.252702" StarRating="4" HotelCode="19261|hotel_laurus_al_duomo" HotelName="Hotel Laurus al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Cerretani 54/R, 50123 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2b/06/2b06b7acdd5f72eb539a17145d5bccfaf62e0ca9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Florence. It is just a few minutes walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.745019213937" Longitude="11.217307816062" StarRating="4" HotelCode="80332|marignolle_relais_and_charme" HotelName="Marignolle Relais &amp; Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Quirichino 16, 50124 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4a/bd4ad401196dbeac1a7d89b482242a99c1d58c08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7768592" Longitude="11.25002899" StarRating="0" HotelCode="583862|eco_urban_bb" HotelName="Eco Urban B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/5c/f45cf9e690c3cdb4328e565aa83d6b410267afdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780587493766" Longitude="11.257457882166" StarRating="0" HotelCode="913313|mr_my_resort" HotelName="Mr. My Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Ruote 14A, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/cf/c8cfc572c0dca66cb967b3bd1dfa72172fb6109c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.08" OriginalAmount="204.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776608" Longitude="11.237872" StarRating="4" HotelCode="18200|starhotels_michelangelo" HotelName="Michelangelo Firenze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 2, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/4f/244f286ebd22867f9f7fe4bb0245cc8d0d50dd40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of Florence, this hotel is situated close to the Piazza del Duomo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.08" OriginalAmount="204.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774342796828" Longitude="11.255679055566" StarRating="3" HotelCode="385660|bb_le_stanze_del_duomo" HotelName="B&amp;B Le Stanze del Duomo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli 8, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3e/973ec4c1ec602ee1ef5da37d1faaebc743729064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.51" OriginalAmount="204.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769896833622" Longitude="11.256721615791" StarRating="2" HotelCode="913217|2505265" HotelName="In Piazza della Signoria - Residenza d'Epoca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Magazzini 2, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c2/03c21a801d0cdf20d6c799dd6c9c26a7a36e5112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.89" OriginalAmount="204.79" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22260" HotelName="Palazzo Ognissanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA MASO FINIGUERRA 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/0/22260_d87230e1428.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, has 4 floors and 44 rooms. It has a lobby, a lift, a reception, a safety deposit box service and a currency exchange service. Guests can find a cafÃ©, a restaurant, a bar, conference facilities and internet. The establishment offers guests a car park, a medical care service, room service and a laundry service. SITUATION: This hotel the Ponte Vecchio, the Teatro Comunale, Via de' Tournabuoni and Via della Vigna Nuova it is close to nearby, you will find shops, the historic centre, the Congress Centre and Santa Maria Novella the Railway Station of it is situated 5 kilometres away from Florence Airport. ROOM: Customers can find cosy, soundproofed rooms with a hairdryer, They have a direct line telephone, satellite or cable TV, internet, a mini-bar, a king-size bed, heating, an air-conditioning system, a safety deposit box and a balcony or terrace. OBSERVATIONS: Nearby, there is a car park (for a fee). PAYMENT METHODS: The establishment accepts Visa, Mastercard and Diners Club. OTHERS: Near the establishment, guests have available to them restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.38" OriginalAmount="205.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754485337301" Longitude="11.25850385837" StarRating="3" HotelCode="317610|1761348" HotelName="Art Hotel Villa Agape" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Torre del Gallo 8, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2f/832f0c5f7cb28d234d77ef32dcbd6cefd125fd3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.90" OriginalAmount="205.78" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15765" HotelName="c-hotels Club" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA S. CATERINA DA SIENA 11/R</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/6/5/15765_cbe298f1035.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, modern style hotel, has 4 floors and 61 rooms. The establishment boasts a bar. SITUATION: This trendy hotel is in the central area, is situated only a few minutes walk away from Florence the Railway Station of nearby, you will find shops, restaurants, cultural places and museums. 100 metres away, guests have a public transport stop. ROOM: The rooms have a bathroom with a shower, a direct line telephone and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="210.40" OriginalAmount="206.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775804046961" Longitude="11.245214939117" StarRating="4" HotelCode="27722|602524" HotelName="Adler Cavalieri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scala 40, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a6/33a6785c5cca0df43bf4d3db2eb157ed6f1a1b35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive up-market hotel is situated within the historic centre of Florence. The various shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="210.57" OriginalAmount="206.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779048" Longitude="11.243627" StarRating="3" HotelCode="79279|1050758" HotelName="Golf Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli, 56, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/60/70604338535bf542df7a6e6c8f9642d9e9832911.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is an elegant establishment located in Florence, just a 10-minute walk from Santa Maria No...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774464" Longitude="11.238454" StarRating="2" HotelCode="77909|hotel_casa_del_lago" HotelName="Casa Del Lago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lungarno Vespucci 58, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/97/1e97e52ee12557fb245d839cbf138e1d7a059835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778068" Longitude="11.244303" StarRating="4" HotelCode="14177|hotel_londra" HotelName="Londra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo Da Diacceto 16-20, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/49/f149211eaa4303f781bd440be141ccff4da7592b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the business and historical centre of Florence just a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.16" OriginalAmount="208.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774666" Longitude="11.241347" StarRating="4" HotelCode="259651|hotel_kraft" HotelName="Kraft" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 07/10/2026" 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 Solferino 2, 50123 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/14/d0143ca4b96c70f0a0b19e5122dbec30ac4993f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys wonderful surroundings, in the quiet, residential area of the historical centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="214.66" OriginalAmount="210.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773522576019" Longitude="11.250215917826" StarRating="4" HotelCode="902015|WUA" HotelName="Rosso23" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Novella 23</AddressLine>
          </AddressLines>
          <PostalCode>05527730199</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e8/97e82c4ae1d7e17e57a33b23d6f4e86def5103d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774301152287" Longitude="11.251974105835" StarRating="3" HotelCode="913244|alloro_bb" HotelName="Alloro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a8/62a82fb748555a980a30a5c3ad1e7e933b438359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7764891" Longitude="11.25097094" StarRating="3" HotelCode="776617|aurum_firenze" HotelName="Aurum Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 8/a, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/b5/d6b51c3f7dec0d5fbca20d497ba26c3c5bf969ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.38" OriginalAmount="212.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776663933627" Longitude="11.2551176548" StarRating="3" HotelCode="11169|299365" HotelName="Botticelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddea, 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/02/3602f5f7833631abc02892ff35d980261ec3e6dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the old market, San Lorenzo, in the heart of central Florence, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77678" Longitude="11.251425" StarRating="3" HotelCode="20233|hotel_sempione" HotelName="The Market Urban Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 15, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/d0/2ed0d5c56b6d86dd1ead2dd2783465a97c4826a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76710442" Longitude="11.24919442" StarRating="0" HotelCode="625342|apartments_florence_palazzo_ridolfi" HotelName="Palazzo Ridolfi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Maggio 13, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/89/1c892d31ad1975d137cfecd2526e4ea559eadf4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77609957" Longitude="11.24970916" StarRating="3" HotelCode="546914|7florence_bb" HotelName="7 Florence B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Della Stazione 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/aa/8caae765a8e09e5fb68c01f883bfa5eae3aeb2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7807" Longitude="11.252835" StarRating="2" HotelCode="913295|hotel_arianna" HotelName="Arianna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Barbano 12/R, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/21/b621efa8c6383a9831724544a012fce30c1d4f6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.88" OriginalAmount="213.61" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15737" HotelName="Grand Baglioni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>PIAZZA UNITA ITALIANA 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/3/7/15737_8e78fcd1414.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, was built in 1902, has 5 floors and 195 rooms. It has an inviting bar and a restaurant. SITUATION: This establishment, is in Florence the city centre of 300 metres away from the establishment, you can find Santa Maria Novella the Station of in the surrounding area, there is the conference centre, museums. ROOM: Customers have cosy, comfortable rooms with a bathroom, a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.28" OriginalAmount="214.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775338" Longitude="11.251849" StarRating="4" HotelCode="167650|hotel_art_atelier" HotelName="Art Atelier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dell'Amorino 20, Firenze 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/63/29635041d3e0553254ed581561e9d329a354b3a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the train station of Santa Maria Novella, which is within 5 minutes' walk,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.30" OriginalAmount="215.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77078321" Longitude="11.30682126" StarRating="3" HotelCode="556773|duchess_boutique_de_charme" HotelName="Duchess Hotel De Charme B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Guarlone 26, 50135 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/90/7090a21438e0f8ffdd75534cdce8224dac922572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Florence. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.50" OriginalAmount="216.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772313051239" Longitude="11.25125259161" StarRating="4" HotelCode="11647|14824" HotelName="De La Ville" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Antinori 1, Via Tornabuoni, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/46/bb46095b215f650167b505618d03731a304de28a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is wonderfully located in the centre of Florence. It is located right next to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="220.68" OriginalAmount="216.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780955435362" Longitude="11.255367100239" StarRating="3" HotelCode="16488|YDN" HotelName="Rapallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S.Caterina d'Alessandria 7</AddressLine>
          </AddressLines>
          <PostalCode>055470385</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/2d/922d46346dfeff96e3894d4d3934265c12c25bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Florence. The Uffizi Gallery and Michelangelo's David a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.95" OriginalAmount="216.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776385" Longitude="11.246233" StarRating="4" HotelCode="30108|14844" HotelName="Hotel Diplomat" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 9, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/2d/0b2d23600459d1fe0e9688ed4faac4c4ce9c0d7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally situated in front of Santa Maria Novella train station and is a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="221.69" OriginalAmount="217.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773489650928" Longitude="11.251402795315" StarRating="3" HotelCode="15673|PAF" HotelName="Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Banchi 2</AddressLine>
          </AddressLines>
          <PostalCode>055268505</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b6/1b/b61bbf1da93a5ad7c0e83d31e138dbd6ad2a45ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the centre of Florence, this hotel is close to various shopping streets in the old town ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.40" OriginalAmount="218.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766915" Longitude="11.268015" StarRating="4" HotelCode="148953|955015" HotelName="Home Florence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Piave 3, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911a1f08920780ec83c1d28b865ba9afa909a75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.83" OriginalAmount="219.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77549" Longitude="11.239123" StarRating="3" HotelCode="10315|392625" HotelName="Ariele" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f7/c4f79b1031e0367b796441142b0a04ecafda6aa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774684626424" Longitude="11.250767111778" StarRating="4" HotelCode="12985|grand_hotel_baglioni" HotelName="Baglioni Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Unità Italiana 6, Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cb/3f/cb3f04509b6333c020e6bd91f9fb77fe2766fc43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Florence just a few minutes walk from Santa Maria Novella...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778827152379" Longitude="11.256225407124" StarRating="4" HotelCode="318231|room_mate_luca" HotelName="Room Mate Luca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXVII Aprile 3, 50129 Florencia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bd/56bd76bfeff9c0254ca9a8fe26b7b3c6538c471d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the lively city of Florence, with countless shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="224.94" OriginalAmount="220.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77657" Longitude="11.251313" StarRating="3" HotelCode="10363|3019563" HotelName="Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 8/A, 50123 Florence, Italia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/557d9fb796edd877/64/64f39611b183a07e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located directly beside the railway station Santa Maria Novella. The most im...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.42" OriginalAmount="221.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771429" Longitude="11.260915" StarRating="1" HotelCode="913212|hotel_locanda_orchidea" HotelName="Hotel Locanda Orchidea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo degli Alizi 11, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/3b/9b3b71b7994a29789cd96dfd1dd4d12738015d8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.81" OriginalAmount="221.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774217" Longitude="11.242529" StarRating="4" HotelCode="69856|292532" HotelName="Executive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Curtatone 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4c/c04c5721df3f7e5bcaf086159a724cac7534e27a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.755877" Longitude="11.251326" StarRating="4" HotelCode="81108|park_palace" HotelName="Park Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Galileo 5, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8c/7b8c5f2b427e7a0d600307bf7da768c6045c5084.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7749831" Longitude="11.2628895" StarRating="3" HotelCode="314432|residenza_il_villino" HotelName="Residenza il Villino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pergola 53, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/08/c3084fc64c7c44785a2d892bd98f899e690171ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.48" OriginalAmount="224.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778751" Longitude="11.256445" StarRating="0" HotelCode="199602|relais_grand_tour" HotelName="Relais Grand Tour &amp; Grand Tour Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Reparata 21, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/ed/13eda982efe457729da74f4e1cfe4a6e4882b885.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77599247" Longitude="11.25301248" StarRating="3" HotelCode="545918|bb_lorenzo_de_medici" HotelName="B&amp;b Lorenzo De' Medici" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'Antonino 34, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/8d/038d2af73da1d737ac0f0b158b655e6148c57436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76918485" Longitude="11.23981957" StarRating="4" HotelCode="548373|horto_convento" HotelName="Hotel Horto Convento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ludovico Ariosto 13, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f9/c7f9ef2f81fb5f841c8f934ccae7efae44347acc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77381" Longitude="11.255533" StarRating="3" HotelCode="901692|palazzo_gamba_apartments" HotelName="Palazzo Gamba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Martelli 2, Duomo, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/9b/669b460621c0e840177a408646e480ef193baa7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774375" Longitude="11.251966" StarRating="3" HotelCode="99725|hotel_burchianti" HotelName="Burchianti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/19/8b19593f1b56a586e2c0c7f5014de14761e85a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76578445" Longitude="11.24457932" StarRating="0" HotelCode="629504|ottantotto_firenze" HotelName="Ottantotto Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Serragli 88, Santo Spirito, 50124 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/f8/ebf8db47829e47aeedb5cfea5470ccd1c29fa4ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.96" OriginalAmount="226.43" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|19725" HotelName="C- Hotels Diplomat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>LUIGI ALAMANNI 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/2/5/19725_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips. SITUATION: This establishment, is in Florence the city centre of Close to the railway station, el Centro de Exposiciones y Congresos 5 minutes away from the establishment, clients can find Close to the historic centre, and.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.25" OriginalAmount="226.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775645" Longitude="11.252371" StarRating="2" HotelCode="52591|2426545" HotelName="Accademia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 7, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/43/6643ff4d0abed3801d16451ecefe530409e056d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="231.48" OriginalAmount="226.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767485360804" Longitude="11.252548098564" StarRating="3" HotelCode="19262|1126492" HotelName="Pitti Palace al Ponte Vecchio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo San Jacopo 3, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/8a/5f8a69807668925708df3535612d8514b6751c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Florence hotel is located close to the Ponte Vecchio and is about 100 m from the Palazzo Pitti ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776580945095" Longitude="11.260159863876" StarRating="3" HotelCode="117234|loggiato_dei_serviti_2" HotelName="Loggiato Dei Serviti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza SS. Annunziata 3, 50100 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/09/0a09beaf4e5cbc7810c681b3ab71fd7ffc168f6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773437" Longitude="11.251206" StarRating="2" HotelCode="144518|hotel_balcony" HotelName="Balcony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Banchi 3/r, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c1/c8c17a13c38f1340b6d5c5791463f220ff33a9fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.44" OriginalAmount="228.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778085430862" Longitude="11.25307649374" StarRating="2" HotelCode="408666|788195" HotelName="Aramis Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Eco Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 22, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/53/d553f3f4018cf58c5cd77b24d62b74b6ce45418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is near Santa Maria Novella central station. Within a 5-minute walk, guests can reach For...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775505" Longitude="11.251859" StarRating="3" HotelCode="116815|hotel_city_2" HotelName="Hotel City Florenz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Antonino 18, 50122 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1c/4d1c0dde8ae4f33d5502a9018b37a2571970c4ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774048" Longitude="11.243176" StarRating="3" HotelCode="913234|borgo" HotelName="Borgo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo Ognissanti 67, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/03/4803ae0b943a8f1faa5d9880fe2af44ec244d2c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="234.36" OriginalAmount="229.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774334076931" Longitude="11.250032186508" StarRating="3" HotelCode="408853|831569" HotelName="Domus Florentiae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Avelli, 2, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/07/6f0750ef58efe60b851b208091ef6f9688d05171.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="234.87" OriginalAmount="230.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7714366" Longitude="11.25714256" StarRating="3" HotelCode="362162|BD7A67" HotelName="Hotel del Corso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 1, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-sr/52105.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.69" OriginalAmount="231.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776739476122" Longitude="11.250706830723" StarRating="4" HotelCode="317213|1477768" HotelName="Mercure Firenze Centro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 21/23 R, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c1/b3c1ac54f13792233c01620e3e429b59e8b1a7af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="236.73" OriginalAmount="232.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78085793" Longitude="11.2606567" StarRating="4" HotelCode="37235|1428552" HotelName="Athenaeum Personal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 88, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ff/ff00854fc862a17c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is wonderfully located in the centre of Florence. Public transport links, restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="236.75" OriginalAmount="232.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777507898885" Longitude="11.252439141105" StarRating="4" HotelCode="470005|CBA560200" HotelName="Glance Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 23, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/55/c855167d1a5af413c4dccde6b2b31910ecae696f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768073226794" Longitude="11.257220506668" StarRating="3" HotelCode="913223|fiorino" HotelName="Fiorino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Osteria del Guanto 6, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a5/13a5826a0cf83c6cc186e3a447061a890a68d21e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.66" OriginalAmount="233.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772798" Longitude="11.249608" StarRating="4" HotelCode="16907|314155" HotelName="Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza S.Maria Novella 8, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/b8/d6b83a009633ea32b72d6496ad0bbc40f2c5d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from the Cathedral of Santa Maria del Fiore (Duomo) with the Giot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="238.91" OriginalAmount="234.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784293721699" Longitude="11.259352220664" StarRating="4" HotelCode="64866|2710460" HotelName="Hotel Boutique Palazzo Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenzo Il Magnifico 25, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/8f/848f41e50d4262269b6c0e1426cdd25a950783fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet and convenient location just outside the historical centre of Florence. Al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.70" OriginalAmount="235.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771955708972" Longitude="11.254306286573" StarRating="3" HotelCode="913238|platinhome_repubblica" HotelName="Platinhome Repubblica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Designated Smoking Area,Dining,Golf,Kitchen,Laundry,Massage Centre,Parking,Pets allowed,Printer,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 6, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/2f/3a2f962faabb643d9c4fe191ca4b3403a400acbe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely apartment is in Florence. Located right in the town centre, the establishment allows eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.72" OriginalAmount="236.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775982" Longitude="11.246695" StarRating="4" HotelCode="200884|hotel_ambasciatori_5" HotelName="Hotel Ambasciatori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/bf/7dbff834a844b1d3a3783e21bb281ca8091c54e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city’s attractions are just on the doorstep of this hotel in Florence’s city centre. Santa Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.74" OriginalAmount="237.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768926445407" Longitude="11.25501036644" StarRating="3" HotelCode="91546|uffizi_house" HotelName="Relais Uffizi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chiasso del Buco 16, Chiasso de' Baroncelli, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/0e/170e5aae0837285e6b2172373dd0884e1b9ee531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="242.70" OriginalAmount="237.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775841" Longitude="11.252583" StarRating="3" HotelCode="79218|1092598" HotelName="Globus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Antonino 24, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/49/7c499daf5562c40da2c8d98811e0251d73a55aa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.76" OriginalAmount="238.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771097" Longitude="11.251249" StarRating="4" HotelCode="154239|tornabuoni_suites" HotelName="Tornabuoni Suites Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tornabuoni 9, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ac/9bac7c60d144b3dde446efdac4afd141677e68e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773304" Longitude="11.242232" StarRating="4" HotelCode="81234|hotel_principe_3" HotelName="Principe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno A. Vespucci 34, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a8/d6a8436efca4f7721e8442e8105f9ab261f8d1dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776305274768" Longitude="11.25067928282" StarRating="3" HotelCode="469741|affittacamere_alba" HotelName="Affittacamere Alba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari 15, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/03/22034535605f9f8ae48245b9fb6453e9c07e0131.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="741642|le_stanze_degli_amidei" HotelName="Le Stanze Degli Amidei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Dell'Oro 2, Firenze 50123, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/98/2c985166de28838713ab986ab962c65c57039a41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774698" Longitude="11.250155" StarRating="3" HotelCode="91555|lombardia_2" HotelName="Lombardia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 19, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/09/6909fdf4a28ee043bf84cd78b8399dc6df28dda3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.92" OriginalAmount="243.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775066512173" Longitude="11.252803657278" StarRating="3" HotelCode="337266|2504815" HotelName="Hotel Palazzo Benci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Madonna degli Aldobrandini 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/7e/447eec87ab9f7097d3a29ca50638b66a91ebacdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.88" OriginalAmount="244.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7763468" Longitude="11.245633872387" StarRating="4" HotelCode="546105|joy_4" HotelName="Joy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orti Oricellari 30, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8c/7b8c63f18ce86392ae66b47243acb05f21e3650a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.88" OriginalAmount="244.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76795795" Longitude="11.26048102" StarRating="3" HotelCode="546683|palazzo_roselli_cecconi" HotelName="Palazzo Roselli Cecconi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Santa Croce 6, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/4c/354cb16b8b03c46b2d43e5ae008073918611f2fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774232" Longitude="11.247521" StarRating="3" HotelCode="145618|casa_howard" HotelName="Casa Howard Florence Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 18, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/90/2f903953c7256d4713fb227c77eb5ba060b42b52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.95" OriginalAmount="247.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773618446032" Longitude="11.252004951239" StarRating="3" HotelCode="899446|394625" HotelName="Hotel La Gioconda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 2, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/7b/bf7b5a78b9964542da66721047665e026d2f21d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel has an excellent position in Florence, from which to visit the city on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.31" OriginalAmount="248.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76942727" Longitude="11.26530176" StarRating="3" HotelCode="446452|1698308" HotelName="Hotel La Casa di Morfeo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 51, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c33f30cce728e7e901e71473d939289dc030bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.03" OriginalAmount="250.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766400842501" Longitude="11.267435938658" StarRating="5" HotelCode="16820|14904" HotelName="River Hotel &amp; Spa Firenze" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno della Zecca Vecchia 18, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/26/672623fae47241667706d0f5e086d3585d35567f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, family-run hotel is housed in an age-old palazzo that dates back to the 19th century a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.759778290769" Longitude="11.226308424268" StarRating="5" HotelCode="260134|villa_tolomei_hotel__resort" HotelName="Villa Tolomei Hotel &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Maria a Marignolle 10, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/52/f152159d9a5273f7769037f8e2072da3eb4f8a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77376427" Longitude="11.22215856" StarRating="0" HotelCode="629250|florence_comfort_bb" HotelName="Florence Comfort B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palazzo Dei Diavoli 18, 50142 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/18/0a184e637c870a8a77ca3499c8f08e84219e01e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.85" OriginalAmount="251.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777903879912" Longitude="11.250912297514" StarRating="3" HotelCode="337456|237766" HotelName="Porta Faenza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 77n, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d5/93d55e8ea45a295263a131114696ba02bd7a45d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally situated Public transport departs from stops in the immediat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773875" Longitude="11.24496" StarRating="4" HotelCode="10935|15622" HotelName="Grand Hotel Adriatico" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Maso Finiguerra 9, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/cd/4fcd1d486376c6adbc5abfd9279d562d163a969b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern up-market hotel overlooks the Via Maso Finiguerra. Ideally situated in Florence, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="983141|renascentia_garden_relais" HotelName="Renascentia Garden Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Ricasoli 31, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/6c/cd6cf2a2005b93ebc992da05adc93501d4217f5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.27" OriginalAmount="253.21" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|290278" HotelName="Horto Convento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ludovico Ariosto 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/0/2/7/8/290278_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.59" OriginalAmount="253.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774426" Longitude="11.247303" StarRating="3" HotelCode="172162|552615" HotelName="Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala, 22/38r, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ed/a4ed31cc313e7f7150261db9ff556433cec17cdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the historical centre of Florence, only a few minutes walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="264.41" OriginalAmount="259.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777310412611" Longitude="11.239209573578" StarRating="4" HotelCode="725700|A2AB66" HotelName="The Moon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" HotelFacility="24 Hour Power Supply,Air Conditioning,Babysitting,Bar,Boutique,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 14, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b4/1bb46ed8cc6a4e8d1a22e41a9688f35cdf5635a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At The Moon you can enjoy Florence at 360 degrees, Art, Music, Works, Nature, Wellness, Business. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778631555692" Longitude="11.257805228233" StarRating="4" HotelCode="23090|orto_de_medici_hotel" HotelName="Hotel Orto de' Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Gallo 30, 50129 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/08/290861121f73394dd3de5865c4ea9ee0c89210a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.43" OriginalAmount="262.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782292" Longitude="11.26029" StarRating="4" HotelCode="32464|311675" HotelName="Palazzo Ricasoli Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Mantellate 2, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/dc/60dc3ca6285fc802997111efa9ba77cab1f27d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally, with restaurants, bars, nightclubs, train and bus stations...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.54" OriginalAmount="262.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778835867068" Longitude="11.253823488951" StarRating="4" HotelCode="77942|124768" HotelName="Palazzo Castri 1874" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza dell'Indipendenza 7, 50129 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6e/4b6e6b9687466f0f3e1fc2f462c59c5ad405634c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Florence, just 200 m from the main train station Santa ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.26" OriginalAmount="263" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77960372301" Longitude="11.237138807774" StarRating="4" HotelCode="63269|19052" HotelName="AC Firenze" 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,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luciano Bausi 5, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/04/c704a9dca591343ce960fd46140cf185b75f38b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near to Firenze Porta al Prato train station. It is also within easy reach of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.30" OriginalAmount="265.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="956591|arte_boutique_hotel_2" HotelName="Arte' Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 14, Historical Center, 50129 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a4/5ca450762dc0f51b49005c84517ada6d5813fa8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.34" OriginalAmount="267.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765915456907" Longitude="11.24848220734" StarRating="1" HotelCode="936640|soprarno_suites" HotelName="Soprarno Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Maggio 35, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/dc/b5dcf65571c3d2f8e9621f95115c832fccaf2073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.36" OriginalAmount="268.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="983155|palazzo_dei_conti_residenza_depoca" HotelName="Palazzo dei Conti Residenza d'Epoca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 5, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e3ef2cc774f79d629354f1077bd4b13adbe2ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="274.64" OriginalAmount="269.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769188" Longitude="11.251654" StarRating="4" HotelCode="10823|CAG713000" HotelName="Berchielli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Acciaiuoli 14, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/cd/95cd303ce4fb30f2808f7bb20c91442d49399afc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, right by Arno and only 400 m away from the city centre and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.42" OriginalAmount="271.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="621917|palazzo_della_stufa_residenza_depoca" HotelName="Palazzo della Stufa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Lorenzo 5, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd14538dc198b0fe41f9f6d9b2892fd319292f0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.44" OriginalAmount="272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7766424" Longitude="11.2584388" StarRating="4" HotelCode="175691|platinhome_ricasoli" HotelName="Platinhome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Via Ricasoli, 48, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/84/0a84eb521387e57594b764d460eefd500bc5da51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.46" OriginalAmount="273.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773769" Longitude="11.248194" StarRating="4" HotelCode="10251|hotel_palazzo_dal_borgo" HotelName="Palazzo dal Borgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, Via della Scala, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c6/dfc6ae52b5fe229882841983454640d4621fa72f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Florence's historic centre, in one of the oldest streets, Via d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.48" OriginalAmount="274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771351" Longitude="11.251258" StarRating="4" HotelCode="76430|room_mate_isabella" HotelName="Room Mate Isabella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tornabuoni 13, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/a0/c6a069d71ebed841c32c79c9017615e4b0a6ba5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the most important characteristics of a hotel is its location, and this hotel occupies the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.52" OriginalAmount="276.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769797130574" Longitude="11.25024155308" StarRating="2" HotelCode="384448|palazzo_alfieri" HotelName="Palazzo Alfieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Corsini 2, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/46/964632dbd22dfed2155344d208ca5b52665efff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="282.07" OriginalAmount="276.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771935372357" Longitude="11.25285923481" StarRating="4" HotelCode="337455|1285431" HotelName="Strozzi Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Vecchietti 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87238d39449f3ddacb00ace97938acef8fe578.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive superior hotel lies within the historic centre of Florence. The various shopping fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="284.10" OriginalAmount="278.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779447" Longitude="11.2552" StarRating="4" HotelCode="47299|CAJ397500" HotelName="Hotel Cellai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via 27 Aprile 14, 52/R, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/fa/28faa88f59c1bdd3c8b6588cd0b99603dee9b660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally situated about 300 m from the lively city centre and its many shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.58" OriginalAmount="279.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778061" Longitude="11.253612" StarRating="3" HotelCode="68904|hotel_basilea" HotelName="Basilea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 41, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/fd/69fd3d69b5bbb4ad2e564bf0143401a55986a4fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.60" OriginalAmount="279.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765894543032" Longitude="11.249495394217" StarRating="3" HotelCode="404466|3273855" HotelName="Piazza Pitti Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza De' Pitti 13, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/36/ae364d40f84d3310e9c28976344a21e3559153d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.47" OriginalAmount="287.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771547038506" Longitude="11.257928609848" StarRating="4" HotelCode="47284|145840" HotelName="Grand Hotel Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/10/2026" 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 del Proconsolo 3, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/32/a0327c5e8af75eef866847e8de5ce2b3f97b9118.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historical heart of Florence, in an ancient street between the Piazza d...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776967" Longitude="11.258548" StarRating="3" HotelCode="901678|palazzo_alfani_al_david" HotelName="Palazzo Alfani Al David" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Ricasoli 49, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/39/3d39394c2d061329ada61ef35867a73230003ecf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774475459018" Longitude="11.25030040741" StarRating="3" HotelCode="33063|hotel_bonciani_palazzo_pitti_broccardi" HotelName="Bonciani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 17, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/8a/5d8a526b1b9735d8db4d9be270e64001d674c071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in the historical centre of Florence. It is only a few minutes' wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="301.08" OriginalAmount="295.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773829" Longitude="11.253012" StarRating="4" HotelCode="116800|2167840" HotelName="Hotel Centrale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/72/167200c6b81bf2311fa8c792bb7fea093e82f503.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770117638323" Longitude="11.253014802933" StarRating="3" HotelCode="913263|davanzati" HotelName="Davanzati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Porta Rossa 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/51/825129c3b6f9cc8bbcd1e8036426840eb89bec3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76846681" Longitude="11.24838301" StarRating="3" HotelCode="357160|palazzo_guicciardini" HotelName="Palazzo Guicciardini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Santo Spirito 14, 50125 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/00/90006d7d7b39a53a9da53b50f25cfd18d2fd6085.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.12" OriginalAmount="306.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77084067" Longitude="11.25629739" StarRating="0" HotelCode="948252|dantes_relais" HotelName="Dante's Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dei Cimatori 1, Uffizi, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/5d/c75d5c4cec5ee4b7ee5b36305f2c8e6cfe8f97ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.30" OriginalAmount="306.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7682272138" Longitude="11.254146695137" StarRating="4" HotelCode="26069|15702" HotelName="Degli Orafi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lungarno Archibusieri 4, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/37/5137849aeef88b3a3099728cd77b59189f58852c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located directly by River Arno and only a few minutes from the famous Ponte...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773478030304" Longitude="11.248374581337" StarRating="4" HotelCode="47929|croce_di_malta_hotel" HotelName="Hotel Croce di Malta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 7, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/27/6a271b7e2e1c97afd49ce7ffd328f1c24339eb43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the historical centre of Florence and is housed within a former...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.16" OriginalAmount="308.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770901578543" Longitude="11.247910141612" StarRating="2" HotelCode="384447|palazzo_depoca_leone_blu" HotelName="Leone Blu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Carlo Goldoni 2, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/e5/94e5bbe6426e182b7b52cc2e9efaa6f3a5cf2a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="309.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77216646" Longitude="11.25513662" StarRating="0" HotelCode="579768|relais_tosinghi" HotelName="Relais Tosinghi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Tosinghi 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/1f/551f83badf85495a0aaedc114f5086ab6329f909.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="321.82" OriginalAmount="315.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766608873987" Longitude="11.263390487102" StarRating="4" HotelCode="15942|1633639" HotelName="Plaza Hotel Lucchesi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno della Zecca Vecchia 38, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/c5/58c5b5a66509611b0c97315af15ca8bb3fa4ec4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Florence is a city to visit on foot and the hotel is certainly the ideal place to start from for a t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="324.52" OriginalAmount="318.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775110705915" Longitude="11.240767836571" StarRating="4" HotelCode="10185|1202775" HotelName="NH Firenze Anglo American" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 9, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7764/a_7764_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is centrally yet quietly situated between Lugarno and Borgognissanti. Many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775608440385" Longitude="11.237152218819" StarRating="4" HotelCode="318232|nh_firenze" HotelName="NH Firenze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Veneto 4a, 50123 Florenz, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/11/47112c46407d457c90590a118b8162a4a6986a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in front of Cascine Park, very close to the heart of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="329.87" OriginalAmount="323.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770846869108" Longitude="11.25144302845" StarRating="4" HotelCode="337458|2062445" HotelName="Hotel Milu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Tornabuoni 8, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f1/17f115a1f21fe3ca1058b0dd32107e4de89f2ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fusing old world elegance with modern design, the hotel is located in the heart of Florence on the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76505321" Longitude="11.24789286" StarRating="0" HotelCode="764184|casa_botticelli" HotelName="Casa Botticelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Felice 8, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/42/b4422a3bfdf3553ffbbf10f0f3f2fac102ae3358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.66" OriginalAmount="333" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770571834902" Longitude="11.251275390387" StarRating="1" HotelCode="913257|57052" HotelName="Hotel Scoti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Tornabuoni 7, Firenze 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/97/d0970fad163094a3b60b234af858e04f8430df3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="341.05" OriginalAmount="334.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7673" Longitude="11.2579" StarRating="3" HotelCode="31185|BZ7" HotelName="Balestri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Mentana 7</AddressLine>
          </AddressLines>
          <PostalCode>0552398042</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e5/67e5eacd286143f6b4fb50612be00f4041e629f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, located in the city centre of Florence, lies on the banks of the River Arno, only about ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769793210083" Longitude="11.250780522823" StarRating="4" HotelCode="39430|antica_torre_di_via_tornabuoni_1" HotelName="Residenza d'Epoca Antica Torre di Via Tornabuoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Tornabuoni 1, 50122 Firenze, Elba &amp; Umbria</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/48/164809b4927849a4f43158789bd672bbab9fda88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built on Medieval foundations, this hotel is situated on the Via dei Tornabuoni and affords views ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.74" OriginalAmount="337.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774056605757" Longitude="11.250152995008" StarRating="4" HotelCode="345694|1720998" HotelName="Garibaldi Blu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Novella 21, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/d1/94d1b90abfb607a0312a6fde591041cc98460d31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772171" Longitude="11.24926" StarRating="4" HotelCode="117534|al_palazzo_del_marchese_di_camugliano" HotelName="Al Palazzo del Marchese di Camugliano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="luxurious historic hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Moro 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/45/cd454839940d1a9c6e71ad9f786ec53ef166fc26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.84" OriginalAmount="342" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774235069927" Longitude="11.247298450985" StarRating="4" HotelCode="16836|15736" HotelName="Rivoli Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 33, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f6/e4f692224e32f056f6944eeb6ea807efcfc6ec19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel originates from the renovation of an old 14th Century Franciscan Monastery. Come and disco...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.48" OriginalAmount="342.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76368867" Longitude="11.270179" StarRating="0" HotelCode="951379|4726605" HotelName="Fornace Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fornace 3, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/b5/75b582d2bd34f67518b81114f88c132eb5a0eb73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.04" OriginalAmount="347.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771331081184" Longitude="11.256689429283" StarRating="3" HotelCode="35331|233536" HotelName="Albergo Firenze" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza dei Donati 4, Via del Corso, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/19/77192cf9140dc4ccd3f82130a1dfae4c6eba9dbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Florence. Nightclubs, restaurants, bars and links to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.98" OriginalAmount="349.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773447" Longitude="11.256211" StarRating="4" HotelCode="148413|granduomo_charming_accomodation" HotelName="Granduomo Charming Accomodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Duomo 1/7, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6d/9e6d756468497da1c623c3ee520d2a81f9355630.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.06" OriginalAmount="353.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766197265208" Longitude="11.247323155403" StarRating="3" HotelCode="913273|hotel_palazzo_guadagni" HotelName="Palazzo Guadagni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santo Spirito 9, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/31/21314958cef615d8e8a3bf0c728c3733de36458f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.08" OriginalAmount="354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76565746" Longitude="11.24394683" StarRating="3" HotelCode="432742|adastra_suites" HotelName="AdAstra Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Campuccio 53, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/be/3dbe7c59b82b6b3ea851b326746a20336222c3ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.10" OriginalAmount="355.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7739589" Longitude="11.262367933333" StarRating="4" HotelCode="91554|firenzesuite" HotelName="Firenze Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/75/c2752a8f0bebc98479ef5dd3664e2660646a7b79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.10" OriginalAmount="355.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775876" Longitude="11.259952" StarRating="4" HotelCode="91549|residence_hilda" HotelName="Residence Hilda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Servi 40, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/aa/c9aa838d1b387bd055a6bf07284b3e56de51d6b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.16" OriginalAmount="358.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773507" Longitude="11.252296" StarRating="4" HotelCode="17707|cerretani_firenze__mgallery_collection" HotelName="Hotel Cerretani Firenze - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via de Cerretani 68, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/cc/a8cc4888f9920124b212a751ef314409ebad084c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.24" OriginalAmount="362.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774354247291" Longitude="11.253138097284" StarRating="4" HotelCode="936098|firenze_number_nine" HotelName="Firenze Number Nine Hotel &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 9, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5a/845a1fd36e8beef8778e53329e335ccf70f05e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.34" OriginalAmount="367.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780747" Longitude="11.243449" StarRating="2" HotelCode="902621|bb_la_cittadella_3" HotelName="Soggiorno Cittadella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cittadella 29, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/dd/41ddc8bc8ffc3044f1e84bdacc5aee97048c28cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.00" OriginalAmount="370.59" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|184425" HotelName="Spadai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/2/5/184425_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.58" OriginalAmount="379.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774710288116" Longitude="11.255845203996" StarRating="4" HotelCode="12530|fenice_palace" HotelName="Hotel Spadai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/48/9a483bd7864740394a3bd100df4822f3245efe03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying an inner city location, this hotel lies some 3 km from the centre of Florence and the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.42" OriginalAmount="380.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781069020935" Longitude="11.261485608004" StarRating="3" HotelCode="320097|2249205" HotelName="WOW Florence Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 18 B, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/481328/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769316484226" Longitude="11.257544682209" StarRating="5" HotelCode="10932|bernini_palace" HotelName="Bernini Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Firenze 29, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/2d/cb2dfd7697aa7acb0f4bb98f817087b7f93a0804.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is steeped in history and located in the centre of Florence near to the Piazza Della Sign...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="397.94" OriginalAmount="390.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768976" Longitude="11.253311" StarRating="4" HotelCode="12968|184426" HotelName="Gallery Hotel Art" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dell 'Oro 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/28/58281c364cdef54b6b3d6919360617086ab9450e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.78" OriginalAmount="395.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775304147653" Longitude="11.241280667189" StarRating="5" HotelCode="14987|789345" HotelName="Montebello Splendid" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 14, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/af/9baf722a866640741d294885b404be5f1c69a4f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, luxury class hotel is located in the centre of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.48" OriginalAmount="397.53" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|166572" HotelName="Firenze Number Nine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conti 9/31R</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/5/7/2/166572_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique establishment and has WiFi, (free of charge). SITUATION: This establishment, is next to los MÃ©dici the Chapel is situated in Florence the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773979651872" Longitude="11.249050498009" StarRating="4" HotelCode="13040|grand_hotel_minerva" HotelName="Grand Hotel Minerva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 16, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/2d/eb2d0bb64a918fe0e4647fe12752048c265eeef0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a wonderful central position at the heart of historic Florence, this city hotel lies on the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="412.08" OriginalAmount="404" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775344350011" Longitude="11.268097819349" StarRating="5" HotelCode="16535|28321" HotelName="Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Massimo D’Azeglio 3, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/32/97323b9f8a183e3883cb9855d451a1bdd98c947d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located directly on a park and is only a few minutes away from the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="415.93" OriginalAmount="407.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77072111" Longitude="11.25523454" StarRating="4" HotelCode="952360|CBQ224100" HotelName="Corte Calzaiuoli Elegant Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Calzaiuoli 3, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/90/52908be0d2152340dfab62288d7850761380188c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="417.18" OriginalAmount="409.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="975868|hotel_calimala" HotelName="Hotel Calimala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Calimala 2, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f2/10f28d30534e3dcf622769e4f01eb698fb67ff8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.75" OriginalAmount="422.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773390875548" Longitude="11.250118017197" StarRating="4" HotelCode="33475|395005" HotelName="Hotel Santa Maria Novella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 1, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/16/0b161d42bd3765bf09e2b09c86dee51861b76dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Florence and therefore allows easy access to all the sights of inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="432.52" OriginalAmount="424.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767456306322" Longitude="11.251385360956" StarRating="5" HotelCode="913276|A2B787" HotelName="Ponte Vecchio Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Belfredelli 9, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741ad6d02b07b23a9a70b9157ca905c22432c4d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="436.51" OriginalAmount="427.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774199" Longitude="11.251554" StarRating="4" HotelCode="10403|8838" HotelName="Palazzo Gaddi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 06/10/2026" 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 del Giglio 9, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/6b/0b6b58a6521dc3f8b14a4d2f82087b6b3f25f0f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located in the tourist centre of Florence. Numerous attractions such as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.63" OriginalAmount="430.03" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|448261" HotelName="Calimala Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Calimala 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/6/1/448261_0b2939e1535.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.73" OriginalAmount="431.11" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|72116" HotelName="Fh55  Calzaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Calzaiuoli 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/1/1/6/72116_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Via Calzaiuolil, a 2-minute walk away from la Catedral de Florencia, close to tourist points of interest. Is situated in the commercial area. 10 minutes walk away, guests can find Las GalerÃ­as de arte Uffizi and la Accademia. FACILITIES: This establishment has WiFi (free of charge), a reading room with newspapers and magazines. ROOM: The rooms have an air-conditioning system, a television, a mini-bar and a bathroom with a hairdryer. Some rooms have beautiful views. MEALS: The establishment offers a buffet breakfast and breakfast room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.80" OriginalAmount="440.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773371" Longitude="11.250079" StarRating="4" HotelCode="151588|hotel_lorologio" HotelName="L'Orologio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 24, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/82/e282125bd18b6f27d8766261644f95db1206bfc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.98" OriginalAmount="449.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771299922632" Longitude="11.25541813475" StarRating="4" HotelCode="11338|hotel_calzaiuoli" HotelName="Hotel Calzaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calzaiuoli 6, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/26/4126b07c5145ea0a32c0d58ab4b66a601e305e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.06" OriginalAmount="453.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76985" Longitude="11.25744" StarRating="5" HotelCode="188952|san_firenze_suites_spa" HotelName="San Firenze Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Jacuzzi,Kitchen,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Firenze 3/A, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/41/1541c3b05332fb3a03b53278237605c1fc5013fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.39" OriginalAmount="454.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770499202419" Longitude="11.25400185585" StarRating="4" HotelCode="32806|5730" HotelName="Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Lamberti 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/814a5b836f6cd6e8d598b3502ddd4ec0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in a historical quarter of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="486.54" OriginalAmount="477" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771694237669" Longitude="11.256185173988" StarRating="4" HotelCode="11242|15590" HotelName="Brunelleschi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Elisabetta 3, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/1e/e61e293f0e58c303fb03b9953d6fc932c113637b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a historical, Renaissance-style building at the heart of traditional Florence, this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.78" OriginalAmount="489.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770219324424" Longitude="11.252003610134" StarRating="4" HotelCode="15995|nh_porta_rossa" HotelName="NH Collection Firenze Porta Rossa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Porta Rossa 19, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/6a/6d6af0dbd593c8a2e02a3898bb599220e1e8e448.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is perfectly located in the pedestrianised historical centre, just a few steps ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.10" OriginalAmount="505.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77555614" Longitude="11.25763368" StarRating="0" HotelCode="951682|florence_art_apartments" HotelName="Florence Art Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Ricasoli 34, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/93/3a93d06ad16132b378a31ccd10b17b803f68352d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="524.28" OriginalAmount="514.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.763693" Longitude="11.233098666667" StarRating="4" HotelCode="117693|hotel_torre_di_bellosguardo" HotelName="Torre di Bellosguardo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Meeting Room,Parking,Pets allowed,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/a0/27a0c425a31733051ffbea0c643bc88e526f7038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Torre di Bellosguardo in Florence (Oltrarno), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.36" OriginalAmount="518.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775846654249" Longitude="11.242135763168" StarRating="5" HotelCode="41835|grand_hotel_villa_medici__a_sina_hotel" HotelName="Sina Villa Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Il Prato 42, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/94/fa948ec8a9de822d8414c0564e49524b5420e2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a quiet location at the heart of Florence, this prestigious hotel is just a short walk from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.62" OriginalAmount="531.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77077936" Longitude="11.2540044" StarRating="2" HotelCode="605313|cavalieri_palace_luxury_residences" HotelName="Cavalieri Palace Luxury Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Cavalieri 2, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/65/a1652f2bfa246d82f3dbb96fc68299f50ff21c5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.96" OriginalAmount="548.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773719" Longitude="11.257467" StarRating="0" HotelCode="117376|palazzo_niccolini_al_duomo" HotelName="Palazzo Niccolini al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Servi 2, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/4e/ab4e0309e069e07ad4d553f1f21540d2bedb3dec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.44" OriginalAmount="572.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.787888" Longitude="11.297183" StarRating="5" HotelCode="149924|il_salviatino" HotelName="Il Salviatino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía del Salviatino 21, Fiesole, Firenze 50137</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f7/f9f70e57de29e13e30f9380daf5ac1fb96e6d59d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is difficult to find a better location in Florence. The city centre with its famous Duomo is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="621.18" OriginalAmount="609.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757381" Longitude="11.247522" StarRating="5" HotelCode="13057|grand_hotel_villa_cora" HotelName="Villa Cora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Machiavelli 18, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/8c/538cdc587040c8f46fffa019ba8ab0ddfd47becf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tradition-rich hotel is situated in the most exclusive district of Florence where guests may en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="644.84" OriginalAmount="632.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769817" Longitude="11.250906" StarRating="4" HotelCode="91560|290788" HotelName="Tornabuoni Beacci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Tornabuoni 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/6a/7d6aaaa596782a15816e9d33e13ffb35a8cca253.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Florence, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="659.94" OriginalAmount="647.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771808703308" Longitude="11.252346136542" StarRating="5" HotelCode="13274|helvetia__bristol" HotelName="Helvetia &amp;  Bristol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pescioni 2, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/f6/cff6ed79bff6ccdb42d0f28cc9c489993310594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located in the historic centre of Florence. The Duomo is just 3 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="680.32" OriginalAmount="666.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767985095688" Longitude="11.251628100872" StarRating="5" HotelCode="57980|1610662" HotelName="Hotel Lungarno" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo San Jacopo 14, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/da/ddda6eec5cb788a074c5f3c69106894efcfeba6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="692.31" OriginalAmount="678.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769966561511" Longitude="11.26255273819" StarRating="5" HotelCode="130261|1457857" HotelName="Relais Santa Croce" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 87, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/zz/fdad7b25e44be38310b6865ef18f7cfaeb1630f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.12" OriginalAmount="749.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771569" Longitude="11.252854" StarRating="5" HotelCode="130422|120635" HotelName="Palazzo Vecchietti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Strozzi, 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c2/5dc2c08d82110bbdbf345784c1e6f3cf989bae03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is housed in a historical palace called Palazzo Vecchietti, just steps away from Pia...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.20" OriginalAmount="810.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77288150188" Longitude="11.249627172947" StarRating="5" HotelCode="31402|jk_place_firenze" HotelName="J.K.Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/32/07327f088eaec637d8ee9c5d6cf61447f81f70c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Florence, this comfortable hotel lies close to the city centre just 500 m from the neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="883.85" OriginalAmount="866.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770405" Longitude="11.251998" StarRating="5" HotelCode="148277|374085" HotelName="Golden Tower Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Strozzi 11/r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/5c/d05ceef8958b6effec2dcd89456fec8be8dfbb7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the ideal venue for a perfect stay between Via Tornabuoni and Piazza Strozzi. It is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1076.10" OriginalAmount="1055.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77187629929" Longitude="11.245700418949" StarRating="5" HotelCode="18544|the_westin_excelsior_florence" HotelName="The Westin Excelsior, Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ognissanti 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/59/2459f785f62f22202fd80b50afbc185bf898f34c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and historical hotel is situated close to Florence city centre. Florence's cathedral ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1192.38" OriginalAmount="1169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772135832983" Longitude="11.245021820068" StarRating="5" HotelCode="40084|the_st_regis_florence" HotelName="The St. Regis Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ognissanti 1, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/fa/81fa7d15a31c39426e3063e17a59ffa1085cfbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historical centre, on the beautiful Arno River. From the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1285.20" OriginalAmount="1260" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771967" Longitude="11.264865" StarRating="4" HotelCode="91552|23696" HotelName="The J and J Historic House Hotel Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Mezzo 20, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/1f/301f2af8c5020a92ef01e74139ead3e83f7b5a4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet area less than a 10-minute walk from the cathedral and the busy sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1329.78" OriginalAmount="1303.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771841436469" Longitude="11.254742145538" StarRating="5" HotelCode="17284|1826493" HotelName="Hotel Savoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" 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 della Repubblica 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/d9/ebd91c8d1acc36cda82b7948ba497365d79c1845.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its central location, the hotel provides an ideal point of departure for guests wishing to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1425.96" OriginalAmount="1398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768751" Longitude="11.252792" StarRating="4" HotelCode="267141|portrait_firenze" HotelName="Portrait Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno degli Acciaiuoli 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/3b/1b3bfa8e33d6cdd1e9f27f667a0b279ebb66fc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1650.34" OriginalAmount="1617.98" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15743" HotelName="Grand Adriatico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA MASO FINIGUERRA 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/4/3/15743_2e802b01538.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 114 rooms, a lobby, a reception, a bar, a lift, an Ã  la carte restaurant with air-conditioning and with air-conditioning. The establishment also offers an indoor car park and a car park. SITUATION: This modern hotel is in via Maso Finiguerra it is in the historic centre of Florence. In the surrounding area, clients have monuments, exhibitions, conference centres and the Teatro Comunale Theatre. Nearby, you will find Santa Maria Novella Station. 200 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: Clients can use a gym. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1794.85" OriginalAmount="1759.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776985" Longitude="11.26632" StarRating="5" HotelCode="81769|290899" HotelName="Four Seasons Hotel Firenze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Pinti 99, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/aa/54aa2d198e3d692035164ed8713b5a523aabef37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 9 km from the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1987.10" OriginalAmount="1948.14" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|121607" HotelName="Four Seasons  Firenze" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Pinti 99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/6/0/7/121607_b6598901018.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Four Seasons Firenze is rated five stars. The establishment boasts a restaurant, a wellness centre and a garden. SITUATION: It is situated near the centre of Florence. ROOM: The establishment has luxurious rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access,Bicycle Rental,Currency Exchange,Kitchen,Shopping Arcade,Golf,Jacuzzi,Spa,Massage Centre,Sauna,Swimming Pool,Diet Meals,Garden,Lounge,Nightclub,24 Hour Power Supply,Meeting Room,Pets allowed,24 Hour Front Desk,Concierge,Elevator,Luggage Storage,Parking,Babysitting,Boutique,Housekeeping,Printer,Wake-up Call Service,24 Hour Room Service,Coffee Shop,Dry Cleaning,Library,Smoking Rooms,Vending Machine,LCD/Projector,Valet Parking,Fitness Centre,24 Hour Security,Airport Transfer (on Demand),Dining</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,COUNTRY HOUSE,CLUB RESORT,ECO HOTEL,HOSTEL,VILLAGE,AIRPORT HOTEL,BOUTIQUE HOTEL,LUXURIOUS HISTORIC HOTEL,GUESTHOUSE,BED AND BREAKFASTS,SPA HOTEL,GUEST HOUSES,BED AND BREAKFAST,GUEST HOUSE,APARTMENT,APARTHOTEL</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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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="b8d7de9d-6300-472e-8584-cc92e71c30ae">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="56522" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-09T00:00:00" End="2026-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="HN" 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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|DOTWSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.DOTW.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 492|DOTW|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|RestelSearch|Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index|System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at HotelSources.Restel.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Restel\Restel.cs:line 544|Restel|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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="2026-03-25T09:31:04.5749333+00:00" Version="0" EchoToken="Search" TransactionIdentifier="b8d7de9d-6300-472e-8584-cc92e71c30ae" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="54.87" OriginalAmount="53.79" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|364078" HotelName="Sleep Inn Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1833 Florence Park Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/4/0/7/8/364078_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.08" OriginalAmount="54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.791062" Longitude="11.248456" StarRating="3" HotelCode="913326|200864" HotelName="Bed &amp; Breakfast Leopoldo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabbroni 78, 50134 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d5/0ed5c81febe866d856417b11d164a55801ab8fcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a transf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.52" OriginalAmount="66.20" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|222443" HotelName="Quality Inn Florence Muscle Shoals" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>150 Etta Gray Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/4/4/3/222443_77521851819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.52" OriginalAmount="70.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.796728" Longitude="11.219573" StarRating="3" HotelCode="58875|52276|Bed &amp; Breakfast" HotelName="Auto Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valdegola 1, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a5/f1a553c7af49c89312f831a0cbb66764d4a3519d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in commercial area of Novoli in the northwest of Florence. Recently, a new un...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.10" OriginalAmount="71.67" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|229488" HotelName="Best Western Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>1808 W Lucas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/4/8/8/229488_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.54" OriginalAmount="73.08" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|222702" HotelName="Country Inn and Suites By Radisson, Florence, Sc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1739 Mandeville Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/0/2/222702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="85.23" OriginalAmount="83.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797810541623" Longitude="11.215667724609" StarRating="3" HotelCode="32573|CAF881300|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Firenze Novoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guidoni 101, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/5a/0a5a11006af9ac86007ea8e148623aaf3b9b2202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the commercial and banking district of the city of Florence and enjoys exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="85.23" OriginalAmount="83.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797382687908" Longitude="11.220774650574" StarRating="3" HotelCode="31186|CAG712800|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Firenze Nuovo Palazzo di Giustizia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guidoni 87, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/bf/58bfa35522357455781119d9f805dbb7ccd7f518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the commercial district of the city of Florence, this hotel is close to Florence airport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.74" OriginalAmount="87.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771252" Longitude="11.263655" StarRating="2" HotelCode="77764|hotel_bodoni" HotelName="Bodoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martiri del Popolo 27, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/15/88150b1089a910d91389fe1248bb1d777e98c2f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.58" OriginalAmount="93.71" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|560912" HotelName="Comfort Inn and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>527 Woody Jones Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/9/1/2/560912_c39e0421751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.88" OriginalAmount="94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.794777" Longitude="11.20585" StarRating="4" HotelCode="36224|15694" HotelName="Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via F Baracca 231/Int 18, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/2c/e12c9e5ccb9455bd80f6b5cf2e5857635bf34217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 2-minute drive from the Firenze Nord exit of the A1 Motorway and the historic centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.90" OriginalAmount="95.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780835" Longitude="11.271763" StarRating="2" HotelCode="913322|hotel_villa_il_castagno" HotelName="Hotel Villa Il Castagno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea del Castagno 31, 50132 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/44/e744b2fb1a776f7f07afb5b638fd61ce653ab69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.786386183589" Longitude="11.26543879509" StarRating="4" HotelCode="337453|diana_park" HotelName="Diana Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Pascoli 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/d2/d2d2a2af6c57d10842324d00a1a8136512a79d67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located and can be easily reached by car. Within a 10-minute drive guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="100.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770479" Longitude="11.20857" StarRating="3" HotelCode="67958|hotel_alex_4" HotelName="Alex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccio da Montelupo 18/20, 50142 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7d/db7d1fb459bd4c9353d4df2b8141864805130d24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="101" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.735489768135" Longitude="11.209654211998" StarRating="4" HotelCode="101958|56087" HotelName="Fattoria Il Milione" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Giogoli 12, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cc/18/cc18895de0bbf518f869ea8bbfab6af952cbde03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="101" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777005" Longitude="11.240923" StarRating="3" HotelCode="173717|57066" HotelName="La Corte Dei Principi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>via Il Prato, 66, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c6/dfc6ae52b5fe229882841983454640d4621fa72f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.28" OriginalAmount="101.25" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|233131" HotelName="Fairfield Inn And Suites By Marriott Florence I-20" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>501 Woody Jones Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/3/1/233131_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.39" OriginalAmount="101.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76544257" Longitude="11.31555697" StarRating="3" HotelCode="577786|692002|Bed &amp; Breakfast" HotelName="Camping Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Generale Dalla Chiesa 1 3, 50136 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/21/cf2110329edc14dcb85d6df2b8f80f2916cd4b5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This campsite warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.77" OriginalAmount="101.74" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|274605" HotelName=" River House Inn, a Baymont by Wyndham " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1202 Bay Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/6/0/5/274605_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.756248" Longitude="11.289034" StarRating="3" HotelCode="22790|rosary_garden" HotelName="Rosary Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripoli 169, 50126 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/55581023913bec8e272a0943016fbe714d10d020.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757652518389" Longitude="11.298497021198" StarRating="4" HotelCode="34056|italiana_hotels_florence" HotelName="Italiana Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Europa 205, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c9/93c9ee3ed48bcc8bfb207cdee9a1642dc9014694.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel enjoys a stunning location in the south of Florence, close to the A1 motorway, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79354365" Longitude="11.27504008" StarRating="0" HotelCode="556249|bb_boccaccio_camere" HotelName="Affittacamere Boccaccio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cino da Pistoia 23</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a6/26a6eadaeebf9f5fa87bfaec662d874e0be6b2c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.10" OriginalAmount="105.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797153292455" Longitude="11.219505148479" StarRating="3" HotelCode="935830|diva_hotel" HotelName="Diva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lippi e Macia 24/C, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/f2/67f238d1e0473c3a3f34be5968c5473ab6bbb929.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.30" OriginalAmount="105.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768682393199" Longitude="11.28547757864" StarRating="4" HotelCode="34968|18469|Bed &amp; Breakfast" HotelName="Hotel Grifone Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Pilati 20, 50136 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/79/22797325f3d7c7681c192d9182ecb8941ef2d992.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is located in quiet surroundings in Florence; just 15 minutes walk from the...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79420204" Longitude="11.28360561" StarRating="2" HotelCode="428857|villa_la_stella__casa_per_ferie" HotelName="Villa La Stella Casa per Ferie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Iacopone Da Todi 12, 50133 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/77/57779cafe4e9fcb5448e13f7744665867f7ca58f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Villa La Stella - Casa per Ferie in Florence, you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.18" OriginalAmount="109.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782146" Longitude="11.25813" StarRating="3" HotelCode="913309|residenza_johanna_i" HotelName="Residenza Johanna I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 14, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/9e/d79ecc58f597072e5caddb6d3cad12be64ee3fd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.22" OriginalAmount="111.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782026" Longitude="11.257848" StarRating="3" HotelCode="145030|hotel_bonifacio" HotelName="Bonifacio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 21, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5e/945e2de564e1c7b47401466b6f49109dd6ba41d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.54" OriginalAmount="111.31" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|34092" HotelName="Italiana Hotels Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE EUROPA 205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/9/2/34092_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, has 92 rooms, a lobby, internet, a reception and a safety deposit box service. Our guests can find a hairdresser's, a bar and a restaurant. SITUATION: It is inFlorence south it is situated close to the motorway, 15 minutes away from the establishment, clients can find the city centre, Where you can find shops and leisure areas. it is 20 kilometres away from Florence Airport. ROOM: The modern and comfortable rooms, have a direct line telephone, satellite or cable TV, a bathroom with a bath, a radio, internet and a mini-bar. They also have an iron, an ironing board, a courtesy tea and coffee service and a safe (available for a fee). FACILITIES: The establishment boasts a swimming pool and a gym. Clients can enjoy activities such as play golf.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.71" OriginalAmount="111.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.799171521983" Longitude="11.204659938812" StarRating="3" HotelCode="32468|7302125|Bed &amp; Breakfast" HotelName="Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Luigi Gori 10, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/27/bc27ae1578bdf8ad4fa93f441189347ba136b943.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the end of the A11 motorway, directly by the junction to the A1 Florence No...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.27" OriginalAmount="113.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77527" Longitude="11.250793" StarRating="3" HotelCode="17140|5737|Bed &amp; Breakfast" HotelName="San Giorgio e Olimpic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Antonino 3, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5f/39/5f3915154740b5e9affb22d9a80b4b9c1a4bc833.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes walk from many of Florence's main tourist attractions, such...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.28" OriginalAmount="114" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781617" Longitude="11.255932" StarRating="2" HotelCode="166884|28119" HotelName="Plus Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina D'Alessandria 15, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5e/205e0143943e7cb089d6aac7789ce791a2c3de91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.36" OriginalAmount="118.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7840092" Longitude="11.26596906" StarRating="3" HotelCode="864002|3110_arthotel" HotelName="31.10 Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fra Bartolommeo 21, 50132 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0a/8c0a1b05857ad58f4aaa7dd88f9dfc098863ec08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.40" OriginalAmount="120" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.794336" Longitude="11.208769" StarRating="4" HotelCode="31400|29791" HotelName="Best Western Plus Chc Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 199 a, 50127 Florenz, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ab/a0abe2bd2530af0db769217c7abb75653e02fdbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located, near the motorway exit and also the centre of Florence. Link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78914095" Longitude="11.23836622" StarRating="3" HotelCode="438445|la_rosa_di_firenze_bb" HotelName="La Rosa di Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Circondaria 44, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/fc/5bfc567ac272d658a091e2012c10e31c3cfd3d1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers' stays are enhanced by the range of services and amenities at this hotel. Wireless intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.94" OriginalAmount="121.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771510238659" Longitude="11.265135705471" StarRating="4" HotelCode="408706|1641948|Bed &amp; Breakfast" HotelName="Palazzo dei Ciompi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietrapiana 18, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/11/ff1146b56ea84b6cfa4cebeb1c767442690440f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is found in the centre of the old city of Florence, at the point where the road meet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778679" Longitude="11.256405" StarRating="3" HotelCode="117730|hotel_veneto" HotelName="Veneto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Reparata 33, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/54/1f5489d16c036756f842b941fe691c0d5873f2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="128.78" OriginalAmount="126.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777155845213" Longitude="11.245633363724" StarRating="3" HotelCode="27904|DFI|Bed &amp; Breakfast" HotelName="Delle Nazioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 15</AddressLine>
          </AddressLines>
          <PostalCode>055283579</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/b1/25b13ea7e71b3834e78dea8d27c8fc54417994ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Florence, directly by the Santa Maria Novella train station an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.06" OriginalAmount="126.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775217225314" Longitude="11.252623200417" StarRating="3" HotelCode="16709|1286449|Bed &amp; Breakfast" HotelName="Rex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 6, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b7/a8b760c2d6a20386077bac40760a48eb3725bdca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of the finest buildings in Florence and is only a few minutes' walk from Florence'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.56" OriginalAmount="128" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.810060536221" Longitude="11.178695560383" StarRating="4" HotelCode="395906|30474" HotelName="Novotel Firenze Nord Aeroporto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tevere 23, Osmannoro, Sesto Fiorentino, 50019 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/cd/97cd41e95f3492c99211b3296091def314e7b7b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.758549" Longitude="11.244343" StarRating="3" HotelCode="188944|classic_hotel" HotelName="Classic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Machiavelli 25, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/86/d986cbadcadc3f4c98345bf3dffbc6009edd0f34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.58" OriginalAmount="129" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784465852276" Longitude="11.241772516107" StarRating="0" HotelCode="321541|89873" HotelName="PopArtment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Catalani 13, 50144 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/3c/053c7f5520036b7d2ef05c2083a9d192ef37ef3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.60" OriginalAmount="130" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78428554" Longitude="11.26365438" StarRating="0" HotelCode="580354|236001" HotelName="Lorena Suites &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 04/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Minzoni 8, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/zz/b9ada92b29c95bad3aa7071a28110905656b0d13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.60" OriginalAmount="130.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76337" Longitude="11.272489" StarRating="3" HotelCode="913284|sognando_firenze" HotelName="Sognando Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giampaolo Orsini 115, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/3b/a63b89db12876032f3ac92825d1d8b65118bd93d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777675" Longitude="11.249825" StarRating="2" HotelCode="12519|hotel_fiorita" HotelName="Fiorita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 20, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c1/33c10bfeff27a37bd1184f380b5a5f7675223fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779519" Longitude="11.257864" StarRating="2" HotelCode="152405|piccolo_hotel" HotelName="Piccolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Gallo 51, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/39/c83992e28dc8c2870b4072f428bd4e32962c5e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Florence, in the very characteristic district of San Lorenzo, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.66" OriginalAmount="133.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772654896991" Longitude="11.254472583532" StarRating="2" HotelCode="913342|magnifico_messere" HotelName="Magnifico Messere - B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Roma 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/61/cc6121867a5f9ff5cb494072bb7f9d17b3c698b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.70" OriginalAmount="135" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.791461835582" Longitude="11.223769312982" StarRating="4" HotelCode="366276|15809" HotelName="Tuscany" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Novoli 59, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/9b/a59b6f5416d99b46fe3d6518c18ac039b2499db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78092946" Longitude="11.24191279" StarRating="0" HotelCode="492709|attico43_bed_breakfast" HotelName="Rubina Belfiore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Belfiore 43, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cd/52cda4cc62f5fa11372345f290b87273893f779b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.76" OriginalAmount="138.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76868736" Longitude="11.24364175" StarRating="0" HotelCode="353500|casa_santo_nome_di_gesu" HotelName="Casa Santo Nome di Gesu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Carmine 21, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/75/3575fdd1b4c10cda200f6602caa9a773b6540a23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.58" OriginalAmount="142.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780339" Longitude="11.252345" StarRating="3" HotelCode="913294|211626|Bed &amp; Breakfast" HotelName="Soggiorno Casa di Barbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Barbano 1, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/75/6f753c082b99a2efb701e135a6572aa87550357e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.86" OriginalAmount="143.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78509497" Longitude="11.2683816" StarRating="3" HotelCode="355391|hotel_astro_mediceo_2" HotelName="Hotel Astro Mediceo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Garden,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Frà Bartolommeo 54/56, 50132 Florence City</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d7/8ed7a4a26b34bfa5ad658af05381f6bd4eee3779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Astro Mediceo in Florence (Santissima Annunzi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.88" OriginalAmount="144.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7765" Longitude="11.2519" StarRating="2" HotelCode="66543|hotel_nuova_italia" HotelName="Nuova Italia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 26, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/6d/ea6d9dd8b6ef8fcc033efb59c1e3223771036378.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.73" OriginalAmount="144.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79276" Longitude="11.228381" StarRating="4" HotelCode="98588|111642|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Florence Novoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sandro Pertini, 2/9, Florenz 50127</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/1448780f81f0e4bafff043ffb2bc61138ffafe97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the middle of a park in the northern part of Florence, in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.73" OriginalAmount="144.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77349546124" Longitude="11.189864873886" StarRating="4" HotelCode="82843|99315|Bed &amp; Breakfast" HotelName="Hilton Florence Metropole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Cavallaccio 36, 50142 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/de/8fdebef1e5f5c51404d4d04af9de8ea0cd5ad66f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located to the west of Florence, the hotel is very easy to reach by air, train and car. This is an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.92" OriginalAmount="146.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.812897" Longitude="11.283296" StarRating="4" HotelCode="99059|eden_rock_resort" HotelName="Eden Rock Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clemente Biondetti, 7, 50100 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/58/dc5801f263c69806c03af074be6d94f99c69f191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive suites at this resort are just 6 km from the centre of Florence in a splendid hilly re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.96" OriginalAmount="146.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79905342961" Longitude="11.227010786533" StarRating="4" HotelCode="95008|113538|Bed &amp; Breakfast" HotelName="Nil Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/10/2026" 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 Eugenio Barsanti 27 a/b, 50127 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/71/1571f932cb7fcee807dd9257b35b2ffc7ab9436f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a short drive from the historic centre. Shopping venues are 300 m away and bars and pu...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.24" OriginalAmount="146.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777866592208" Longitude="11.249951720238" StarRating="3" HotelCode="69590|84785|Bed &amp; Breakfast" HotelName="Palazzo Vecchio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cennini, 4, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/be/a6beb370fedd837d6b9fd40d78bcbf6f5a4399a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a particularly convenient position in Florence. It is close to the Santa Maria Nove...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.94" OriginalAmount="147.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772195131878" Longitude="11.255825782209" StarRating="3" HotelCode="78723|hotel_de_lanzi" HotelName="Hotel De Lanzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Oche 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/ee/fbee60a0ca3af2242cf829caafcb3e373e461e47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="151.32" OriginalAmount="148.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776276598822" Longitude="11.255715787411" StarRating="3" HotelCode="87514|GPY|Bed &amp; Breakfast" HotelName="Ginori al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de Ginori 22/24/26</AddressLine>
          </AddressLines>
          <PostalCode>055211392</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/7d/5d7d3d8165fbbef9b6177defab03280c54ad422a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location, just 5 minutes from Santa Maria Novella railway station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.00" OriginalAmount="150" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754791" Longitude="11.237495" StarRating="2" HotelCode="153487|176691" HotelName="SanGaggio House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Cardinal Leopoldo 62, 50124 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/f1/c2f1ef743d376d33abead09219b998ab049d5f83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 6 rooms. The establishment features vario...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772340347224" Longitude="11.248922510225" StarRating="3" HotelCode="88880|hotel_unicorno" HotelName="Unicorno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Fossi 27, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/0c/3e0cfc5bb9ea04d63a9857622bd6e2eaa88f4b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is pleasantly situated on a street full of antique shops in the heart of Florence, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.96" OriginalAmount="150.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777244931131" Longitude="11.252145767212" StarRating="3" HotelCode="37312|22820|Bed &amp; Breakfast" HotelName="Galileo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 22/a, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f1/40f14b777ca78d3e48600981473a0244c6b1b6aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the pulsing city centre of Florence and provides an ideal b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778972397029" Longitude="11.250284314156" StarRating="2" HotelCode="913249|arco_antico" HotelName="Arco Antico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 107, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/50/22508b29b070348a02d0fca6edda5fb43838a2a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.80189196" Longitude="11.25350746" StarRating="0" HotelCode="720874|armonie_di_villa_incontri" HotelName="Villa Incontri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Incontri 4</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/94/d69459dd232b5ee6d71478f2c5bbe64fd4054efd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.94" OriginalAmount="152.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784698" Longitude="11.281851" StarRating="2" HotelCode="82582|211446|Bed &amp; Breakfast" HotelName="Ungherese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovan Battista Amici 8, 50131 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/68/da6873ff25a71823e8b35772ee13cc0231e7a814.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.06" OriginalAmount="153" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77218059" Longitude="11.25577766" StarRating="2" HotelCode="484634|200968" HotelName="Hotel Villani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Oche 11, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/56585/2356585/1.jpg?f=14938122</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.07" OriginalAmount="153.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.783596802237" Longitude="11.253342032433" StarRating="3" HotelCode="337457|17161|Bed &amp; Breakfast" HotelName="Hotel La Fortezza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Milton 95, 50129 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/e6/6ae626dc028103c0981356fc5e91a6a6e56c62fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Florence, just 50 m from the Fortezza da Basso. Links to the p...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772366313453" Longitude="11.257915198803" StarRating="3" HotelCode="913219|la_residenza_del_proconsolo" HotelName="La Residenza del Proconsolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Proconsolo 18, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/04/9a044fdd8190196463da80f6f83e3a42a85b4d41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77586893" Longitude="11.25275373" StarRating="0" HotelCode="583495|il_mercato_centrale_bb" HotelName="Il Mercato Centrale B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'Antonino 38, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cf/a5cfcf5ea4c41a1df61bdfe1c47641cb99542b1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77666575" Longitude="11.225185" StarRating="4" HotelCode="901887|riva_lofts_florence" HotelName="Riva Lofts Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccio Bandinelli 98, 50142 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/9c/a29cdab3d083038a04601b9ec62a93affed5c307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.33" OriginalAmount="155.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7773888" Longitude="11.25783978" StarRating="4" HotelCode="582532|625251|Bed &amp; Breakfast" HotelName="Residenza Conte Di Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 42, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/23/cc233248af4afe62b5f31fcb7ba1596baba21258.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.12" OriginalAmount="156" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776178" Longitude="11.268005" StarRating="3" HotelCode="100017|54164" HotelName="Villa Liana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Alfieri 18, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/ce/c5ce4143f09bbaf331977653d920cde2806a6b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77986969" Longitude="11.24529116" StarRating="3" HotelCode="346022|hotel_luxor_florence" HotelName="Hotel Luxor Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 71, 50144 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2c/832c3cf02623dadf66274c58a833c668299293d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777564961511" Longitude="11.25496275723" StarRating="2" HotelCode="913296|hotel_guelfa_2" HotelName="Guelfa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Guelfa 28, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/81/5181d1a92d1e4fc699bb4f5bfcc1f1475a2061f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.16" OriginalAmount="158" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.793859" Longitude="11.210463" StarRating="4" HotelCode="116837|55524" HotelName="Cosmopolitan" 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>Via Francesco Baracca 187, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f9/1e/f91e022157d017e8ebccc8fe41edd17e9a0a8107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.16" OriginalAmount="158.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781499459843" Longitude="11.298877894879" StarRating="4" HotelCode="32808|best_western_hotel_villa_gabriele_dannunzio" HotelName="Hotel Villa Gabriele D'Annunzio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gabriele D'annunzio 141 A/B, 50135 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/d9/3ed9417c469444ccff54cd568d09c560d9c71839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies less than 4 km from the town centre and is situated within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.18" OriginalAmount="159" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797708" Longitude="11.242179" StarRating="4" HotelCode="16440|15722" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Morgagni, 19, 50134 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/0a/700a028ee624a611ce497c04a3d68ceb4534e622.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location just 3 km from the centre of Florence, which can easily be rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77287611697" Longitude="11.253977464174" StarRating="2" HotelCode="153494|relais_del_duomo" HotelName="Relais Del Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/f1/1af1730233c6615f6b24f7a9800e3021ffcea5d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772546288899" Longitude="11.262449842658" StarRating="2" HotelCode="393511|palazzo_graziani" HotelName="B&amp;B Palazzo Graziani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Pinti 13, 50121 Firenze, Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4f4a9a2ca31d8f6b5569ae15306e67fa3e4ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.49" OriginalAmount="159.30" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|19727" HotelName="UNAHOTELS Vittoria Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA PISANA 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/2/7/19727_71e14a71417.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 84 rooms a reception and a restaurant. The establishment also offers a car park and an indoor car park. SITUATION: Florence It is in. ROOM: The rooms a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76312" Longitude="11.272457" StarRating="3" HotelCode="116867|hotel_david" HotelName="David" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Michelangelo 1, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/38/bd38090c424c3c487f330509fde17ea6f3981b0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78726351" Longitude="11.28474856" StarRating="3" HotelCode="432941|dimora_salviati" HotelName="Dimora Salviati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza T. A. Edison 12, 50133 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/37/6637eca282ed99c91045aabf46f0998f1bb3cce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7727915" Longitude="11.23725144" StarRating="0" HotelCode="573149|la_fonderia_firenze" HotelName="La Fonderia Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Fonderia 65A, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/0f/090fa082a3432ec4853f7047244bac3f880a5e23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.04" OriginalAmount="161.80" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22332" HotelName="La Fortezza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE MILTON 95</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/3/2/22332_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2002, has 4 floors, 38 rooms, 7 single rooms and 31 double rooms. It has a reception, a safety deposit box service, a currency exchange service, a TV room and lifts. The establishment offers guests internet, a car park, room service and a laundry service. SITUATION: It is inFlorence the heart of Fortezza da Basso 50 metres away, clients have close to the establishment, clients can find public transport services, 100 metres away from the establishment, guests can find bars, 200 metres away from the establishment, you can find shops. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, satellite or cable TV, a radio and internet (available for a fee), They also have a mini-bar, a double bed, central heating and a safe (available for a fee). PAYMENT METHODS: Customers can pay using Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.24" OriginalAmount="162.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769265405156" Longitude="11.274992823601" StarRating="3" HotelCode="34690|hotel_jane" HotelName="Jane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 56/58, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/697581e0715797a60b35e39aa1b2a11f219d0e88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally yet quietly located in the centre of the tourist area, close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.08" OriginalAmount="163.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77696" Longitude="11.251861" StarRating="4" HotelCode="10492|5843|Bed &amp; Breakfast" HotelName="Atlantic Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 10, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d2/12d26c5de4a2a45e7be4a4a62fdc91cfa8028a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historical centre of Florence. This hotel is also located close to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.28" OriginalAmount="164" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7690174805" Longitude="11.271315515041" StarRating="3" HotelCode="32469|15875" HotelName="B&amp;B Hotel Firenze City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giovanni Amendola 34, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b7/e0b7e42047c2725beaa77e1190871bb9cc2ad2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a fabulous location in the historical centre of Santa Croce and is the id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.30" OriginalAmount="165" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777578243876" Longitude="11.25268151157" StarRating="3" HotelCode="82617|235987" HotelName="Hotel Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 102/r, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/b9/61b9242c5a368921a4c145104508ca4c74a18b44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77425602" Longitude="11.25319626" StarRating="0" HotelCode="765592|residenza_d_epoca_la_basilica" HotelName="Residenza D Epoca La Basilica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conti 6 Rosso, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e9/eae96d03c4ea4e2ad7271ce267e617e3c6c0b1e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.32" OriginalAmount="166" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.758114" Longitude="11.245548" StarRating="4" HotelCode="19188|5324" HotelName="Hotel Villa Carlotta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Michele di Lando 3, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/56/92564a75f0625fcf998cbc8d51a5089a436d9ca3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historic, city hotel is located close to the town centre of Florence (just 1 km away)....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776104" Longitude="11.260434" StarRating="3" HotelCode="46120|le_due_fontane" HotelName="Le Due Fontane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Santissima Annunziata 14, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/65/276553c23e96addbfdb266226e2811361b124800.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77067712" Longitude="11.23327308" StarRating="2" HotelCode="566462|firenze_2000_hotel" HotelName="Youth Firenze 2000" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Central Heating,Meeting Room,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Viale Raffaello Sanzio 16, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f2/1df285daa155e2cf8d4c43533c2359acd27e5308.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Youth Firenze 2000 is located just few minutes away from the historic areas of San Frediano and Sant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776835" Longitude="11.250115" StarRating="2" HotelCode="116723|albergo_bijoux_bb" HotelName="Bijou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9a/139adaabaa3bc98b9dfb1de15260c127b5844f88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bijou is located on the 3rd floor of an old building in the heart of the historical center...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="172.82" OriginalAmount="169.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766249564366" Longitude="11.284560263157" StarRating="4" HotelCode="29452|1267909|Bed &amp; Breakfast" HotelName="Columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>L.Arno Cristoforo Colombo 22/a, 50136 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/15/9e155739206d537eabbc4e4a60c5e2d883e3c629.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Florence, 1500 m from the Piazza Santa Croce.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775831" Longitude="11.245249" StarRating="2" HotelCode="188948|la_locandiera" HotelName="La Locandiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 48, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a0/3ca071352cf8093cfb928e8781e0b5bc34ad0243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778081557619" Longitude="11.253379583359" StarRating="3" HotelCode="913255|locanda_dei_guelfi" HotelName="Locanda dei Guelfi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 45, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a3/a2a364387c42f1883b3d54c45c8ff65bc916af58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.76" OriginalAmount="170.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770389" Longitude="11.255286" StarRating="3" HotelCode="96803|1845976|Bed &amp; Breakfast" HotelName="Axial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calzaiuoli, 11, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/de/15deda2eec4b9d2a1f69839527a21e791e832f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly city hotel enjoys an excellent location on the 1st floor of a historic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.42" OriginalAmount="171" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78011691253" Longitude="11.244549751282" StarRating="3" HotelCode="117208|55522" HotelName="Leonardo Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Monaco, 12, 50144 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/d8/a5d856326d1c02f494f25889832d67a86479024d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778523" Longitude="11.24511" StarRating="3" HotelCode="34058|hotel_arcadia_11" HotelName="Arcadia Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alamanni 35, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/31/0931a393d173ad9ce7c14acf2a7da0164ff31282.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family friendly city hotel is located just 2 blocks from the central train station of Santa Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.47" OriginalAmount="171.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776175891361" Longitude="11.250643730164" StarRating="3" HotelCode="174426|1377542|Bed &amp; Breakfast" HotelName="Alinari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari,15, 50123 Firenze, Italien</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/1c/5a1cdc2538395d91487b4b0920c15c1cc97e7e25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.44" OriginalAmount="172" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7684451796" Longitude="11.253871079317" StarRating="3" HotelCode="148798|55564" HotelName="Hermitage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Marzio 1, Piazza del Pesce, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f5/e0f5ae6e7933ae6ee5c9deddcef30e800e4245dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.46" OriginalAmount="173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77295204" Longitude="11.23690642" StarRating="3" HotelCode="536680|bb_mia_palace" HotelName="Mia Palace B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fonderia 8, 50142 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/a8/95a8400bcdfd7dd0f22636e6050288eb9fd620f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.48" OriginalAmount="174" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.743367223161" Longitude="11.283887028694" StarRating="4" HotelCode="31166|56751" HotelName="Conference Florentia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Agnelli 33, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f6/71f6cc33b403ad5cab8be5ecd664bf6096c1e959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Florence around 5 km from the lively centre of the city wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773515797325" Longitude="11.254870891571" StarRating="1" HotelCode="186861|duomo_view_bb" HotelName="Duomo View Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Giovanni 6, 50123  Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4b/a44bd9ad64c975f724f38b1192c1341db630ebb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Florence Cathedral with stunning views over the monuments. With such a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.52" OriginalAmount="176" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77654047093" Longitude="11.251778304577" StarRating="2" HotelCode="186862|32284" HotelName="Hotel Anna's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 56, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/2f/3a2f962faabb643d9c4fe191ca4b3403a400acbe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 350 m from Santa Maria Novella Station, in Florence's historic centre. Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.52" OriginalAmount="176.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.764835" Longitude="11.260562" StarRating="3" HotelCode="117639|hotel_silla" HotelName="Silla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Renai 5, 50100 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9a/089ab79e9214b5f143a3066366f95cf40cb6b56b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the left bank of the River Arno, a few minutes' walk from the historical ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.08" OriginalAmount="176.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776876" Longitude="11.250323" StarRating="2" HotelCode="80249|199670|Bed &amp; Breakfast" HotelName="Lombardi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 8, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7d/db7d1fb459bd4c9353d4df2b8141864805130d24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777837542769" Longitude="11.244855523109" StarRating="4" HotelCode="95014|hotel_embassy" HotelName="Embassy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo da Diacceto, 8, Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/0e/d60e8f0fa941509bbd51c737d123726f478660fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773190613118" Longitude="11.243747082924" StarRating="2" HotelCode="165973|patrizia_hotel" HotelName="Dedo Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 7, Santa Maria Novella, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/c1/bec155c6f59e0a3967e7c131b62728126ab39249.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Florence. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772243" Longitude="11.248974" StarRating="3" HotelCode="907141|residenza_fiorentina" HotelName="Residenza Fiorentina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via de'Fossi, 12, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/ba/69ba261bc331eff7663b4d3022cf5bc3e67a9ee9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.37" OriginalAmount="178.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.762514902108" Longitude="11.317216157913" StarRating="4" HotelCode="161563|1285359|Bed &amp; Breakfast" HotelName="Mulino di Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Villamagna 119, 50126 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/69/df6915440a71ab3ce120de5c0ccebb7b70e002ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the historical centre and it is built directly on the bank of the Arno...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.58" OriginalAmount="179" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770368" Longitude="11.255278" StarRating="2" HotelCode="888134|55899" HotelName="Maxim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 11, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/919333559194ee2f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel lies in the main street of the city, Via dei Calzaiuoli, which directly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776577" Longitude="11.250402" StarRating="2" HotelCode="143484|hotel_angelica" HotelName="Angelica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/3b/4b3bd8da23a8abd20a73f1c1073a0e387e647d22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776737668818" Longitude="11.254981909259" StarRating="2" HotelCode="91559|hotel_collodi_firenze" HotelName="Collodi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddea 6, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/e9/d6e9732413b5029962ebb2f5048ea8c20fb91496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773902" Longitude="11.243112" StarRating="3" HotelCode="901651|hotel_magenta" HotelName="Magenta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 40, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/d3/3ed3db00706a027f42652716f9805de83486ece5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.49" OriginalAmount="180.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773426334785" Longitude="11.244946515241" StarRating="4" HotelCode="34711|1331509|Bed &amp; Breakfast" HotelName="Hotel Palazzo Ognissanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Maso Finiguerra 12r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/df/2edf9e171353bc8e3323e0d3a55b193cf116e916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its central position, it is a short walk away from the Ponte Vecchio, the Teatro Comunale,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.62" OriginalAmount="181" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78071085" Longitude="11.25913134" StarRating="3" HotelCode="548318|211973" HotelName="B&amp;B Residenza San Gallo 79" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Gallo 79, San Lorenzo, San Marco, Santissima Annunziata, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/62/a5621d728750e4054be1409f0b80547c957c3008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.62" OriginalAmount="181" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77533706" Longitude="11.2458074" StarRating="3" HotelCode="484921|182372" HotelName="Home Boutique Santa Maria Novella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scala 67, 50125 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d7/b7d726354ffc6318b3d829f6da1bec6e717d6dc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.52" OriginalAmount="181.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777639" Longitude="11.249777" StarRating="3" HotelCode="130224|4880174|Bed &amp; Breakfast" HotelName="Desiree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 20, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5a/e8/5ae8deed918d159934bbd3d6b9def106bf7a8e58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773415" Longitude="11.253637" StarRating="3" HotelCode="152366|il_perseo" HotelName="Perseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dè Cerretani 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/82/90828f6e44fb19c031c93712924e75bd462d2976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.92" OriginalAmount="182.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770533097589" Longitude="11.259414553642" StarRating="4" HotelCode="98954|2097145|Bed &amp; Breakfast" HotelName="Borghese Palace Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 174/r, 50143 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fc/cd/fccd6543add3ff4eeba4f7271b2c726f5463e640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773774203808" Longitude="11.251730736641" StarRating="3" HotelCode="14612|hotel_martelli" HotelName="Hotel Martelli Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 8, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/50/2650079d9e027b0783aa4452c0a1a1a6f3f1a8df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel enjoys a wonderful central location between Florence's cathedral and main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77757803382" Longitude="11.24964594841" StarRating="2" HotelCode="63991|hotel_stella_mary" HotelName="Lilium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, 50123 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/1e/7e1e2b4fa8d3338152c8050b6b4c704286b1b900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the central train station, S. Maria Novella (only 3 minutes by foot), ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77054957" Longitude="11.27266229" StarRating="0" HotelCode="947031|bb_the_attico" HotelName="B&amp;B The Attico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Vincenzo Gioberti 78N, 50121 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a4/bfa4f80a4639069d60859b08f2b8fb849104b959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.82" OriginalAmount="183.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777585511717" Longitude="11.24965004158" StarRating="3" HotelCode="116954|125312|Bed &amp; Breakfast" HotelName="Astrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/d4/e9d4c749f138eac79bdfdf9f907015168882749c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;There are many breath-taking sights within a few minutes' walk of this hotel's front door. It is jus...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.36" OriginalAmount="183.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772662" Longitude="11.255265" StarRating="3" HotelCode="77736|219123|Bed &amp; Breakfast" HotelName="Bigallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo degli Adimari 2, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/27/6927df66312d31929b85ba686e3fbebe55486196.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.68" OriginalAmount="184.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774310836007" Longitude="11.251925826073" StarRating="4" HotelCode="24254|residenza_castiglioni" HotelName="Residenza Castiglioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50100 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/10/4f101309b22c6011f052e647a511f33892ef9548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.11" OriginalAmount="184.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781303" Longitude="11.258667" StarRating="3" HotelCode="47446|169097|Bed &amp; Breakfast" HotelName="Cimabue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 7, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/ae/56ae34d07c522ce902b69cb3038c4a114fed6db5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near to the heart of the city, in one of the oldest areas of the historical ce...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7756" Longitude="11.2564" StarRating="3" HotelCode="25626|hotel_gioia" HotelName="Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour, 25, 50129 Florenz, Italia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/58/3758ccbb4d343e93c50c1472b1145bf38fafbf53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.62" OriginalAmount="185.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757125947379" Longitude="11.312548841278" StarRating="4" HotelCode="60999|138201|Bed &amp; Breakfast" HotelName="Villa Olmi Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Country House,Club Resort,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Olmi 4-6, 50012 Bagno a Ripoli</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/33/023340684cd0606fed65cf84f03da9157acfade2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the Firenze Sud exit on the A1 motorway, this charming club resort is the ideal spot ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776953" Longitude="11.250283" StarRating="3" HotelCode="116613|annabella_hotel_in_florence" HotelName="Annabella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/81/3d817d0b55fb28b033e0aa03c0cecbc4c6aaade3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.74" OriginalAmount="187" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778852171512" Longitude="11.245042899342" StarRating="4" HotelCode="326635|183125" HotelName="MH Florence Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 37, Toscana, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/83/5b83f484b69cad4f211144fc0191474fd1ec9257.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.74" OriginalAmount="187" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78212326" Longitude="11.25317934" StarRating="3" HotelCode="727522|286058" HotelName="The Student Hotel Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Viale Spartaco Lavagnini  70-72, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c9/67c985ecf77fe58363c4e827afe8e6f270afaa62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78390275948" Longitude="11.272635161877" StarRating="2" HotelCode="164371|hotel_emma" HotelName="Emma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Pacinotti, 20, 50131 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/05/5b05164b203b2a5810c3c691175a1a8592e35b42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.78" OriginalAmount="189" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780757909103" Longitude="11.254821270704" StarRating="3" HotelCode="56963|29790" HotelName="Donatello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 23, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/c3/a7c3a61db9f60d79ed0a17716c0f844addee1e62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a peaceful location in the centre of Florence, near famous sights such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.78" OriginalAmount="189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77455198" Longitude="11.25827007" StarRating="0" HotelCode="731943|dei_servi_apartment" HotelName="Canto Dei Servi B&amp;b" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Servi 19, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ed/6ced9028a44cc2686b93bf41e5531bd8c07ebc8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.80" OriginalAmount="190.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769197" Longitude="11.253055" StarRating="3" HotelCode="154247|hotel_torre_guelfa" HotelName="Torre Guelfa Palazzo Acciaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Santi Apostoli 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/db/48db1497f1a908d68ea669d857bf1fb753046d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.82" OriginalAmount="191" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780688" Longitude="11.255036" StarRating="3" HotelCode="14356|20522" HotelName="Malaspina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 24, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/30/9630c789ccac79f3531acd985d8f866f729907a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a genuine Florentine-style building that dates back to the 19th century, this pleasant cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.82" OriginalAmount="191.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754388" Longitude="11.245862" StarRating="3" HotelCode="65032|hotel_villa_betania" HotelName="Villa Betania" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale del Poggio Imperiale 23, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/45/b745aa3660a69003b10826a10882df9ccd65e976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77722" Longitude="11.249863" StarRating="3" HotelCode="10726|hotel_beatrice" HotelName="Beatrice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/47/0e47174ed075dbb288eddd7f03088e4cb2248fde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.81447243" Longitude="11.2340998" StarRating="0" HotelCode="967945|bb_palazzi" HotelName="B&amp;B Palazzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuliano Ricci 12/B, 50141 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/0c/8d0c1c4af559893e372ab71c752742754c93adc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="196.59" OriginalAmount="192.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781267215679" Longitude="11.262182593346" StarRating="3" HotelCode="11615|HZF|Bed &amp; Breakfast" HotelName="De La Pace, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lamarmora 28</AddressLine>
          </AddressLines>
          <PostalCode>055577576</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b0/3bb0d439410b260b38d8f1961e28af7b9c084565.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the historical centre in a 19th century building, this hotel is ideally base...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776722" Longitude="11.251544" StarRating="3" HotelCode="14286|hotel_machiavelli_palace" HotelName="Machiavelli Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 10, 50133 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/e4/e5e457b6032e461527f56ed06ce4c6f72cf11b1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the historic centre of Florence. Famous sightseeing attractions, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769234" Longitude="11.274771" StarRating="2" HotelCode="52598|hotel_orcagna" HotelName="Orcagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 57, 50121 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/36/8e365471a231e71e0e0d395636962199a362bc79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally located directly in the tourist centre just a short distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778343" Longitude="11.253083" StarRating="3" HotelCode="188943|hotel_boston_6" HotelName="Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 68, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c6/7dc6b0fdfe6451261d0f3a22a88dcebd759db0fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.55" OriginalAmount="194.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778999509325" Longitude="11.25392138958" StarRating="3" HotelCode="34673|17159|Bed &amp; Breakfast" HotelName="Caravaggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 5, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/02/2502b402b93f0d87167505fbab69ef4f0b6acf19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed in a palace that dates back to the 19th century and lies in a convenient locati...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.92" OriginalAmount="196.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7766" Longitude="11.257024" StarRating="3" HotelCode="117106|hotel_il_guelfo_bianco_2" HotelName="Il Guelfo Bianco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 29, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e6/f8e66042bb78763c4681f6a5e567d18109b2bdb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.46" OriginalAmount="196.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774209671505" Longitude="11.239138750804" StarRating="3" HotelCode="91548|292397|Bed &amp; Breakfast" HotelName="Lungarno Vespucci 50" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Amerigo Vespucci 50, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/f6/0bf6f7fbf2dde4147ce76862d5be97d6a146485d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.96" OriginalAmount="198" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766108" Longitude="11.272155" StarRating="4" HotelCode="14676|1294" HotelName="Grand Hotel Mediterraneo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno del Tempio 44, 50121 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/cf/91cfc2dc1a9799a3cb796f6bbd44c6c9cb10b1ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city and conference hotel is situated within a few minutes walk of the beach Florenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.98" OriginalAmount="199" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774986" Longitude="11.246147" StarRating="3" HotelCode="79711|95761" HotelName="Boccaccio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 59, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/27/b127eff469e54249f25a5a267251d2cbf6f6ed6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.98" OriginalAmount="199" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776207" Longitude="11.25068" StarRating="3" HotelCode="259862|26505" HotelName="Hotel Cosimo de'Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ae/a1ae6d7a36600aec14614ee03ac311ccb54d8d15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located 300 metres from Santa Maria Novella station and 10 minutes' walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77983681" Longitude="11.25981061" StarRating="0" HotelCode="622598|boutique_hotel_hugo" HotelName="Boutique Hotel Hugo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 66, 50129 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/54/4c/544c7f002956af93303a9706b4ee86ee1425154b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773513" Longitude="11.252702" StarRating="4" HotelCode="19261|hotel_laurus_al_duomo" HotelName="Hotel Laurus al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Cerretani 54/R, 50123 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2b/06/2b06b7acdd5f72eb539a17145d5bccfaf62e0ca9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Florence. It is just a few minutes walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.745019213937" Longitude="11.217307816062" StarRating="4" HotelCode="80332|marignolle_relais_and_charme" HotelName="Marignolle Relais &amp; Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Quirichino 16, 50124 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4a/bd4ad401196dbeac1a7d89b482242a99c1d58c08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780587493766" Longitude="11.257457882166" StarRating="0" HotelCode="913313|mr_my_resort" HotelName="Mr. My Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Ruote 14A, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/cf/c8cfc572c0dca66cb967b3bd1dfa72172fb6109c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.08" OriginalAmount="204" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776849853442" Longitude="11.250268220901" StarRating="4" HotelCode="172172|19658" HotelName="Hotel Albani Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 12, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/ab/3fab87ab95735d330e0d7cabd90ab1e667bd49b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Florence, this hotel lies within a short distance of many of the city's top ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.89" OriginalAmount="204.79" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22260" HotelName="Palazzo Ognissanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA MASO FINIGUERRA 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/0/22260_d87230e1428.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, has 4 floors and 44 rooms. It has a lobby, a lift, a reception, a safety deposit box service and a currency exchange service. Guests can find a cafÃ©, a restaurant, a bar, conference facilities and internet. The establishment offers guests a car park, a medical care service, room service and a laundry service. SITUATION: This hotel the Ponte Vecchio, the Teatro Comunale, Via de' Tournabuoni and Via della Vigna Nuova it is close to nearby, you will find shops, the historic centre, the Congress Centre and Santa Maria Novella the Railway Station of it is situated 5 kilometres away from Florence Airport. ROOM: Customers can find cosy, soundproofed rooms with a hairdryer, They have a direct line telephone, satellite or cable TV, internet, a mini-bar, a king-size bed, heating, an air-conditioning system, a safety deposit box and a balcony or terrace. OBSERVATIONS: Nearby, there is a car park (for a fee). PAYMENT METHODS: The establishment accepts Visa, Mastercard and Diners Club. OTHERS: Near the establishment, guests have available to them restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.10" OriginalAmount="205" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77208387" Longitude="11.27123197" StarRating="2" HotelCode="428260|89806" HotelName="My Forte Relais de Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Concierge,Fitness Centre,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Viale Antonio Gramsci 16/3, Lungarno del Tempio, 50132 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/09/2e09b672ec263aa5a33b83e36685fa1cd9a327b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Florence (Historic Center - Downtown), My Forte Relais ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769896833622" Longitude="11.256721615791" StarRating="2" HotelCode="913217|residenza_depoca_in_piazza_della_signoria" HotelName="In Piazza della Signoria - Residenza d'Epoca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Magazzini 2, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c2/03c21a801d0cdf20d6c799dd6c9c26a7a36e5112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774464" Longitude="11.238454" StarRating="2" HotelCode="77909|hotel_casa_del_lago" HotelName="Casa Del Lago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lungarno Vespucci 58, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/97/1e97e52ee12557fb245d839cbf138e1d7a059835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779048" Longitude="11.243627" StarRating="3" HotelCode="79279|hotel_golf" HotelName="Golf Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli, 56, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/60/70604338535bf542df7a6e6c8f9642d9e9832911.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is an elegant establishment located in Florence, just a 10-minute walk from Santa Maria No...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771462" Longitude="11.253449" StarRating="3" HotelCode="395139|hotel_pendini" HotelName="Pendini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Strozzi 2, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/72/307220c8ee9a6f3761bcdd3212934c35d5de02a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.16" OriginalAmount="208.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774666" Longitude="11.241347" StarRating="4" HotelCode="259651|hotel_kraft" HotelName="Kraft" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 07/10/2026" 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 Solferino 2, 50123 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/14/d0143ca4b96c70f0a0b19e5122dbec30ac4993f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys wonderful surroundings, in the quiet, residential area of the historical centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.18" OriginalAmount="209" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781748" Longitude="11.256982" StarRating="3" HotelCode="91550|32288" HotelName="Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Ruote 50-54, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/86/f78670cbbd9295fea1dc6565738fbdf60a1b78ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="214.66" OriginalAmount="210.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773522576019" Longitude="11.250215917826" StarRating="4" HotelCode="902015|WUA|Bed &amp; Breakfast" HotelName="Rosso23" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Novella 23</AddressLine>
          </AddressLines>
          <PostalCode>05527730199</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e8/97e82c4ae1d7e17e57a33b23d6f4e86def5103d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.22" OriginalAmount="211" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.789006" Longitude="11.251646" StarRating="3" HotelCode="153500|56569" HotelName="Relais Firenze Stibbert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaello Lambruschini 39, 50134 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/dd/c6ddf3808f632117cdb0b3fe200fd0ce5f074c1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.22" OriginalAmount="211.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754485337301" Longitude="11.25850385837" StarRating="3" HotelCode="317610|villa_agape" HotelName="Art Hotel Villa Agape" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Torre del Gallo 8, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2f/832f0c5f7cb28d234d77ef32dcbd6cefd125fd3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774301152287" Longitude="11.251974105835" StarRating="3" HotelCode="913244|alloro_bb" HotelName="Alloro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a8/62a82fb748555a980a30a5c3ad1e7e933b438359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7764891" Longitude="11.25097094" StarRating="3" HotelCode="776617|aurum_firenze" HotelName="Aurum Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 8/a, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/b5/d6b51c3f7dec0d5fbca20d497ba26c3c5bf969ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77678" Longitude="11.251425" StarRating="3" HotelCode="20233|hotel_sempione" HotelName="The Market Urban Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 15, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/d0/2ed0d5c56b6d86dd1ead2dd2783465a97c4826a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776663933627" Longitude="11.2551176548" StarRating="3" HotelCode="11169|hotel_botticelli" HotelName="Botticelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddea, 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/02/3602f5f7833631abc02892ff35d980261ec3e6dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the old market, San Lorenzo, in the heart of central Florence, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.28" OriginalAmount="214.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775338" Longitude="11.251849" StarRating="4" HotelCode="167650|hotel_art_atelier" HotelName="Art Atelier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dell'Amorino 20, Firenze 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/63/29635041d3e0553254ed581561e9d329a354b3a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the train station of Santa Maria Novella, which is within 5 minutes' walk,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.30" OriginalAmount="215.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77078321" Longitude="11.30682126" StarRating="3" HotelCode="556773|duchess_boutique_de_charme" HotelName="Duchess Hotel De Charme B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Guarlone 26, 50135 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/90/7090a21438e0f8ffdd75534cdce8224dac922572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Florence. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="220.68" OriginalAmount="216.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780955435362" Longitude="11.255367100239" StarRating="3" HotelCode="16488|YDN|Bed &amp; Breakfast" HotelName="Rapallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S.Caterina d'Alessandria 7</AddressLine>
          </AddressLines>
          <PostalCode>055470385</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/2d/922d46346dfeff96e3894d4d3934265c12c25bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Florence. The Uffizi Gallery and Michelangelo's David a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="221.69" OriginalAmount="217.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773489650928" Longitude="11.251402795315" StarRating="3" HotelCode="15673|PAF|Bed &amp; Breakfast" HotelName="Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Banchi 2</AddressLine>
          </AddressLines>
          <PostalCode>055268505</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b6/1b/b61bbf1da93a5ad7c0e83d31e138dbd6ad2a45ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the centre of Florence, this hotel is close to various shopping streets in the old town ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.36" OriginalAmount="218" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775296550309" Longitude="11.246433309887" StarRating="4" HotelCode="47540|7956" HotelName="Hotel Club Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina da Siena 11, Zona Santa Maria Novella, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/51/6451ccce81d3c8e11a6f6bca420086f8e0076b2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located within a few minutes walk of the historical main square and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.40" OriginalAmount="220" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7768592" Longitude="11.25002899" StarRating="0" HotelCode="583862|235879" HotelName="Eco Urban B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/5c/f45cf9e690c3cdb4328e565aa83d6b410267afdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772313051239" Longitude="11.25125259161" StarRating="4" HotelCode="11647|hotel_de_la_ville_5" HotelName="De La Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Antinori 1, Via Tornabuoni, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/46/bb46095b215f650167b505618d03731a304de28a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is wonderfully located in the centre of Florence. It is located right next to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778827152379" Longitude="11.256225407124" StarRating="4" HotelCode="318231|room_mate_luca" HotelName="Room Mate Luca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXVII Aprile 3, 50129 Florencia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bd/56bd76bfeff9c0254ca9a8fe26b7b3c6538c471d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the lively city of Florence, with countless shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="224.94" OriginalAmount="220.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77657" Longitude="11.251313" StarRating="3" HotelCode="10363|3019563|Bed &amp; Breakfast" HotelName="Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 8/A, 50123 Florence, Italia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/557d9fb796edd877/64/64f39611b183a07e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located directly beside the railway station Santa Maria Novella. The most im...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.42" OriginalAmount="221" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778132" Longitude="11.253041" StarRating="2" HotelCode="277516|55727" HotelName="Sette Angeli Rooms Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Central Heating,Internet,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 31, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/46/8746766de3b4d1a8ce3a840e654bff9fdf77aa47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sette Angeli Rooms is located in a historical building just a 5-minute walk from the train station o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.81" OriginalAmount="221.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774217" Longitude="11.242529" StarRating="4" HotelCode="69856|292532|Bed &amp; Breakfast" HotelName="Executive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Curtatone 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4c/c04c5721df3f7e5bcaf086159a724cac7534e27a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.44" OriginalAmount="222.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77549" Longitude="11.239123" StarRating="3" HotelCode="10315|hotel_ariele" HotelName="Ariele" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f7/c4f79b1031e0367b796441142b0a04ecafda6aa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.46" OriginalAmount="223" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774342796828" Longitude="11.255679055566" StarRating="3" HotelCode="385660|180075" HotelName="B&amp;B Le Stanze del Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli 8, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3e/973ec4c1ec602ee1ef5da37d1faaebc743729064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.755877" Longitude="11.251326" StarRating="4" HotelCode="81108|park_palace" HotelName="Park Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Galileo 5, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8c/7b8c5f2b427e7a0d600307bf7da768c6045c5084.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7749831" Longitude="11.2628895" StarRating="3" HotelCode="314432|residenza_il_villino" HotelName="Residenza il Villino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pergola 53, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/08/c3084fc64c7c44785a2d892bd98f899e690171ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.48" OriginalAmount="224" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79717" Longitude="11.244651" StarRating="2" HotelCode="145518|324197" HotelName="Hotel Careggi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddeo Alderotti 43, 50139 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/48/4b48df68f73f1269c4eb4bea99f60a71df66c28e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.50" OriginalAmount="225" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78420641" Longitude="11.2650413" StarRating="3" HotelCode="737741|324200" HotelName="Messori Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Giacomini 25, 50132 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/43/4443b52799b32cf31364e9361b0c451ed7b48ca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76918485" Longitude="11.23981957" StarRating="4" HotelCode="548373|horto_convento" HotelName="Hotel Horto Convento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ludovico Ariosto 13, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f9/c7f9ef2f81fb5f841c8f934ccae7efae44347acc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76578445" Longitude="11.24457932" StarRating="0" HotelCode="629504|ottantotto_firenze" HotelName="Ottantotto Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Serragli 88, Santo Spirito, 50124 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/f8/ebf8db47829e47aeedb5cfea5470ccd1c29fa4ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="231.48" OriginalAmount="226.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767485360804" Longitude="11.252548098564" StarRating="3" HotelCode="19262|1126492|Bed &amp; Breakfast" HotelName="Pitti Palace al Ponte Vecchio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo San Jacopo 3, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/8a/5f8a69807668925708df3535612d8514b6751c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Florence hotel is located close to the Ponte Vecchio and is about 100 m from the Palazzo Pitti ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775645" Longitude="11.252371" StarRating="2" HotelCode="52591|hotel_accademia_5" HotelName="Accademia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 7, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/43/6643ff4d0abed3801d16451ecefe530409e056d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="236.75" OriginalAmount="232.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777507898885" Longitude="11.252439141105" StarRating="4" HotelCode="470005|CBA560200|Bed &amp; Breakfast" HotelName="Glance Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 23, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/55/c855167d1a5af413c4dccde6b2b31910ecae696f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768073226794" Longitude="11.257220506668" StarRating="3" HotelCode="913223|fiorino" HotelName="Fiorino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Osteria del Guanto 6, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a5/13a5826a0cf83c6cc186e3a447061a890a68d21e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.84" OriginalAmount="233.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774684626424" Longitude="11.250767111778" StarRating="4" HotelCode="12985|5820|Bed &amp; Breakfast" HotelName="Baglioni Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Unità Italiana 6, Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cb/3f/cb3f04509b6333c020e6bd91f9fb77fe2766fc43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Florence just a few minutes walk from Santa Maria Novella...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.68" OriginalAmount="234" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776608" Longitude="11.237872" StarRating="4" HotelCode="18200|15804" HotelName="Michelangelo Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 2, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/4f/244f286ebd22867f9f7fe4bb0245cc8d0d50dd40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of Florence, this hotel is situated close to the Piazza del Duomo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="238.91" OriginalAmount="234.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784293721699" Longitude="11.259352220664" StarRating="4" HotelCode="64866|2710460|Bed &amp; Breakfast" HotelName="Hotel Boutique Palazzo Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenzo Il Magnifico 25, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/8f/848f41e50d4262269b6c0e1426cdd25a950783fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet and convenient location just outside the historical centre of Florence. Al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.72" OriginalAmount="236" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774375" Longitude="11.251966" StarRating="3" HotelCode="99725|212092" HotelName="Burchianti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/19/8b19593f1b56a586e2c0c7f5014de14761e85a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.72" OriginalAmount="236" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773894" Longitude="11.250949" StarRating="2" HotelCode="80850|616" HotelName="Nizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f2/14f238015fb1cffc6410e4719d84fccca64d38ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.74" OriginalAmount="237.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768926445407" Longitude="11.25501036644" StarRating="3" HotelCode="91546|uffizi_house" HotelName="Relais Uffizi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chiasso del Buco 16, Chiasso de' Baroncelli, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/0e/170e5aae0837285e6b2172373dd0884e1b9ee531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="242.75" OriginalAmount="237.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776385" Longitude="11.246233" StarRating="4" HotelCode="30108|1199047|Bed &amp; Breakfast" HotelName="Hotel Diplomat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 9, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/2d/0b2d23600459d1fe0e9688ed4faac4c4ce9c0d7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally situated in front of Santa Maria Novella train station and is a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.76" OriginalAmount="238" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765960949922" Longitude="11.28487944603" StarRating="5" HotelCode="20866|55105" HotelName="Ville sull'Arno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno C. Colombo 1/3/5, 50136 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ca/00ca42734c2509e4a36ee6b23c31e29513f45076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the right bank of the river Arno, only 20 minutes from the historical city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="243.37" OriginalAmount="238.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775804046961" Longitude="11.245214939117" StarRating="4" HotelCode="27722|1869041|Bed &amp; Breakfast" HotelName="Adler Cavalieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scala 40, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a6/33a6785c5cca0df43bf4d3db2eb157ed6f1a1b35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive up-market hotel is situated within the historic centre of Florence. The various shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.78" OriginalAmount="239" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77609957" Longitude="11.24970916" StarRating="3" HotelCode="546914|211929" HotelName="7 Florence B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Della Stazione 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/aa/8caae765a8e09e5fb68c01f883bfa5eae3aeb2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773304" Longitude="11.242232" StarRating="4" HotelCode="81234|hotel_principe_3" HotelName="Principe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno A. Vespucci 34, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a8/d6a8436efca4f7721e8442e8105f9ab261f8d1dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775841" Longitude="11.252583" StarRating="3" HotelCode="79218|hotel_globus" HotelName="Globus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Antonino 24, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/49/7c499daf5562c40da2c8d98811e0251d73a55aa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76794211" Longitude="11.26141212" StarRating="3" HotelCode="483136|813421|Bed &amp; Breakfast" HotelName="La Maison du Sage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Magliabechi 7, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ce/b1ced18f12df18a6b38a1a7da5b1c0b04b83ac51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.84" OriginalAmount="242" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77949" Longitude="11.244693" StarRating="2" HotelCode="900114|56239" HotelName="Il Marzocco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli, 78, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/b4/47b47db1694a30f63c4551c84a50923f66c74381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated less than 200 metres from the Fortezza da Basso and the Palazzo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.84" OriginalAmount="242" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766915" Longitude="11.268015" StarRating="4" HotelCode="148953|33910" HotelName="Home Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Piave 3, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911a1f08920780ec83c1d28b865ba9afa909a75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774698" Longitude="11.250155" StarRating="3" HotelCode="91555|lombardia_2" HotelName="Lombardia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 19, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/09/6909fdf4a28ee043bf84cd78b8399dc6df28dda3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774232" Longitude="11.247521" StarRating="3" HotelCode="145618|casa_howard" HotelName="Casa Howard Florence Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 18, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/90/2f903953c7256d4713fb227c77eb5ba060b42b52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775066512173" Longitude="11.252803657278" StarRating="3" HotelCode="337266|hotel_palazzo_benci" HotelName="Hotel Palazzo Benci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Madonna degli Aldobrandini 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/7e/447eec87ab9f7097d3a29ca50638b66a91ebacdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.92" OriginalAmount="246" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773308" Longitude="11.248704" StarRating="2" HotelCode="117699|56047" HotelName="Tourist House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 1, (Piazza Santa Maria Novella), 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/17/0c170d784c4c205706b4d22262f2c69cc3899bd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="252.31" OriginalAmount="247.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774334076931" Longitude="11.250032186508" StarRating="3" HotelCode="408853|1817742|Bed &amp; Breakfast" HotelName="Domus Florentiae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Avelli, 2, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/07/6f0750ef58efe60b851b208091ef6f9688d05171.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.00" OriginalAmount="250" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775483" Longitude="11.25395" StarRating="4" HotelCode="88879|343025" HotelName="Solo Experience Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Canto dei Nelli 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/11/1011ef139ec23765b864a1b2d8bedd80960d2732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly historical hotel is situated at the heart of Florence, just a 10-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76942727" Longitude="11.26530176" StarRating="3" HotelCode="446452|hotel_la_casa_di_morfeo" HotelName="Hotel La Casa di Morfeo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 51, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c33f30cce728e7e901e71473d939289dc030bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.759778290769" Longitude="11.226308424268" StarRating="5" HotelCode="260134|villa_tolomei_hotel__resort" HotelName="Villa Tolomei Hotel &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Maria a Marignolle 10, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/52/f152159d9a5273f7769037f8e2072da3eb4f8a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.04" OriginalAmount="252" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77599247" Longitude="11.25301248" StarRating="3" HotelCode="545918|177837" HotelName="B&amp;b Lorenzo De' Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'Antonino 34, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/8d/038d2af73da1d737ac0f0b158b655e6148c57436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773875" Longitude="11.24496" StarRating="4" HotelCode="10935|15622" HotelName="Grand Hotel Adriatico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Maso Finiguerra 9, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/cd/4fcd1d486376c6adbc5abfd9279d562d163a969b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern up-market hotel overlooks the Via Maso Finiguerra. Ideally situated in Florence, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778068" Longitude="11.244303" StarRating="4" HotelCode="14177|2964" HotelName="Londra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo Da Diacceto 16-20, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/49/f149211eaa4303f781bd440be141ccff4da7592b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the business and historical centre of Florence just a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772798" Longitude="11.249608" StarRating="4" HotelCode="16907|2192" HotelName="Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza S.Maria Novella 8, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/b8/d6b83a009633ea32b72d6496ad0bbc40f2c5d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from the Cathedral of Santa Maria del Fiore (Duomo) with the Giot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766400842501" Longitude="11.267435938658" StarRating="5" HotelCode="16820|best_western_hotel_river_2" HotelName="River Hotel &amp; Spa Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno della Zecca Vecchia 18, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/26/672623fae47241667706d0f5e086d3585d35567f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, family-run hotel is housed in an age-old palazzo that dates back to the 19th century a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.27" OriginalAmount="253.21" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|290278" HotelName="Horto Convento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ludovico Ariosto 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/0/2/7/8/290278_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.18" OriginalAmount="259" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777903879912" Longitude="11.250912297514" StarRating="3" HotelCode="337456|659" HotelName="Porta Faenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 77n, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d5/93d55e8ea45a295263a131114696ba02bd7a45d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally situated Public transport departs from stops in the immediat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.22" OriginalAmount="261" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7763468" Longitude="11.245633872387" StarRating="4" HotelCode="546105|212197" HotelName="Joy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orti Oricellari 30, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8c/7b8c63f18ce86392ae66b47243acb05f21e3650a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.22" OriginalAmount="261" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776739476122" Longitude="11.250706830723" StarRating="4" HotelCode="317213|180055" HotelName="Mercure Firenze Centro" 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 Nazionale 21/23 R, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c1/b3c1ac54f13792233c01620e3e429b59e8b1a7af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778631555692" Longitude="11.257805228233" StarRating="4" HotelCode="23090|orto_de_medici_hotel" HotelName="Hotel Orto de' Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Gallo 30, 50129 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/08/290861121f73394dd3de5865c4ea9ee0c89210a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.54" OriginalAmount="262.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778835867068" Longitude="11.253823488951" StarRating="4" HotelCode="77942|124768|Bed &amp; Breakfast" HotelName="Palazzo Castri 1874" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza dell'Indipendenza 7, 50129 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6e/4b6e6b9687466f0f3e1fc2f462c59c5ad405634c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Florence, just 200 m from the main train station Santa ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.28" OriginalAmount="264" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775982" Longitude="11.246695" StarRating="4" HotelCode="200884|2185" HotelName="Hotel Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/bf/7dbff834a844b1d3a3783e21bb281ca8091c54e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city’s attractions are just on the doorstep of this hotel in Florence’s city centre. Santa Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.34" OriginalAmount="267" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776580945095" Longitude="11.260159863876" StarRating="3" HotelCode="117234|55760" HotelName="Loggiato Dei Serviti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza SS. Annunziata 3, 50100 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/09/0a09beaf4e5cbc7810c681b3ab71fd7ffc168f6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.34" OriginalAmount="267.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765915456907" Longitude="11.24848220734" StarRating="1" HotelCode="936640|soprarno_suites" HotelName="Soprarno Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Maggio 35, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/dc/b5dcf65571c3d2f8e9621f95115c832fccaf2073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.36" OriginalAmount="268.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="983155|palazzo_dei_conti_residenza_depoca" HotelName="Palazzo dei Conti Residenza d'Epoca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 5, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e3ef2cc774f79d629354f1077bd4b13adbe2ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="274.64" OriginalAmount="269.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769188" Longitude="11.251654" StarRating="4" HotelCode="10823|CAG713000|Bed &amp; Breakfast" HotelName="Berchielli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Acciaiuoli 14, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/cd/95cd303ce4fb30f2808f7bb20c91442d49399afc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, right by Arno and only 400 m away from the city centre and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774426" Longitude="11.247303" StarRating="3" HotelCode="172162|alba_palace_hotel" HotelName="Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala, 22/38r, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ed/a4ed31cc313e7f7150261db9ff556433cec17cdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the historical centre of Florence, only a few minutes walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.44" OriginalAmount="272" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775505" Longitude="11.251859" StarRating="3" HotelCode="116815|212095" HotelName="Hotel City Florenz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Antonino 18, 50122 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1c/4d1c0dde8ae4f33d5502a9018b37a2571970c4ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.46" OriginalAmount="273.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773769" Longitude="11.248194" StarRating="4" HotelCode="10251|hotel_palazzo_dal_borgo" HotelName="Palazzo dal Borgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, Via della Scala, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c6/dfc6ae52b5fe229882841983454640d4621fa72f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Florence's historic centre, in one of the oldest streets, Via d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.50" OriginalAmount="275" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772382" Longitude="11.255342" StarRating="2" HotelCode="116840|55495" HotelName="Costantini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 13, Duomo, 50122 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/72/6b72846bcbdbf1954ea0e7406ce2d5a609a3f8e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Pisa (PSA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.50" OriginalAmount="275" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78085793" Longitude="11.2606567" StarRating="4" HotelCode="37235|15584" HotelName="Athenaeum Personal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 88, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ff/ff00854fc862a17c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is wonderfully located in the centre of Florence. Public transport links, restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.52" OriginalAmount="276.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769797130574" Longitude="11.25024155308" StarRating="2" HotelCode="384448|palazzo_alfieri" HotelName="Palazzo Alfieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Corsini 2, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/46/964632dbd22dfed2155344d208ca5b52665efff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.56" OriginalAmount="278" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777310412611" Longitude="11.239209573578" StarRating="4" HotelCode="725700|286056" HotelName="The Moon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Babysitting,Bar,Boutique,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 14, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b4/1bb46ed8cc6a4e8d1a22e41a9688f35cdf5635a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At The Moon you can enjoy Florence at 360 degrees, Art, Music, Works, Nature, Wellness, Business. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771935372357" Longitude="11.25285923481" StarRating="4" HotelCode="337455|strozzi_palace_hotel" HotelName="Strozzi Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Vecchietti 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87238d39449f3ddacb00ace97938acef8fe578.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive superior hotel lies within the historic centre of Florence. The various shopping fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="284.10" OriginalAmount="278.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779447" Longitude="11.2552" StarRating="4" HotelCode="47299|CAJ397500|Bed &amp; Breakfast" HotelName="Hotel Cellai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via 27 Aprile 14, 52/R, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/fa/28faa88f59c1bdd3c8b6588cd0b99603dee9b660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally situated about 300 m from the lively city centre and its many shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.58" OriginalAmount="279.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778061" Longitude="11.253612" StarRating="3" HotelCode="68904|hotel_basilea" HotelName="Basilea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 41, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/fd/69fd3d69b5bbb4ad2e564bf0143401a55986a4fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.47" OriginalAmount="287.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771547038506" Longitude="11.257928609848" StarRating="4" HotelCode="47284|145840|Bed &amp; Breakfast" HotelName="Grand Hotel Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/10/2026" 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 del Proconsolo 3, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/32/a0327c5e8af75eef866847e8de5ce2b3f97b9118.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historical heart of Florence, in an ancient street between the Piazza d...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.84" OriginalAmount="292" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771351" Longitude="11.251258" StarRating="4" HotelCode="76430|31016" HotelName="Room Mate Isabella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tornabuoni 13, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/a0/c6a069d71ebed841c32c79c9017615e4b0a6ba5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the most important characteristics of a hotel is its location, and this hotel occupies the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774475459018" Longitude="11.25030040741" StarRating="3" HotelCode="33063|hotel_bonciani_palazzo_pitti_broccardi" HotelName="Bonciani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 17, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/8a/5d8a526b1b9735d8db4d9be270e64001d674c071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in the historical centre of Florence. It is only a few minutes' wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="301.08" OriginalAmount="295.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773829" Longitude="11.253012" StarRating="4" HotelCode="116800|2167840|Bed &amp; Breakfast" HotelName="Hotel Centrale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/72/167200c6b81bf2311fa8c792bb7fea093e82f503.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.94" OriginalAmount="297" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77960372301" Longitude="11.237138807774" StarRating="4" HotelCode="63269|19052" HotelName="AC Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luciano Bausi 5, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/04/c704a9dca591343ce960fd46140cf185b75f38b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near to Firenze Porta al Prato train station. It is also within easy reach of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770117638323" Longitude="11.253014802933" StarRating="3" HotelCode="913263|davanzati" HotelName="Davanzati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Porta Rossa 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/51/825129c3b6f9cc8bbcd1e8036426840eb89bec3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.30" OriginalAmount="306.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7682272138" Longitude="11.254146695137" StarRating="4" HotelCode="26069|15702|Bed &amp; Breakfast" HotelName="Degli Orafi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lungarno Archibusieri 4, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/37/5137849aeef88b3a3099728cd77b59189f58852c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located directly by River Arno and only a few minutes from the famous Ponte...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773478030304" Longitude="11.248374581337" StarRating="4" HotelCode="47929|croce_di_malta_hotel" HotelName="Hotel Croce di Malta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 7, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/27/6a271b7e2e1c97afd49ce7ffd328f1c24339eb43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the historical centre of Florence and is housed within a former...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.88" OriginalAmount="307.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782292" Longitude="11.26029" StarRating="4" HotelCode="32464|5739|Bed &amp; Breakfast" HotelName="Palazzo Ricasoli Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Mantellate 2, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/dc/60dc3ca6285fc802997111efa9ba77cab1f27d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally, with restaurants, bars, nightclubs, train and bus stations...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="321.82" OriginalAmount="315.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766608873987" Longitude="11.263390487102" StarRating="4" HotelCode="15942|1633639|Bed &amp; Breakfast" HotelName="Plaza Hotel Lucchesi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno della Zecca Vecchia 38, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/c5/58c5b5a66509611b0c97315af15ca8bb3fa4ec4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Florence is a city to visit on foot and the hotel is certainly the ideal place to start from for a t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="324.52" OriginalAmount="318.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775110705915" Longitude="11.240767836571" StarRating="4" HotelCode="10185|1202775|Bed &amp; Breakfast" HotelName="NH Firenze Anglo American" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 9, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7764/a_7764_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is centrally yet quietly situated between Lugarno and Borgognissanti. Many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76505321" Longitude="11.24789286" StarRating="0" HotelCode="764184|casa_botticelli" HotelName="Casa Botticelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Felice 8, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/42/b4422a3bfdf3553ffbbf10f0f3f2fac102ae3358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.00" OriginalAmount="327.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773618446032" Longitude="11.252004951239" StarRating="3" HotelCode="899446|803388|Bed &amp; Breakfast" HotelName="Hotel La Gioconda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 2, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/7b/bf7b5a78b9964542da66721047665e026d2f21d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel has an excellent position in Florence, from which to visit the city on ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.66" OriginalAmount="333" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770571834902" Longitude="11.251275390387" StarRating="1" HotelCode="913257|57052" HotelName="Hotel Scoti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Tornabuoni 7, Firenze 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/97/d0970fad163094a3b60b234af858e04f8430df3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="341.05" OriginalAmount="334.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7673" Longitude="11.2579" StarRating="3" HotelCode="31185|BZ7|Bed &amp; Breakfast" HotelName="Balestri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Mentana 7</AddressLine>
          </AddressLines>
          <PostalCode>0552398042</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e5/67e5eacd286143f6b4fb50612be00f4041e629f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, located in the city centre of Florence, lies on the banks of the River Arno, only about ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769793210083" Longitude="11.250780522823" StarRating="4" HotelCode="39430|antica_torre_di_via_tornabuoni_1" HotelName="Residenza d'Epoca Antica Torre di Via Tornabuoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Tornabuoni 1, 50122 Firenze, Elba &amp; Umbria</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/48/164809b4927849a4f43158789bd672bbab9fda88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built on Medieval foundations, this hotel is situated on the Via dei Tornabuoni and affords views ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.74" OriginalAmount="337" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770901578543" Longitude="11.247910141612" StarRating="2" HotelCode="384447|62363" HotelName="Leone Blu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Carlo Goldoni 2, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/e5/94e5bbe6426e182b7b52cc2e9efaa6f3a5cf2a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772171" Longitude="11.24926" StarRating="4" HotelCode="117534|al_palazzo_del_marchese_di_camugliano" HotelName="Al Palazzo del Marchese di Camugliano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="luxurious historic hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Moro 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/45/cd454839940d1a9c6e71ad9f786ec53ef166fc26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.78" OriginalAmount="339" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774056605757" Longitude="11.250152995008" StarRating="4" HotelCode="345694|62426" HotelName="Garibaldi Blu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Novella 21, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/d1/94d1b90abfb607a0312a6fde591041cc98460d31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.84" OriginalAmount="342" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774235069927" Longitude="11.247298450985" StarRating="4" HotelCode="16836|15736" HotelName="Rivoli Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 33, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f6/e4f692224e32f056f6944eeb6ea807efcfc6ec19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel originates from the renovation of an old 14th Century Franciscan Monastery. Come and disco...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.92" OriginalAmount="346.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76368867" Longitude="11.270179" StarRating="0" HotelCode="951379|fornace_suite" HotelName="Fornace Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fornace 3, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/b5/75b582d2bd34f67518b81114f88c132eb5a0eb73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.06" OriginalAmount="353" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770846869108" Longitude="11.25144302845" StarRating="4" HotelCode="337458|177781" HotelName="Hotel Milu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Tornabuoni 8, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f1/17f115a1f21fe3ca1058b0dd32107e4de89f2ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fusing old world elegance with modern design, the hotel is located in the heart of Florence on the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.06" OriginalAmount="353.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766197265208" Longitude="11.247323155403" StarRating="3" HotelCode="913273|hotel_palazzo_guadagni" HotelName="Palazzo Guadagni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santo Spirito 9, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/31/21314958cef615d8e8a3bf0c728c3733de36458f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.08" OriginalAmount="354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76565746" Longitude="11.24394683" StarRating="3" HotelCode="432742|adastra_suites" HotelName="AdAstra Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Campuccio 53, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/be/3dbe7c59b82b6b3ea851b326746a20336222c3ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.24" OriginalAmount="362.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774354247291" Longitude="11.253138097284" StarRating="4" HotelCode="936098|firenze_number_nine" HotelName="Firenze Number Nine Hotel &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 9, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5a/845a1fd36e8beef8778e53329e335ccf70f05e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.38" OriginalAmount="369" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775608440385" Longitude="11.237152218819" StarRating="4" HotelCode="318232|18775" HotelName="NH Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Veneto 4a, 50123 Florenz, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/11/47112c46407d457c90590a118b8162a4a6986a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in front of Cascine Park, very close to the heart of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="385.56" OriginalAmount="378" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="956591|414216" HotelName="Arte' Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 14, Historical Center, 50129 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a4/5ca450762dc0f51b49005c84517ada6d5813fa8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393.72" OriginalAmount="386" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781069020935" Longitude="11.261485608004" StarRating="3" HotelCode="320097|61048" HotelName="WOW Florence Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 18 B, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/481328/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769316484226" Longitude="11.257544682209" StarRating="5" HotelCode="10932|bernini_palace" HotelName="Bernini Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Firenze 29, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/2d/cb2dfd7697aa7acb0f4bb98f817087b7f93a0804.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is steeped in history and located in the centre of Florence near to the Piazza Della Sign...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.82" OriginalAmount="391" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771331081184" Longitude="11.256689429283" StarRating="3" HotelCode="35331|4268" HotelName="Albergo Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza dei Donati 4, Via del Corso, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/19/77192cf9140dc4ccd3f82130a1dfae4c6eba9dbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Florence. Nightclubs, restaurants, bars and links to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.90" OriginalAmount="395" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771097" Longitude="11.251249" StarRating="4" HotelCode="154239|201049" HotelName="Tornabuoni Suites Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tornabuoni 9, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ac/9bac7c60d144b3dde446efdac4afd141677e68e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.48" OriginalAmount="397.53" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|166572" HotelName="Firenze Number Nine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conti 9/31R</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/5/7/2/166572_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique establishment and has WiFi, (free of charge). SITUATION: This establishment, is next to los MÃ©dici the Chapel is situated in Florence the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775304147653" Longitude="11.241280667189" StarRating="5" HotelCode="14987|montebello_splendid_hotel" HotelName="Montebello Splendid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 14, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/af/9baf722a866640741d294885b404be5f1c69a4f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, luxury class hotel is located in the centre of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773979651872" Longitude="11.249050498009" StarRating="4" HotelCode="13040|grand_hotel_minerva" HotelName="Grand Hotel Minerva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 16, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/2d/eb2d0bb64a918fe0e4647fe12752048c265eeef0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a wonderful central position at the heart of historic Florence, this city hotel lies on the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="406.98" OriginalAmount="399" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773507" Longitude="11.252296" StarRating="4" HotelCode="17707|28383" HotelName="Hotel Cerretani Firenze - MGallery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via de Cerretani 68, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/cc/a8cc4888f9920124b212a751ef314409ebad084c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="412.08" OriginalAmount="404" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775344350011" Longitude="11.268097819349" StarRating="5" HotelCode="16535|28321" HotelName="Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" 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>Piazza Massimo D’Azeglio 3, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/32/97323b9f8a183e3883cb9855d451a1bdd98c947d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located directly on a park and is only a few minutes away from the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="415.93" OriginalAmount="407.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77072111" Longitude="11.25523454" StarRating="4" HotelCode="952360|CBQ224100|Bed &amp; Breakfast" HotelName="Corte Calzaiuoli Elegant Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Calzaiuoli 3, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/90/52908be0d2152340dfab62288d7850761380188c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.89" OriginalAmount="418.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768976" Longitude="11.253311" StarRating="4" HotelCode="12968|184426|Bed &amp; Breakfast" HotelName="Gallery Hotel Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dell 'Oro 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/28/58281c364cdef54b6b3d6919360617086ab9450e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="436.51" OriginalAmount="427.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774199" Longitude="11.251554" StarRating="4" HotelCode="10403|8838|Bed &amp; Breakfast" HotelName="Palazzo Gaddi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 06/10/2026" 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 del Giglio 9, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/6b/0b6b58a6521dc3f8b14a4d2f82087b6b3f25f0f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located in the tourist centre of Florence. Numerous attractions such as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.73" OriginalAmount="431.11" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|72116" HotelName="Fh55  Calzaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Calzaiuoli 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/1/1/6/72116_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Via Calzaiuolil, a 2-minute walk away from la Catedral de Florencia, close to tourist points of interest. Is situated in the commercial area. 10 minutes walk away, guests can find Las GalerÃ­as de arte Uffizi and la Accademia. FACILITIES: This establishment has WiFi (free of charge), a reading room with newspapers and magazines. ROOM: The rooms have an air-conditioning system, a television, a mini-bar and a bathroom with a hairdryer. Some rooms have beautiful views. MEALS: The establishment offers a buffet breakfast and breakfast room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.78" OriginalAmount="439" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773390875548" Longitude="11.250118017197" StarRating="4" HotelCode="33475|5774" HotelName="Hotel Santa Maria Novella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 1, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/16/0b161d42bd3765bf09e2b09c86dee51861b76dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Florence and therefore allows easy access to all the sights of inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.80" OriginalAmount="440.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773371" Longitude="11.250079" StarRating="4" HotelCode="151588|hotel_lorologio" HotelName="L'Orologio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 24, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/82/e282125bd18b6f27d8766261644f95db1206bfc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.90" OriginalAmount="445.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767456306322" Longitude="11.251385360956" StarRating="5" HotelCode="913276|ponte_vecchio_suites__spa" HotelName="Ponte Vecchio Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Belfredelli 9, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741ad6d02b07b23a9a70b9157ca905c22432c4d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.94" OriginalAmount="447" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="975868|491300" HotelName="Hotel Calimala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Calimala 2, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f2/10f28d30534e3dcf622769e4f01eb698fb67ff8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.98" OriginalAmount="449.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771299922632" Longitude="11.25541813475" StarRating="4" HotelCode="11338|hotel_calzaiuoli" HotelName="Hotel Calzaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calzaiuoli 6, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/26/4126b07c5145ea0a32c0d58ab4b66a601e305e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.06" OriginalAmount="453.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76985" Longitude="11.25744" StarRating="5" HotelCode="188952|san_firenze_suites_spa" HotelName="San Firenze Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Jacuzzi,Kitchen,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Firenze 3/A, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/41/1541c3b05332fb3a03b53278237605c1fc5013fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.22" OriginalAmount="461" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774710288116" Longitude="11.255845203996" StarRating="4" HotelCode="12530|391636" HotelName="Hotel Spadai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/48/9a483bd7864740394a3bd100df4822f3245efe03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying an inner city location, this hotel lies some 3 km from the centre of Florence and the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="492.98" OriginalAmount="483.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770499202419" Longitude="11.25400185585" StarRating="4" HotelCode="32806|5730|Bed &amp; Breakfast" HotelName="Pierre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Lamberti 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/814a5b836f6cd6e8d598b3502ddd4ec0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in a historical quarter of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.78" OriginalAmount="489.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770219324424" Longitude="11.252003610134" StarRating="4" HotelCode="15995|nh_porta_rossa" HotelName="NH Collection Firenze Porta Rossa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Porta Rossa 19, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/6a/6d6af0dbd593c8a2e02a3898bb599220e1e8e448.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is perfectly located in the pedestrianised historical centre, just a few steps ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="524.28" OriginalAmount="514.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.763693" Longitude="11.233098666667" StarRating="4" HotelCode="117693|hotel_torre_di_bellosguardo" HotelName="Torre di Bellosguardo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Meeting Room,Parking,Pets allowed,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/a0/27a0c425a31733051ffbea0c643bc88e526f7038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Torre di Bellosguardo in Florence (Oltrarno), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.36" OriginalAmount="518.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775846654249" Longitude="11.242135763168" StarRating="5" HotelCode="41835|grand_hotel_villa_medici__a_sina_hotel" HotelName="Sina Villa Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Il Prato 42, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/94/fa948ec8a9de822d8414c0564e49524b5420e2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a quiet location at the heart of Florence, this prestigious hotel is just a short walk from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.62" OriginalAmount="531.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77077936" Longitude="11.2540044" StarRating="2" HotelCode="605313|cavalieri_palace_luxury_residences" HotelName="Cavalieri Palace Luxury Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Cavalieri 2, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/65/a1652f2bfa246d82f3dbb96fc68299f50ff21c5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="544.69" OriginalAmount="534.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771694237669" Longitude="11.256185173988" StarRating="4" HotelCode="11242|5844|Bed &amp; Breakfast" HotelName="Brunelleschi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Elisabetta 3, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/1e/e61e293f0e58c303fb03b9953d6fc932c113637b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a historical, Renaissance-style building at the heart of traditional Florence, this hotel ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.96" OriginalAmount="548.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773719" Longitude="11.257467" StarRating="0" HotelCode="117376|palazzo_niccolini_al_duomo" HotelName="Palazzo Niccolini al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Servi 2, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/4e/ab4e0309e069e07ad4d553f1f21540d2bedb3dec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="645.48" OriginalAmount="632.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757381" Longitude="11.247522" StarRating="5" HotelCode="13057|1532866|Bed &amp; Breakfast" HotelName="Villa Cora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Machiavelli 18, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/8c/538cdc587040c8f46fffa019ba8ab0ddfd47becf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tradition-rich hotel is situated in the most exclusive district of Florence where guests may en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="666.06" OriginalAmount="653" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.787888" Longitude="11.297183" StarRating="5" HotelCode="149924|56527" HotelName="Il Salviatino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía del Salviatino 21, Fiesole, Firenze 50137</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f7/f9f70e57de29e13e30f9380daf5ac1fb96e6d59d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is difficult to find a better location in Florence. The city centre with its famous Duomo is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="680.32" OriginalAmount="666.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767985095688" Longitude="11.251628100872" StarRating="5" HotelCode="57980|1610662|Bed &amp; Breakfast" HotelName="Hotel Lungarno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo San Jacopo 14, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/da/ddda6eec5cb788a074c5f3c69106894efcfeba6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="692.31" OriginalAmount="678.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769966561511" Longitude="11.26255273819" StarRating="5" HotelCode="130261|1457857|Bed &amp; Breakfast" HotelName="Relais Santa Croce" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 87, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/zz/fdad7b25e44be38310b6865ef18f7cfaeb1630f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="763.94" OriginalAmount="748.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771808703308" Longitude="11.252346136542" StarRating="5" HotelCode="13274|7312|Bed &amp; Breakfast" HotelName="Helvetia &amp;  Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pescioni 2, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/f6/cff6ed79bff6ccdb42d0f28cc9c489993310594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located in the historic centre of Florence. The Duomo is just 3 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.12" OriginalAmount="749.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771569" Longitude="11.252854" StarRating="5" HotelCode="130422|120635|Bed &amp; Breakfast" HotelName="Palazzo Vecchietti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Strozzi, 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c2/5dc2c08d82110bbdbf345784c1e6f3cf989bae03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is housed in a historical palace called Palazzo Vecchietti, just steps away from Pia...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="781.20" OriginalAmount="765.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769817" Longitude="11.250906" StarRating="4" HotelCode="91560|1077835|Bed &amp; Breakfast" HotelName="Tornabuoni Beacci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Tornabuoni 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/6a/7d6aaaa596782a15816e9d33e13ffb35a8cca253.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Florence, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.20" OriginalAmount="810.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77288150188" Longitude="11.249627172947" StarRating="5" HotelCode="31402|jk_place_firenze" HotelName="J.K.Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/32/07327f088eaec637d8ee9c5d6cf61447f81f70c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Florence, this comfortable hotel lies close to the city centre just 500 m from the neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="892.50" OriginalAmount="875" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770405" Longitude="11.251998" StarRating="5" HotelCode="148277|19053" HotelName="Golden Tower Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Strozzi 11/r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/5c/d05ceef8958b6effec2dcd89456fec8be8dfbb7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the ideal venue for a perfect stay between Via Tornabuoni and Piazza Strozzi. It is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1257.66" OriginalAmount="1233" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77187629929" Longitude="11.245700418949" StarRating="5" HotelCode="18544|35245" HotelName="The Westin Excelsior, Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ognissanti 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/59/2459f785f62f22202fd80b50afbc185bf898f34c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and historical hotel is situated close to Florence city centre. Florence's cathedral ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1285.20" OriginalAmount="1260" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771967" Longitude="11.264865" StarRating="4" HotelCode="91552|23696" HotelName="The J and J Historic House Hotel Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Mezzo 20, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/1f/301f2af8c5020a92ef01e74139ead3e83f7b5a4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet area less than a 10-minute walk from the cathedral and the busy sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1367.82" OriginalAmount="1341" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772135832983" Longitude="11.245021820068" StarRating="5" HotelCode="40084|35244" HotelName="The St. Regis Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ognissanti 1, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/fa/81fa7d15a31c39426e3063e17a59ffa1085cfbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historical centre, on the beautiful Arno River. From the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1374.27" OriginalAmount="1347.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771841436469" Longitude="11.254742145538" StarRating="5" HotelCode="17284|1826493|Bed &amp; Breakfast" HotelName="Hotel Savoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" 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 della Repubblica 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/d9/ebd91c8d1acc36cda82b7948ba497365d79c1845.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its central location, the hotel provides an ideal point of departure for guests wishing to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1425.96" OriginalAmount="1398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768751" Longitude="11.252792" StarRating="4" HotelCode="267141|portrait_firenze" HotelName="Portrait Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno degli Acciaiuoli 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/3b/1b3bfa8e33d6cdd1e9f27f667a0b279ebb66fc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1650.34" OriginalAmount="1617.98" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15743" HotelName="Grand Adriatico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA MASO FINIGUERRA 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/4/3/15743_2e802b01538.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 114 rooms, a lobby, a reception, a bar, a lift, an Ã  la carte restaurant with air-conditioning and with air-conditioning. The establishment also offers an indoor car park and a car park. SITUATION: This modern hotel is in via Maso Finiguerra it is in the historic centre of Florence. In the surrounding area, clients have monuments, exhibitions, conference centres and the Teatro Comunale Theatre. Nearby, you will find Santa Maria Novella Station. 200 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: Clients can use a gym. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool,Golf,Kitchen,Conference Hall,Bicycle Rental,Lounge,Garden,Diet Meals,LCD/Projector,Library,Luggage Storage,Parking,24 Hour Front Desk,24 Hour Room Service,Babysitting,Concierge,Dry Cleaning,Elevator,Pets allowed,Meeting Room,24 Hour Power Supply,Fitness Centre,Housekeeping,Wake-up Call Service,Boutique,Printer</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,COUNTRY HOUSE,CLUB RESORT,HOTEL,VILLAGE,SPA HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,LUXURIOUS HISTORIC HOTEL,ECO HOTEL,GUESTHOUSE,BED AND BREAKFASTS,HOSTEL,GUEST HOUSES,BED AND BREAKFAST,GUEST HOUSE,BOUTIQUE HOTEL,APARTMENT,APARTHOTEL</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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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="b8d7de9d-6300-472e-8584-cc92e71c30ae">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="56522" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-09T00:00:00" End="2026-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="HN" 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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|RestelSearch|Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index|System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at HotelSources.Restel.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Restel\Restel.cs:line 544|Restel|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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="2026-03-25T09:31:06.7631291+00:00" Version="0" EchoToken="Search" TransactionIdentifier="b8d7de9d-6300-472e-8584-cc92e71c30ae" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="54.87" OriginalAmount="53.79" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|364078" HotelName="Sleep Inn Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1833 Florence Park Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/4/0/7/8/364078_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.08" OriginalAmount="54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.791062" Longitude="11.248456" StarRating="3" HotelCode="913326|200864" HotelName="Bed &amp; Breakfast Leopoldo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabbroni 78, 50134 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d5/0ed5c81febe866d856417b11d164a55801ab8fcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a transf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.52" OriginalAmount="66.20" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|222443" HotelName="Quality Inn Florence Muscle Shoals" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>150 Etta Gray Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/4/4/3/222443_77521851819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.52" OriginalAmount="70.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.796728" Longitude="11.219573" StarRating="3" HotelCode="58875|52276|Bed &amp; Breakfast" HotelName="Auto Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valdegola 1, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a5/f1a553c7af49c89312f831a0cbb66764d4a3519d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in commercial area of Novoli in the northwest of Florence. Recently, a new un...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.10" OriginalAmount="71.67" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|229488" HotelName="Best Western Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>1808 W Lucas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/4/8/8/229488_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.54" OriginalAmount="73.08" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|222702" HotelName="Country Inn and Suites By Radisson, Florence, Sc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1739 Mandeville Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/0/2/222702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="85.23" OriginalAmount="83.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797810541623" Longitude="11.215667724609" StarRating="3" HotelCode="32573|CAF881300|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Firenze Novoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guidoni 101, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/5a/0a5a11006af9ac86007ea8e148623aaf3b9b2202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the commercial and banking district of the city of Florence and enjoys exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="85.23" OriginalAmount="83.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797382687908" Longitude="11.220774650574" StarRating="3" HotelCode="31186|CAG712800|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Firenze Nuovo Palazzo di Giustizia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guidoni 87, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/bf/58bfa35522357455781119d9f805dbb7ccd7f518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the commercial district of the city of Florence, this hotel is close to Florence airport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.74" OriginalAmount="87.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771252" Longitude="11.263655" StarRating="2" HotelCode="77764|hotel_bodoni" HotelName="Bodoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martiri del Popolo 27, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/15/88150b1089a910d91389fe1248bb1d777e98c2f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.58" OriginalAmount="93.71" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|560912" HotelName="Comfort Inn and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>527 Woody Jones Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/9/1/2/560912_c39e0421751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.88" OriginalAmount="94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.794777" Longitude="11.20585" StarRating="4" HotelCode="36224|15694" HotelName="Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via F Baracca 231/Int 18, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/2c/e12c9e5ccb9455bd80f6b5cf2e5857635bf34217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 2-minute drive from the Firenze Nord exit of the A1 Motorway and the historic centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.90" OriginalAmount="95.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780835" Longitude="11.271763" StarRating="2" HotelCode="913322|hotel_villa_il_castagno" HotelName="Hotel Villa Il Castagno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea del Castagno 31, 50132 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/44/e744b2fb1a776f7f07afb5b638fd61ce653ab69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.786386183589" Longitude="11.26543879509" StarRating="4" HotelCode="337453|diana_park" HotelName="Diana Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Pascoli 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/d2/d2d2a2af6c57d10842324d00a1a8136512a79d67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located and can be easily reached by car. Within a 10-minute drive guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="100.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770479" Longitude="11.20857" StarRating="3" HotelCode="67958|hotel_alex_4" HotelName="Alex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccio da Montelupo 18/20, 50142 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7d/db7d1fb459bd4c9353d4df2b8141864805130d24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="101" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.735489768135" Longitude="11.209654211998" StarRating="4" HotelCode="101958|56087" HotelName="Fattoria Il Milione" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Giogoli 12, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cc/18/cc18895de0bbf518f869ea8bbfab6af952cbde03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="101" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777005" Longitude="11.240923" StarRating="3" HotelCode="173717|57066" HotelName="La Corte Dei Principi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>via Il Prato, 66, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c6/dfc6ae52b5fe229882841983454640d4621fa72f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.28" OriginalAmount="101.25" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|233131" HotelName="Fairfield Inn And Suites By Marriott Florence I-20" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>501 Woody Jones Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/3/1/233131_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.39" OriginalAmount="101.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76544257" Longitude="11.31555697" StarRating="3" HotelCode="577786|692002|Bed &amp; Breakfast" HotelName="Camping Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Generale Dalla Chiesa 1 3, 50136 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/21/cf2110329edc14dcb85d6df2b8f80f2916cd4b5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This campsite warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.77" OriginalAmount="101.74" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|274605" HotelName=" River House Inn, a Baymont by Wyndham " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1202 Bay Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/6/0/5/274605_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.756248" Longitude="11.289034" StarRating="3" HotelCode="22790|rosary_garden" HotelName="Rosary Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripoli 169, 50126 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/55581023913bec8e272a0943016fbe714d10d020.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757652518389" Longitude="11.298497021198" StarRating="4" HotelCode="34056|italiana_hotels_florence" HotelName="Italiana Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Europa 205, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c9/93c9ee3ed48bcc8bfb207cdee9a1642dc9014694.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel enjoys a stunning location in the south of Florence, close to the A1 motorway, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79354365" Longitude="11.27504008" StarRating="0" HotelCode="556249|bb_boccaccio_camere" HotelName="Affittacamere Boccaccio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cino da Pistoia 23</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a6/26a6eadaeebf9f5fa87bfaec662d874e0be6b2c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.10" OriginalAmount="105.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797153292455" Longitude="11.219505148479" StarRating="3" HotelCode="935830|diva_hotel" HotelName="Diva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lippi e Macia 24/C, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/f2/67f238d1e0473c3a3f34be5968c5473ab6bbb929.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.30" OriginalAmount="105.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768682393199" Longitude="11.28547757864" StarRating="4" HotelCode="34968|18469|Bed &amp; Breakfast" HotelName="Hotel Grifone Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Pilati 20, 50136 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/79/22797325f3d7c7681c192d9182ecb8941ef2d992.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is located in quiet surroundings in Florence; just 15 minutes walk from the...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79420204" Longitude="11.28360561" StarRating="2" HotelCode="428857|villa_la_stella__casa_per_ferie" HotelName="Villa La Stella Casa per Ferie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Iacopone Da Todi 12, 50133 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/77/57779cafe4e9fcb5448e13f7744665867f7ca58f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Villa La Stella - Casa per Ferie in Florence, you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.18" OriginalAmount="109.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782146" Longitude="11.25813" StarRating="3" HotelCode="913309|residenza_johanna_i" HotelName="Residenza Johanna I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 14, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/9e/d79ecc58f597072e5caddb6d3cad12be64ee3fd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.22" OriginalAmount="111.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782026" Longitude="11.257848" StarRating="3" HotelCode="145030|hotel_bonifacio" HotelName="Bonifacio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 21, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5e/945e2de564e1c7b47401466b6f49109dd6ba41d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.54" OriginalAmount="111.31" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|34092" HotelName="Italiana Hotels Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE EUROPA 205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/9/2/34092_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, has 92 rooms, a lobby, internet, a reception and a safety deposit box service. Our guests can find a hairdresser's, a bar and a restaurant. SITUATION: It is inFlorence south it is situated close to the motorway, 15 minutes away from the establishment, clients can find the city centre, Where you can find shops and leisure areas. it is 20 kilometres away from Florence Airport. ROOM: The modern and comfortable rooms, have a direct line telephone, satellite or cable TV, a bathroom with a bath, a radio, internet and a mini-bar. They also have an iron, an ironing board, a courtesy tea and coffee service and a safe (available for a fee). FACILITIES: The establishment boasts a swimming pool and a gym. Clients can enjoy activities such as play golf.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.71" OriginalAmount="111.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.799171521983" Longitude="11.204659938812" StarRating="3" HotelCode="32468|7302125|Bed &amp; Breakfast" HotelName="Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Luigi Gori 10, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/27/bc27ae1578bdf8ad4fa93f441189347ba136b943.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the end of the A11 motorway, directly by the junction to the A1 Florence No...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.27" OriginalAmount="113.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77527" Longitude="11.250793" StarRating="3" HotelCode="17140|5737|Bed &amp; Breakfast" HotelName="San Giorgio e Olimpic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Antonino 3, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5f/39/5f3915154740b5e9affb22d9a80b4b9c1a4bc833.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes walk from many of Florence's main tourist attractions, such...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.28" OriginalAmount="114" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781617" Longitude="11.255932" StarRating="2" HotelCode="166884|28119" HotelName="Plus Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina D'Alessandria 15, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5e/205e0143943e7cb089d6aac7789ce791a2c3de91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.36" OriginalAmount="118.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7840092" Longitude="11.26596906" StarRating="3" HotelCode="864002|3110_arthotel" HotelName="31.10 Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fra Bartolommeo 21, 50132 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0a/8c0a1b05857ad58f4aaa7dd88f9dfc098863ec08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.40" OriginalAmount="120" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.794336" Longitude="11.208769" StarRating="4" HotelCode="31400|29791" HotelName="Best Western Plus Chc Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 199 a, 50127 Florenz, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ab/a0abe2bd2530af0db769217c7abb75653e02fdbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located, near the motorway exit and also the centre of Florence. Link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78914095" Longitude="11.23836622" StarRating="3" HotelCode="438445|la_rosa_di_firenze_bb" HotelName="La Rosa di Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Circondaria 44, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/fc/5bfc567ac272d658a091e2012c10e31c3cfd3d1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers' stays are enhanced by the range of services and amenities at this hotel. Wireless intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.94" OriginalAmount="121.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771510238659" Longitude="11.265135705471" StarRating="4" HotelCode="408706|1641948|Bed &amp; Breakfast" HotelName="Palazzo dei Ciompi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietrapiana 18, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/11/ff1146b56ea84b6cfa4cebeb1c767442690440f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is found in the centre of the old city of Florence, at the point where the road meet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778679" Longitude="11.256405" StarRating="3" HotelCode="117730|hotel_veneto" HotelName="Veneto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Reparata 33, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/54/1f5489d16c036756f842b941fe691c0d5873f2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="128.78" OriginalAmount="126.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777155845213" Longitude="11.245633363724" StarRating="3" HotelCode="27904|DFI|Bed &amp; Breakfast" HotelName="Delle Nazioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 15</AddressLine>
          </AddressLines>
          <PostalCode>055283579</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/b1/25b13ea7e71b3834e78dea8d27c8fc54417994ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Florence, directly by the Santa Maria Novella train station an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.06" OriginalAmount="126.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775217225314" Longitude="11.252623200417" StarRating="3" HotelCode="16709|1286449|Bed &amp; Breakfast" HotelName="Rex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 6, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b7/a8b760c2d6a20386077bac40760a48eb3725bdca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of the finest buildings in Florence and is only a few minutes' walk from Florence'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.56" OriginalAmount="128" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.810060536221" Longitude="11.178695560383" StarRating="4" HotelCode="395906|30474" HotelName="Novotel Firenze Nord Aeroporto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tevere 23, Osmannoro, Sesto Fiorentino, 50019 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/cd/97cd41e95f3492c99211b3296091def314e7b7b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.758549" Longitude="11.244343" StarRating="3" HotelCode="188944|classic_hotel" HotelName="Classic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Machiavelli 25, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/86/d986cbadcadc3f4c98345bf3dffbc6009edd0f34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.58" OriginalAmount="129" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784465852276" Longitude="11.241772516107" StarRating="0" HotelCode="321541|89873" HotelName="PopArtment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Catalani 13, 50144 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/3c/053c7f5520036b7d2ef05c2083a9d192ef37ef3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.60" OriginalAmount="130" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78428554" Longitude="11.26365438" StarRating="0" HotelCode="580354|236001" HotelName="Lorena Suites &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 04/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Minzoni 8, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/zz/b9ada92b29c95bad3aa7071a28110905656b0d13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.60" OriginalAmount="130.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76337" Longitude="11.272489" StarRating="3" HotelCode="913284|sognando_firenze" HotelName="Sognando Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giampaolo Orsini 115, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/3b/a63b89db12876032f3ac92825d1d8b65118bd93d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777675" Longitude="11.249825" StarRating="2" HotelCode="12519|hotel_fiorita" HotelName="Fiorita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 20, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c1/33c10bfeff27a37bd1184f380b5a5f7675223fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779519" Longitude="11.257864" StarRating="2" HotelCode="152405|piccolo_hotel" HotelName="Piccolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Gallo 51, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/39/c83992e28dc8c2870b4072f428bd4e32962c5e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Florence, in the very characteristic district of San Lorenzo, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.66" OriginalAmount="133.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772654896991" Longitude="11.254472583532" StarRating="2" HotelCode="913342|magnifico_messere" HotelName="Magnifico Messere - B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Roma 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/61/cc6121867a5f9ff5cb494072bb7f9d17b3c698b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.70" OriginalAmount="135" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.791461835582" Longitude="11.223769312982" StarRating="4" HotelCode="366276|15809" HotelName="Tuscany" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Novoli 59, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/9b/a59b6f5416d99b46fe3d6518c18ac039b2499db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78092946" Longitude="11.24191279" StarRating="0" HotelCode="492709|attico43_bed_breakfast" HotelName="Rubina Belfiore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Belfiore 43, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cd/52cda4cc62f5fa11372345f290b87273893f779b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.76" OriginalAmount="138.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76868736" Longitude="11.24364175" StarRating="0" HotelCode="353500|casa_santo_nome_di_gesu" HotelName="Casa Santo Nome di Gesu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Carmine 21, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/75/3575fdd1b4c10cda200f6602caa9a773b6540a23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.58" OriginalAmount="142.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780339" Longitude="11.252345" StarRating="3" HotelCode="913294|211626|Bed &amp; Breakfast" HotelName="Soggiorno Casa di Barbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Barbano 1, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/75/6f753c082b99a2efb701e135a6572aa87550357e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.86" OriginalAmount="143.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78509497" Longitude="11.2683816" StarRating="3" HotelCode="355391|hotel_astro_mediceo_2" HotelName="Hotel Astro Mediceo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Garden,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Frà Bartolommeo 54/56, 50132 Florence City</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d7/8ed7a4a26b34bfa5ad658af05381f6bd4eee3779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Astro Mediceo in Florence (Santissima Annunzi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.88" OriginalAmount="144.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7765" Longitude="11.2519" StarRating="2" HotelCode="66543|hotel_nuova_italia" HotelName="Nuova Italia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 26, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/6d/ea6d9dd8b6ef8fcc033efb59c1e3223771036378.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.73" OriginalAmount="144.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79276" Longitude="11.228381" StarRating="4" HotelCode="98588|111642|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Florence Novoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sandro Pertini, 2/9, Florenz 50127</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/1448780f81f0e4bafff043ffb2bc61138ffafe97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the middle of a park in the northern part of Florence, in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.73" OriginalAmount="144.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77349546124" Longitude="11.189864873886" StarRating="4" HotelCode="82843|99315|Bed &amp; Breakfast" HotelName="Hilton Florence Metropole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Cavallaccio 36, 50142 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/de/8fdebef1e5f5c51404d4d04af9de8ea0cd5ad66f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located to the west of Florence, the hotel is very easy to reach by air, train and car. This is an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.92" OriginalAmount="146.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.812897" Longitude="11.283296" StarRating="4" HotelCode="99059|eden_rock_resort" HotelName="Eden Rock Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clemente Biondetti, 7, 50100 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/58/dc5801f263c69806c03af074be6d94f99c69f191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive suites at this resort are just 6 km from the centre of Florence in a splendid hilly re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.96" OriginalAmount="146.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79905342961" Longitude="11.227010786533" StarRating="4" HotelCode="95008|113538|Bed &amp; Breakfast" HotelName="Nil Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/10/2026" 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 Eugenio Barsanti 27 a/b, 50127 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/71/1571f932cb7fcee807dd9257b35b2ffc7ab9436f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a short drive from the historic centre. Shopping venues are 300 m away and bars and pu...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.24" OriginalAmount="146.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777866592208" Longitude="11.249951720238" StarRating="3" HotelCode="69590|84785|Bed &amp; Breakfast" HotelName="Palazzo Vecchio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cennini, 4, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/be/a6beb370fedd837d6b9fd40d78bcbf6f5a4399a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a particularly convenient position in Florence. It is close to the Santa Maria Nove...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.94" OriginalAmount="147.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772195131878" Longitude="11.255825782209" StarRating="3" HotelCode="78723|hotel_de_lanzi" HotelName="Hotel De Lanzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Oche 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/ee/fbee60a0ca3af2242cf829caafcb3e373e461e47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="151.32" OriginalAmount="148.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776276598822" Longitude="11.255715787411" StarRating="3" HotelCode="87514|GPY|Bed &amp; Breakfast" HotelName="Ginori al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de Ginori 22/24/26</AddressLine>
          </AddressLines>
          <PostalCode>055211392</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/7d/5d7d3d8165fbbef9b6177defab03280c54ad422a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location, just 5 minutes from Santa Maria Novella railway station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.00" OriginalAmount="150" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754791" Longitude="11.237495" StarRating="2" HotelCode="153487|176691" HotelName="SanGaggio House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Cardinal Leopoldo 62, 50124 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/f1/c2f1ef743d376d33abead09219b998ab049d5f83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 6 rooms. The establishment features vario...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772340347224" Longitude="11.248922510225" StarRating="3" HotelCode="88880|hotel_unicorno" HotelName="Unicorno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Fossi 27, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/0c/3e0cfc5bb9ea04d63a9857622bd6e2eaa88f4b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is pleasantly situated on a street full of antique shops in the heart of Florence, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.96" OriginalAmount="150.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777244931131" Longitude="11.252145767212" StarRating="3" HotelCode="37312|22820|Bed &amp; Breakfast" HotelName="Galileo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 22/a, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f1/40f14b777ca78d3e48600981473a0244c6b1b6aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the pulsing city centre of Florence and provides an ideal b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778972397029" Longitude="11.250284314156" StarRating="2" HotelCode="913249|arco_antico" HotelName="Arco Antico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 107, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/50/22508b29b070348a02d0fca6edda5fb43838a2a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.80189196" Longitude="11.25350746" StarRating="0" HotelCode="720874|armonie_di_villa_incontri" HotelName="Villa Incontri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Incontri 4</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/94/d69459dd232b5ee6d71478f2c5bbe64fd4054efd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.94" OriginalAmount="152.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784698" Longitude="11.281851" StarRating="2" HotelCode="82582|211446|Bed &amp; Breakfast" HotelName="Ungherese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovan Battista Amici 8, 50131 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/68/da6873ff25a71823e8b35772ee13cc0231e7a814.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.06" OriginalAmount="153" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77218059" Longitude="11.25577766" StarRating="2" HotelCode="484634|200968" HotelName="Hotel Villani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Oche 11, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/56585/2356585/1.jpg?f=14938122</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.07" OriginalAmount="153.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.783596802237" Longitude="11.253342032433" StarRating="3" HotelCode="337457|17161|Bed &amp; Breakfast" HotelName="Hotel La Fortezza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Milton 95, 50129 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/e6/6ae626dc028103c0981356fc5e91a6a6e56c62fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Florence, just 50 m from the Fortezza da Basso. Links to the p...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772366313453" Longitude="11.257915198803" StarRating="3" HotelCode="913219|la_residenza_del_proconsolo" HotelName="La Residenza del Proconsolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Proconsolo 18, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/04/9a044fdd8190196463da80f6f83e3a42a85b4d41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77586893" Longitude="11.25275373" StarRating="0" HotelCode="583495|il_mercato_centrale_bb" HotelName="Il Mercato Centrale B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'Antonino 38, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cf/a5cfcf5ea4c41a1df61bdfe1c47641cb99542b1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77666575" Longitude="11.225185" StarRating="4" HotelCode="901887|riva_lofts_florence" HotelName="Riva Lofts Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccio Bandinelli 98, 50142 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/9c/a29cdab3d083038a04601b9ec62a93affed5c307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.33" OriginalAmount="155.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7773888" Longitude="11.25783978" StarRating="4" HotelCode="582532|625251|Bed &amp; Breakfast" HotelName="Residenza Conte Di Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 42, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/23/cc233248af4afe62b5f31fcb7ba1596baba21258.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.12" OriginalAmount="156" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776178" Longitude="11.268005" StarRating="3" HotelCode="100017|54164" HotelName="Villa Liana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Alfieri 18, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/ce/c5ce4143f09bbaf331977653d920cde2806a6b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77986969" Longitude="11.24529116" StarRating="3" HotelCode="346022|hotel_luxor_florence" HotelName="Hotel Luxor Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 71, 50144 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2c/832c3cf02623dadf66274c58a833c668299293d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777564961511" Longitude="11.25496275723" StarRating="2" HotelCode="913296|hotel_guelfa_2" HotelName="Guelfa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Guelfa 28, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/81/5181d1a92d1e4fc699bb4f5bfcc1f1475a2061f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.16" OriginalAmount="158" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.793859" Longitude="11.210463" StarRating="4" HotelCode="116837|55524" HotelName="Cosmopolitan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 187, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f9/1e/f91e022157d017e8ebccc8fe41edd17e9a0a8107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.16" OriginalAmount="158.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781499459843" Longitude="11.298877894879" StarRating="4" HotelCode="32808|best_western_hotel_villa_gabriele_dannunzio" HotelName="Hotel Villa Gabriele D'Annunzio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gabriele D'annunzio 141 A/B, 50135 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/d9/3ed9417c469444ccff54cd568d09c560d9c71839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies less than 4 km from the town centre and is situated within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.18" OriginalAmount="159" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797708" Longitude="11.242179" StarRating="4" HotelCode="16440|15722" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Morgagni, 19, 50134 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/0a/700a028ee624a611ce497c04a3d68ceb4534e622.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location just 3 km from the centre of Florence, which can easily be rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77287611697" Longitude="11.253977464174" StarRating="2" HotelCode="153494|relais_del_duomo" HotelName="Relais Del Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/f1/1af1730233c6615f6b24f7a9800e3021ffcea5d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772546288899" Longitude="11.262449842658" StarRating="2" HotelCode="393511|palazzo_graziani" HotelName="B&amp;B Palazzo Graziani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Pinti 13, 50121 Firenze, Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4f4a9a2ca31d8f6b5569ae15306e67fa3e4ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.49" OriginalAmount="159.30" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|19727" HotelName="UNAHOTELS Vittoria Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA PISANA 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/2/7/19727_71e14a71417.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 84 rooms a reception and a restaurant. The establishment also offers a car park and an indoor car park. SITUATION: Florence It is in. ROOM: The rooms a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76312" Longitude="11.272457" StarRating="3" HotelCode="116867|hotel_david" HotelName="David" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Michelangelo 1, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/38/bd38090c424c3c487f330509fde17ea6f3981b0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78726351" Longitude="11.28474856" StarRating="3" HotelCode="432941|dimora_salviati" HotelName="Dimora Salviati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza T. A. Edison 12, 50133 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/37/6637eca282ed99c91045aabf46f0998f1bb3cce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7727915" Longitude="11.23725144" StarRating="0" HotelCode="573149|la_fonderia_firenze" HotelName="La Fonderia Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Fonderia 65A, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/0f/090fa082a3432ec4853f7047244bac3f880a5e23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.04" OriginalAmount="161.80" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22332" HotelName="La Fortezza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE MILTON 95</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/3/2/22332_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2002, has 4 floors, 38 rooms, 7 single rooms and 31 double rooms. It has a reception, a safety deposit box service, a currency exchange service, a TV room and lifts. The establishment offers guests internet, a car park, room service and a laundry service. SITUATION: It is inFlorence the heart of Fortezza da Basso 50 metres away, clients have close to the establishment, clients can find public transport services, 100 metres away from the establishment, guests can find bars, 200 metres away from the establishment, you can find shops. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, satellite or cable TV, a radio and internet (available for a fee), They also have a mini-bar, a double bed, central heating and a safe (available for a fee). PAYMENT METHODS: Customers can pay using Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.24" OriginalAmount="162.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769265405156" Longitude="11.274992823601" StarRating="3" HotelCode="34690|hotel_jane" HotelName="Jane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 56/58, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/697581e0715797a60b35e39aa1b2a11f219d0e88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally yet quietly located in the centre of the tourist area, close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.08" OriginalAmount="163.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77696" Longitude="11.251861" StarRating="4" HotelCode="10492|5843|Bed &amp; Breakfast" HotelName="Atlantic Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 10, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d2/12d26c5de4a2a45e7be4a4a62fdc91cfa8028a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historical centre of Florence. This hotel is also located close to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.28" OriginalAmount="164" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7690174805" Longitude="11.271315515041" StarRating="3" HotelCode="32469|15875" HotelName="B&amp;B Hotel Firenze City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giovanni Amendola 34, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b7/e0b7e42047c2725beaa77e1190871bb9cc2ad2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a fabulous location in the historical centre of Santa Croce and is the id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.30" OriginalAmount="165" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777578243876" Longitude="11.25268151157" StarRating="3" HotelCode="82617|235987" HotelName="Hotel Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 102/r, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/b9/61b9242c5a368921a4c145104508ca4c74a18b44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77425602" Longitude="11.25319626" StarRating="0" HotelCode="765592|residenza_d_epoca_la_basilica" HotelName="Residenza D Epoca La Basilica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conti 6 Rosso, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e9/eae96d03c4ea4e2ad7271ce267e617e3c6c0b1e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.32" OriginalAmount="166" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.758114" Longitude="11.245548" StarRating="4" HotelCode="19188|5324" HotelName="Hotel Villa Carlotta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Michele di Lando 3, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/56/92564a75f0625fcf998cbc8d51a5089a436d9ca3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historic, city hotel is located close to the town centre of Florence (just 1 km away)....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776104" Longitude="11.260434" StarRating="3" HotelCode="46120|le_due_fontane" HotelName="Le Due Fontane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Santissima Annunziata 14, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/65/276553c23e96addbfdb266226e2811361b124800.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77067712" Longitude="11.23327308" StarRating="2" HotelCode="566462|firenze_2000_hotel" HotelName="Youth Firenze 2000" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Central Heating,Meeting Room,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Viale Raffaello Sanzio 16, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f2/1df285daa155e2cf8d4c43533c2359acd27e5308.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Youth Firenze 2000 is located just few minutes away from the historic areas of San Frediano and Sant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776835" Longitude="11.250115" StarRating="2" HotelCode="116723|albergo_bijoux_bb" HotelName="Bijou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9a/139adaabaa3bc98b9dfb1de15260c127b5844f88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bijou is located on the 3rd floor of an old building in the heart of the historical center...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="172.82" OriginalAmount="169.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766249564366" Longitude="11.284560263157" StarRating="4" HotelCode="29452|1267909|Bed &amp; Breakfast" HotelName="Columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>L.Arno Cristoforo Colombo 22/a, 50136 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/15/9e155739206d537eabbc4e4a60c5e2d883e3c629.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Florence, 1500 m from the Piazza Santa Croce.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775831" Longitude="11.245249" StarRating="2" HotelCode="188948|la_locandiera" HotelName="La Locandiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 48, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a0/3ca071352cf8093cfb928e8781e0b5bc34ad0243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778081557619" Longitude="11.253379583359" StarRating="3" HotelCode="913255|locanda_dei_guelfi" HotelName="Locanda dei Guelfi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 45, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a3/a2a364387c42f1883b3d54c45c8ff65bc916af58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.76" OriginalAmount="170.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770389" Longitude="11.255286" StarRating="3" HotelCode="96803|1845976|Bed &amp; Breakfast" HotelName="Axial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calzaiuoli, 11, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/de/15deda2eec4b9d2a1f69839527a21e791e832f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly city hotel enjoys an excellent location on the 1st floor of a historic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.42" OriginalAmount="171" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78011691253" Longitude="11.244549751282" StarRating="3" HotelCode="117208|55522" HotelName="Leonardo Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Monaco, 12, 50144 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/d8/a5d856326d1c02f494f25889832d67a86479024d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778523" Longitude="11.24511" StarRating="3" HotelCode="34058|hotel_arcadia_11" HotelName="Arcadia Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alamanni 35, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/31/0931a393d173ad9ce7c14acf2a7da0164ff31282.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family friendly city hotel is located just 2 blocks from the central train station of Santa Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.47" OriginalAmount="171.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776175891361" Longitude="11.250643730164" StarRating="3" HotelCode="174426|1377542|Bed &amp; Breakfast" HotelName="Alinari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari,15, 50123 Firenze, Italien</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/1c/5a1cdc2538395d91487b4b0920c15c1cc97e7e25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.44" OriginalAmount="172" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7684451796" Longitude="11.253871079317" StarRating="3" HotelCode="148798|55564" HotelName="Hermitage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Marzio 1, Piazza del Pesce, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f5/e0f5ae6e7933ae6ee5c9deddcef30e800e4245dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.46" OriginalAmount="173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77295204" Longitude="11.23690642" StarRating="3" HotelCode="536680|bb_mia_palace" HotelName="Mia Palace B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fonderia 8, 50142 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/a8/95a8400bcdfd7dd0f22636e6050288eb9fd620f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.48" OriginalAmount="174" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.743367223161" Longitude="11.283887028694" StarRating="4" HotelCode="31166|56751" HotelName="Conference Florentia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Agnelli 33, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f6/71f6cc33b403ad5cab8be5ecd664bf6096c1e959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Florence around 5 km from the lively centre of the city wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773515797325" Longitude="11.254870891571" StarRating="1" HotelCode="186861|duomo_view_bb" HotelName="Duomo View Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Giovanni 6, 50123  Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4b/a44bd9ad64c975f724f38b1192c1341db630ebb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Florence Cathedral with stunning views over the monuments. With such a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.52" OriginalAmount="176" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77654047093" Longitude="11.251778304577" StarRating="2" HotelCode="186862|32284" HotelName="Hotel Anna's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 56, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/2f/3a2f962faabb643d9c4fe191ca4b3403a400acbe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 350 m from Santa Maria Novella Station, in Florence's historic centre. Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.52" OriginalAmount="176.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.764835" Longitude="11.260562" StarRating="3" HotelCode="117639|hotel_silla" HotelName="Silla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Renai 5, 50100 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9a/089ab79e9214b5f143a3066366f95cf40cb6b56b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the left bank of the River Arno, a few minutes' walk from the historical ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.08" OriginalAmount="176.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776876" Longitude="11.250323" StarRating="2" HotelCode="80249|199670|Bed &amp; Breakfast" HotelName="Lombardi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 8, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7d/db7d1fb459bd4c9353d4df2b8141864805130d24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777837542769" Longitude="11.244855523109" StarRating="4" HotelCode="95014|hotel_embassy" HotelName="Embassy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo da Diacceto, 8, Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/0e/d60e8f0fa941509bbd51c737d123726f478660fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773190613118" Longitude="11.243747082924" StarRating="2" HotelCode="165973|patrizia_hotel" HotelName="Dedo Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 7, Santa Maria Novella, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/c1/bec155c6f59e0a3967e7c131b62728126ab39249.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Florence. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772243" Longitude="11.248974" StarRating="3" HotelCode="907141|residenza_fiorentina" HotelName="Residenza Fiorentina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via de'Fossi, 12, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/ba/69ba261bc331eff7663b4d3022cf5bc3e67a9ee9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.37" OriginalAmount="178.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.762514902108" Longitude="11.317216157913" StarRating="4" HotelCode="161563|1285359|Bed &amp; Breakfast" HotelName="Mulino di Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Villamagna 119, 50126 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/69/df6915440a71ab3ce120de5c0ccebb7b70e002ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the historical centre and it is built directly on the bank of the Arno...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.58" OriginalAmount="179" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770368" Longitude="11.255278" StarRating="2" HotelCode="888134|55899" HotelName="Maxim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 11, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/919333559194ee2f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel lies in the main street of the city, Via dei Calzaiuoli, which directly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776577" Longitude="11.250402" StarRating="2" HotelCode="143484|hotel_angelica" HotelName="Angelica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/3b/4b3bd8da23a8abd20a73f1c1073a0e387e647d22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776737668818" Longitude="11.254981909259" StarRating="2" HotelCode="91559|hotel_collodi_firenze" HotelName="Collodi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddea 6, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/e9/d6e9732413b5029962ebb2f5048ea8c20fb91496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773902" Longitude="11.243112" StarRating="3" HotelCode="901651|hotel_magenta" HotelName="Magenta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 40, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/d3/3ed3db00706a027f42652716f9805de83486ece5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.49" OriginalAmount="180.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773426334785" Longitude="11.244946515241" StarRating="4" HotelCode="34711|1331509|Bed &amp; Breakfast" HotelName="Hotel Palazzo Ognissanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Maso Finiguerra 12r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/df/2edf9e171353bc8e3323e0d3a55b193cf116e916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its central position, it is a short walk away from the Ponte Vecchio, the Teatro Comunale,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.62" OriginalAmount="181" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78071085" Longitude="11.25913134" StarRating="3" HotelCode="548318|211973" HotelName="B&amp;B Residenza San Gallo 79" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Gallo 79, San Lorenzo, San Marco, Santissima Annunziata, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/62/a5621d728750e4054be1409f0b80547c957c3008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.62" OriginalAmount="181" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77533706" Longitude="11.2458074" StarRating="3" HotelCode="484921|182372" HotelName="Home Boutique Santa Maria Novella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scala 67, 50125 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d7/b7d726354ffc6318b3d829f6da1bec6e717d6dc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.52" OriginalAmount="181.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777639" Longitude="11.249777" StarRating="3" HotelCode="130224|4880174|Bed &amp; Breakfast" HotelName="Desiree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 20, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5a/e8/5ae8deed918d159934bbd3d6b9def106bf7a8e58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773415" Longitude="11.253637" StarRating="3" HotelCode="152366|il_perseo" HotelName="Perseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dè Cerretani 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/82/90828f6e44fb19c031c93712924e75bd462d2976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.92" OriginalAmount="182.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770533097589" Longitude="11.259414553642" StarRating="4" HotelCode="98954|2097145|Bed &amp; Breakfast" HotelName="Borghese Palace Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 174/r, 50143 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fc/cd/fccd6543add3ff4eeba4f7271b2c726f5463e640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773774203808" Longitude="11.251730736641" StarRating="3" HotelCode="14612|hotel_martelli" HotelName="Hotel Martelli Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 8, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/50/2650079d9e027b0783aa4452c0a1a1a6f3f1a8df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel enjoys a wonderful central location between Florence's cathedral and main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77757803382" Longitude="11.24964594841" StarRating="2" HotelCode="63991|hotel_stella_mary" HotelName="Lilium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, 50123 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/1e/7e1e2b4fa8d3338152c8050b6b4c704286b1b900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the central train station, S. Maria Novella (only 3 minutes by foot), ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77054957" Longitude="11.27266229" StarRating="0" HotelCode="947031|bb_the_attico" HotelName="B&amp;B The Attico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Vincenzo Gioberti 78N, 50121 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a4/bfa4f80a4639069d60859b08f2b8fb849104b959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.82" OriginalAmount="183.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777585511717" Longitude="11.24965004158" StarRating="3" HotelCode="116954|125312|Bed &amp; Breakfast" HotelName="Astrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/d4/e9d4c749f138eac79bdfdf9f907015168882749c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;There are many breath-taking sights within a few minutes' walk of this hotel's front door. It is jus...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.36" OriginalAmount="183.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772662" Longitude="11.255265" StarRating="3" HotelCode="77736|219123|Bed &amp; Breakfast" HotelName="Bigallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo degli Adimari 2, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/27/6927df66312d31929b85ba686e3fbebe55486196.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.68" OriginalAmount="184.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774310836007" Longitude="11.251925826073" StarRating="4" HotelCode="24254|residenza_castiglioni" HotelName="Residenza Castiglioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50100 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/10/4f101309b22c6011f052e647a511f33892ef9548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.11" OriginalAmount="184.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781303" Longitude="11.258667" StarRating="3" HotelCode="47446|169097|Bed &amp; Breakfast" HotelName="Cimabue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 7, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/ae/56ae34d07c522ce902b69cb3038c4a114fed6db5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near to the heart of the city, in one of the oldest areas of the historical ce...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7756" Longitude="11.2564" StarRating="3" HotelCode="25626|hotel_gioia" HotelName="Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour, 25, 50129 Florenz, Italia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/58/3758ccbb4d343e93c50c1472b1145bf38fafbf53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.62" OriginalAmount="185.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757125947379" Longitude="11.312548841278" StarRating="4" HotelCode="60999|138201|Bed &amp; Breakfast" HotelName="Villa Olmi Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Country House,Club Resort,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Olmi 4-6, 50012 Bagno a Ripoli</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/33/023340684cd0606fed65cf84f03da9157acfade2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the Firenze Sud exit on the A1 motorway, this charming club resort is the ideal spot ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776953" Longitude="11.250283" StarRating="3" HotelCode="116613|annabella_hotel_in_florence" HotelName="Annabella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/81/3d817d0b55fb28b033e0aa03c0cecbc4c6aaade3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.74" OriginalAmount="187" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778852171512" Longitude="11.245042899342" StarRating="4" HotelCode="326635|183125" HotelName="MH Florence Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 37, Toscana, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/83/5b83f484b69cad4f211144fc0191474fd1ec9257.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.74" OriginalAmount="187" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78212326" Longitude="11.25317934" StarRating="3" HotelCode="727522|286058" HotelName="The Student Hotel Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Viale Spartaco Lavagnini  70-72, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c9/67c985ecf77fe58363c4e827afe8e6f270afaa62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78390275948" Longitude="11.272635161877" StarRating="2" HotelCode="164371|hotel_emma" HotelName="Emma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Pacinotti, 20, 50131 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/05/5b05164b203b2a5810c3c691175a1a8592e35b42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.78" OriginalAmount="189" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780757909103" Longitude="11.254821270704" StarRating="3" HotelCode="56963|29790" HotelName="Donatello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 23, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/c3/a7c3a61db9f60d79ed0a17716c0f844addee1e62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a peaceful location in the centre of Florence, near famous sights such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.78" OriginalAmount="189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77455198" Longitude="11.25827007" StarRating="0" HotelCode="731943|dei_servi_apartment" HotelName="Canto Dei Servi B&amp;b" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Servi 19, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ed/6ced9028a44cc2686b93bf41e5531bd8c07ebc8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.80" OriginalAmount="190.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769197" Longitude="11.253055" StarRating="3" HotelCode="154247|hotel_torre_guelfa" HotelName="Torre Guelfa Palazzo Acciaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Santi Apostoli 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/db/48db1497f1a908d68ea669d857bf1fb753046d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.82" OriginalAmount="191" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780688" Longitude="11.255036" StarRating="3" HotelCode="14356|20522" HotelName="Malaspina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 24, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/30/9630c789ccac79f3531acd985d8f866f729907a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a genuine Florentine-style building that dates back to the 19th century, this pleasant cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.82" OriginalAmount="191.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754388" Longitude="11.245862" StarRating="3" HotelCode="65032|hotel_villa_betania" HotelName="Villa Betania" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale del Poggio Imperiale 23, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/45/b745aa3660a69003b10826a10882df9ccd65e976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77722" Longitude="11.249863" StarRating="3" HotelCode="10726|hotel_beatrice" HotelName="Beatrice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/47/0e47174ed075dbb288eddd7f03088e4cb2248fde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.81447243" Longitude="11.2340998" StarRating="0" HotelCode="967945|bb_palazzi" HotelName="B&amp;B Palazzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuliano Ricci 12/B, 50141 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/0c/8d0c1c4af559893e372ab71c752742754c93adc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="196.59" OriginalAmount="192.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781267215679" Longitude="11.262182593346" StarRating="3" HotelCode="11615|HZF|Bed &amp; Breakfast" HotelName="De La Pace, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lamarmora 28</AddressLine>
          </AddressLines>
          <PostalCode>055577576</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b0/3bb0d439410b260b38d8f1961e28af7b9c084565.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the historical centre in a 19th century building, this hotel is ideally base...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776722" Longitude="11.251544" StarRating="3" HotelCode="14286|hotel_machiavelli_palace" HotelName="Machiavelli Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 10, 50133 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/e4/e5e457b6032e461527f56ed06ce4c6f72cf11b1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the historic centre of Florence. Famous sightseeing attractions, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769234" Longitude="11.274771" StarRating="2" HotelCode="52598|hotel_orcagna" HotelName="Orcagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 57, 50121 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/36/8e365471a231e71e0e0d395636962199a362bc79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally located directly in the tourist centre just a short distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778343" Longitude="11.253083" StarRating="3" HotelCode="188943|hotel_boston_6" HotelName="Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 68, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c6/7dc6b0fdfe6451261d0f3a22a88dcebd759db0fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.55" OriginalAmount="194.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778999509325" Longitude="11.25392138958" StarRating="3" HotelCode="34673|17159|Bed &amp; Breakfast" HotelName="Caravaggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 5, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/02/2502b402b93f0d87167505fbab69ef4f0b6acf19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed in a palace that dates back to the 19th century and lies in a convenient locati...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.92" OriginalAmount="196.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7766" Longitude="11.257024" StarRating="3" HotelCode="117106|hotel_il_guelfo_bianco_2" HotelName="Il Guelfo Bianco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 29, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e6/f8e66042bb78763c4681f6a5e567d18109b2bdb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.46" OriginalAmount="196.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774209671505" Longitude="11.239138750804" StarRating="3" HotelCode="91548|292397|Bed &amp; Breakfast" HotelName="Lungarno Vespucci 50" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Amerigo Vespucci 50, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/f6/0bf6f7fbf2dde4147ce76862d5be97d6a146485d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.96" OriginalAmount="198" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766108" Longitude="11.272155" StarRating="4" HotelCode="14676|1294" HotelName="Grand Hotel Mediterraneo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno del Tempio 44, 50121 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/cf/91cfc2dc1a9799a3cb796f6bbd44c6c9cb10b1ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city and conference hotel is situated within a few minutes walk of the beach Florenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.98" OriginalAmount="199" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774986" Longitude="11.246147" StarRating="3" HotelCode="79711|95761" HotelName="Boccaccio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 59, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/27/b127eff469e54249f25a5a267251d2cbf6f6ed6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.98" OriginalAmount="199" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776207" Longitude="11.25068" StarRating="3" HotelCode="259862|26505" HotelName="Hotel Cosimo de'Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ae/a1ae6d7a36600aec14614ee03ac311ccb54d8d15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located 300 metres from Santa Maria Novella station and 10 minutes' walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77983681" Longitude="11.25981061" StarRating="0" HotelCode="622598|boutique_hotel_hugo" HotelName="Boutique Hotel Hugo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 66, 50129 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/54/4c/544c7f002956af93303a9706b4ee86ee1425154b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773513" Longitude="11.252702" StarRating="4" HotelCode="19261|hotel_laurus_al_duomo" HotelName="Hotel Laurus al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Cerretani 54/R, 50123 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2b/06/2b06b7acdd5f72eb539a17145d5bccfaf62e0ca9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Florence. It is just a few minutes walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.745019213937" Longitude="11.217307816062" StarRating="4" HotelCode="80332|marignolle_relais_and_charme" HotelName="Marignolle Relais &amp; Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Quirichino 16, 50124 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4a/bd4ad401196dbeac1a7d89b482242a99c1d58c08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780587493766" Longitude="11.257457882166" StarRating="0" HotelCode="913313|mr_my_resort" HotelName="Mr. My Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Ruote 14A, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/cf/c8cfc572c0dca66cb967b3bd1dfa72172fb6109c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.08" OriginalAmount="204" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776849853442" Longitude="11.250268220901" StarRating="4" HotelCode="172172|19658" HotelName="Hotel Albani Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 12, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/ab/3fab87ab95735d330e0d7cabd90ab1e667bd49b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Florence, this hotel lies within a short distance of many of the city's top ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.89" OriginalAmount="204.79" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22260" HotelName="Palazzo Ognissanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA MASO FINIGUERRA 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/0/22260_d87230e1428.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, has 4 floors and 44 rooms. It has a lobby, a lift, a reception, a safety deposit box service and a currency exchange service. Guests can find a cafÃ©, a restaurant, a bar, conference facilities and internet. The establishment offers guests a car park, a medical care service, room service and a laundry service. SITUATION: This hotel the Ponte Vecchio, the Teatro Comunale, Via de' Tournabuoni and Via della Vigna Nuova it is close to nearby, you will find shops, the historic centre, the Congress Centre and Santa Maria Novella the Railway Station of it is situated 5 kilometres away from Florence Airport. ROOM: Customers can find cosy, soundproofed rooms with a hairdryer, They have a direct line telephone, satellite or cable TV, internet, a mini-bar, a king-size bed, heating, an air-conditioning system, a safety deposit box and a balcony or terrace. OBSERVATIONS: Nearby, there is a car park (for a fee). PAYMENT METHODS: The establishment accepts Visa, Mastercard and Diners Club. OTHERS: Near the establishment, guests have available to them restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.10" OriginalAmount="205" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77208387" Longitude="11.27123197" StarRating="2" HotelCode="428260|89806" HotelName="My Forte Relais de Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Concierge,Fitness Centre,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Viale Antonio Gramsci 16/3, Lungarno del Tempio, 50132 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/09/2e09b672ec263aa5a33b83e36685fa1cd9a327b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Florence (Historic Center - Downtown), My Forte Relais ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769896833622" Longitude="11.256721615791" StarRating="2" HotelCode="913217|residenza_depoca_in_piazza_della_signoria" HotelName="In Piazza della Signoria - Residenza d'Epoca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Magazzini 2, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c2/03c21a801d0cdf20d6c799dd6c9c26a7a36e5112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774464" Longitude="11.238454" StarRating="2" HotelCode="77909|hotel_casa_del_lago" HotelName="Casa Del Lago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lungarno Vespucci 58, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/97/1e97e52ee12557fb245d839cbf138e1d7a059835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779048" Longitude="11.243627" StarRating="3" HotelCode="79279|hotel_golf" HotelName="Golf Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli, 56, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/60/70604338535bf542df7a6e6c8f9642d9e9832911.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is an elegant establishment located in Florence, just a 10-minute walk from Santa Maria No...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771462" Longitude="11.253449" StarRating="3" HotelCode="395139|hotel_pendini" HotelName="Pendini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Strozzi 2, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/72/307220c8ee9a6f3761bcdd3212934c35d5de02a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.16" OriginalAmount="208.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774666" Longitude="11.241347" StarRating="4" HotelCode="259651|hotel_kraft" HotelName="Kraft" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 07/10/2026" 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 Solferino 2, 50123 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/14/d0143ca4b96c70f0a0b19e5122dbec30ac4993f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys wonderful surroundings, in the quiet, residential area of the historical centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.18" OriginalAmount="209" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781748" Longitude="11.256982" StarRating="3" HotelCode="91550|32288" HotelName="Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Ruote 50-54, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/86/f78670cbbd9295fea1dc6565738fbdf60a1b78ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="214.66" OriginalAmount="210.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773522576019" Longitude="11.250215917826" StarRating="4" HotelCode="902015|WUA|Bed &amp; Breakfast" HotelName="Rosso23" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Novella 23</AddressLine>
          </AddressLines>
          <PostalCode>05527730199</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e8/97e82c4ae1d7e17e57a33b23d6f4e86def5103d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.22" OriginalAmount="211" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.789006" Longitude="11.251646" StarRating="3" HotelCode="153500|56569" HotelName="Relais Firenze Stibbert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaello Lambruschini 39, 50134 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/dd/c6ddf3808f632117cdb0b3fe200fd0ce5f074c1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.22" OriginalAmount="211.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754485337301" Longitude="11.25850385837" StarRating="3" HotelCode="317610|villa_agape" HotelName="Art Hotel Villa Agape" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Torre del Gallo 8, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2f/832f0c5f7cb28d234d77ef32dcbd6cefd125fd3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774301152287" Longitude="11.251974105835" StarRating="3" HotelCode="913244|alloro_bb" HotelName="Alloro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a8/62a82fb748555a980a30a5c3ad1e7e933b438359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7764891" Longitude="11.25097094" StarRating="3" HotelCode="776617|aurum_firenze" HotelName="Aurum Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 8/a, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/b5/d6b51c3f7dec0d5fbca20d497ba26c3c5bf969ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77678" Longitude="11.251425" StarRating="3" HotelCode="20233|hotel_sempione" HotelName="The Market Urban Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 15, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/d0/2ed0d5c56b6d86dd1ead2dd2783465a97c4826a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776663933627" Longitude="11.2551176548" StarRating="3" HotelCode="11169|hotel_botticelli" HotelName="Botticelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddea, 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/02/3602f5f7833631abc02892ff35d980261ec3e6dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the old market, San Lorenzo, in the heart of central Florence, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.28" OriginalAmount="214.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775338" Longitude="11.251849" StarRating="4" HotelCode="167650|hotel_art_atelier" HotelName="Art Atelier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dell'Amorino 20, Firenze 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/63/29635041d3e0553254ed581561e9d329a354b3a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the train station of Santa Maria Novella, which is within 5 minutes' walk,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.30" OriginalAmount="215.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77078321" Longitude="11.30682126" StarRating="3" HotelCode="556773|duchess_boutique_de_charme" HotelName="Duchess Hotel De Charme B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Guarlone 26, 50135 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/90/7090a21438e0f8ffdd75534cdce8224dac922572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Florence. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="220.68" OriginalAmount="216.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780955435362" Longitude="11.255367100239" StarRating="3" HotelCode="16488|YDN|Bed &amp; Breakfast" HotelName="Rapallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S.Caterina d'Alessandria 7</AddressLine>
          </AddressLines>
          <PostalCode>055470385</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/2d/922d46346dfeff96e3894d4d3934265c12c25bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Florence. The Uffizi Gallery and Michelangelo's David a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="221.69" OriginalAmount="217.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773489650928" Longitude="11.251402795315" StarRating="3" HotelCode="15673|PAF|Bed &amp; Breakfast" HotelName="Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Banchi 2</AddressLine>
          </AddressLines>
          <PostalCode>055268505</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b6/1b/b61bbf1da93a5ad7c0e83d31e138dbd6ad2a45ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the centre of Florence, this hotel is close to various shopping streets in the old town ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.36" OriginalAmount="218" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775296550309" Longitude="11.246433309887" StarRating="4" HotelCode="47540|7956" HotelName="Hotel Club Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina da Siena 11, Zona Santa Maria Novella, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/51/6451ccce81d3c8e11a6f6bca420086f8e0076b2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located within a few minutes walk of the historical main square and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.40" OriginalAmount="220" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7768592" Longitude="11.25002899" StarRating="0" HotelCode="583862|235879" HotelName="Eco Urban B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/5c/f45cf9e690c3cdb4328e565aa83d6b410267afdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772313051239" Longitude="11.25125259161" StarRating="4" HotelCode="11647|hotel_de_la_ville_5" HotelName="De La Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Antinori 1, Via Tornabuoni, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/46/bb46095b215f650167b505618d03731a304de28a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is wonderfully located in the centre of Florence. It is located right next to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778827152379" Longitude="11.256225407124" StarRating="4" HotelCode="318231|room_mate_luca" HotelName="Room Mate Luca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXVII Aprile 3, 50129 Florencia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bd/56bd76bfeff9c0254ca9a8fe26b7b3c6538c471d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the lively city of Florence, with countless shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="224.94" OriginalAmount="220.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77657" Longitude="11.251313" StarRating="3" HotelCode="10363|3019563|Bed &amp; Breakfast" HotelName="Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 8/A, 50123 Florence, Italia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/557d9fb796edd877/64/64f39611b183a07e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located directly beside the railway station Santa Maria Novella. The most im...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.42" OriginalAmount="221" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778132" Longitude="11.253041" StarRating="2" HotelCode="277516|55727" HotelName="Sette Angeli Rooms Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Central Heating,Internet,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 31, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/46/8746766de3b4d1a8ce3a840e654bff9fdf77aa47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sette Angeli Rooms is located in a historical building just a 5-minute walk from the train station o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.81" OriginalAmount="221.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774217" Longitude="11.242529" StarRating="4" HotelCode="69856|292532|Bed &amp; Breakfast" HotelName="Executive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Curtatone 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4c/c04c5721df3f7e5bcaf086159a724cac7534e27a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.44" OriginalAmount="222.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77549" Longitude="11.239123" StarRating="3" HotelCode="10315|hotel_ariele" HotelName="Ariele" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f7/c4f79b1031e0367b796441142b0a04ecafda6aa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.46" OriginalAmount="223" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774342796828" Longitude="11.255679055566" StarRating="3" HotelCode="385660|180075" HotelName="B&amp;B Le Stanze del Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli 8, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3e/973ec4c1ec602ee1ef5da37d1faaebc743729064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.755877" Longitude="11.251326" StarRating="4" HotelCode="81108|park_palace" HotelName="Park Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Galileo 5, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8c/7b8c5f2b427e7a0d600307bf7da768c6045c5084.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7749831" Longitude="11.2628895" StarRating="3" HotelCode="314432|residenza_il_villino" HotelName="Residenza il Villino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pergola 53, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/08/c3084fc64c7c44785a2d892bd98f899e690171ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.48" OriginalAmount="224" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79717" Longitude="11.244651" StarRating="2" HotelCode="145518|324197" HotelName="Hotel Careggi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddeo Alderotti 43, 50139 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/48/4b48df68f73f1269c4eb4bea99f60a71df66c28e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.50" OriginalAmount="225" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78420641" Longitude="11.2650413" StarRating="3" HotelCode="737741|324200" HotelName="Messori Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Giacomini 25, 50132 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/43/4443b52799b32cf31364e9361b0c451ed7b48ca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76918485" Longitude="11.23981957" StarRating="4" HotelCode="548373|horto_convento" HotelName="Hotel Horto Convento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ludovico Ariosto 13, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f9/c7f9ef2f81fb5f841c8f934ccae7efae44347acc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76578445" Longitude="11.24457932" StarRating="0" HotelCode="629504|ottantotto_firenze" HotelName="Ottantotto Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Serragli 88, Santo Spirito, 50124 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/f8/ebf8db47829e47aeedb5cfea5470ccd1c29fa4ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="231.48" OriginalAmount="226.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767485360804" Longitude="11.252548098564" StarRating="3" HotelCode="19262|1126492|Bed &amp; Breakfast" HotelName="Pitti Palace al Ponte Vecchio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo San Jacopo 3, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/8a/5f8a69807668925708df3535612d8514b6751c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Florence hotel is located close to the Ponte Vecchio and is about 100 m from the Palazzo Pitti ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775645" Longitude="11.252371" StarRating="2" HotelCode="52591|hotel_accademia_5" HotelName="Accademia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 7, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/43/6643ff4d0abed3801d16451ecefe530409e056d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="236.75" OriginalAmount="232.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777507898885" Longitude="11.252439141105" StarRating="4" HotelCode="470005|CBA560200|Bed &amp; Breakfast" HotelName="Glance Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 23, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/55/c855167d1a5af413c4dccde6b2b31910ecae696f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768073226794" Longitude="11.257220506668" StarRating="3" HotelCode="913223|fiorino" HotelName="Fiorino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Osteria del Guanto 6, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a5/13a5826a0cf83c6cc186e3a447061a890a68d21e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.84" OriginalAmount="233.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774684626424" Longitude="11.250767111778" StarRating="4" HotelCode="12985|5820|Bed &amp; Breakfast" HotelName="Baglioni Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Unità Italiana 6, Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cb/3f/cb3f04509b6333c020e6bd91f9fb77fe2766fc43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Florence just a few minutes walk from Santa Maria Novella...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.68" OriginalAmount="234" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776608" Longitude="11.237872" StarRating="4" HotelCode="18200|15804" HotelName="Michelangelo Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 2, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/4f/244f286ebd22867f9f7fe4bb0245cc8d0d50dd40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of Florence, this hotel is situated close to the Piazza del Duomo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="238.91" OriginalAmount="234.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784293721699" Longitude="11.259352220664" StarRating="4" HotelCode="64866|2710460|Bed &amp; Breakfast" HotelName="Hotel Boutique Palazzo Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenzo Il Magnifico 25, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/8f/848f41e50d4262269b6c0e1426cdd25a950783fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet and convenient location just outside the historical centre of Florence. Al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.72" OriginalAmount="236" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774375" Longitude="11.251966" StarRating="3" HotelCode="99725|212092" HotelName="Burchianti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/19/8b19593f1b56a586e2c0c7f5014de14761e85a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.72" OriginalAmount="236" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773894" Longitude="11.250949" StarRating="2" HotelCode="80850|616" HotelName="Nizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f2/14f238015fb1cffc6410e4719d84fccca64d38ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.74" OriginalAmount="237.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768926445407" Longitude="11.25501036644" StarRating="3" HotelCode="91546|uffizi_house" HotelName="Relais Uffizi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chiasso del Buco 16, Chiasso de' Baroncelli, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/0e/170e5aae0837285e6b2172373dd0884e1b9ee531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="242.75" OriginalAmount="237.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776385" Longitude="11.246233" StarRating="4" HotelCode="30108|1199047|Bed &amp; Breakfast" HotelName="Hotel Diplomat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 9, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/2d/0b2d23600459d1fe0e9688ed4faac4c4ce9c0d7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally situated in front of Santa Maria Novella train station and is a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.76" OriginalAmount="238" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765960949922" Longitude="11.28487944603" StarRating="5" HotelCode="20866|55105" HotelName="Ville sull'Arno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno C. Colombo 1/3/5, 50136 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ca/00ca42734c2509e4a36ee6b23c31e29513f45076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the right bank of the river Arno, only 20 minutes from the historical city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="243.37" OriginalAmount="238.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775804046961" Longitude="11.245214939117" StarRating="4" HotelCode="27722|1869041|Bed &amp; Breakfast" HotelName="Adler Cavalieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scala 40, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a6/33a6785c5cca0df43bf4d3db2eb157ed6f1a1b35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive up-market hotel is situated within the historic centre of Florence. The various shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.78" OriginalAmount="239" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77609957" Longitude="11.24970916" StarRating="3" HotelCode="546914|211929" HotelName="7 Florence B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Della Stazione 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/aa/8caae765a8e09e5fb68c01f883bfa5eae3aeb2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773304" Longitude="11.242232" StarRating="4" HotelCode="81234|hotel_principe_3" HotelName="Principe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno A. Vespucci 34, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a8/d6a8436efca4f7721e8442e8105f9ab261f8d1dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775841" Longitude="11.252583" StarRating="3" HotelCode="79218|hotel_globus" HotelName="Globus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Antonino 24, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/49/7c499daf5562c40da2c8d98811e0251d73a55aa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76794211" Longitude="11.26141212" StarRating="3" HotelCode="483136|813421|Bed &amp; Breakfast" HotelName="La Maison du Sage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Magliabechi 7, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ce/b1ced18f12df18a6b38a1a7da5b1c0b04b83ac51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.84" OriginalAmount="242" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77949" Longitude="11.244693" StarRating="2" HotelCode="900114|56239" HotelName="Il Marzocco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli, 78, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/b4/47b47db1694a30f63c4551c84a50923f66c74381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated less than 200 metres from the Fortezza da Basso and the Palazzo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.84" OriginalAmount="242" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766915" Longitude="11.268015" StarRating="4" HotelCode="148953|33910" HotelName="Home Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Piave 3, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911a1f08920780ec83c1d28b865ba9afa909a75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774698" Longitude="11.250155" StarRating="3" HotelCode="91555|lombardia_2" HotelName="Lombardia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 19, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/09/6909fdf4a28ee043bf84cd78b8399dc6df28dda3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774232" Longitude="11.247521" StarRating="3" HotelCode="145618|casa_howard" HotelName="Casa Howard Florence Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 18, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/90/2f903953c7256d4713fb227c77eb5ba060b42b52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775066512173" Longitude="11.252803657278" StarRating="3" HotelCode="337266|hotel_palazzo_benci" HotelName="Hotel Palazzo Benci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Madonna degli Aldobrandini 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/7e/447eec87ab9f7097d3a29ca50638b66a91ebacdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.92" OriginalAmount="246" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773308" Longitude="11.248704" StarRating="2" HotelCode="117699|56047" HotelName="Tourist House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 1, (Piazza Santa Maria Novella), 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/17/0c170d784c4c205706b4d22262f2c69cc3899bd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="252.31" OriginalAmount="247.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774334076931" Longitude="11.250032186508" StarRating="3" HotelCode="408853|1817742|Bed &amp; Breakfast" HotelName="Domus Florentiae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Avelli, 2, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/07/6f0750ef58efe60b851b208091ef6f9688d05171.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.00" OriginalAmount="250" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775483" Longitude="11.25395" StarRating="4" HotelCode="88879|343025" HotelName="Solo Experience Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Canto dei Nelli 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/11/1011ef139ec23765b864a1b2d8bedd80960d2732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly historical hotel is situated at the heart of Florence, just a 10-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76942727" Longitude="11.26530176" StarRating="3" HotelCode="446452|hotel_la_casa_di_morfeo" HotelName="Hotel La Casa di Morfeo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 51, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c33f30cce728e7e901e71473d939289dc030bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.759778290769" Longitude="11.226308424268" StarRating="5" HotelCode="260134|villa_tolomei_hotel__resort" HotelName="Villa Tolomei Hotel &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Maria a Marignolle 10, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/52/f152159d9a5273f7769037f8e2072da3eb4f8a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.04" OriginalAmount="252" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77599247" Longitude="11.25301248" StarRating="3" HotelCode="545918|177837" HotelName="B&amp;b Lorenzo De' Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'Antonino 34, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/8d/038d2af73da1d737ac0f0b158b655e6148c57436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773875" Longitude="11.24496" StarRating="4" HotelCode="10935|15622" HotelName="Grand Hotel Adriatico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Maso Finiguerra 9, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/cd/4fcd1d486376c6adbc5abfd9279d562d163a969b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern up-market hotel overlooks the Via Maso Finiguerra. Ideally situated in Florence, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778068" Longitude="11.244303" StarRating="4" HotelCode="14177|2964" HotelName="Londra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo Da Diacceto 16-20, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/49/f149211eaa4303f781bd440be141ccff4da7592b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the business and historical centre of Florence just a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772798" Longitude="11.249608" StarRating="4" HotelCode="16907|2192" HotelName="Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza S.Maria Novella 8, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/b8/d6b83a009633ea32b72d6496ad0bbc40f2c5d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from the Cathedral of Santa Maria del Fiore (Duomo) with the Giot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766400842501" Longitude="11.267435938658" StarRating="5" HotelCode="16820|best_western_hotel_river_2" HotelName="River Hotel &amp; Spa Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno della Zecca Vecchia 18, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/26/672623fae47241667706d0f5e086d3585d35567f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, family-run hotel is housed in an age-old palazzo that dates back to the 19th century a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.27" OriginalAmount="253.21" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|290278" HotelName="Horto Convento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ludovico Ariosto 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/0/2/7/8/290278_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.18" OriginalAmount="259" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777903879912" Longitude="11.250912297514" StarRating="3" HotelCode="337456|659" HotelName="Porta Faenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 77n, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d5/93d55e8ea45a295263a131114696ba02bd7a45d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally situated Public transport departs from stops in the immediat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.22" OriginalAmount="261" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7763468" Longitude="11.245633872387" StarRating="4" HotelCode="546105|212197" HotelName="Joy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orti Oricellari 30, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8c/7b8c63f18ce86392ae66b47243acb05f21e3650a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.22" OriginalAmount="261" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776739476122" Longitude="11.250706830723" StarRating="4" HotelCode="317213|180055" HotelName="Mercure Firenze Centro" 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 Nazionale 21/23 R, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c1/b3c1ac54f13792233c01620e3e429b59e8b1a7af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778631555692" Longitude="11.257805228233" StarRating="4" HotelCode="23090|orto_de_medici_hotel" HotelName="Hotel Orto de' Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Gallo 30, 50129 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/08/290861121f73394dd3de5865c4ea9ee0c89210a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.54" OriginalAmount="262.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778835867068" Longitude="11.253823488951" StarRating="4" HotelCode="77942|124768|Bed &amp; Breakfast" HotelName="Palazzo Castri 1874" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza dell'Indipendenza 7, 50129 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6e/4b6e6b9687466f0f3e1fc2f462c59c5ad405634c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Florence, just 200 m from the main train station Santa ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.28" OriginalAmount="264" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775982" Longitude="11.246695" StarRating="4" HotelCode="200884|2185" HotelName="Hotel Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/bf/7dbff834a844b1d3a3783e21bb281ca8091c54e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city’s attractions are just on the doorstep of this hotel in Florence’s city centre. Santa Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.34" OriginalAmount="267" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776580945095" Longitude="11.260159863876" StarRating="3" HotelCode="117234|55760" HotelName="Loggiato Dei Serviti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza SS. Annunziata 3, 50100 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/09/0a09beaf4e5cbc7810c681b3ab71fd7ffc168f6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.34" OriginalAmount="267.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765915456907" Longitude="11.24848220734" StarRating="1" HotelCode="936640|soprarno_suites" HotelName="Soprarno Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Maggio 35, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/dc/b5dcf65571c3d2f8e9621f95115c832fccaf2073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.36" OriginalAmount="268.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="983155|palazzo_dei_conti_residenza_depoca" HotelName="Palazzo dei Conti Residenza d'Epoca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 5, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e3ef2cc774f79d629354f1077bd4b13adbe2ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="274.64" OriginalAmount="269.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769188" Longitude="11.251654" StarRating="4" HotelCode="10823|CAG713000|Bed &amp; Breakfast" HotelName="Berchielli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Acciaiuoli 14, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/cd/95cd303ce4fb30f2808f7bb20c91442d49399afc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, right by Arno and only 400 m away from the city centre and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774426" Longitude="11.247303" StarRating="3" HotelCode="172162|alba_palace_hotel" HotelName="Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala, 22/38r, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ed/a4ed31cc313e7f7150261db9ff556433cec17cdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the historical centre of Florence, only a few minutes walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.44" OriginalAmount="272" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775505" Longitude="11.251859" StarRating="3" HotelCode="116815|212095" HotelName="Hotel City Florenz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Antonino 18, 50122 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1c/4d1c0dde8ae4f33d5502a9018b37a2571970c4ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.46" OriginalAmount="273.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773769" Longitude="11.248194" StarRating="4" HotelCode="10251|hotel_palazzo_dal_borgo" HotelName="Palazzo dal Borgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, Via della Scala, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c6/dfc6ae52b5fe229882841983454640d4621fa72f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Florence's historic centre, in one of the oldest streets, Via d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.50" OriginalAmount="275" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772382" Longitude="11.255342" StarRating="2" HotelCode="116840|55495" HotelName="Costantini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 13, Duomo, 50122 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/72/6b72846bcbdbf1954ea0e7406ce2d5a609a3f8e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Pisa (PSA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.50" OriginalAmount="275" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78085793" Longitude="11.2606567" StarRating="4" HotelCode="37235|15584" HotelName="Athenaeum Personal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 88, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ff/ff00854fc862a17c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is wonderfully located in the centre of Florence. Public transport links, restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.52" OriginalAmount="276.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769797130574" Longitude="11.25024155308" StarRating="2" HotelCode="384448|palazzo_alfieri" HotelName="Palazzo Alfieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Corsini 2, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/46/964632dbd22dfed2155344d208ca5b52665efff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.56" OriginalAmount="278" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777310412611" Longitude="11.239209573578" StarRating="4" HotelCode="725700|286056" HotelName="The Moon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Babysitting,Bar,Boutique,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 14, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b4/1bb46ed8cc6a4e8d1a22e41a9688f35cdf5635a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At The Moon you can enjoy Florence at 360 degrees, Art, Music, Works, Nature, Wellness, Business. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771935372357" Longitude="11.25285923481" StarRating="4" HotelCode="337455|strozzi_palace_hotel" HotelName="Strozzi Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Vecchietti 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87238d39449f3ddacb00ace97938acef8fe578.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive superior hotel lies within the historic centre of Florence. The various shopping fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="284.10" OriginalAmount="278.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779447" Longitude="11.2552" StarRating="4" HotelCode="47299|CAJ397500|Bed &amp; Breakfast" HotelName="Hotel Cellai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via 27 Aprile 14, 52/R, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/fa/28faa88f59c1bdd3c8b6588cd0b99603dee9b660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally situated about 300 m from the lively city centre and its many shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.58" OriginalAmount="279.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778061" Longitude="11.253612" StarRating="3" HotelCode="68904|hotel_basilea" HotelName="Basilea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 41, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/fd/69fd3d69b5bbb4ad2e564bf0143401a55986a4fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.47" OriginalAmount="287.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771547038506" Longitude="11.257928609848" StarRating="4" HotelCode="47284|145840|Bed &amp; Breakfast" HotelName="Grand Hotel Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/10/2026" 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 del Proconsolo 3, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/32/a0327c5e8af75eef866847e8de5ce2b3f97b9118.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historical heart of Florence, in an ancient street between the Piazza d...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.84" OriginalAmount="292" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771351" Longitude="11.251258" StarRating="4" HotelCode="76430|31016" HotelName="Room Mate Isabella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tornabuoni 13, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/a0/c6a069d71ebed841c32c79c9017615e4b0a6ba5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the most important characteristics of a hotel is its location, and this hotel occupies the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774475459018" Longitude="11.25030040741" StarRating="3" HotelCode="33063|hotel_bonciani_palazzo_pitti_broccardi" HotelName="Bonciani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 17, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/8a/5d8a526b1b9735d8db4d9be270e64001d674c071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in the historical centre of Florence. It is only a few minutes' wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="301.08" OriginalAmount="295.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773829" Longitude="11.253012" StarRating="4" HotelCode="116800|2167840|Bed &amp; Breakfast" HotelName="Hotel Centrale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/72/167200c6b81bf2311fa8c792bb7fea093e82f503.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.94" OriginalAmount="297" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77960372301" Longitude="11.237138807774" StarRating="4" HotelCode="63269|19052" HotelName="AC Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luciano Bausi 5, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/04/c704a9dca591343ce960fd46140cf185b75f38b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near to Firenze Porta al Prato train station. It is also within easy reach of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770117638323" Longitude="11.253014802933" StarRating="3" HotelCode="913263|davanzati" HotelName="Davanzati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Porta Rossa 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/51/825129c3b6f9cc8bbcd1e8036426840eb89bec3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.30" OriginalAmount="306.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7682272138" Longitude="11.254146695137" StarRating="4" HotelCode="26069|15702|Bed &amp; Breakfast" HotelName="Degli Orafi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lungarno Archibusieri 4, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/37/5137849aeef88b3a3099728cd77b59189f58852c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located directly by River Arno and only a few minutes from the famous Ponte...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773478030304" Longitude="11.248374581337" StarRating="4" HotelCode="47929|croce_di_malta_hotel" HotelName="Hotel Croce di Malta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 7, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/27/6a271b7e2e1c97afd49ce7ffd328f1c24339eb43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the historical centre of Florence and is housed within a former...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.88" OriginalAmount="307.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782292" Longitude="11.26029" StarRating="4" HotelCode="32464|5739|Bed &amp; Breakfast" HotelName="Palazzo Ricasoli Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Mantellate 2, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/dc/60dc3ca6285fc802997111efa9ba77cab1f27d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally, with restaurants, bars, nightclubs, train and bus stations...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="321.82" OriginalAmount="315.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766608873987" Longitude="11.263390487102" StarRating="4" HotelCode="15942|1633639|Bed &amp; Breakfast" HotelName="Plaza Hotel Lucchesi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno della Zecca Vecchia 38, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/c5/58c5b5a66509611b0c97315af15ca8bb3fa4ec4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Florence is a city to visit on foot and the hotel is certainly the ideal place to start from for a t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="324.52" OriginalAmount="318.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775110705915" Longitude="11.240767836571" StarRating="4" HotelCode="10185|1202775|Bed &amp; Breakfast" HotelName="NH Firenze Anglo American" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 9, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7764/a_7764_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is centrally yet quietly situated between Lugarno and Borgognissanti. Many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76505321" Longitude="11.24789286" StarRating="0" HotelCode="764184|casa_botticelli" HotelName="Casa Botticelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Felice 8, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/42/b4422a3bfdf3553ffbbf10f0f3f2fac102ae3358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.00" OriginalAmount="327.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773618446032" Longitude="11.252004951239" StarRating="3" HotelCode="899446|803388|Bed &amp; Breakfast" HotelName="Hotel La Gioconda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 2, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/7b/bf7b5a78b9964542da66721047665e026d2f21d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel has an excellent position in Florence, from which to visit the city on ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.66" OriginalAmount="333" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770571834902" Longitude="11.251275390387" StarRating="1" HotelCode="913257|57052" HotelName="Hotel Scoti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Tornabuoni 7, Firenze 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/97/d0970fad163094a3b60b234af858e04f8430df3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="341.05" OriginalAmount="334.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7673" Longitude="11.2579" StarRating="3" HotelCode="31185|BZ7|Bed &amp; Breakfast" HotelName="Balestri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Mentana 7</AddressLine>
          </AddressLines>
          <PostalCode>0552398042</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e5/67e5eacd286143f6b4fb50612be00f4041e629f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, located in the city centre of Florence, lies on the banks of the River Arno, only about ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769793210083" Longitude="11.250780522823" StarRating="4" HotelCode="39430|antica_torre_di_via_tornabuoni_1" HotelName="Residenza d'Epoca Antica Torre di Via Tornabuoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Tornabuoni 1, 50122 Firenze, Elba &amp; Umbria</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/48/164809b4927849a4f43158789bd672bbab9fda88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built on Medieval foundations, this hotel is situated on the Via dei Tornabuoni and affords views ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.74" OriginalAmount="337" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770901578543" Longitude="11.247910141612" StarRating="2" HotelCode="384447|62363" HotelName="Leone Blu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Carlo Goldoni 2, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/e5/94e5bbe6426e182b7b52cc2e9efaa6f3a5cf2a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772171" Longitude="11.24926" StarRating="4" HotelCode="117534|al_palazzo_del_marchese_di_camugliano" HotelName="Al Palazzo del Marchese di Camugliano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="luxurious historic hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Moro 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/45/cd454839940d1a9c6e71ad9f786ec53ef166fc26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.78" OriginalAmount="339" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774056605757" Longitude="11.250152995008" StarRating="4" HotelCode="345694|62426" HotelName="Garibaldi Blu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Novella 21, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/d1/94d1b90abfb607a0312a6fde591041cc98460d31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.84" OriginalAmount="342" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774235069927" Longitude="11.247298450985" StarRating="4" HotelCode="16836|15736" HotelName="Rivoli Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 33, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f6/e4f692224e32f056f6944eeb6ea807efcfc6ec19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel originates from the renovation of an old 14th Century Franciscan Monastery. Come and disco...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.92" OriginalAmount="346.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76368867" Longitude="11.270179" StarRating="0" HotelCode="951379|fornace_suite" HotelName="Fornace Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fornace 3, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/b5/75b582d2bd34f67518b81114f88c132eb5a0eb73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.06" OriginalAmount="353" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770846869108" Longitude="11.25144302845" StarRating="4" HotelCode="337458|177781" HotelName="Hotel Milu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Tornabuoni 8, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f1/17f115a1f21fe3ca1058b0dd32107e4de89f2ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fusing old world elegance with modern design, the hotel is located in the heart of Florence on the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.06" OriginalAmount="353.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766197265208" Longitude="11.247323155403" StarRating="3" HotelCode="913273|hotel_palazzo_guadagni" HotelName="Palazzo Guadagni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santo Spirito 9, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/31/21314958cef615d8e8a3bf0c728c3733de36458f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.08" OriginalAmount="354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76565746" Longitude="11.24394683" StarRating="3" HotelCode="432742|adastra_suites" HotelName="AdAstra Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Campuccio 53, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/be/3dbe7c59b82b6b3ea851b326746a20336222c3ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.24" OriginalAmount="362.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774354247291" Longitude="11.253138097284" StarRating="4" HotelCode="936098|firenze_number_nine" HotelName="Firenze Number Nine Hotel &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 9, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5a/845a1fd36e8beef8778e53329e335ccf70f05e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.38" OriginalAmount="369" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775608440385" Longitude="11.237152218819" StarRating="4" HotelCode="318232|18775" HotelName="NH Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Veneto 4a, 50123 Florenz, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/11/47112c46407d457c90590a118b8162a4a6986a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in front of Cascine Park, very close to the heart of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="385.56" OriginalAmount="378" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="956591|414216" HotelName="Arte' Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 14, Historical Center, 50129 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a4/5ca450762dc0f51b49005c84517ada6d5813fa8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393.72" OriginalAmount="386" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781069020935" Longitude="11.261485608004" StarRating="3" HotelCode="320097|61048" HotelName="WOW Florence Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 18 B, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/481328/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769316484226" Longitude="11.257544682209" StarRating="5" HotelCode="10932|bernini_palace" HotelName="Bernini Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Firenze 29, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/2d/cb2dfd7697aa7acb0f4bb98f817087b7f93a0804.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is steeped in history and located in the centre of Florence near to the Piazza Della Sign...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.82" OriginalAmount="391" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771331081184" Longitude="11.256689429283" StarRating="3" HotelCode="35331|4268" HotelName="Albergo Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza dei Donati 4, Via del Corso, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/19/77192cf9140dc4ccd3f82130a1dfae4c6eba9dbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Florence. Nightclubs, restaurants, bars and links to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.90" OriginalAmount="395" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771097" Longitude="11.251249" StarRating="4" HotelCode="154239|201049" HotelName="Tornabuoni Suites Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tornabuoni 9, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ac/9bac7c60d144b3dde446efdac4afd141677e68e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.48" OriginalAmount="397.53" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|166572" HotelName="Firenze Number Nine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conti 9/31R</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/5/7/2/166572_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique establishment and has WiFi, (free of charge). SITUATION: This establishment, is next to los MÃ©dici the Chapel is situated in Florence the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775304147653" Longitude="11.241280667189" StarRating="5" HotelCode="14987|montebello_splendid_hotel" HotelName="Montebello Splendid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 14, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/af/9baf722a866640741d294885b404be5f1c69a4f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, luxury class hotel is located in the centre of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773979651872" Longitude="11.249050498009" StarRating="4" HotelCode="13040|grand_hotel_minerva" HotelName="Grand Hotel Minerva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 16, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/2d/eb2d0bb64a918fe0e4647fe12752048c265eeef0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a wonderful central position at the heart of historic Florence, this city hotel lies on the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="406.98" OriginalAmount="399" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773507" Longitude="11.252296" StarRating="4" HotelCode="17707|28383" HotelName="Hotel Cerretani Firenze - MGallery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via de Cerretani 68, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/cc/a8cc4888f9920124b212a751ef314409ebad084c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="412.08" OriginalAmount="404" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775344350011" Longitude="11.268097819349" StarRating="5" HotelCode="16535|28321" HotelName="Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" 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>Piazza Massimo D’Azeglio 3, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/32/97323b9f8a183e3883cb9855d451a1bdd98c947d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located directly on a park and is only a few minutes away from the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="415.93" OriginalAmount="407.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77072111" Longitude="11.25523454" StarRating="4" HotelCode="952360|CBQ224100|Bed &amp; Breakfast" HotelName="Corte Calzaiuoli Elegant Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Calzaiuoli 3, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/90/52908be0d2152340dfab62288d7850761380188c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.89" OriginalAmount="418.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768976" Longitude="11.253311" StarRating="4" HotelCode="12968|184426|Bed &amp; Breakfast" HotelName="Gallery Hotel Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dell 'Oro 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/28/58281c364cdef54b6b3d6919360617086ab9450e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="436.51" OriginalAmount="427.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774199" Longitude="11.251554" StarRating="4" HotelCode="10403|8838|Bed &amp; Breakfast" HotelName="Palazzo Gaddi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 06/10/2026" 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 del Giglio 9, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/6b/0b6b58a6521dc3f8b14a4d2f82087b6b3f25f0f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located in the tourist centre of Florence. Numerous attractions such as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.73" OriginalAmount="431.11" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|72116" HotelName="Fh55  Calzaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Calzaiuoli 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/1/1/6/72116_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Via Calzaiuolil, a 2-minute walk away from la Catedral de Florencia, close to tourist points of interest. Is situated in the commercial area. 10 minutes walk away, guests can find Las GalerÃ­as de arte Uffizi and la Accademia. FACILITIES: This establishment has WiFi (free of charge), a reading room with newspapers and magazines. ROOM: The rooms have an air-conditioning system, a television, a mini-bar and a bathroom with a hairdryer. Some rooms have beautiful views. MEALS: The establishment offers a buffet breakfast and breakfast room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.78" OriginalAmount="439" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773390875548" Longitude="11.250118017197" StarRating="4" HotelCode="33475|5774" HotelName="Hotel Santa Maria Novella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 1, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/16/0b161d42bd3765bf09e2b09c86dee51861b76dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Florence and therefore allows easy access to all the sights of inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.80" OriginalAmount="440.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773371" Longitude="11.250079" StarRating="4" HotelCode="151588|hotel_lorologio" HotelName="L'Orologio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 24, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/82/e282125bd18b6f27d8766261644f95db1206bfc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.90" OriginalAmount="445.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767456306322" Longitude="11.251385360956" StarRating="5" HotelCode="913276|ponte_vecchio_suites__spa" HotelName="Ponte Vecchio Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Belfredelli 9, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741ad6d02b07b23a9a70b9157ca905c22432c4d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.94" OriginalAmount="447" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="975868|491300" HotelName="Hotel Calimala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Calimala 2, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f2/10f28d30534e3dcf622769e4f01eb698fb67ff8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.98" OriginalAmount="449.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771299922632" Longitude="11.25541813475" StarRating="4" HotelCode="11338|hotel_calzaiuoli" HotelName="Hotel Calzaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calzaiuoli 6, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/26/4126b07c5145ea0a32c0d58ab4b66a601e305e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.06" OriginalAmount="453.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76985" Longitude="11.25744" StarRating="5" HotelCode="188952|san_firenze_suites_spa" HotelName="San Firenze Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Jacuzzi,Kitchen,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Firenze 3/A, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/41/1541c3b05332fb3a03b53278237605c1fc5013fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.22" OriginalAmount="461" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774710288116" Longitude="11.255845203996" StarRating="4" HotelCode="12530|391636" HotelName="Hotel Spadai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/48/9a483bd7864740394a3bd100df4822f3245efe03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying an inner city location, this hotel lies some 3 km from the centre of Florence and the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="492.98" OriginalAmount="483.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770499202419" Longitude="11.25400185585" StarRating="4" HotelCode="32806|5730|Bed &amp; Breakfast" HotelName="Pierre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Lamberti 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/814a5b836f6cd6e8d598b3502ddd4ec0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in a historical quarter of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.78" OriginalAmount="489.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770219324424" Longitude="11.252003610134" StarRating="4" HotelCode="15995|nh_porta_rossa" HotelName="NH Collection Firenze Porta Rossa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Porta Rossa 19, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/6a/6d6af0dbd593c8a2e02a3898bb599220e1e8e448.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is perfectly located in the pedestrianised historical centre, just a few steps ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="524.28" OriginalAmount="514.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.763693" Longitude="11.233098666667" StarRating="4" HotelCode="117693|hotel_torre_di_bellosguardo" HotelName="Torre di Bellosguardo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Meeting Room,Parking,Pets allowed,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/a0/27a0c425a31733051ffbea0c643bc88e526f7038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Torre di Bellosguardo in Florence (Oltrarno), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.36" OriginalAmount="518.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775846654249" Longitude="11.242135763168" StarRating="5" HotelCode="41835|grand_hotel_villa_medici__a_sina_hotel" HotelName="Sina Villa Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Il Prato 42, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/94/fa948ec8a9de822d8414c0564e49524b5420e2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a quiet location at the heart of Florence, this prestigious hotel is just a short walk from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.62" OriginalAmount="531.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77077936" Longitude="11.2540044" StarRating="2" HotelCode="605313|cavalieri_palace_luxury_residences" HotelName="Cavalieri Palace Luxury Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Cavalieri 2, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/65/a1652f2bfa246d82f3dbb96fc68299f50ff21c5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="544.69" OriginalAmount="534.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771694237669" Longitude="11.256185173988" StarRating="4" HotelCode="11242|5844|Bed &amp; Breakfast" HotelName="Brunelleschi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Elisabetta 3, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/1e/e61e293f0e58c303fb03b9953d6fc932c113637b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a historical, Renaissance-style building at the heart of traditional Florence, this hotel ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.96" OriginalAmount="548.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773719" Longitude="11.257467" StarRating="0" HotelCode="117376|palazzo_niccolini_al_duomo" HotelName="Palazzo Niccolini al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Servi 2, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/4e/ab4e0309e069e07ad4d553f1f21540d2bedb3dec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="645.48" OriginalAmount="632.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757381" Longitude="11.247522" StarRating="5" HotelCode="13057|1532866|Bed &amp; Breakfast" HotelName="Villa Cora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Machiavelli 18, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/8c/538cdc587040c8f46fffa019ba8ab0ddfd47becf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tradition-rich hotel is situated in the most exclusive district of Florence where guests may en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="666.06" OriginalAmount="653" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.787888" Longitude="11.297183" StarRating="5" HotelCode="149924|56527" HotelName="Il Salviatino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía del Salviatino 21, Fiesole, Firenze 50137</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f7/f9f70e57de29e13e30f9380daf5ac1fb96e6d59d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is difficult to find a better location in Florence. The city centre with its famous Duomo is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="680.32" OriginalAmount="666.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767985095688" Longitude="11.251628100872" StarRating="5" HotelCode="57980|1610662|Bed &amp; Breakfast" HotelName="Hotel Lungarno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo San Jacopo 14, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/da/ddda6eec5cb788a074c5f3c69106894efcfeba6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="692.31" OriginalAmount="678.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769966561511" Longitude="11.26255273819" StarRating="5" HotelCode="130261|1457857|Bed &amp; Breakfast" HotelName="Relais Santa Croce" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 87, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/zz/fdad7b25e44be38310b6865ef18f7cfaeb1630f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="763.94" OriginalAmount="748.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771808703308" Longitude="11.252346136542" StarRating="5" HotelCode="13274|7312|Bed &amp; Breakfast" HotelName="Helvetia &amp;  Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pescioni 2, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/f6/cff6ed79bff6ccdb42d0f28cc9c489993310594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located in the historic centre of Florence. The Duomo is just 3 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.12" OriginalAmount="749.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771569" Longitude="11.252854" StarRating="5" HotelCode="130422|120635|Bed &amp; Breakfast" HotelName="Palazzo Vecchietti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Strozzi, 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c2/5dc2c08d82110bbdbf345784c1e6f3cf989bae03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is housed in a historical palace called Palazzo Vecchietti, just steps away from Pia...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="781.20" OriginalAmount="765.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769817" Longitude="11.250906" StarRating="4" HotelCode="91560|1077835|Bed &amp; Breakfast" HotelName="Tornabuoni Beacci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Tornabuoni 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/6a/7d6aaaa596782a15816e9d33e13ffb35a8cca253.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Florence, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.20" OriginalAmount="810.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77288150188" Longitude="11.249627172947" StarRating="5" HotelCode="31402|jk_place_firenze" HotelName="J.K.Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/32/07327f088eaec637d8ee9c5d6cf61447f81f70c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Florence, this comfortable hotel lies close to the city centre just 500 m from the neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="892.50" OriginalAmount="875" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770405" Longitude="11.251998" StarRating="5" HotelCode="148277|19053" HotelName="Golden Tower Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Strozzi 11/r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/5c/d05ceef8958b6effec2dcd89456fec8be8dfbb7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the ideal venue for a perfect stay between Via Tornabuoni and Piazza Strozzi. It is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1257.66" OriginalAmount="1233" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77187629929" Longitude="11.245700418949" StarRating="5" HotelCode="18544|35245" HotelName="The Westin Excelsior, Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ognissanti 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/59/2459f785f62f22202fd80b50afbc185bf898f34c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and historical hotel is situated close to Florence city centre. Florence's cathedral ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1285.20" OriginalAmount="1260" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771967" Longitude="11.264865" StarRating="4" HotelCode="91552|23696" HotelName="The J and J Historic House Hotel Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Mezzo 20, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/1f/301f2af8c5020a92ef01e74139ead3e83f7b5a4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet area less than a 10-minute walk from the cathedral and the busy sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1367.82" OriginalAmount="1341" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772135832983" Longitude="11.245021820068" StarRating="5" HotelCode="40084|35244" HotelName="The St. Regis Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ognissanti 1, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/fa/81fa7d15a31c39426e3063e17a59ffa1085cfbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historical centre, on the beautiful Arno River. From the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1374.27" OriginalAmount="1347.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771841436469" Longitude="11.254742145538" StarRating="5" HotelCode="17284|1826493|Bed &amp; Breakfast" HotelName="Hotel Savoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" 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 della Repubblica 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/d9/ebd91c8d1acc36cda82b7948ba497365d79c1845.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its central location, the hotel provides an ideal point of departure for guests wishing to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1425.96" OriginalAmount="1398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768751" Longitude="11.252792" StarRating="4" HotelCode="267141|portrait_firenze" HotelName="Portrait Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno degli Acciaiuoli 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/3b/1b3bfa8e33d6cdd1e9f27f667a0b279ebb66fc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1650.34" OriginalAmount="1617.98" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15743" HotelName="Grand Adriatico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA MASO FINIGUERRA 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/4/3/15743_2e802b01538.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 114 rooms, a lobby, a reception, a bar, a lift, an Ã  la carte restaurant with air-conditioning and with air-conditioning. The establishment also offers an indoor car park and a car park. SITUATION: This modern hotel is in via Maso Finiguerra it is in the historic centre of Florence. In the surrounding area, clients have monuments, exhibitions, conference centres and the Teatro Comunale Theatre. Nearby, you will find Santa Maria Novella Station. 200 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: Clients can use a gym. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Bicycle Rental,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool,Kitchen,Golf,Diet Meals,Garden,Lounge,LCD/Projector,Library,Luggage Storage,Parking,24 Hour Power Supply,Meeting Room,Pets allowed,24 Hour Front Desk,24 Hour Room Service,Babysitting,Concierge,Dry Cleaning,Elevator,Fitness Centre,Housekeeping,Wake-up Call Service,Boutique,Printer</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,HOTEL,CONFERENCE HOTEL,COUNTRY HOUSE,CLUB RESORT,VILLAGE,SPA HOTEL,AIRPORT HOTEL,LUXURIOUS HISTORIC HOTEL,ECO HOTEL,GUESTHOUSE,HOSTEL,BED AND BREAKFASTS,GUEST HOUSES,BED AND BREAKFAST,GUEST HOUSE,BOUTIQUE HOTEL,APARTMENT,APARTHOTEL</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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|PriceRequest|PriceRequest|<?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="Price" TimeStamp="0001-01-01T00:00:00" TraceId="b8d7de9d-6300-472e-8584-cc92e71c30ae">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="56522" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-09T00:00:00" End="2026-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="149924|56527" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="hn" ClientCountry="India" 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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 877|LoadCity|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|WebbedsSunHotelsPrice|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|DOTWPrice|successfull supplier interation||DOTW|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|RateHawkPrice|successfull supplier interation||RateHawk|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="b8d7de9d-6300-472e-8584-cc92e71c30ae" TimeStamp="0001-01-01T00:00:00" HotelName="Il Salviatino" HotelCode="149924|56527" StarRating="5" GTCityId="56522" CountryCode="IT" CityName="Florence" CountryName="Italy" Address="Vía del Salviatino 21, Fiesole, Firenze 50137" PostCode="50137" PhoneNo="+390559041111" FaxNo="" Email="info@salviatino.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="43.787888" Longitude="11.297183" SourceId="27" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (king size bed, welcome drink)" RoomTypeCode="h-dd514571-4754-56e0-959f-83925aa60acf|63|NTcyLjAwfEdCUHwyMDI2LTAzLTI1" OriginalAmount="572" TotalPrice="583.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 52.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-25T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="583.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR" RoomTypeCode="0|0|1266282295|1774431126034404B2129B31||no|242346|16|NTc1LjQ2fEdCUHwyMDI2LTEwLTA2" OriginalAmount="575" TotalPrice="586.97" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 61.20 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="586.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-4413e47d-888f-5981-814d-71025d0979d0|63|NTc5LjAwfEdCUHwyMDI2LTEwLTA1" OriginalAmount="579" TotalPrice="590.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 52.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="590.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room" RoomTypeCode="h-024f05df-507b-5ca7-8228-47cbea3fe668|63|NTgzLjAwfEdCUHwyMDI2LTEwLTA1" OriginalAmount="583" TotalPrice="594.66" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 53.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="594.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, KING BED" RoomTypeCode="0|0|1267795535|1774431126089628B2119B0||no|242346|16|NTg1LjA4fEdCUHwyMDI2LTEwLTA1" OriginalAmount="585" TotalPrice="596.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="596.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior" RoomTypeCode="298368616|1|587|27|NTg3fEdCUHwyMDI2LTEwLTA1" OriginalAmount="587" TotalPrice="598.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T22:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="587" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (king size bed)" RoomTypeCode="h-02c73b7f-2739-535f-a27d-a4d4bf63695f|63|NTkwLjAwfEdCUHwyMDI2LTEwLTA2" OriginalAmount="590" TotalPrice="601.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>GBP 53.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-07T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="601.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (king size bed, welcome drink)" RoomTypeCode="h-5d0763f7-7e70-5bec-b522-1559e92a8325|63|NjUwLjAwfEdCUHwyMDI2LTAzLTI1" OriginalAmount="650" TotalPrice="663.00" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 59.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-25T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="663.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE" RoomTypeCode="0|0|1267795505|1774431126034404B2129B27||no|242346|16|NjU0LjA4fEdCUHwyMDI2LTEwLTA2" OriginalAmount="654" TotalPrice="667.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 69.56 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="667.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-2e5fddbf-d0b9-5f87-a0e2-9dd536a4914f|63|NjU4LjAwfEdCUHwyMDI2LTEwLTA1" OriginalAmount="658" TotalPrice="671.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 59.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="671.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room" RoomTypeCode="h-c71dd745-d7b9-5a65-9a3c-f33309402513|63|NjYzLjAwfEdCUHwyMDI2LTEwLTA1" OriginalAmount="663" TotalPrice="676.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 60.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="676.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, KING BED" RoomTypeCode="0|0|1267606695|1774431126089628B2119B2||no|242346|16|NjY1LjAzfEdCUHwyMDI2LTEwLTA1" OriginalAmount="665" TotalPrice="678.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="678.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: De luxe" RoomTypeCode="298379263|1|668|27|NjY4fEdCUHwyMDI2LTEwLTA1" OriginalAmount="668" TotalPrice="681.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T22:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="668" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (king size bed)" RoomTypeCode="h-e4e0c9be-5650-54f4-861e-622c27080d1c|63|NjcxLjAwfEdCUHwyMDI2LTEwLTA2" OriginalAmount="671" TotalPrice="684.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>GBP 61.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-07T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="684.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior room with street view" RoomTypeCode="h-02bbdf6f-acab-56a9-81a9-3ecb24d9d508|63|NzAxLjAwfEdCUHwyMDI2LTEwLTA1" OriginalAmount="701" TotalPrice="715.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 63.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="715.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, DOME VIEW" RoomTypeCode="0|0|1266467005|1774431126034404B2129B3||no|242346|16|NzQ3LjAxfEdCUHwyMDI2LTEwLTA2" OriginalAmount="747" TotalPrice="761.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 79.44 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="761.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, KING BED, DOME VIEW" RoomTypeCode="0|0|1346120615|1774431126089628B2119B4||no|242346|16|NzU5LjUxfEdCUHwyMDI2LTEwLTA1" OriginalAmount="760" TotalPrice="774.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="774.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, WITH VIEW" RoomTypeCode="0|0|1360698035|1774431126025720B2036B4||no|242346|16|Nzk4LjQ1fEdCUHwyMDI2LTEwLTA0" OriginalAmount="798" TotalPrice="814.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="814.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe room with view" RoomTypeCode="h-447eafb1-9c90-505c-a557-909668991c73|63|ODA2LjAwfEdCUHwyMDI2LTEwLTAz" OriginalAmount="806" TotalPrice="822.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/10/2026"><AdditionalDetails>GBP 73.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="822.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Junior Suite (full double bed) (king size bed, welcome drink)" RoomTypeCode="h-790fa5ff-a74c-5864-b4f5-1cfe490e363e|63|ODQ5LjAwfEdCUHwyMDI2LTAzLTI1" OriginalAmount="849" TotalPrice="865.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 77.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-25T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="865.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite" RoomTypeCode="0|0|41934275|1774431126034404B2129B19||no|242346|16|ODU0LjI0fEdCUHwyMDI2LTEwLTA2" OriginalAmount="854" TotalPrice="871.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 90.85 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="871.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Junior Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-a5a6f4af-9d66-5f55-89f5-c0c66f99de47|63|ODU5LjAwfEdCUHwyMDI2LTEwLTA1" OriginalAmount="859" TotalPrice="876.18" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 78.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="876.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Junior Suite" RoomTypeCode="h-1340efbb-51ac-53e3-b2e9-31b274f6fc92|63|ODY0LjAwfEdCUHwyMDI2LTEwLTA1" OriginalAmount="864" TotalPrice="881.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 78.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="881.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: JUNIOR SUITE, KING BED" RoomTypeCode="0|0|1267606655|1774431126089628B2119B6||no|242346|16|ODY4LjUyfEdCUHwyMDI2LTEwLTA1" OriginalAmount="869" TotalPrice="885.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="885.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Junior Suite (full double bed) (king size bed)" RoomTypeCode="h-c06df5ca-8c51-50b7-ad2c-bcbe87cc0758|63|ODc2LjAwfEdCUHwyMDI2LTEwLTA2" OriginalAmount="876" TotalPrice="893.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>GBP 79.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-07T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="893.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Junior Suite" RoomTypeCode="h-7fd3077a-a8fa-5e87-be09-6683c85ce25c|63|OTIxLjAwfEdCUHwyMDI2LTEwLTAz" OriginalAmount="921" TotalPrice="939.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/10/2026"><AdditionalDetails>GBP 83.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="939.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite" RoomTypeCode="225466435|3|937|27|OTM3fEdCUHwyMDI2LTEwLTA1" OriginalAmount="937" TotalPrice="955.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T22:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="937" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite (full double bed) (king size bed, welcome drink)" RoomTypeCode="h-9144c063-48b9-5804-b22e-fbd29b8e10fb|63|MTEzMy4wMHxHQlB8MjAyNi0wMy0yNQ==" OriginalAmount="1133" TotalPrice="1155.66" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 103.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-25T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1155.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GREENHOUSE, SUITE" RoomTypeCode="0|0|1266387495|1774431126034404B2129B15||no|242346|16|MTE0MC4xOHxHQlB8MjAyNi0xMC0wNg==" OriginalAmount="1140" TotalPrice="1162.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 121.25 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1162.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-e5988698-0a04-5b92-ad1c-72b36a218d07|63|MTE0Ni4wMHxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1146" TotalPrice="1168.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 104.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1168.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite" RoomTypeCode="h-7ef786c1-4336-573c-afc5-82295913456b|63|MTE1NC4wMHxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1154" TotalPrice="1177.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 104.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1177.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GREENHOUSE, SUITE, KING BED" RoomTypeCode="0|0|1267606605|1774431126089628B2119B8||no|242346|16|MTE1OS4yNXxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1159" TotalPrice="1182.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1182.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite (full double bed) (king size bed)" RoomTypeCode="h-d03bb722-ee4a-5724-8001-7fa583cfb8be|63|MTE2OC4wMHxHQlB8MjAyNi0xMC0wNg==" OriginalAmount="1168" TotalPrice="1191.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>GBP 106.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-07T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1191.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite" RoomTypeCode="0|0|1050783465|1774431126025720B2036B8||no|242346|16|MTIxOC4xM3xHQlB8MjAyNi0xMC0wNA==" OriginalAmount="1218" TotalPrice="1242.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1242.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Suite" RoomTypeCode="h-d6064b0d-1976-507d-a8be-95ae84f7b573|63|MTIyOS4wMHxHQlB8MjAyNi0xMC0wMw==" OriginalAmount="1229" TotalPrice="1253.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/10/2026"><AdditionalDetails>GBP 111.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1253.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive Junior Suite (welcome drink)" RoomTypeCode="h-3b750ceb-d7ec-59f5-83a7-3661f16df75f|63|MTI3NS4wMHxHQlB8MjAyNi0wMy0yNQ==" OriginalAmount="1275" TotalPrice="1300.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 115.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-25T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1300.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite (full double bed) (king size bed, terrace, welcome drink)" RoomTypeCode="h-b3ea1b77-1ac6-5ee0-b54f-958c8269b0d1|63|MTI3NS4wMHxHQlB8MjAyNi0wMy0yNQ==" OriginalAmount="1275" TotalPrice="1300.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 115.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-25T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1300.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, TERRACE" RoomTypeCode="0|0|1357472455|1774431126034404B2129B35||no|242346|16|MTI4My4xNXxHQlB8MjAyNi0xMC0wNg==" OriginalAmount="1283" TotalPrice="1308.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 136.46 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1308.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESIDENTIAL, SUITE" RoomTypeCode="0|0|1357476015|1774431126034404B2129B11||no|242346|16|MTI4My4xNXxHQlB8MjAyNi0xMC0wNg==" OriginalAmount="1283" TotalPrice="1308.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 136.46 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1308.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite (Dali)" RoomTypeCode="0|0|1357929095|1774431126034404B2129B23||no|242346|16|MTI4My4xNXxHQlB8MjAyNi0xMC0wNg==" OriginalAmount="1283" TotalPrice="1308.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 136.46 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1308.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ARTIST, SUITE" RoomTypeCode="0|0|1357482065|1774431126034404B2129B43||no|242346|16|MTI4My4xNXxHQlB8MjAyNi0xMC0wNg==" OriginalAmount="1283" TotalPrice="1308.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 136.46 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1308.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite (full double bed) (bed type is subject to availability, terrace)" RoomTypeCode="h-8a4ebed1-d5b2-5890-b99d-d454004f0697|63|MTI5MC4wMHxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1290" TotalPrice="1315.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 117.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1315.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite (terrace)" RoomTypeCode="h-de9ae5d6-22fb-5bdc-a08f-6b7ddcbae65f|63|MTI5OC4wMHxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1298" TotalPrice="1323.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 118.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1323.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive Junior Suite" RoomTypeCode="h-89c5cd2f-5ae2-5027-b105-aecaae74d3d3|63|MTI5OC4wMHxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1298" TotalPrice="1323.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 118.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1323.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESIDENTIAL, SUITE, KING BED" RoomTypeCode="0|0|1357494335|1774431126089628B2119B10||no|242346|16|MTMwNC42MXxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1305" TotalPrice="1330.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1330.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite (Dali), 1 King Bed" RoomTypeCode="0|0|1358217855|1774431126089628B2119B12||no|242346|16|MTMwNC42MXxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1305" TotalPrice="1330.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1330.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ARTIST, SUITE, KING BED" RoomTypeCode="0|0|1357478875|1774431126089628B2119B14||no|242346|16|MTMwNC42MXxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1305" TotalPrice="1330.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1330.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, KING BED, TERRACE" RoomTypeCode="0|0|1357494325|1774431126089628B2119B16||no|242346|16|MTMwNC42MXxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1305" TotalPrice="1330.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1330.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Suite (full double bed) (king size bed, terrace)" RoomTypeCode="h-44d45f28-e165-5328-bed3-2a30310e55fb|63|MTMxNS4wMHxHQlB8MjAyNi0xMC0wNg==" OriginalAmount="1315" TotalPrice="1341.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>GBP 119.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-07T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1341.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Penthouse Suite (full double bed) (king size bed, welcome drink)" RoomTypeCode="h-ef931a43-b9dd-5188-875f-4c809c045908|63|MTQ4OC4wMHxHQlB8MjAyNi0wMy0yNQ==" OriginalAmount="1488" TotalPrice="1517.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 135.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-25T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1517.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: OJETTI, PENTHOUSE, SUITE" RoomTypeCode="0|0|1346448625|1774431126034404B2129B39||no|242346|16|MTQ5Ny4xMnxHQlB8MjAyNi0xMC0wNg==" OriginalAmount="1497" TotalPrice="1527.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 159.27 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1527.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Penthouse Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-15b7abe2-f257-5168-a326-dc797d8dd872|63|MTUwNS4wMHxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1505" TotalPrice="1535.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 136.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1535.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Penthouse Suite" RoomTypeCode="h-3fe3302d-9da0-5de7-a4ee-ce1af971d2a0|63|MTUxNS4wMHxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1515" TotalPrice="1545.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>GBP 137.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1545.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: OJETTI, PENTHOUSE, SUITE, KING BED" RoomTypeCode="0|0|1346511615|1774431126089628B2119B18||no|242346|16|MTUyMi42NXxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1523" TotalPrice="1553.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1553.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Penthouse Suite (full double bed) (king size bed)" RoomTypeCode="h-57d12ee5-95b2-5dcd-afe2-743649c296c4|63|MTUzNS4wMHxHQlB8MjAyNi0xMC0wNg==" OriginalAmount="1535" TotalPrice="1565.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>GBP 139.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-07T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1565.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PENTHOUSE" RoomTypeCode="0|0|1347149955|1774431131083154B2057B13||no|242346|16|MTYwMi43MHxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1603" TotalPrice="1634.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1634.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, DOME VIEW" RoomTypeCode="0|0|1267731575|1774431126034404B2129B7||no|242346|16|MTg3OS40NHxHQlB8MjAyNi0xMC0wNg==" OriginalAmount="1879" TotalPrice="1917.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/10/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. To make arrangements for check-in please contact the property ahead of time using the information on the booking confirmation. If you are planning to arrive after 2 AM please contact the property in advance using the information on the booking confirmation. Guests must contact the property in advance for check-in instructions. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 8.00 per person, per night, up to 7 nights. This tax does not apply to children under 12 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Airport shuttle fee: EUR 90 per vehicle (one-way, maximum occupancy 2)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 90 per pet, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: EUR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The seasonal pool will be open from April to October. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 9:00 AM to 6:30 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 18.58 USD,Tax Recovery Charges and Service Fees for 2 people: 199.94 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-06T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1917.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, KING BED, DOME VIEW" RoomTypeCode="0|0|1267638195|1774431126089628B2119B20||no|242346|16|MTkxMC42NXxHQlB8MjAyNi0xMC0wNQ==" OriginalAmount="1911" TotalPrice="1948.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1948.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, WITH VIEW" RoomTypeCode="0|0|1508389425|1774431126025720B2036B14||no|242346|16|MjAwNy4wN3xHQlB8MjAyNi0xMC0wNA==" OriginalAmount="2007" TotalPrice="2047.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/10/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2047.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Suite with view" RoomTypeCode="h-36d27794-04d7-5a69-80fd-aecb210eba42|63|MjAyNS4wMHxHQlB8MjAyNi0xMC0wMw==" OriginalAmount="2025" TotalPrice="2065.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/10/2026"><AdditionalDetails>GBP 184.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2065.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/f9/f7/f9f70e57de29e13e30f9380daf5ac1fb96e6d59d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e0/5c/e05cab37553f45d727fb4ae18982e429cfd6fe75.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/18/fa/18fa576fd432cdc2692988d11be0b2309ba2ba57.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c0/0d/c00da49e837df60980f1969ec2b1302e8eb656b1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/d9/f4/d9f4f484952397aceaac941df1927696e0779c3d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3a/09/3a095ee193eeeb5d0a73636f87aa3aa29420febd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6f/28/6f2874349e016afd46c81def883db82c292d57b9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f4/4b/f44b6a9492a352990fc8d4b2d5e9fe478920bf4e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b8/55/b855c2f6227d2c10c8b40d98c6352f660c519bc7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a4/16/a4168a238781df533b0a28510c6bd69da27d2a6c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2e/f5/2ef51452b895d43f13d97f1b90b3da05501b34ab.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d1/9e/d19e2007a10795bc285e195594ba8848ecd73d67.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/51/9d/519d05fa2d165d48b98c2621c90d83196e90ee40.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0c/42/0c42f71538c0e34da6e7724e8a1ea9636ba89626.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e6/7a/e67aa5850c7d906ef80f325aba47468ebf84abd7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/9b/05/9b0520e0ae52c26552a29a14bead98fbb97a10c7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/de/43/de4332ce6284b7a0863575e0fda6b14ac3e237a1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c0/2f/c02f28ccea7cbc34e79adb20b942781ad17e94dd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/02/a3/02a34109f52f10e1f61c135c6be7cd1f5fa8323a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/26/f0/26f056ccb66e586efd0efcae7aee5cb67c781e80.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/50/d7/50d7cb93c0701f5b9a5b8eb4a24c440a9ddfe77c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9a/2f/9a2f249e30d03f8e7864082aab52ee6b8e546780.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/5e/b7/5eb71cf9cfc6f01657df07b4af3b2e6bda172cf3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/bc/91/bc91d7ea76531137a6cbea30c7788e3fd8cc4fa3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/93/ba/93ba443d078b8eeb6e6674ec2edda2e88769be86.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/5f/e6/5fe648794fcb928ded2817cf4007c9ece9ecb378.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/68/38/683847341dde3fb4663c250359d7b68690b43040.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3d/f2/3df2cfe961acab430e30630f543dfd823c304a47.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/8a/3d/8a3dc8d33a20af9bfa9bc7fa2d78eb9a7f722e0c.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;It is difficult to find a better location in Florence. The city centre with its famous Duomo is just 10 minutes away and the charm of Fiesole, this magical hill that looks over Florence, gives the feeling of being lost in the purest Tuscan countryside. Santa Maria railway station is about 5 km away and the city of Pisa is 100 km from the hotel. Florence Peretola Airport is approximately 10 km away and Pisa Galileo Galilei Airport is around 95 km away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;7 junior suites, 13 suites and 25 double rooms are available. The friendly staff at the reception desk are happy to answer any questions. The hotel provides a safe, a currency exchange service, a newspaper stand, room service, a laundry service and a conference room. Wireless internet access is provided in public areas. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. Some rooms have a balcony, which gives guests additional space for rest and relaxation. Valuables can be securely stored in a safe. Additional features include a mini fridge and a tea/coffee station. Other features include a direct dial telephone, a television with satellite/cable channels and WiFi. The hotel has family rooms and 45 non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. Guests can enjoy a refreshing swim in the outdoor pool area. Guests can relax and enjoy the sun loungers and parasols provided. A variety of refreshing drinks await guests at the pool bar. There are many ways to relax or stay active at the hotel, including a gym, a spa and massage treatments. Parents can unwind while the kids can participate in an entertainment programme full of fun activities. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Bed and breakfast is bookable. Available meals include breakfast, lunch and dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the establishment: American Express, VISA, Diners Club and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>39-55-9041247</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>39-55-9041111</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2009</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>45</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>25</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>13</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Junior Suites</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspaper kiosk</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Parasols</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Entertainment</Description><Value>1</Value></HotelFacilities></Facilities></HotelRoomRS>||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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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="b8d7de9d-6300-472e-8584-cc92e71c30ae">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="56522" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-09T00:00:00" End="2026-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="HN" 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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|DOTWSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.DOTW.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 492|DOTW|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|RestelSearch|Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index|System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at HotelSources.Restel.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Restel\Restel.cs:line 544|Restel|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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="2026-03-25T09:36:55.4728738+00:00" Version="0" EchoToken="Search" TransactionIdentifier="b8d7de9d-6300-472e-8584-cc92e71c30ae" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="54.87" OriginalAmount="53.79" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|364078" HotelName="Sleep Inn Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1833 Florence Park Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/4/0/7/8/364078_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.08" OriginalAmount="54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.791062" Longitude="11.248456" StarRating="3" HotelCode="913326|200864" HotelName="Bed &amp; Breakfast Leopoldo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabbroni 78, 50134 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d5/0ed5c81febe866d856417b11d164a55801ab8fcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a transf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.52" OriginalAmount="66.20" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|222443" HotelName="Quality Inn Florence Muscle Shoals" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>150 Etta Gray Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/4/4/3/222443_77521851819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.52" OriginalAmount="70.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.796728" Longitude="11.219573" StarRating="3" HotelCode="58875|52276|Bed &amp; Breakfast" HotelName="Auto Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valdegola 1, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a5/f1a553c7af49c89312f831a0cbb66764d4a3519d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in commercial area of Novoli in the northwest of Florence. Recently, a new un...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.10" OriginalAmount="71.67" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|229488" HotelName="Best Western Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>1808 W Lucas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/4/8/8/229488_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.54" OriginalAmount="73.08" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|222702" HotelName="Country Inn and Suites By Radisson, Florence, Sc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1739 Mandeville Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/0/2/222702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="85.23" OriginalAmount="83.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797810541623" Longitude="11.215667724609" StarRating="3" HotelCode="32573|CAF881300|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Firenze Novoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guidoni 101, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/5a/0a5a11006af9ac86007ea8e148623aaf3b9b2202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the commercial and banking district of the city of Florence and enjoys exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="85.23" OriginalAmount="83.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797382687908" Longitude="11.220774650574" StarRating="3" HotelCode="31186|CAG712800|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Firenze Nuovo Palazzo di Giustizia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guidoni 87, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/bf/58bfa35522357455781119d9f805dbb7ccd7f518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the commercial district of the city of Florence, this hotel is close to Florence airport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.74" OriginalAmount="87.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771252" Longitude="11.263655" StarRating="2" HotelCode="77764|hotel_bodoni" HotelName="Bodoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martiri del Popolo 27, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/15/88150b1089a910d91389fe1248bb1d777e98c2f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.58" OriginalAmount="93.71" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|560912" HotelName="Comfort Inn and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>527 Woody Jones Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/9/1/2/560912_c39e0421751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.88" OriginalAmount="94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.794777" Longitude="11.20585" StarRating="4" HotelCode="36224|15694" HotelName="Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via F Baracca 231/Int 18, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/2c/e12c9e5ccb9455bd80f6b5cf2e5857635bf34217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 2-minute drive from the Firenze Nord exit of the A1 Motorway and the historic centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.90" OriginalAmount="95.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780835" Longitude="11.271763" StarRating="2" HotelCode="913322|hotel_villa_il_castagno" HotelName="Hotel Villa Il Castagno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea del Castagno 31, 50132 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/44/e744b2fb1a776f7f07afb5b638fd61ce653ab69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.786386183589" Longitude="11.26543879509" StarRating="4" HotelCode="337453|diana_park" HotelName="Diana Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Pascoli 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/d2/d2d2a2af6c57d10842324d00a1a8136512a79d67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located and can be easily reached by car. Within a 10-minute drive guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="100.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770479" Longitude="11.20857" StarRating="3" HotelCode="67958|hotel_alex_4" HotelName="Alex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccio da Montelupo 18/20, 50142 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7d/db7d1fb459bd4c9353d4df2b8141864805130d24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="101" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.735489768135" Longitude="11.209654211998" StarRating="4" HotelCode="101958|56087" HotelName="Fattoria Il Milione" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Giogoli 12, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cc/18/cc18895de0bbf518f869ea8bbfab6af952cbde03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="101" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777005" Longitude="11.240923" StarRating="3" HotelCode="173717|57066" HotelName="La Corte Dei Principi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>via Il Prato, 66, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c6/dfc6ae52b5fe229882841983454640d4621fa72f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.28" OriginalAmount="101.25" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|233131" HotelName="Fairfield Inn And Suites By Marriott Florence I-20" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>501 Woody Jones Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/3/1/233131_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.39" OriginalAmount="101.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76544257" Longitude="11.31555697" StarRating="3" HotelCode="577786|692002|Bed &amp; Breakfast" HotelName="Camping Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Generale Dalla Chiesa 1 3, 50136 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/21/cf2110329edc14dcb85d6df2b8f80f2916cd4b5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This campsite warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.77" OriginalAmount="101.74" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|274605" HotelName=" River House Inn, a Baymont by Wyndham " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1202 Bay Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/6/0/5/274605_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.756248" Longitude="11.289034" StarRating="3" HotelCode="22790|rosary_garden" HotelName="Rosary Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripoli 169, 50126 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/55581023913bec8e272a0943016fbe714d10d020.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757652518389" Longitude="11.298497021198" StarRating="4" HotelCode="34056|italiana_hotels_florence" HotelName="Italiana Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Europa 205, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c9/93c9ee3ed48bcc8bfb207cdee9a1642dc9014694.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel enjoys a stunning location in the south of Florence, close to the A1 motorway, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79354365" Longitude="11.27504008" StarRating="0" HotelCode="556249|bb_boccaccio_camere" HotelName="Affittacamere Boccaccio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cino da Pistoia 23</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a6/26a6eadaeebf9f5fa87bfaec662d874e0be6b2c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.10" OriginalAmount="105.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797153292455" Longitude="11.219505148479" StarRating="3" HotelCode="935830|diva_hotel" HotelName="Diva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lippi e Macia 24/C, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/f2/67f238d1e0473c3a3f34be5968c5473ab6bbb929.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.30" OriginalAmount="105.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768682393199" Longitude="11.28547757864" StarRating="4" HotelCode="34968|18469|Bed &amp; Breakfast" HotelName="Hotel Grifone Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Pilati 20, 50136 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/79/22797325f3d7c7681c192d9182ecb8941ef2d992.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is located in quiet surroundings in Florence; just 15 minutes walk from the...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79420204" Longitude="11.28360561" StarRating="2" HotelCode="428857|villa_la_stella__casa_per_ferie" HotelName="Villa La Stella Casa per Ferie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Iacopone Da Todi 12, 50133 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/77/57779cafe4e9fcb5448e13f7744665867f7ca58f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Villa La Stella - Casa per Ferie in Florence, you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.18" OriginalAmount="109.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782146" Longitude="11.25813" StarRating="3" HotelCode="913309|residenza_johanna_i" HotelName="Residenza Johanna I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 14, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/9e/d79ecc58f597072e5caddb6d3cad12be64ee3fd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.22" OriginalAmount="111.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782026" Longitude="11.257848" StarRating="3" HotelCode="145030|hotel_bonifacio" HotelName="Bonifacio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 21, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5e/945e2de564e1c7b47401466b6f49109dd6ba41d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.54" OriginalAmount="111.31" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|34092" HotelName="Italiana Hotels Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE EUROPA 205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/9/2/34092_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, has 92 rooms, a lobby, internet, a reception and a safety deposit box service. Our guests can find a hairdresser's, a bar and a restaurant. SITUATION: It is inFlorence south it is situated close to the motorway, 15 minutes away from the establishment, clients can find the city centre, Where you can find shops and leisure areas. it is 20 kilometres away from Florence Airport. ROOM: The modern and comfortable rooms, have a direct line telephone, satellite or cable TV, a bathroom with a bath, a radio, internet and a mini-bar. They also have an iron, an ironing board, a courtesy tea and coffee service and a safe (available for a fee). FACILITIES: The establishment boasts a swimming pool and a gym. Clients can enjoy activities such as play golf.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.71" OriginalAmount="111.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.799171521983" Longitude="11.204659938812" StarRating="3" HotelCode="32468|7302125|Bed &amp; Breakfast" HotelName="Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Luigi Gori 10, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/27/bc27ae1578bdf8ad4fa93f441189347ba136b943.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the end of the A11 motorway, directly by the junction to the A1 Florence No...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.27" OriginalAmount="113.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77527" Longitude="11.250793" StarRating="3" HotelCode="17140|5737|Bed &amp; Breakfast" HotelName="San Giorgio e Olimpic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Antonino 3, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5f/39/5f3915154740b5e9affb22d9a80b4b9c1a4bc833.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes walk from many of Florence's main tourist attractions, such...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.28" OriginalAmount="114" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781617" Longitude="11.255932" StarRating="2" HotelCode="166884|28119" HotelName="Plus Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina D'Alessandria 15, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5e/205e0143943e7cb089d6aac7789ce791a2c3de91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.36" OriginalAmount="118.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7840092" Longitude="11.26596906" StarRating="3" HotelCode="864002|3110_arthotel" HotelName="31.10 Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fra Bartolommeo 21, 50132 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0a/8c0a1b05857ad58f4aaa7dd88f9dfc098863ec08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.40" OriginalAmount="120" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.794336" Longitude="11.208769" StarRating="4" HotelCode="31400|29791" HotelName="Best Western Plus Chc Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 199 a, 50127 Florenz, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ab/a0abe2bd2530af0db769217c7abb75653e02fdbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located, near the motorway exit and also the centre of Florence. Link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78914095" Longitude="11.23836622" StarRating="3" HotelCode="438445|la_rosa_di_firenze_bb" HotelName="La Rosa di Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Circondaria 44, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/fc/5bfc567ac272d658a091e2012c10e31c3cfd3d1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers' stays are enhanced by the range of services and amenities at this hotel. Wireless intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.94" OriginalAmount="121.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771510238659" Longitude="11.265135705471" StarRating="4" HotelCode="408706|1641948|Bed &amp; Breakfast" HotelName="Palazzo dei Ciompi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietrapiana 18, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/11/ff1146b56ea84b6cfa4cebeb1c767442690440f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is found in the centre of the old city of Florence, at the point where the road meet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778679" Longitude="11.256405" StarRating="3" HotelCode="117730|hotel_veneto" HotelName="Veneto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Reparata 33, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/54/1f5489d16c036756f842b941fe691c0d5873f2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="128.78" OriginalAmount="126.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777155845213" Longitude="11.245633363724" StarRating="3" HotelCode="27904|DFI|Bed &amp; Breakfast" HotelName="Delle Nazioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 15</AddressLine>
          </AddressLines>
          <PostalCode>055283579</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/b1/25b13ea7e71b3834e78dea8d27c8fc54417994ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Florence, directly by the Santa Maria Novella train station an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.06" OriginalAmount="126.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775217225314" Longitude="11.252623200417" StarRating="3" HotelCode="16709|1286449|Bed &amp; Breakfast" HotelName="Rex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 6, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b7/a8b760c2d6a20386077bac40760a48eb3725bdca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of the finest buildings in Florence and is only a few minutes' walk from Florence'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.56" OriginalAmount="128" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.810060536221" Longitude="11.178695560383" StarRating="4" HotelCode="395906|30474" HotelName="Novotel Firenze Nord Aeroporto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tevere 23, Osmannoro, Sesto Fiorentino, 50019 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/cd/97cd41e95f3492c99211b3296091def314e7b7b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.758549" Longitude="11.244343" StarRating="3" HotelCode="188944|classic_hotel" HotelName="Classic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Machiavelli 25, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/86/d986cbadcadc3f4c98345bf3dffbc6009edd0f34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.58" OriginalAmount="129" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784465852276" Longitude="11.241772516107" StarRating="0" HotelCode="321541|89873" HotelName="PopArtment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Catalani 13, 50144 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/3c/053c7f5520036b7d2ef05c2083a9d192ef37ef3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.60" OriginalAmount="130" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78428554" Longitude="11.26365438" StarRating="0" HotelCode="580354|236001" HotelName="Lorena Suites &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 04/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Minzoni 8, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/zz/b9ada92b29c95bad3aa7071a28110905656b0d13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.60" OriginalAmount="130.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76337" Longitude="11.272489" StarRating="3" HotelCode="913284|sognando_firenze" HotelName="Sognando Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giampaolo Orsini 115, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/3b/a63b89db12876032f3ac92825d1d8b65118bd93d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777675" Longitude="11.249825" StarRating="2" HotelCode="12519|hotel_fiorita" HotelName="Fiorita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 20, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c1/33c10bfeff27a37bd1184f380b5a5f7675223fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779519" Longitude="11.257864" StarRating="2" HotelCode="152405|piccolo_hotel" HotelName="Piccolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Gallo 51, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/39/c83992e28dc8c2870b4072f428bd4e32962c5e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Florence, in the very characteristic district of San Lorenzo, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.66" OriginalAmount="133.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772654896991" Longitude="11.254472583532" StarRating="2" HotelCode="913342|magnifico_messere" HotelName="Magnifico Messere - B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Roma 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/61/cc6121867a5f9ff5cb494072bb7f9d17b3c698b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.70" OriginalAmount="135" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.791461835582" Longitude="11.223769312982" StarRating="4" HotelCode="366276|15809" HotelName="Tuscany" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Novoli 59, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/9b/a59b6f5416d99b46fe3d6518c18ac039b2499db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78092946" Longitude="11.24191279" StarRating="0" HotelCode="492709|attico43_bed_breakfast" HotelName="Rubina Belfiore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Belfiore 43, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cd/52cda4cc62f5fa11372345f290b87273893f779b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.76" OriginalAmount="138.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76868736" Longitude="11.24364175" StarRating="0" HotelCode="353500|casa_santo_nome_di_gesu" HotelName="Casa Santo Nome di Gesu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Carmine 21, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/75/3575fdd1b4c10cda200f6602caa9a773b6540a23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.58" OriginalAmount="142.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780339" Longitude="11.252345" StarRating="3" HotelCode="913294|211626|Bed &amp; Breakfast" HotelName="Soggiorno Casa di Barbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Barbano 1, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/75/6f753c082b99a2efb701e135a6572aa87550357e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.86" OriginalAmount="143.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78509497" Longitude="11.2683816" StarRating="3" HotelCode="355391|hotel_astro_mediceo_2" HotelName="Hotel Astro Mediceo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Garden,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Frà Bartolommeo 54/56, 50132 Florence City</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d7/8ed7a4a26b34bfa5ad658af05381f6bd4eee3779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Astro Mediceo in Florence (Santissima Annunzi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.88" OriginalAmount="144.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7765" Longitude="11.2519" StarRating="2" HotelCode="66543|hotel_nuova_italia" HotelName="Nuova Italia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 26, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/6d/ea6d9dd8b6ef8fcc033efb59c1e3223771036378.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.73" OriginalAmount="144.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79276" Longitude="11.228381" StarRating="4" HotelCode="98588|111642|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Florence Novoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sandro Pertini, 2/9, Florenz 50127</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/1448780f81f0e4bafff043ffb2bc61138ffafe97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the middle of a park in the northern part of Florence, in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.73" OriginalAmount="144.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77349546124" Longitude="11.189864873886" StarRating="4" HotelCode="82843|99315|Bed &amp; Breakfast" HotelName="Hilton Florence Metropole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Cavallaccio 36, 50142 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/de/8fdebef1e5f5c51404d4d04af9de8ea0cd5ad66f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located to the west of Florence, the hotel is very easy to reach by air, train and car. This is an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.92" OriginalAmount="146.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.812897" Longitude="11.283296" StarRating="4" HotelCode="99059|eden_rock_resort" HotelName="Eden Rock Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clemente Biondetti, 7, 50100 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/58/dc5801f263c69806c03af074be6d94f99c69f191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive suites at this resort are just 6 km from the centre of Florence in a splendid hilly re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.96" OriginalAmount="146.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79905342961" Longitude="11.227010786533" StarRating="4" HotelCode="95008|113538|Bed &amp; Breakfast" HotelName="Nil Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/10/2026" 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 Eugenio Barsanti 27 a/b, 50127 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/71/1571f932cb7fcee807dd9257b35b2ffc7ab9436f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a short drive from the historic centre. Shopping venues are 300 m away and bars and pu...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.24" OriginalAmount="146.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777866592208" Longitude="11.249951720238" StarRating="3" HotelCode="69590|84785|Bed &amp; Breakfast" HotelName="Palazzo Vecchio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cennini, 4, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/be/a6beb370fedd837d6b9fd40d78bcbf6f5a4399a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a particularly convenient position in Florence. It is close to the Santa Maria Nove...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.94" OriginalAmount="147.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772195131878" Longitude="11.255825782209" StarRating="3" HotelCode="78723|hotel_de_lanzi" HotelName="Hotel De Lanzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Oche 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/ee/fbee60a0ca3af2242cf829caafcb3e373e461e47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="151.32" OriginalAmount="148.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776276598822" Longitude="11.255715787411" StarRating="3" HotelCode="87514|GPY|Bed &amp; Breakfast" HotelName="Ginori al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de Ginori 22/24/26</AddressLine>
          </AddressLines>
          <PostalCode>055211392</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/7d/5d7d3d8165fbbef9b6177defab03280c54ad422a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location, just 5 minutes from Santa Maria Novella railway station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.00" OriginalAmount="150" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754791" Longitude="11.237495" StarRating="2" HotelCode="153487|176691" HotelName="SanGaggio House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Cardinal Leopoldo 62, 50124 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/f1/c2f1ef743d376d33abead09219b998ab049d5f83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 6 rooms. The establishment features vario...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772340347224" Longitude="11.248922510225" StarRating="3" HotelCode="88880|hotel_unicorno" HotelName="Unicorno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Fossi 27, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/0c/3e0cfc5bb9ea04d63a9857622bd6e2eaa88f4b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is pleasantly situated on a street full of antique shops in the heart of Florence, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.96" OriginalAmount="150.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777244931131" Longitude="11.252145767212" StarRating="3" HotelCode="37312|22820|Bed &amp; Breakfast" HotelName="Galileo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 22/a, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f1/40f14b777ca78d3e48600981473a0244c6b1b6aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the pulsing city centre of Florence and provides an ideal b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778972397029" Longitude="11.250284314156" StarRating="2" HotelCode="913249|arco_antico" HotelName="Arco Antico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 107, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/50/22508b29b070348a02d0fca6edda5fb43838a2a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.80189196" Longitude="11.25350746" StarRating="0" HotelCode="720874|armonie_di_villa_incontri" HotelName="Villa Incontri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Incontri 4</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/94/d69459dd232b5ee6d71478f2c5bbe64fd4054efd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.94" OriginalAmount="152.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784698" Longitude="11.281851" StarRating="2" HotelCode="82582|211446|Bed &amp; Breakfast" HotelName="Ungherese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovan Battista Amici 8, 50131 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/68/da6873ff25a71823e8b35772ee13cc0231e7a814.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.06" OriginalAmount="153" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77218059" Longitude="11.25577766" StarRating="2" HotelCode="484634|200968" HotelName="Hotel Villani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Oche 11, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/56585/2356585/1.jpg?f=14938122</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.07" OriginalAmount="153.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.783596802237" Longitude="11.253342032433" StarRating="3" HotelCode="337457|17161|Bed &amp; Breakfast" HotelName="Hotel La Fortezza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Milton 95, 50129 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/e6/6ae626dc028103c0981356fc5e91a6a6e56c62fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Florence, just 50 m from the Fortezza da Basso. Links to the p...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772366313453" Longitude="11.257915198803" StarRating="3" HotelCode="913219|la_residenza_del_proconsolo" HotelName="La Residenza del Proconsolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Proconsolo 18, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/04/9a044fdd8190196463da80f6f83e3a42a85b4d41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77586893" Longitude="11.25275373" StarRating="0" HotelCode="583495|il_mercato_centrale_bb" HotelName="Il Mercato Centrale B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'Antonino 38, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cf/a5cfcf5ea4c41a1df61bdfe1c47641cb99542b1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77666575" Longitude="11.225185" StarRating="4" HotelCode="901887|riva_lofts_florence" HotelName="Riva Lofts Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccio Bandinelli 98, 50142 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/9c/a29cdab3d083038a04601b9ec62a93affed5c307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.33" OriginalAmount="155.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7773888" Longitude="11.25783978" StarRating="4" HotelCode="582532|625251|Bed &amp; Breakfast" HotelName="Residenza Conte Di Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 42, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/23/cc233248af4afe62b5f31fcb7ba1596baba21258.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.12" OriginalAmount="156" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776178" Longitude="11.268005" StarRating="3" HotelCode="100017|54164" HotelName="Villa Liana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Alfieri 18, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/ce/c5ce4143f09bbaf331977653d920cde2806a6b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77986969" Longitude="11.24529116" StarRating="3" HotelCode="346022|hotel_luxor_florence" HotelName="Hotel Luxor Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 71, 50144 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2c/832c3cf02623dadf66274c58a833c668299293d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777564961511" Longitude="11.25496275723" StarRating="2" HotelCode="913296|hotel_guelfa_2" HotelName="Guelfa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Guelfa 28, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/81/5181d1a92d1e4fc699bb4f5bfcc1f1475a2061f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.16" OriginalAmount="158" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.793859" Longitude="11.210463" StarRating="4" HotelCode="116837|55524" HotelName="Cosmopolitan" 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>Via Francesco Baracca 187, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f9/1e/f91e022157d017e8ebccc8fe41edd17e9a0a8107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.16" OriginalAmount="158.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781499459843" Longitude="11.298877894879" StarRating="4" HotelCode="32808|best_western_hotel_villa_gabriele_dannunzio" HotelName="Hotel Villa Gabriele D'Annunzio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gabriele D'annunzio 141 A/B, 50135 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/d9/3ed9417c469444ccff54cd568d09c560d9c71839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies less than 4 km from the town centre and is situated within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.18" OriginalAmount="159" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797708" Longitude="11.242179" StarRating="4" HotelCode="16440|15722" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Morgagni, 19, 50134 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/0a/700a028ee624a611ce497c04a3d68ceb4534e622.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location just 3 km from the centre of Florence, which can easily be rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77287611697" Longitude="11.253977464174" StarRating="2" HotelCode="153494|relais_del_duomo" HotelName="Relais Del Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/f1/1af1730233c6615f6b24f7a9800e3021ffcea5d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772546288899" Longitude="11.262449842658" StarRating="2" HotelCode="393511|palazzo_graziani" HotelName="B&amp;B Palazzo Graziani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Pinti 13, 50121 Firenze, Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4f4a9a2ca31d8f6b5569ae15306e67fa3e4ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.49" OriginalAmount="159.30" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|19727" HotelName="UNAHOTELS Vittoria Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA PISANA 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/2/7/19727_71e14a71417.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 84 rooms a reception and a restaurant. The establishment also offers a car park and an indoor car park. SITUATION: Florence It is in. ROOM: The rooms a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76312" Longitude="11.272457" StarRating="3" HotelCode="116867|hotel_david" HotelName="David" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Michelangelo 1, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/38/bd38090c424c3c487f330509fde17ea6f3981b0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78726351" Longitude="11.28474856" StarRating="3" HotelCode="432941|dimora_salviati" HotelName="Dimora Salviati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza T. A. Edison 12, 50133 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/37/6637eca282ed99c91045aabf46f0998f1bb3cce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7727915" Longitude="11.23725144" StarRating="0" HotelCode="573149|la_fonderia_firenze" HotelName="La Fonderia Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Fonderia 65A, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/0f/090fa082a3432ec4853f7047244bac3f880a5e23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.04" OriginalAmount="161.80" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22332" HotelName="La Fortezza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE MILTON 95</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/3/2/22332_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2002, has 4 floors, 38 rooms, 7 single rooms and 31 double rooms. It has a reception, a safety deposit box service, a currency exchange service, a TV room and lifts. The establishment offers guests internet, a car park, room service and a laundry service. SITUATION: It is inFlorence the heart of Fortezza da Basso 50 metres away, clients have close to the establishment, clients can find public transport services, 100 metres away from the establishment, guests can find bars, 200 metres away from the establishment, you can find shops. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, satellite or cable TV, a radio and internet (available for a fee), They also have a mini-bar, a double bed, central heating and a safe (available for a fee). PAYMENT METHODS: Customers can pay using Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.24" OriginalAmount="162.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769265405156" Longitude="11.274992823601" StarRating="3" HotelCode="34690|hotel_jane" HotelName="Jane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 56/58, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/697581e0715797a60b35e39aa1b2a11f219d0e88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally yet quietly located in the centre of the tourist area, close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.08" OriginalAmount="163.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77696" Longitude="11.251861" StarRating="4" HotelCode="10492|5843|Bed &amp; Breakfast" HotelName="Atlantic Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 10, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d2/12d26c5de4a2a45e7be4a4a62fdc91cfa8028a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historical centre of Florence. This hotel is also located close to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.28" OriginalAmount="164" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7690174805" Longitude="11.271315515041" StarRating="3" HotelCode="32469|15875" HotelName="B&amp;B Hotel Firenze City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giovanni Amendola 34, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b7/e0b7e42047c2725beaa77e1190871bb9cc2ad2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a fabulous location in the historical centre of Santa Croce and is the id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.30" OriginalAmount="165" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777578243876" Longitude="11.25268151157" StarRating="3" HotelCode="82617|235987" HotelName="Hotel Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 102/r, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/b9/61b9242c5a368921a4c145104508ca4c74a18b44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77425602" Longitude="11.25319626" StarRating="0" HotelCode="765592|residenza_d_epoca_la_basilica" HotelName="Residenza D Epoca La Basilica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conti 6 Rosso, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e9/eae96d03c4ea4e2ad7271ce267e617e3c6c0b1e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.32" OriginalAmount="166" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.758114" Longitude="11.245548" StarRating="4" HotelCode="19188|5324" HotelName="Hotel Villa Carlotta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Michele di Lando 3, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/56/92564a75f0625fcf998cbc8d51a5089a436d9ca3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historic, city hotel is located close to the town centre of Florence (just 1 km away)....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776104" Longitude="11.260434" StarRating="3" HotelCode="46120|le_due_fontane" HotelName="Le Due Fontane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Santissima Annunziata 14, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/65/276553c23e96addbfdb266226e2811361b124800.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77067712" Longitude="11.23327308" StarRating="2" HotelCode="566462|firenze_2000_hotel" HotelName="Youth Firenze 2000" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Central Heating,Meeting Room,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Viale Raffaello Sanzio 16, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f2/1df285daa155e2cf8d4c43533c2359acd27e5308.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Youth Firenze 2000 is located just few minutes away from the historic areas of San Frediano and Sant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776835" Longitude="11.250115" StarRating="2" HotelCode="116723|albergo_bijoux_bb" HotelName="Bijou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9a/139adaabaa3bc98b9dfb1de15260c127b5844f88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bijou is located on the 3rd floor of an old building in the heart of the historical center...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="172.82" OriginalAmount="169.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766249564366" Longitude="11.284560263157" StarRating="4" HotelCode="29452|1267909|Bed &amp; Breakfast" HotelName="Columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>L.Arno Cristoforo Colombo 22/a, 50136 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/15/9e155739206d537eabbc4e4a60c5e2d883e3c629.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Florence, 1500 m from the Piazza Santa Croce.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775831" Longitude="11.245249" StarRating="2" HotelCode="188948|la_locandiera" HotelName="La Locandiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 48, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a0/3ca071352cf8093cfb928e8781e0b5bc34ad0243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778081557619" Longitude="11.253379583359" StarRating="3" HotelCode="913255|locanda_dei_guelfi" HotelName="Locanda dei Guelfi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 45, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a3/a2a364387c42f1883b3d54c45c8ff65bc916af58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.76" OriginalAmount="170.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770389" Longitude="11.255286" StarRating="3" HotelCode="96803|1845976|Bed &amp; Breakfast" HotelName="Axial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calzaiuoli, 11, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/de/15deda2eec4b9d2a1f69839527a21e791e832f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly city hotel enjoys an excellent location on the 1st floor of a historic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.42" OriginalAmount="171" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78011691253" Longitude="11.244549751282" StarRating="3" HotelCode="117208|55522" HotelName="Leonardo Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Monaco, 12, 50144 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/d8/a5d856326d1c02f494f25889832d67a86479024d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778523" Longitude="11.24511" StarRating="3" HotelCode="34058|hotel_arcadia_11" HotelName="Arcadia Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alamanni 35, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/31/0931a393d173ad9ce7c14acf2a7da0164ff31282.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family friendly city hotel is located just 2 blocks from the central train station of Santa Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.47" OriginalAmount="171.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776175891361" Longitude="11.250643730164" StarRating="3" HotelCode="174426|1377542|Bed &amp; Breakfast" HotelName="Alinari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari,15, 50123 Firenze, Italien</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/1c/5a1cdc2538395d91487b4b0920c15c1cc97e7e25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.44" OriginalAmount="172" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7684451796" Longitude="11.253871079317" StarRating="3" HotelCode="148798|55564" HotelName="Hermitage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Marzio 1, Piazza del Pesce, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f5/e0f5ae6e7933ae6ee5c9deddcef30e800e4245dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.46" OriginalAmount="173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77295204" Longitude="11.23690642" StarRating="3" HotelCode="536680|bb_mia_palace" HotelName="Mia Palace B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fonderia 8, 50142 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/a8/95a8400bcdfd7dd0f22636e6050288eb9fd620f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.48" OriginalAmount="174" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.743367223161" Longitude="11.283887028694" StarRating="4" HotelCode="31166|56751" HotelName="Conference Florentia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Agnelli 33, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f6/71f6cc33b403ad5cab8be5ecd664bf6096c1e959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Florence around 5 km from the lively centre of the city wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773515797325" Longitude="11.254870891571" StarRating="1" HotelCode="186861|duomo_view_bb" HotelName="Duomo View Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Giovanni 6, 50123  Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4b/a44bd9ad64c975f724f38b1192c1341db630ebb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Florence Cathedral with stunning views over the monuments. With such a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.52" OriginalAmount="176" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77654047093" Longitude="11.251778304577" StarRating="2" HotelCode="186862|32284" HotelName="Hotel Anna's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 56, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/2f/3a2f962faabb643d9c4fe191ca4b3403a400acbe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 350 m from Santa Maria Novella Station, in Florence's historic centre. Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.52" OriginalAmount="176.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.764835" Longitude="11.260562" StarRating="3" HotelCode="117639|hotel_silla" HotelName="Silla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Renai 5, 50100 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9a/089ab79e9214b5f143a3066366f95cf40cb6b56b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the left bank of the River Arno, a few minutes' walk from the historical ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.08" OriginalAmount="176.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776876" Longitude="11.250323" StarRating="2" HotelCode="80249|199670|Bed &amp; Breakfast" HotelName="Lombardi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 8, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7d/db7d1fb459bd4c9353d4df2b8141864805130d24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777837542769" Longitude="11.244855523109" StarRating="4" HotelCode="95014|hotel_embassy" HotelName="Embassy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo da Diacceto, 8, Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/0e/d60e8f0fa941509bbd51c737d123726f478660fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773190613118" Longitude="11.243747082924" StarRating="2" HotelCode="165973|patrizia_hotel" HotelName="Dedo Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 7, Santa Maria Novella, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/c1/bec155c6f59e0a3967e7c131b62728126ab39249.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Florence. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772243" Longitude="11.248974" StarRating="3" HotelCode="907141|residenza_fiorentina" HotelName="Residenza Fiorentina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via de'Fossi, 12, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/ba/69ba261bc331eff7663b4d3022cf5bc3e67a9ee9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.37" OriginalAmount="178.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.762514902108" Longitude="11.317216157913" StarRating="4" HotelCode="161563|1285359|Bed &amp; Breakfast" HotelName="Mulino di Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Villamagna 119, 50126 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/69/df6915440a71ab3ce120de5c0ccebb7b70e002ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the historical centre and it is built directly on the bank of the Arno...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.58" OriginalAmount="179" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770368" Longitude="11.255278" StarRating="2" HotelCode="888134|55899" HotelName="Maxim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 11, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/919333559194ee2f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel lies in the main street of the city, Via dei Calzaiuoli, which directly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776577" Longitude="11.250402" StarRating="2" HotelCode="143484|hotel_angelica" HotelName="Angelica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/3b/4b3bd8da23a8abd20a73f1c1073a0e387e647d22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776737668818" Longitude="11.254981909259" StarRating="2" HotelCode="91559|hotel_collodi_firenze" HotelName="Collodi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddea 6, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/e9/d6e9732413b5029962ebb2f5048ea8c20fb91496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773902" Longitude="11.243112" StarRating="3" HotelCode="901651|hotel_magenta" HotelName="Magenta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 40, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/d3/3ed3db00706a027f42652716f9805de83486ece5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.49" OriginalAmount="180.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773426334785" Longitude="11.244946515241" StarRating="4" HotelCode="34711|1331509|Bed &amp; Breakfast" HotelName="Hotel Palazzo Ognissanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Maso Finiguerra 12r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/df/2edf9e171353bc8e3323e0d3a55b193cf116e916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its central position, it is a short walk away from the Ponte Vecchio, the Teatro Comunale,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.62" OriginalAmount="181" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78071085" Longitude="11.25913134" StarRating="3" HotelCode="548318|211973" HotelName="B&amp;B Residenza San Gallo 79" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Gallo 79, San Lorenzo, San Marco, Santissima Annunziata, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/62/a5621d728750e4054be1409f0b80547c957c3008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.62" OriginalAmount="181" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77533706" Longitude="11.2458074" StarRating="3" HotelCode="484921|182372" HotelName="Home Boutique Santa Maria Novella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scala 67, 50125 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d7/b7d726354ffc6318b3d829f6da1bec6e717d6dc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.52" OriginalAmount="181.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777639" Longitude="11.249777" StarRating="3" HotelCode="130224|4880174|Bed &amp; Breakfast" HotelName="Desiree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 20, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5a/e8/5ae8deed918d159934bbd3d6b9def106bf7a8e58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773415" Longitude="11.253637" StarRating="3" HotelCode="152366|il_perseo" HotelName="Perseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dè Cerretani 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/82/90828f6e44fb19c031c93712924e75bd462d2976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.92" OriginalAmount="182.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770533097589" Longitude="11.259414553642" StarRating="4" HotelCode="98954|2097145|Bed &amp; Breakfast" HotelName="Borghese Palace Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 174/r, 50143 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fc/cd/fccd6543add3ff4eeba4f7271b2c726f5463e640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773774203808" Longitude="11.251730736641" StarRating="3" HotelCode="14612|hotel_martelli" HotelName="Hotel Martelli Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 8, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/50/2650079d9e027b0783aa4452c0a1a1a6f3f1a8df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel enjoys a wonderful central location between Florence's cathedral and main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77757803382" Longitude="11.24964594841" StarRating="2" HotelCode="63991|hotel_stella_mary" HotelName="Lilium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, 50123 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/1e/7e1e2b4fa8d3338152c8050b6b4c704286b1b900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the central train station, S. Maria Novella (only 3 minutes by foot), ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77054957" Longitude="11.27266229" StarRating="0" HotelCode="947031|bb_the_attico" HotelName="B&amp;B The Attico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Vincenzo Gioberti 78N, 50121 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a4/bfa4f80a4639069d60859b08f2b8fb849104b959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.82" OriginalAmount="183.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777585511717" Longitude="11.24965004158" StarRating="3" HotelCode="116954|125312|Bed &amp; Breakfast" HotelName="Astrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/d4/e9d4c749f138eac79bdfdf9f907015168882749c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;There are many breath-taking sights within a few minutes' walk of this hotel's front door. It is jus...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.36" OriginalAmount="183.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772662" Longitude="11.255265" StarRating="3" HotelCode="77736|219123|Bed &amp; Breakfast" HotelName="Bigallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo degli Adimari 2, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/27/6927df66312d31929b85ba686e3fbebe55486196.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.68" OriginalAmount="184.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774310836007" Longitude="11.251925826073" StarRating="4" HotelCode="24254|residenza_castiglioni" HotelName="Residenza Castiglioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50100 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/10/4f101309b22c6011f052e647a511f33892ef9548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.11" OriginalAmount="184.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781303" Longitude="11.258667" StarRating="3" HotelCode="47446|169097|Bed &amp; Breakfast" HotelName="Cimabue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 7, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/ae/56ae34d07c522ce902b69cb3038c4a114fed6db5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near to the heart of the city, in one of the oldest areas of the historical ce...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7756" Longitude="11.2564" StarRating="3" HotelCode="25626|hotel_gioia" HotelName="Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour, 25, 50129 Florenz, Italia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/58/3758ccbb4d343e93c50c1472b1145bf38fafbf53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.62" OriginalAmount="185.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757125947379" Longitude="11.312548841278" StarRating="4" HotelCode="60999|138201|Bed &amp; Breakfast" HotelName="Villa Olmi Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Country House,Club Resort,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Olmi 4-6, 50012 Bagno a Ripoli</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/33/023340684cd0606fed65cf84f03da9157acfade2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the Firenze Sud exit on the A1 motorway, this charming club resort is the ideal spot ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776953" Longitude="11.250283" StarRating="3" HotelCode="116613|annabella_hotel_in_florence" HotelName="Annabella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/81/3d817d0b55fb28b033e0aa03c0cecbc4c6aaade3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.74" OriginalAmount="187" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778852171512" Longitude="11.245042899342" StarRating="4" HotelCode="326635|183125" HotelName="MH Florence Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 37, Toscana, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/83/5b83f484b69cad4f211144fc0191474fd1ec9257.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.74" OriginalAmount="187" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78212326" Longitude="11.25317934" StarRating="3" HotelCode="727522|286058" HotelName="The Student Hotel Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Viale Spartaco Lavagnini  70-72, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c9/67c985ecf77fe58363c4e827afe8e6f270afaa62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78390275948" Longitude="11.272635161877" StarRating="2" HotelCode="164371|hotel_emma" HotelName="Emma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Pacinotti, 20, 50131 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/05/5b05164b203b2a5810c3c691175a1a8592e35b42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.78" OriginalAmount="189" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780757909103" Longitude="11.254821270704" StarRating="3" HotelCode="56963|29790" HotelName="Donatello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 23, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/c3/a7c3a61db9f60d79ed0a17716c0f844addee1e62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a peaceful location in the centre of Florence, near famous sights such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.78" OriginalAmount="189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77455198" Longitude="11.25827007" StarRating="0" HotelCode="731943|dei_servi_apartment" HotelName="Canto Dei Servi B&amp;b" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Servi 19, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ed/6ced9028a44cc2686b93bf41e5531bd8c07ebc8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.80" OriginalAmount="190.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769197" Longitude="11.253055" StarRating="3" HotelCode="154247|hotel_torre_guelfa" HotelName="Torre Guelfa Palazzo Acciaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Santi Apostoli 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/db/48db1497f1a908d68ea669d857bf1fb753046d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.82" OriginalAmount="191" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780688" Longitude="11.255036" StarRating="3" HotelCode="14356|20522" HotelName="Malaspina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 24, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/30/9630c789ccac79f3531acd985d8f866f729907a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a genuine Florentine-style building that dates back to the 19th century, this pleasant cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.82" OriginalAmount="191.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754388" Longitude="11.245862" StarRating="3" HotelCode="65032|hotel_villa_betania" HotelName="Villa Betania" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale del Poggio Imperiale 23, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/45/b745aa3660a69003b10826a10882df9ccd65e976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77722" Longitude="11.249863" StarRating="3" HotelCode="10726|hotel_beatrice" HotelName="Beatrice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/47/0e47174ed075dbb288eddd7f03088e4cb2248fde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.81447243" Longitude="11.2340998" StarRating="0" HotelCode="967945|bb_palazzi" HotelName="B&amp;B Palazzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuliano Ricci 12/B, 50141 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/0c/8d0c1c4af559893e372ab71c752742754c93adc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="196.59" OriginalAmount="192.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781267215679" Longitude="11.262182593346" StarRating="3" HotelCode="11615|HZF|Bed &amp; Breakfast" HotelName="De La Pace, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lamarmora 28</AddressLine>
          </AddressLines>
          <PostalCode>055577576</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b0/3bb0d439410b260b38d8f1961e28af7b9c084565.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the historical centre in a 19th century building, this hotel is ideally base...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776722" Longitude="11.251544" StarRating="3" HotelCode="14286|hotel_machiavelli_palace" HotelName="Machiavelli Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 10, 50133 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/e4/e5e457b6032e461527f56ed06ce4c6f72cf11b1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the historic centre of Florence. Famous sightseeing attractions, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769234" Longitude="11.274771" StarRating="2" HotelCode="52598|hotel_orcagna" HotelName="Orcagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 57, 50121 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/36/8e365471a231e71e0e0d395636962199a362bc79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally located directly in the tourist centre just a short distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778343" Longitude="11.253083" StarRating="3" HotelCode="188943|hotel_boston_6" HotelName="Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 68, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c6/7dc6b0fdfe6451261d0f3a22a88dcebd759db0fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.55" OriginalAmount="194.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778999509325" Longitude="11.25392138958" StarRating="3" HotelCode="34673|17159|Bed &amp; Breakfast" HotelName="Caravaggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 5, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/02/2502b402b93f0d87167505fbab69ef4f0b6acf19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed in a palace that dates back to the 19th century and lies in a convenient locati...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.92" OriginalAmount="196.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7766" Longitude="11.257024" StarRating="3" HotelCode="117106|hotel_il_guelfo_bianco_2" HotelName="Il Guelfo Bianco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 29, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e6/f8e66042bb78763c4681f6a5e567d18109b2bdb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.46" OriginalAmount="196.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774209671505" Longitude="11.239138750804" StarRating="3" HotelCode="91548|292397|Bed &amp; Breakfast" HotelName="Lungarno Vespucci 50" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Amerigo Vespucci 50, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/f6/0bf6f7fbf2dde4147ce76862d5be97d6a146485d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.96" OriginalAmount="198" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766108" Longitude="11.272155" StarRating="4" HotelCode="14676|1294" HotelName="Grand Hotel Mediterraneo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno del Tempio 44, 50121 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/cf/91cfc2dc1a9799a3cb796f6bbd44c6c9cb10b1ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city and conference hotel is situated within a few minutes walk of the beach Florenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.98" OriginalAmount="199" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774986" Longitude="11.246147" StarRating="3" HotelCode="79711|95761" HotelName="Boccaccio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 59, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/27/b127eff469e54249f25a5a267251d2cbf6f6ed6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.98" OriginalAmount="199" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776207" Longitude="11.25068" StarRating="3" HotelCode="259862|26505" HotelName="Hotel Cosimo de'Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ae/a1ae6d7a36600aec14614ee03ac311ccb54d8d15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located 300 metres from Santa Maria Novella station and 10 minutes' walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77983681" Longitude="11.25981061" StarRating="0" HotelCode="622598|boutique_hotel_hugo" HotelName="Boutique Hotel Hugo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 66, 50129 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/54/4c/544c7f002956af93303a9706b4ee86ee1425154b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773513" Longitude="11.252702" StarRating="4" HotelCode="19261|hotel_laurus_al_duomo" HotelName="Hotel Laurus al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Cerretani 54/R, 50123 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2b/06/2b06b7acdd5f72eb539a17145d5bccfaf62e0ca9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Florence. It is just a few minutes walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.745019213937" Longitude="11.217307816062" StarRating="4" HotelCode="80332|marignolle_relais_and_charme" HotelName="Marignolle Relais &amp; Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Quirichino 16, 50124 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4a/bd4ad401196dbeac1a7d89b482242a99c1d58c08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780587493766" Longitude="11.257457882166" StarRating="0" HotelCode="913313|mr_my_resort" HotelName="Mr. My Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Ruote 14A, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/cf/c8cfc572c0dca66cb967b3bd1dfa72172fb6109c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.08" OriginalAmount="204" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776849853442" Longitude="11.250268220901" StarRating="4" HotelCode="172172|19658" HotelName="Hotel Albani Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 12, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/ab/3fab87ab95735d330e0d7cabd90ab1e667bd49b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Florence, this hotel lies within a short distance of many of the city's top ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.89" OriginalAmount="204.79" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22260" HotelName="Palazzo Ognissanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA MASO FINIGUERRA 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/0/22260_d87230e1428.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, has 4 floors and 44 rooms. It has a lobby, a lift, a reception, a safety deposit box service and a currency exchange service. Guests can find a cafÃ©, a restaurant, a bar, conference facilities and internet. The establishment offers guests a car park, a medical care service, room service and a laundry service. SITUATION: This hotel the Ponte Vecchio, the Teatro Comunale, Via de' Tournabuoni and Via della Vigna Nuova it is close to nearby, you will find shops, the historic centre, the Congress Centre and Santa Maria Novella the Railway Station of it is situated 5 kilometres away from Florence Airport. ROOM: Customers can find cosy, soundproofed rooms with a hairdryer, They have a direct line telephone, satellite or cable TV, internet, a mini-bar, a king-size bed, heating, an air-conditioning system, a safety deposit box and a balcony or terrace. OBSERVATIONS: Nearby, there is a car park (for a fee). PAYMENT METHODS: The establishment accepts Visa, Mastercard and Diners Club. OTHERS: Near the establishment, guests have available to them restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.10" OriginalAmount="205" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77208387" Longitude="11.27123197" StarRating="2" HotelCode="428260|89806" HotelName="My Forte Relais de Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Concierge,Fitness Centre,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Viale Antonio Gramsci 16/3, Lungarno del Tempio, 50132 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/09/2e09b672ec263aa5a33b83e36685fa1cd9a327b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Florence (Historic Center - Downtown), My Forte Relais ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769896833622" Longitude="11.256721615791" StarRating="2" HotelCode="913217|residenza_depoca_in_piazza_della_signoria" HotelName="In Piazza della Signoria - Residenza d'Epoca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Magazzini 2, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c2/03c21a801d0cdf20d6c799dd6c9c26a7a36e5112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774464" Longitude="11.238454" StarRating="2" HotelCode="77909|hotel_casa_del_lago" HotelName="Casa Del Lago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lungarno Vespucci 58, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/97/1e97e52ee12557fb245d839cbf138e1d7a059835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779048" Longitude="11.243627" StarRating="3" HotelCode="79279|hotel_golf" HotelName="Golf Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli, 56, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/60/70604338535bf542df7a6e6c8f9642d9e9832911.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is an elegant establishment located in Florence, just a 10-minute walk from Santa Maria No...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771462" Longitude="11.253449" StarRating="3" HotelCode="395139|hotel_pendini" HotelName="Pendini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Strozzi 2, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/72/307220c8ee9a6f3761bcdd3212934c35d5de02a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.16" OriginalAmount="208.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774666" Longitude="11.241347" StarRating="4" HotelCode="259651|hotel_kraft" HotelName="Kraft" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 07/10/2026" 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 Solferino 2, 50123 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/14/d0143ca4b96c70f0a0b19e5122dbec30ac4993f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys wonderful surroundings, in the quiet, residential area of the historical centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.18" OriginalAmount="209" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781748" Longitude="11.256982" StarRating="3" HotelCode="91550|32288" HotelName="Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Ruote 50-54, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/86/f78670cbbd9295fea1dc6565738fbdf60a1b78ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="214.66" OriginalAmount="210.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773522576019" Longitude="11.250215917826" StarRating="4" HotelCode="902015|WUA|Bed &amp; Breakfast" HotelName="Rosso23" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Novella 23</AddressLine>
          </AddressLines>
          <PostalCode>05527730199</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e8/97e82c4ae1d7e17e57a33b23d6f4e86def5103d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.22" OriginalAmount="211" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.789006" Longitude="11.251646" StarRating="3" HotelCode="153500|56569" HotelName="Relais Firenze Stibbert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaello Lambruschini 39, 50134 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/dd/c6ddf3808f632117cdb0b3fe200fd0ce5f074c1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.22" OriginalAmount="211.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754485337301" Longitude="11.25850385837" StarRating="3" HotelCode="317610|villa_agape" HotelName="Art Hotel Villa Agape" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Torre del Gallo 8, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2f/832f0c5f7cb28d234d77ef32dcbd6cefd125fd3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774301152287" Longitude="11.251974105835" StarRating="3" HotelCode="913244|alloro_bb" HotelName="Alloro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a8/62a82fb748555a980a30a5c3ad1e7e933b438359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7764891" Longitude="11.25097094" StarRating="3" HotelCode="776617|aurum_firenze" HotelName="Aurum Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 8/a, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/b5/d6b51c3f7dec0d5fbca20d497ba26c3c5bf969ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77678" Longitude="11.251425" StarRating="3" HotelCode="20233|hotel_sempione" HotelName="The Market Urban Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 15, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/d0/2ed0d5c56b6d86dd1ead2dd2783465a97c4826a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776663933627" Longitude="11.2551176548" StarRating="3" HotelCode="11169|hotel_botticelli" HotelName="Botticelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddea, 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/02/3602f5f7833631abc02892ff35d980261ec3e6dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the old market, San Lorenzo, in the heart of central Florence, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.28" OriginalAmount="214.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775338" Longitude="11.251849" StarRating="4" HotelCode="167650|hotel_art_atelier" HotelName="Art Atelier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dell'Amorino 20, Firenze 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/63/29635041d3e0553254ed581561e9d329a354b3a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the train station of Santa Maria Novella, which is within 5 minutes' walk,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.30" OriginalAmount="215.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77078321" Longitude="11.30682126" StarRating="3" HotelCode="556773|duchess_boutique_de_charme" HotelName="Duchess Hotel De Charme B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Guarlone 26, 50135 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/90/7090a21438e0f8ffdd75534cdce8224dac922572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Florence. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="220.68" OriginalAmount="216.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780955435362" Longitude="11.255367100239" StarRating="3" HotelCode="16488|YDN|Bed &amp; Breakfast" HotelName="Rapallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S.Caterina d'Alessandria 7</AddressLine>
          </AddressLines>
          <PostalCode>055470385</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/2d/922d46346dfeff96e3894d4d3934265c12c25bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Florence. The Uffizi Gallery and Michelangelo's David a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="221.69" OriginalAmount="217.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773489650928" Longitude="11.251402795315" StarRating="3" HotelCode="15673|PAF|Bed &amp; Breakfast" HotelName="Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Banchi 2</AddressLine>
          </AddressLines>
          <PostalCode>055268505</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b6/1b/b61bbf1da93a5ad7c0e83d31e138dbd6ad2a45ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the centre of Florence, this hotel is close to various shopping streets in the old town ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.36" OriginalAmount="218" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775296550309" Longitude="11.246433309887" StarRating="4" HotelCode="47540|7956" HotelName="Hotel Club Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina da Siena 11, Zona Santa Maria Novella, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/51/6451ccce81d3c8e11a6f6bca420086f8e0076b2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located within a few minutes walk of the historical main square and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.40" OriginalAmount="220" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7768592" Longitude="11.25002899" StarRating="0" HotelCode="583862|235879" HotelName="Eco Urban B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/5c/f45cf9e690c3cdb4328e565aa83d6b410267afdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772313051239" Longitude="11.25125259161" StarRating="4" HotelCode="11647|hotel_de_la_ville_5" HotelName="De La Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Antinori 1, Via Tornabuoni, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/46/bb46095b215f650167b505618d03731a304de28a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is wonderfully located in the centre of Florence. It is located right next to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778827152379" Longitude="11.256225407124" StarRating="4" HotelCode="318231|room_mate_luca" HotelName="Room Mate Luca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXVII Aprile 3, 50129 Florencia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bd/56bd76bfeff9c0254ca9a8fe26b7b3c6538c471d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the lively city of Florence, with countless shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="224.94" OriginalAmount="220.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77657" Longitude="11.251313" StarRating="3" HotelCode="10363|3019563|Bed &amp; Breakfast" HotelName="Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 8/A, 50123 Florence, Italia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/557d9fb796edd877/64/64f39611b183a07e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located directly beside the railway station Santa Maria Novella. The most im...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.42" OriginalAmount="221" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778132" Longitude="11.253041" StarRating="2" HotelCode="277516|55727" HotelName="Sette Angeli Rooms Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Central Heating,Internet,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 31, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/46/8746766de3b4d1a8ce3a840e654bff9fdf77aa47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sette Angeli Rooms is located in a historical building just a 5-minute walk from the train station o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.81" OriginalAmount="221.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774217" Longitude="11.242529" StarRating="4" HotelCode="69856|292532|Bed &amp; Breakfast" HotelName="Executive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Curtatone 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4c/c04c5721df3f7e5bcaf086159a724cac7534e27a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.44" OriginalAmount="222.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77549" Longitude="11.239123" StarRating="3" HotelCode="10315|hotel_ariele" HotelName="Ariele" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f7/c4f79b1031e0367b796441142b0a04ecafda6aa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.46" OriginalAmount="223" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774342796828" Longitude="11.255679055566" StarRating="3" HotelCode="385660|180075" HotelName="B&amp;B Le Stanze del Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli 8, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3e/973ec4c1ec602ee1ef5da37d1faaebc743729064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.755877" Longitude="11.251326" StarRating="4" HotelCode="81108|park_palace" HotelName="Park Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Galileo 5, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8c/7b8c5f2b427e7a0d600307bf7da768c6045c5084.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7749831" Longitude="11.2628895" StarRating="3" HotelCode="314432|residenza_il_villino" HotelName="Residenza il Villino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pergola 53, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/08/c3084fc64c7c44785a2d892bd98f899e690171ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.48" OriginalAmount="224" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79717" Longitude="11.244651" StarRating="2" HotelCode="145518|324197" HotelName="Hotel Careggi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddeo Alderotti 43, 50139 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/48/4b48df68f73f1269c4eb4bea99f60a71df66c28e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.50" OriginalAmount="225" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78420641" Longitude="11.2650413" StarRating="3" HotelCode="737741|324200" HotelName="Messori Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Giacomini 25, 50132 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/43/4443b52799b32cf31364e9361b0c451ed7b48ca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76918485" Longitude="11.23981957" StarRating="4" HotelCode="548373|horto_convento" HotelName="Hotel Horto Convento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ludovico Ariosto 13, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f9/c7f9ef2f81fb5f841c8f934ccae7efae44347acc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76578445" Longitude="11.24457932" StarRating="0" HotelCode="629504|ottantotto_firenze" HotelName="Ottantotto Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Serragli 88, Santo Spirito, 50124 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/f8/ebf8db47829e47aeedb5cfea5470ccd1c29fa4ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="231.48" OriginalAmount="226.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767485360804" Longitude="11.252548098564" StarRating="3" HotelCode="19262|1126492|Bed &amp; Breakfast" HotelName="Pitti Palace al Ponte Vecchio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo San Jacopo 3, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/8a/5f8a69807668925708df3535612d8514b6751c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Florence hotel is located close to the Ponte Vecchio and is about 100 m from the Palazzo Pitti ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775645" Longitude="11.252371" StarRating="2" HotelCode="52591|hotel_accademia_5" HotelName="Accademia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 7, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/43/6643ff4d0abed3801d16451ecefe530409e056d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="236.75" OriginalAmount="232.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777507898885" Longitude="11.252439141105" StarRating="4" HotelCode="470005|CBA560200|Bed &amp; Breakfast" HotelName="Glance Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 23, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/55/c855167d1a5af413c4dccde6b2b31910ecae696f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768073226794" Longitude="11.257220506668" StarRating="3" HotelCode="913223|fiorino" HotelName="Fiorino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Osteria del Guanto 6, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a5/13a5826a0cf83c6cc186e3a447061a890a68d21e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.84" OriginalAmount="233.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774684626424" Longitude="11.250767111778" StarRating="4" HotelCode="12985|5820|Bed &amp; Breakfast" HotelName="Baglioni Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Unità Italiana 6, Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cb/3f/cb3f04509b6333c020e6bd91f9fb77fe2766fc43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Florence just a few minutes walk from Santa Maria Novella...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.68" OriginalAmount="234" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776608" Longitude="11.237872" StarRating="4" HotelCode="18200|15804" HotelName="Michelangelo Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 2, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/4f/244f286ebd22867f9f7fe4bb0245cc8d0d50dd40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of Florence, this hotel is situated close to the Piazza del Duomo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="238.91" OriginalAmount="234.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784293721699" Longitude="11.259352220664" StarRating="4" HotelCode="64866|2710460|Bed &amp; Breakfast" HotelName="Hotel Boutique Palazzo Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenzo Il Magnifico 25, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/8f/848f41e50d4262269b6c0e1426cdd25a950783fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet and convenient location just outside the historical centre of Florence. Al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.72" OriginalAmount="236" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774375" Longitude="11.251966" StarRating="3" HotelCode="99725|212092" HotelName="Burchianti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/19/8b19593f1b56a586e2c0c7f5014de14761e85a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.72" OriginalAmount="236" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773894" Longitude="11.250949" StarRating="2" HotelCode="80850|616" HotelName="Nizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f2/14f238015fb1cffc6410e4719d84fccca64d38ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.74" OriginalAmount="237.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768926445407" Longitude="11.25501036644" StarRating="3" HotelCode="91546|uffizi_house" HotelName="Relais Uffizi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chiasso del Buco 16, Chiasso de' Baroncelli, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/0e/170e5aae0837285e6b2172373dd0884e1b9ee531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="242.75" OriginalAmount="237.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776385" Longitude="11.246233" StarRating="4" HotelCode="30108|1199047|Bed &amp; Breakfast" HotelName="Hotel Diplomat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 9, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/2d/0b2d23600459d1fe0e9688ed4faac4c4ce9c0d7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally situated in front of Santa Maria Novella train station and is a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.76" OriginalAmount="238" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765960949922" Longitude="11.28487944603" StarRating="5" HotelCode="20866|55105" HotelName="Ville sull'Arno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno C. Colombo 1/3/5, 50136 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ca/00ca42734c2509e4a36ee6b23c31e29513f45076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the right bank of the river Arno, only 20 minutes from the historical city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="243.37" OriginalAmount="238.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775804046961" Longitude="11.245214939117" StarRating="4" HotelCode="27722|1869041|Bed &amp; Breakfast" HotelName="Adler Cavalieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scala 40, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a6/33a6785c5cca0df43bf4d3db2eb157ed6f1a1b35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive up-market hotel is situated within the historic centre of Florence. The various shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.78" OriginalAmount="239" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77609957" Longitude="11.24970916" StarRating="3" HotelCode="546914|211929" HotelName="7 Florence B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Della Stazione 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/aa/8caae765a8e09e5fb68c01f883bfa5eae3aeb2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773304" Longitude="11.242232" StarRating="4" HotelCode="81234|hotel_principe_3" HotelName="Principe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno A. Vespucci 34, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a8/d6a8436efca4f7721e8442e8105f9ab261f8d1dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775841" Longitude="11.252583" StarRating="3" HotelCode="79218|hotel_globus" HotelName="Globus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Antonino 24, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/49/7c499daf5562c40da2c8d98811e0251d73a55aa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76794211" Longitude="11.26141212" StarRating="3" HotelCode="483136|813421|Bed &amp; Breakfast" HotelName="La Maison du Sage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Magliabechi 7, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ce/b1ced18f12df18a6b38a1a7da5b1c0b04b83ac51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.84" OriginalAmount="242" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77949" Longitude="11.244693" StarRating="2" HotelCode="900114|56239" HotelName="Il Marzocco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli, 78, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/b4/47b47db1694a30f63c4551c84a50923f66c74381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated less than 200 metres from the Fortezza da Basso and the Palazzo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.84" OriginalAmount="242" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766915" Longitude="11.268015" StarRating="4" HotelCode="148953|33910" HotelName="Home Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Piave 3, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911a1f08920780ec83c1d28b865ba9afa909a75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774698" Longitude="11.250155" StarRating="3" HotelCode="91555|lombardia_2" HotelName="Lombardia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 19, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/09/6909fdf4a28ee043bf84cd78b8399dc6df28dda3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774232" Longitude="11.247521" StarRating="3" HotelCode="145618|casa_howard" HotelName="Casa Howard Florence Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 18, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/90/2f903953c7256d4713fb227c77eb5ba060b42b52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775066512173" Longitude="11.252803657278" StarRating="3" HotelCode="337266|hotel_palazzo_benci" HotelName="Hotel Palazzo Benci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Madonna degli Aldobrandini 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/7e/447eec87ab9f7097d3a29ca50638b66a91ebacdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.92" OriginalAmount="246" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773308" Longitude="11.248704" StarRating="2" HotelCode="117699|56047" HotelName="Tourist House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 1, (Piazza Santa Maria Novella), 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/17/0c170d784c4c205706b4d22262f2c69cc3899bd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="252.31" OriginalAmount="247.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774334076931" Longitude="11.250032186508" StarRating="3" HotelCode="408853|1817742|Bed &amp; Breakfast" HotelName="Domus Florentiae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Avelli, 2, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/07/6f0750ef58efe60b851b208091ef6f9688d05171.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.00" OriginalAmount="250" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775483" Longitude="11.25395" StarRating="4" HotelCode="88879|343025" HotelName="Solo Experience Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Canto dei Nelli 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/11/1011ef139ec23765b864a1b2d8bedd80960d2732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly historical hotel is situated at the heart of Florence, just a 10-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76942727" Longitude="11.26530176" StarRating="3" HotelCode="446452|hotel_la_casa_di_morfeo" HotelName="Hotel La Casa di Morfeo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 51, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c33f30cce728e7e901e71473d939289dc030bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.759778290769" Longitude="11.226308424268" StarRating="5" HotelCode="260134|villa_tolomei_hotel__resort" HotelName="Villa Tolomei Hotel &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Maria a Marignolle 10, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/52/f152159d9a5273f7769037f8e2072da3eb4f8a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.04" OriginalAmount="252" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77599247" Longitude="11.25301248" StarRating="3" HotelCode="545918|177837" HotelName="B&amp;b Lorenzo De' Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'Antonino 34, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/8d/038d2af73da1d737ac0f0b158b655e6148c57436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773875" Longitude="11.24496" StarRating="4" HotelCode="10935|15622" HotelName="Grand Hotel Adriatico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Maso Finiguerra 9, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/cd/4fcd1d486376c6adbc5abfd9279d562d163a969b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern up-market hotel overlooks the Via Maso Finiguerra. Ideally situated in Florence, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778068" Longitude="11.244303" StarRating="4" HotelCode="14177|2964" HotelName="Londra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo Da Diacceto 16-20, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/49/f149211eaa4303f781bd440be141ccff4da7592b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the business and historical centre of Florence just a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772798" Longitude="11.249608" StarRating="4" HotelCode="16907|2192" HotelName="Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza S.Maria Novella 8, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/b8/d6b83a009633ea32b72d6496ad0bbc40f2c5d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from the Cathedral of Santa Maria del Fiore (Duomo) with the Giot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766400842501" Longitude="11.267435938658" StarRating="5" HotelCode="16820|best_western_hotel_river_2" HotelName="River Hotel &amp; Spa Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno della Zecca Vecchia 18, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/26/672623fae47241667706d0f5e086d3585d35567f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, family-run hotel is housed in an age-old palazzo that dates back to the 19th century a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.27" OriginalAmount="253.21" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|290278" HotelName="Horto Convento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ludovico Ariosto 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/0/2/7/8/290278_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.18" OriginalAmount="259" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777903879912" Longitude="11.250912297514" StarRating="3" HotelCode="337456|659" HotelName="Porta Faenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 77n, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d5/93d55e8ea45a295263a131114696ba02bd7a45d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally situated Public transport departs from stops in the immediat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.22" OriginalAmount="261" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7763468" Longitude="11.245633872387" StarRating="4" HotelCode="546105|212197" HotelName="Joy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orti Oricellari 30, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8c/7b8c63f18ce86392ae66b47243acb05f21e3650a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.22" OriginalAmount="261" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776739476122" Longitude="11.250706830723" StarRating="4" HotelCode="317213|180055" HotelName="Mercure Firenze Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 21/23 R, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c1/b3c1ac54f13792233c01620e3e429b59e8b1a7af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778631555692" Longitude="11.257805228233" StarRating="4" HotelCode="23090|orto_de_medici_hotel" HotelName="Hotel Orto de' Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Gallo 30, 50129 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/08/290861121f73394dd3de5865c4ea9ee0c89210a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.54" OriginalAmount="262.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778835867068" Longitude="11.253823488951" StarRating="4" HotelCode="77942|124768|Bed &amp; Breakfast" HotelName="Palazzo Castri 1874" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza dell'Indipendenza 7, 50129 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6e/4b6e6b9687466f0f3e1fc2f462c59c5ad405634c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Florence, just 200 m from the main train station Santa ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.28" OriginalAmount="264" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775982" Longitude="11.246695" StarRating="4" HotelCode="200884|2185" HotelName="Hotel Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/bf/7dbff834a844b1d3a3783e21bb281ca8091c54e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city’s attractions are just on the doorstep of this hotel in Florence’s city centre. Santa Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.34" OriginalAmount="267" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776580945095" Longitude="11.260159863876" StarRating="3" HotelCode="117234|55760" HotelName="Loggiato Dei Serviti" 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>Piazza SS. Annunziata 3, 50100 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/09/0a09beaf4e5cbc7810c681b3ab71fd7ffc168f6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.34" OriginalAmount="267.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765915456907" Longitude="11.24848220734" StarRating="1" HotelCode="936640|soprarno_suites" HotelName="Soprarno Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Maggio 35, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/dc/b5dcf65571c3d2f8e9621f95115c832fccaf2073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.36" OriginalAmount="268.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="983155|palazzo_dei_conti_residenza_depoca" HotelName="Palazzo dei Conti Residenza d'Epoca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 5, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e3ef2cc774f79d629354f1077bd4b13adbe2ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="274.64" OriginalAmount="269.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769188" Longitude="11.251654" StarRating="4" HotelCode="10823|CAG713000|Bed &amp; Breakfast" HotelName="Berchielli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Acciaiuoli 14, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/cd/95cd303ce4fb30f2808f7bb20c91442d49399afc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, right by Arno and only 400 m away from the city centre and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774426" Longitude="11.247303" StarRating="3" HotelCode="172162|alba_palace_hotel" HotelName="Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala, 22/38r, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ed/a4ed31cc313e7f7150261db9ff556433cec17cdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the historical centre of Florence, only a few minutes walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.44" OriginalAmount="272" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775505" Longitude="11.251859" StarRating="3" HotelCode="116815|212095" HotelName="Hotel City Florenz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Antonino 18, 50122 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1c/4d1c0dde8ae4f33d5502a9018b37a2571970c4ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.46" OriginalAmount="273.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773769" Longitude="11.248194" StarRating="4" HotelCode="10251|hotel_palazzo_dal_borgo" HotelName="Palazzo dal Borgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, Via della Scala, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c6/dfc6ae52b5fe229882841983454640d4621fa72f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Florence's historic centre, in one of the oldest streets, Via d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.50" OriginalAmount="275" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772382" Longitude="11.255342" StarRating="2" HotelCode="116840|55495" HotelName="Costantini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 13, Duomo, 50122 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/72/6b72846bcbdbf1954ea0e7406ce2d5a609a3f8e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Pisa (PSA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.50" OriginalAmount="275" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78085793" Longitude="11.2606567" StarRating="4" HotelCode="37235|15584" HotelName="Athenaeum Personal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 88, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ff/ff00854fc862a17c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is wonderfully located in the centre of Florence. Public transport links, restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.52" OriginalAmount="276.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769797130574" Longitude="11.25024155308" StarRating="2" HotelCode="384448|palazzo_alfieri" HotelName="Palazzo Alfieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Corsini 2, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/46/964632dbd22dfed2155344d208ca5b52665efff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.56" OriginalAmount="278" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777310412611" Longitude="11.239209573578" StarRating="4" HotelCode="725700|286056" HotelName="The Moon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Babysitting,Bar,Boutique,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 14, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b4/1bb46ed8cc6a4e8d1a22e41a9688f35cdf5635a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At The Moon you can enjoy Florence at 360 degrees, Art, Music, Works, Nature, Wellness, Business. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771935372357" Longitude="11.25285923481" StarRating="4" HotelCode="337455|strozzi_palace_hotel" HotelName="Strozzi Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Vecchietti 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87238d39449f3ddacb00ace97938acef8fe578.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive superior hotel lies within the historic centre of Florence. The various shopping fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="284.10" OriginalAmount="278.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779447" Longitude="11.2552" StarRating="4" HotelCode="47299|CAJ397500|Bed &amp; Breakfast" HotelName="Hotel Cellai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via 27 Aprile 14, 52/R, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/fa/28faa88f59c1bdd3c8b6588cd0b99603dee9b660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally situated about 300 m from the lively city centre and its many shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.58" OriginalAmount="279.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778061" Longitude="11.253612" StarRating="3" HotelCode="68904|hotel_basilea" HotelName="Basilea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 41, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/fd/69fd3d69b5bbb4ad2e564bf0143401a55986a4fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.47" OriginalAmount="287.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771547038506" Longitude="11.257928609848" StarRating="4" HotelCode="47284|145840|Bed &amp; Breakfast" HotelName="Grand Hotel Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/10/2026" 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 del Proconsolo 3, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/32/a0327c5e8af75eef866847e8de5ce2b3f97b9118.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historical heart of Florence, in an ancient street between the Piazza d...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.84" OriginalAmount="292" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771351" Longitude="11.251258" StarRating="4" HotelCode="76430|31016" HotelName="Room Mate Isabella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tornabuoni 13, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/a0/c6a069d71ebed841c32c79c9017615e4b0a6ba5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the most important characteristics of a hotel is its location, and this hotel occupies the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774475459018" Longitude="11.25030040741" StarRating="3" HotelCode="33063|hotel_bonciani_palazzo_pitti_broccardi" HotelName="Bonciani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 17, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/8a/5d8a526b1b9735d8db4d9be270e64001d674c071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in the historical centre of Florence. It is only a few minutes' wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="301.08" OriginalAmount="295.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773829" Longitude="11.253012" StarRating="4" HotelCode="116800|2167840|Bed &amp; Breakfast" HotelName="Hotel Centrale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/72/167200c6b81bf2311fa8c792bb7fea093e82f503.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.94" OriginalAmount="297" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77960372301" Longitude="11.237138807774" StarRating="4" HotelCode="63269|19052" HotelName="AC Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luciano Bausi 5, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/04/c704a9dca591343ce960fd46140cf185b75f38b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near to Firenze Porta al Prato train station. It is also within easy reach of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770117638323" Longitude="11.253014802933" StarRating="3" HotelCode="913263|davanzati" HotelName="Davanzati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Porta Rossa 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/51/825129c3b6f9cc8bbcd1e8036426840eb89bec3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.30" OriginalAmount="306.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7682272138" Longitude="11.254146695137" StarRating="4" HotelCode="26069|15702|Bed &amp; Breakfast" HotelName="Degli Orafi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lungarno Archibusieri 4, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/37/5137849aeef88b3a3099728cd77b59189f58852c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located directly by River Arno and only a few minutes from the famous Ponte...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773478030304" Longitude="11.248374581337" StarRating="4" HotelCode="47929|croce_di_malta_hotel" HotelName="Hotel Croce di Malta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 7, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/27/6a271b7e2e1c97afd49ce7ffd328f1c24339eb43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the historical centre of Florence and is housed within a former...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.88" OriginalAmount="307.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782292" Longitude="11.26029" StarRating="4" HotelCode="32464|5739|Bed &amp; Breakfast" HotelName="Palazzo Ricasoli Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Mantellate 2, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/dc/60dc3ca6285fc802997111efa9ba77cab1f27d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally, with restaurants, bars, nightclubs, train and bus stations...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="321.82" OriginalAmount="315.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766608873987" Longitude="11.263390487102" StarRating="4" HotelCode="15942|1633639|Bed &amp; Breakfast" HotelName="Plaza Hotel Lucchesi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno della Zecca Vecchia 38, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/c5/58c5b5a66509611b0c97315af15ca8bb3fa4ec4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Florence is a city to visit on foot and the hotel is certainly the ideal place to start from for a t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="324.52" OriginalAmount="318.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775110705915" Longitude="11.240767836571" StarRating="4" HotelCode="10185|1202775|Bed &amp; Breakfast" HotelName="NH Firenze Anglo American" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 9, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7764/a_7764_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is centrally yet quietly situated between Lugarno and Borgognissanti. Many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76505321" Longitude="11.24789286" StarRating="0" HotelCode="764184|casa_botticelli" HotelName="Casa Botticelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Felice 8, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/42/b4422a3bfdf3553ffbbf10f0f3f2fac102ae3358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.00" OriginalAmount="327.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773618446032" Longitude="11.252004951239" StarRating="3" HotelCode="899446|803388|Bed &amp; Breakfast" HotelName="Hotel La Gioconda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 2, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/7b/bf7b5a78b9964542da66721047665e026d2f21d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel has an excellent position in Florence, from which to visit the city on ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.66" OriginalAmount="333" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770571834902" Longitude="11.251275390387" StarRating="1" HotelCode="913257|57052" HotelName="Hotel Scoti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Tornabuoni 7, Firenze 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/97/d0970fad163094a3b60b234af858e04f8430df3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="341.05" OriginalAmount="334.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7673" Longitude="11.2579" StarRating="3" HotelCode="31185|BZ7|Bed &amp; Breakfast" HotelName="Balestri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Mentana 7</AddressLine>
          </AddressLines>
          <PostalCode>0552398042</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e5/67e5eacd286143f6b4fb50612be00f4041e629f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, located in the city centre of Florence, lies on the banks of the River Arno, only about ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769793210083" Longitude="11.250780522823" StarRating="4" HotelCode="39430|antica_torre_di_via_tornabuoni_1" HotelName="Residenza d'Epoca Antica Torre di Via Tornabuoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Tornabuoni 1, 50122 Firenze, Elba &amp; Umbria</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/48/164809b4927849a4f43158789bd672bbab9fda88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built on Medieval foundations, this hotel is situated on the Via dei Tornabuoni and affords views ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.74" OriginalAmount="337" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770901578543" Longitude="11.247910141612" StarRating="2" HotelCode="384447|62363" HotelName="Leone Blu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Carlo Goldoni 2, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/e5/94e5bbe6426e182b7b52cc2e9efaa6f3a5cf2a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772171" Longitude="11.24926" StarRating="4" HotelCode="117534|al_palazzo_del_marchese_di_camugliano" HotelName="Al Palazzo del Marchese di Camugliano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="luxurious historic hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Moro 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/45/cd454839940d1a9c6e71ad9f786ec53ef166fc26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.78" OriginalAmount="339" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774056605757" Longitude="11.250152995008" StarRating="4" HotelCode="345694|62426" HotelName="Garibaldi Blu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Novella 21, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/d1/94d1b90abfb607a0312a6fde591041cc98460d31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.84" OriginalAmount="342" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774235069927" Longitude="11.247298450985" StarRating="4" HotelCode="16836|15736" HotelName="Rivoli Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 33, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f6/e4f692224e32f056f6944eeb6ea807efcfc6ec19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel originates from the renovation of an old 14th Century Franciscan Monastery. Come and disco...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.92" OriginalAmount="346.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76368867" Longitude="11.270179" StarRating="0" HotelCode="951379|fornace_suite" HotelName="Fornace Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fornace 3, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/b5/75b582d2bd34f67518b81114f88c132eb5a0eb73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.06" OriginalAmount="353" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770846869108" Longitude="11.25144302845" StarRating="4" HotelCode="337458|177781" HotelName="Hotel Milu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Tornabuoni 8, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f1/17f115a1f21fe3ca1058b0dd32107e4de89f2ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fusing old world elegance with modern design, the hotel is located in the heart of Florence on the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.06" OriginalAmount="353.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766197265208" Longitude="11.247323155403" StarRating="3" HotelCode="913273|hotel_palazzo_guadagni" HotelName="Palazzo Guadagni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santo Spirito 9, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/31/21314958cef615d8e8a3bf0c728c3733de36458f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.08" OriginalAmount="354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76565746" Longitude="11.24394683" StarRating="3" HotelCode="432742|adastra_suites" HotelName="AdAstra Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Campuccio 53, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/be/3dbe7c59b82b6b3ea851b326746a20336222c3ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.24" OriginalAmount="362.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774354247291" Longitude="11.253138097284" StarRating="4" HotelCode="936098|firenze_number_nine" HotelName="Firenze Number Nine Hotel &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 9, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5a/845a1fd36e8beef8778e53329e335ccf70f05e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.38" OriginalAmount="369" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775608440385" Longitude="11.237152218819" StarRating="4" HotelCode="318232|18775" HotelName="NH Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Veneto 4a, 50123 Florenz, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/11/47112c46407d457c90590a118b8162a4a6986a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in front of Cascine Park, very close to the heart of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="385.56" OriginalAmount="378" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="956591|414216" HotelName="Arte' Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 14, Historical Center, 50129 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a4/5ca450762dc0f51b49005c84517ada6d5813fa8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393.72" OriginalAmount="386" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781069020935" Longitude="11.261485608004" StarRating="3" HotelCode="320097|61048" HotelName="WOW Florence Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 18 B, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/481328/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769316484226" Longitude="11.257544682209" StarRating="5" HotelCode="10932|bernini_palace" HotelName="Bernini Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Firenze 29, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/2d/cb2dfd7697aa7acb0f4bb98f817087b7f93a0804.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is steeped in history and located in the centre of Florence near to the Piazza Della Sign...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.82" OriginalAmount="391" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771331081184" Longitude="11.256689429283" StarRating="3" HotelCode="35331|4268" HotelName="Albergo Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza dei Donati 4, Via del Corso, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/19/77192cf9140dc4ccd3f82130a1dfae4c6eba9dbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Florence. Nightclubs, restaurants, bars and links to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.90" OriginalAmount="395" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771097" Longitude="11.251249" StarRating="4" HotelCode="154239|201049" HotelName="Tornabuoni Suites Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tornabuoni 9, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ac/9bac7c60d144b3dde446efdac4afd141677e68e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.48" OriginalAmount="397.53" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|166572" HotelName="Firenze Number Nine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conti 9/31R</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/5/7/2/166572_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique establishment and has WiFi, (free of charge). SITUATION: This establishment, is next to los MÃ©dici the Chapel is situated in Florence the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775304147653" Longitude="11.241280667189" StarRating="5" HotelCode="14987|montebello_splendid_hotel" HotelName="Montebello Splendid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 14, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/af/9baf722a866640741d294885b404be5f1c69a4f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, luxury class hotel is located in the centre of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773979651872" Longitude="11.249050498009" StarRating="4" HotelCode="13040|grand_hotel_minerva" HotelName="Grand Hotel Minerva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 16, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/2d/eb2d0bb64a918fe0e4647fe12752048c265eeef0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a wonderful central position at the heart of historic Florence, this city hotel lies on the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="406.98" OriginalAmount="399" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773507" Longitude="11.252296" StarRating="4" HotelCode="17707|28383" HotelName="Hotel Cerretani Firenze - MGallery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via de Cerretani 68, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/cc/a8cc4888f9920124b212a751ef314409ebad084c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="412.08" OriginalAmount="404" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775344350011" Longitude="11.268097819349" StarRating="5" HotelCode="16535|28321" HotelName="Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Massimo D’Azeglio 3, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/32/97323b9f8a183e3883cb9855d451a1bdd98c947d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located directly on a park and is only a few minutes away from the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="415.93" OriginalAmount="407.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77072111" Longitude="11.25523454" StarRating="4" HotelCode="952360|CBQ224100|Bed &amp; Breakfast" HotelName="Corte Calzaiuoli Elegant Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Calzaiuoli 3, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/90/52908be0d2152340dfab62288d7850761380188c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.89" OriginalAmount="418.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768976" Longitude="11.253311" StarRating="4" HotelCode="12968|184426|Bed &amp; Breakfast" HotelName="Gallery Hotel Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dell 'Oro 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/28/58281c364cdef54b6b3d6919360617086ab9450e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="436.51" OriginalAmount="427.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774199" Longitude="11.251554" StarRating="4" HotelCode="10403|8838|Bed &amp; Breakfast" HotelName="Palazzo Gaddi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 06/10/2026" 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 del Giglio 9, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/6b/0b6b58a6521dc3f8b14a4d2f82087b6b3f25f0f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located in the tourist centre of Florence. Numerous attractions such as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.73" OriginalAmount="431.11" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|72116" HotelName="Fh55  Calzaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Calzaiuoli 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/1/1/6/72116_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Via Calzaiuolil, a 2-minute walk away from la Catedral de Florencia, close to tourist points of interest. Is situated in the commercial area. 10 minutes walk away, guests can find Las GalerÃ­as de arte Uffizi and la Accademia. FACILITIES: This establishment has WiFi (free of charge), a reading room with newspapers and magazines. ROOM: The rooms have an air-conditioning system, a television, a mini-bar and a bathroom with a hairdryer. Some rooms have beautiful views. MEALS: The establishment offers a buffet breakfast and breakfast room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.78" OriginalAmount="439" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773390875548" Longitude="11.250118017197" StarRating="4" HotelCode="33475|5774" HotelName="Hotel Santa Maria Novella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 1, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/16/0b161d42bd3765bf09e2b09c86dee51861b76dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Florence and therefore allows easy access to all the sights of inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.80" OriginalAmount="440.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773371" Longitude="11.250079" StarRating="4" HotelCode="151588|hotel_lorologio" HotelName="L'Orologio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 24, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/82/e282125bd18b6f27d8766261644f95db1206bfc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.90" OriginalAmount="445.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767456306322" Longitude="11.251385360956" StarRating="5" HotelCode="913276|ponte_vecchio_suites__spa" HotelName="Ponte Vecchio Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Belfredelli 9, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741ad6d02b07b23a9a70b9157ca905c22432c4d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.94" OriginalAmount="447" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="975868|491300" HotelName="Hotel Calimala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Calimala 2, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f2/10f28d30534e3dcf622769e4f01eb698fb67ff8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.98" OriginalAmount="449.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771299922632" Longitude="11.25541813475" StarRating="4" HotelCode="11338|hotel_calzaiuoli" HotelName="Hotel Calzaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calzaiuoli 6, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/26/4126b07c5145ea0a32c0d58ab4b66a601e305e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.06" OriginalAmount="453.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76985" Longitude="11.25744" StarRating="5" HotelCode="188952|san_firenze_suites_spa" HotelName="San Firenze Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Jacuzzi,Kitchen,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Firenze 3/A, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/41/1541c3b05332fb3a03b53278237605c1fc5013fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.22" OriginalAmount="461" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774710288116" Longitude="11.255845203996" StarRating="4" HotelCode="12530|391636" HotelName="Hotel Spadai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/48/9a483bd7864740394a3bd100df4822f3245efe03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying an inner city location, this hotel lies some 3 km from the centre of Florence and the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="492.98" OriginalAmount="483.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770499202419" Longitude="11.25400185585" StarRating="4" HotelCode="32806|5730|Bed &amp; Breakfast" HotelName="Pierre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Lamberti 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/814a5b836f6cd6e8d598b3502ddd4ec0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in a historical quarter of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.78" OriginalAmount="489.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770219324424" Longitude="11.252003610134" StarRating="4" HotelCode="15995|nh_porta_rossa" HotelName="NH Collection Firenze Porta Rossa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Porta Rossa 19, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/6a/6d6af0dbd593c8a2e02a3898bb599220e1e8e448.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is perfectly located in the pedestrianised historical centre, just a few steps ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="524.28" OriginalAmount="514.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.763693" Longitude="11.233098666667" StarRating="4" HotelCode="117693|hotel_torre_di_bellosguardo" HotelName="Torre di Bellosguardo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Meeting Room,Parking,Pets allowed,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/a0/27a0c425a31733051ffbea0c643bc88e526f7038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Torre di Bellosguardo in Florence (Oltrarno), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.36" OriginalAmount="518.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775846654249" Longitude="11.242135763168" StarRating="5" HotelCode="41835|grand_hotel_villa_medici__a_sina_hotel" HotelName="Sina Villa Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Il Prato 42, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/94/fa948ec8a9de822d8414c0564e49524b5420e2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a quiet location at the heart of Florence, this prestigious hotel is just a short walk from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.62" OriginalAmount="531.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77077936" Longitude="11.2540044" StarRating="2" HotelCode="605313|cavalieri_palace_luxury_residences" HotelName="Cavalieri Palace Luxury Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Cavalieri 2, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/65/a1652f2bfa246d82f3dbb96fc68299f50ff21c5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="544.69" OriginalAmount="534.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771694237669" Longitude="11.256185173988" StarRating="4" HotelCode="11242|5844|Bed &amp; Breakfast" HotelName="Brunelleschi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Elisabetta 3, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/1e/e61e293f0e58c303fb03b9953d6fc932c113637b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a historical, Renaissance-style building at the heart of traditional Florence, this hotel ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.96" OriginalAmount="548.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773719" Longitude="11.257467" StarRating="0" HotelCode="117376|palazzo_niccolini_al_duomo" HotelName="Palazzo Niccolini al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Servi 2, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/4e/ab4e0309e069e07ad4d553f1f21540d2bedb3dec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="645.48" OriginalAmount="632.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757381" Longitude="11.247522" StarRating="5" HotelCode="13057|1532866|Bed &amp; Breakfast" HotelName="Villa Cora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Machiavelli 18, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/8c/538cdc587040c8f46fffa019ba8ab0ddfd47becf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tradition-rich hotel is situated in the most exclusive district of Florence where guests may en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="666.06" OriginalAmount="653" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.787888" Longitude="11.297183" StarRating="5" HotelCode="149924|56527" HotelName="Il Salviatino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía del Salviatino 21, Fiesole, Firenze 50137</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f7/f9f70e57de29e13e30f9380daf5ac1fb96e6d59d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is difficult to find a better location in Florence. The city centre with its famous Duomo is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="680.32" OriginalAmount="666.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767985095688" Longitude="11.251628100872" StarRating="5" HotelCode="57980|1610662|Bed &amp; Breakfast" HotelName="Hotel Lungarno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo San Jacopo 14, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/da/ddda6eec5cb788a074c5f3c69106894efcfeba6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="692.31" OriginalAmount="678.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769966561511" Longitude="11.26255273819" StarRating="5" HotelCode="130261|1457857|Bed &amp; Breakfast" HotelName="Relais Santa Croce" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 87, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/zz/fdad7b25e44be38310b6865ef18f7cfaeb1630f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="763.94" OriginalAmount="748.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771808703308" Longitude="11.252346136542" StarRating="5" HotelCode="13274|7312|Bed &amp; Breakfast" HotelName="Helvetia &amp;  Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pescioni 2, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/f6/cff6ed79bff6ccdb42d0f28cc9c489993310594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located in the historic centre of Florence. The Duomo is just 3 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.12" OriginalAmount="749.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771569" Longitude="11.252854" StarRating="5" HotelCode="130422|120635|Bed &amp; Breakfast" HotelName="Palazzo Vecchietti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Strozzi, 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c2/5dc2c08d82110bbdbf345784c1e6f3cf989bae03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is housed in a historical palace called Palazzo Vecchietti, just steps away from Pia...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="781.20" OriginalAmount="765.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769817" Longitude="11.250906" StarRating="4" HotelCode="91560|1077835|Bed &amp; Breakfast" HotelName="Tornabuoni Beacci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Tornabuoni 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/6a/7d6aaaa596782a15816e9d33e13ffb35a8cca253.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Florence, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.20" OriginalAmount="810.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77288150188" Longitude="11.249627172947" StarRating="5" HotelCode="31402|jk_place_firenze" HotelName="J.K.Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/32/07327f088eaec637d8ee9c5d6cf61447f81f70c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Florence, this comfortable hotel lies close to the city centre just 500 m from the neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="892.50" OriginalAmount="875" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770405" Longitude="11.251998" StarRating="5" HotelCode="148277|19053" HotelName="Golden Tower Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Strozzi 11/r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/5c/d05ceef8958b6effec2dcd89456fec8be8dfbb7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the ideal venue for a perfect stay between Via Tornabuoni and Piazza Strozzi. It is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1257.66" OriginalAmount="1233" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77187629929" Longitude="11.245700418949" StarRating="5" HotelCode="18544|35245" HotelName="The Westin Excelsior, Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ognissanti 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/59/2459f785f62f22202fd80b50afbc185bf898f34c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and historical hotel is situated close to Florence city centre. Florence's cathedral ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1285.20" OriginalAmount="1260" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771967" Longitude="11.264865" StarRating="4" HotelCode="91552|23696" HotelName="The J and J Historic House Hotel Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Mezzo 20, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/1f/301f2af8c5020a92ef01e74139ead3e83f7b5a4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet area less than a 10-minute walk from the cathedral and the busy sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1367.82" OriginalAmount="1341" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772135832983" Longitude="11.245021820068" StarRating="5" HotelCode="40084|35244" HotelName="The St. Regis Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ognissanti 1, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/fa/81fa7d15a31c39426e3063e17a59ffa1085cfbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historical centre, on the beautiful Arno River. From the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1374.27" OriginalAmount="1347.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771841436469" Longitude="11.254742145538" StarRating="5" HotelCode="17284|1826493|Bed &amp; Breakfast" HotelName="Hotel Savoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" 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 della Repubblica 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/d9/ebd91c8d1acc36cda82b7948ba497365d79c1845.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its central location, the hotel provides an ideal point of departure for guests wishing to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1425.96" OriginalAmount="1398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768751" Longitude="11.252792" StarRating="4" HotelCode="267141|portrait_firenze" HotelName="Portrait Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno degli Acciaiuoli 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/3b/1b3bfa8e33d6cdd1e9f27f667a0b279ebb66fc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1650.34" OriginalAmount="1617.98" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15743" HotelName="Grand Adriatico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA MASO FINIGUERRA 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/4/3/15743_2e802b01538.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 114 rooms, a lobby, a reception, a bar, a lift, an Ã  la carte restaurant with air-conditioning and with air-conditioning. The establishment also offers an indoor car park and a car park. SITUATION: This modern hotel is in via Maso Finiguerra it is in the historic centre of Florence. In the surrounding area, clients have monuments, exhibitions, conference centres and the Teatro Comunale Theatre. Nearby, you will find Santa Maria Novella Station. 200 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: Clients can use a gym. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool,Golf,Kitchen,Conference Hall,Bicycle Rental,Lounge,Garden,Diet Meals,LCD/Projector,Library,Luggage Storage,Parking,24 Hour Power Supply,Meeting Room,Pets allowed,24 Hour Front Desk,24 Hour Room Service,Babysitting,Concierge,Dry Cleaning,Elevator,Boutique,Housekeeping,Printer,Wake-up Call Service,Fitness Centre</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,HOTEL,COUNTRY HOUSE,CLUB RESORT,VILLAGE,SPA HOTEL,AIRPORT HOTEL,LUXURIOUS HISTORIC HOTEL,ECO HOTEL,GUESTHOUSE,HOSTEL,BED AND BREAKFASTS,BOUTIQUE HOTEL,GUEST HOUSES,BED AND BREAKFAST,GUEST HOUSE,APARTMENT,APARTHOTEL</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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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="b8d7de9d-6300-472e-8584-cc92e71c30ae">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="56522" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-09T00:00:00" End="2026-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="HN" 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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|DOTWSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.DOTW.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 492|DOTW|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|RestelSearch|Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index|System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at HotelSources.Restel.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Restel\Restel.cs:line 544|Restel|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b8d7de9d-6300-472e-8584-cc92e71c30ae|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="2026-03-25T09:37:18.3300931+00:00" Version="0" EchoToken="Search" TransactionIdentifier="b8d7de9d-6300-472e-8584-cc92e71c30ae" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="54.87" OriginalAmount="53.79" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|364078" HotelName="Sleep Inn Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1833 Florence Park Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/4/0/7/8/364078_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.08" OriginalAmount="54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.791062" Longitude="11.248456" StarRating="3" HotelCode="913326|200864" HotelName="Bed &amp; Breakfast Leopoldo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabbroni 78, 50134 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d5/0ed5c81febe866d856417b11d164a55801ab8fcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a transf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.52" OriginalAmount="66.20" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|222443" HotelName="Quality Inn Florence Muscle Shoals" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>150 Etta Gray Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/4/4/3/222443_77521851819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.52" OriginalAmount="70.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.796728" Longitude="11.219573" StarRating="3" HotelCode="58875|52276|Bed &amp; Breakfast" HotelName="Auto Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valdegola 1, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a5/f1a553c7af49c89312f831a0cbb66764d4a3519d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in commercial area of Novoli in the northwest of Florence. Recently, a new un...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.10" OriginalAmount="71.67" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|229488" HotelName="Best Western Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>1808 W Lucas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/4/8/8/229488_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.54" OriginalAmount="73.08" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|222702" HotelName="Country Inn and Suites By Radisson, Florence, Sc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1739 Mandeville Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/0/2/222702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="85.23" OriginalAmount="83.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797810541623" Longitude="11.215667724609" StarRating="3" HotelCode="32573|CAF881300|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Firenze Novoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guidoni 101, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/5a/0a5a11006af9ac86007ea8e148623aaf3b9b2202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the commercial and banking district of the city of Florence and enjoys exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="85.23" OriginalAmount="83.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797382687908" Longitude="11.220774650574" StarRating="3" HotelCode="31186|CAG712800|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Firenze Nuovo Palazzo di Giustizia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guidoni 87, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/bf/58bfa35522357455781119d9f805dbb7ccd7f518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the commercial district of the city of Florence, this hotel is close to Florence airport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.74" OriginalAmount="87.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771252" Longitude="11.263655" StarRating="2" HotelCode="77764|hotel_bodoni" HotelName="Bodoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martiri del Popolo 27, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/15/88150b1089a910d91389fe1248bb1d777e98c2f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.58" OriginalAmount="93.71" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|560912" HotelName="Comfort Inn and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>527 Woody Jones Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/9/1/2/560912_c39e0421751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.88" OriginalAmount="94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.794777" Longitude="11.20585" StarRating="4" HotelCode="36224|15694" HotelName="Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via F Baracca 231/Int 18, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/2c/e12c9e5ccb9455bd80f6b5cf2e5857635bf34217.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 2-minute drive from the Firenze Nord exit of the A1 Motorway and the historic centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.90" OriginalAmount="95.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780835" Longitude="11.271763" StarRating="2" HotelCode="913322|hotel_villa_il_castagno" HotelName="Hotel Villa Il Castagno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea del Castagno 31, 50132 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/44/e744b2fb1a776f7f07afb5b638fd61ce653ab69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.786386183589" Longitude="11.26543879509" StarRating="4" HotelCode="337453|diana_park" HotelName="Diana Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Pascoli 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/d2/d2d2a2af6c57d10842324d00a1a8136512a79d67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located and can be easily reached by car. Within a 10-minute drive guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="100.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770479" Longitude="11.20857" StarRating="3" HotelCode="67958|hotel_alex_4" HotelName="Alex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccio da Montelupo 18/20, 50142 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7d/db7d1fb459bd4c9353d4df2b8141864805130d24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="101" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.735489768135" Longitude="11.209654211998" StarRating="4" HotelCode="101958|56087" HotelName="Fattoria Il Milione" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Giogoli 12, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cc/18/cc18895de0bbf518f869ea8bbfab6af952cbde03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="101" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777005" Longitude="11.240923" StarRating="3" HotelCode="173717|57066" HotelName="La Corte Dei Principi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>via Il Prato, 66, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c6/dfc6ae52b5fe229882841983454640d4621fa72f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.28" OriginalAmount="101.25" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|233131" HotelName="Fairfield Inn And Suites By Marriott Florence I-20" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>501 Woody Jones Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/3/1/233131_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.39" OriginalAmount="101.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76544257" Longitude="11.31555697" StarRating="3" HotelCode="577786|692002|Bed &amp; Breakfast" HotelName="Camping Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Generale Dalla Chiesa 1 3, 50136 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/21/cf2110329edc14dcb85d6df2b8f80f2916cd4b5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This campsite warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.77" OriginalAmount="101.74" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|274605" HotelName=" River House Inn, a Baymont by Wyndham " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1202 Bay Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/6/0/5/274605_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="103.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.756248" Longitude="11.289034" StarRating="3" HotelCode="22790|rosary_garden" HotelName="Rosary Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripoli 169, 50126 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/55581023913bec8e272a0943016fbe714d10d020.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757652518389" Longitude="11.298497021198" StarRating="4" HotelCode="34056|italiana_hotels_florence" HotelName="Italiana Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Europa 205, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c9/93c9ee3ed48bcc8bfb207cdee9a1642dc9014694.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel enjoys a stunning location in the south of Florence, close to the A1 motorway, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79354365" Longitude="11.27504008" StarRating="0" HotelCode="556249|bb_boccaccio_camere" HotelName="Affittacamere Boccaccio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cino da Pistoia 23</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a6/26a6eadaeebf9f5fa87bfaec662d874e0be6b2c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.10" OriginalAmount="105.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797153292455" Longitude="11.219505148479" StarRating="3" HotelCode="935830|diva_hotel" HotelName="Diva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lippi e Macia 24/C, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/f2/67f238d1e0473c3a3f34be5968c5473ab6bbb929.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.30" OriginalAmount="105.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768682393199" Longitude="11.28547757864" StarRating="4" HotelCode="34968|18469|Bed &amp; Breakfast" HotelName="Hotel Grifone Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Pilati 20, 50136 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/79/22797325f3d7c7681c192d9182ecb8941ef2d992.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is located in quiet surroundings in Florence; just 15 minutes walk from the...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79420204" Longitude="11.28360561" StarRating="2" HotelCode="428857|villa_la_stella__casa_per_ferie" HotelName="Villa La Stella Casa per Ferie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Iacopone Da Todi 12, 50133 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/77/57779cafe4e9fcb5448e13f7744665867f7ca58f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Villa La Stella - Casa per Ferie in Florence, you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.18" OriginalAmount="109.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782146" Longitude="11.25813" StarRating="3" HotelCode="913309|residenza_johanna_i" HotelName="Residenza Johanna I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 14, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/9e/d79ecc58f597072e5caddb6d3cad12be64ee3fd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.22" OriginalAmount="111.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782026" Longitude="11.257848" StarRating="3" HotelCode="145030|hotel_bonifacio" HotelName="Bonifacio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 21, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5e/945e2de564e1c7b47401466b6f49109dd6ba41d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.54" OriginalAmount="111.31" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|34092" HotelName="Italiana Hotels Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE EUROPA 205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/9/2/34092_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, has 92 rooms, a lobby, internet, a reception and a safety deposit box service. Our guests can find a hairdresser's, a bar and a restaurant. SITUATION: It is inFlorence south it is situated close to the motorway, 15 minutes away from the establishment, clients can find the city centre, Where you can find shops and leisure areas. it is 20 kilometres away from Florence Airport. ROOM: The modern and comfortable rooms, have a direct line telephone, satellite or cable TV, a bathroom with a bath, a radio, internet and a mini-bar. They also have an iron, an ironing board, a courtesy tea and coffee service and a safe (available for a fee). FACILITIES: The establishment boasts a swimming pool and a gym. Clients can enjoy activities such as play golf.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.71" OriginalAmount="111.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.799171521983" Longitude="11.204659938812" StarRating="3" HotelCode="32468|7302125|Bed &amp; Breakfast" HotelName="Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Luigi Gori 10, 50127 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/27/bc27ae1578bdf8ad4fa93f441189347ba136b943.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the end of the A11 motorway, directly by the junction to the A1 Florence No...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.27" OriginalAmount="113.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77527" Longitude="11.250793" StarRating="3" HotelCode="17140|5737|Bed &amp; Breakfast" HotelName="San Giorgio e Olimpic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Antonino 3, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5f/39/5f3915154740b5e9affb22d9a80b4b9c1a4bc833.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes walk from many of Florence's main tourist attractions, such...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.28" OriginalAmount="114" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781617" Longitude="11.255932" StarRating="2" HotelCode="166884|28119" HotelName="Plus Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina D'Alessandria 15, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5e/205e0143943e7cb089d6aac7789ce791a2c3de91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.36" OriginalAmount="118.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7840092" Longitude="11.26596906" StarRating="3" HotelCode="864002|3110_arthotel" HotelName="31.10 Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fra Bartolommeo 21, 50132 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0a/8c0a1b05857ad58f4aaa7dd88f9dfc098863ec08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.40" OriginalAmount="120" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.794336" Longitude="11.208769" StarRating="4" HotelCode="31400|29791" HotelName="Best Western Plus Chc Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 199 a, 50127 Florenz, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ab/a0abe2bd2530af0db769217c7abb75653e02fdbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located, near the motorway exit and also the centre of Florence. Link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78914095" Longitude="11.23836622" StarRating="3" HotelCode="438445|la_rosa_di_firenze_bb" HotelName="La Rosa di Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Circondaria 44, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/fc/5bfc567ac272d658a091e2012c10e31c3cfd3d1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers' stays are enhanced by the range of services and amenities at this hotel. Wireless intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.94" OriginalAmount="121.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771510238659" Longitude="11.265135705471" StarRating="4" HotelCode="408706|1641948|Bed &amp; Breakfast" HotelName="Palazzo dei Ciompi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietrapiana 18, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/11/ff1146b56ea84b6cfa4cebeb1c767442690440f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is found in the centre of the old city of Florence, at the point where the road meet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778679" Longitude="11.256405" StarRating="3" HotelCode="117730|hotel_veneto" HotelName="Veneto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Reparata 33, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/54/1f5489d16c036756f842b941fe691c0d5873f2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="128.78" OriginalAmount="126.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777155845213" Longitude="11.245633363724" StarRating="3" HotelCode="27904|DFI|Bed &amp; Breakfast" HotelName="Delle Nazioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 15</AddressLine>
          </AddressLines>
          <PostalCode>055283579</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/b1/25b13ea7e71b3834e78dea8d27c8fc54417994ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Florence, directly by the Santa Maria Novella train station an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.06" OriginalAmount="126.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775217225314" Longitude="11.252623200417" StarRating="3" HotelCode="16709|1286449|Bed &amp; Breakfast" HotelName="Rex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 6, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b7/a8b760c2d6a20386077bac40760a48eb3725bdca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of the finest buildings in Florence and is only a few minutes' walk from Florence'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.56" OriginalAmount="128" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.810060536221" Longitude="11.178695560383" StarRating="4" HotelCode="395906|30474" HotelName="Novotel Firenze Nord Aeroporto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tevere 23, Osmannoro, Sesto Fiorentino, 50019 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/cd/97cd41e95f3492c99211b3296091def314e7b7b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.758549" Longitude="11.244343" StarRating="3" HotelCode="188944|classic_hotel" HotelName="Classic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Machiavelli 25, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/86/d986cbadcadc3f4c98345bf3dffbc6009edd0f34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.58" OriginalAmount="129" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784465852276" Longitude="11.241772516107" StarRating="0" HotelCode="321541|89873" HotelName="PopArtment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Catalani 13, 50144 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/3c/053c7f5520036b7d2ef05c2083a9d192ef37ef3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.60" OriginalAmount="130" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78428554" Longitude="11.26365438" StarRating="0" HotelCode="580354|236001" HotelName="Lorena Suites &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 04/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Minzoni 8, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/zz/b9ada92b29c95bad3aa7071a28110905656b0d13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.60" OriginalAmount="130.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76337" Longitude="11.272489" StarRating="3" HotelCode="913284|sognando_firenze" HotelName="Sognando Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giampaolo Orsini 115, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/3b/a63b89db12876032f3ac92825d1d8b65118bd93d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777675" Longitude="11.249825" StarRating="2" HotelCode="12519|hotel_fiorita" HotelName="Fiorita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 20, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c1/33c10bfeff27a37bd1184f380b5a5f7675223fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779519" Longitude="11.257864" StarRating="2" HotelCode="152405|piccolo_hotel" HotelName="Piccolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Gallo 51, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/39/c83992e28dc8c2870b4072f428bd4e32962c5e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Florence, in the very characteristic district of San Lorenzo, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.66" OriginalAmount="133.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772654896991" Longitude="11.254472583532" StarRating="2" HotelCode="913342|magnifico_messere" HotelName="Magnifico Messere - B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Roma 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/61/cc6121867a5f9ff5cb494072bb7f9d17b3c698b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.70" OriginalAmount="135" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.791461835582" Longitude="11.223769312982" StarRating="4" HotelCode="366276|15809" HotelName="Tuscany" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Novoli 59, 50127 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/9b/a59b6f5416d99b46fe3d6518c18ac039b2499db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78092946" Longitude="11.24191279" StarRating="0" HotelCode="492709|attico43_bed_breakfast" HotelName="Rubina Belfiore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Belfiore 43, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cd/52cda4cc62f5fa11372345f290b87273893f779b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.76" OriginalAmount="138.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76868736" Longitude="11.24364175" StarRating="0" HotelCode="353500|casa_santo_nome_di_gesu" HotelName="Casa Santo Nome di Gesu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Carmine 21, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/75/3575fdd1b4c10cda200f6602caa9a773b6540a23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.58" OriginalAmount="142.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780339" Longitude="11.252345" StarRating="3" HotelCode="913294|211626|Bed &amp; Breakfast" HotelName="Soggiorno Casa di Barbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Barbano 1, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/75/6f753c082b99a2efb701e135a6572aa87550357e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.86" OriginalAmount="143.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78509497" Longitude="11.2683816" StarRating="3" HotelCode="355391|hotel_astro_mediceo_2" HotelName="Hotel Astro Mediceo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Garden,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Frà Bartolommeo 54/56, 50132 Florence City</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d7/8ed7a4a26b34bfa5ad658af05381f6bd4eee3779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Astro Mediceo in Florence (Santissima Annunzi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.88" OriginalAmount="144.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7765" Longitude="11.2519" StarRating="2" HotelCode="66543|hotel_nuova_italia" HotelName="Nuova Italia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 26, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/6d/ea6d9dd8b6ef8fcc033efb59c1e3223771036378.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.73" OriginalAmount="144.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79276" Longitude="11.228381" StarRating="4" HotelCode="98588|111642|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Florence Novoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sandro Pertini, 2/9, Florenz 50127</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/1448780f81f0e4bafff043ffb2bc61138ffafe97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the middle of a park in the northern part of Florence, in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.73" OriginalAmount="144.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77349546124" Longitude="11.189864873886" StarRating="4" HotelCode="82843|99315|Bed &amp; Breakfast" HotelName="Hilton Florence Metropole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Cavallaccio 36, 50142 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/de/8fdebef1e5f5c51404d4d04af9de8ea0cd5ad66f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located to the west of Florence, the hotel is very easy to reach by air, train and car. This is an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.92" OriginalAmount="146.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.812897" Longitude="11.283296" StarRating="4" HotelCode="99059|eden_rock_resort" HotelName="Eden Rock Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clemente Biondetti, 7, 50100 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/58/dc5801f263c69806c03af074be6d94f99c69f191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive suites at this resort are just 6 km from the centre of Florence in a splendid hilly re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.96" OriginalAmount="146.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79905342961" Longitude="11.227010786533" StarRating="4" HotelCode="95008|113538|Bed &amp; Breakfast" HotelName="Nil Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/10/2026" 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 Eugenio Barsanti 27 a/b, 50127 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/71/1571f932cb7fcee807dd9257b35b2ffc7ab9436f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a short drive from the historic centre. Shopping venues are 300 m away and bars and pu...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.24" OriginalAmount="146.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777866592208" Longitude="11.249951720238" StarRating="3" HotelCode="69590|84785|Bed &amp; Breakfast" HotelName="Palazzo Vecchio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cennini, 4, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/be/a6beb370fedd837d6b9fd40d78bcbf6f5a4399a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a particularly convenient position in Florence. It is close to the Santa Maria Nove...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.94" OriginalAmount="147.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772195131878" Longitude="11.255825782209" StarRating="3" HotelCode="78723|hotel_de_lanzi" HotelName="Hotel De Lanzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Oche 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/ee/fbee60a0ca3af2242cf829caafcb3e373e461e47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="151.32" OriginalAmount="148.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776276598822" Longitude="11.255715787411" StarRating="3" HotelCode="87514|GPY|Bed &amp; Breakfast" HotelName="Ginori al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de Ginori 22/24/26</AddressLine>
          </AddressLines>
          <PostalCode>055211392</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/7d/5d7d3d8165fbbef9b6177defab03280c54ad422a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location, just 5 minutes from Santa Maria Novella railway station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.00" OriginalAmount="150" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754791" Longitude="11.237495" StarRating="2" HotelCode="153487|176691" HotelName="SanGaggio House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Cardinal Leopoldo 62, 50124 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/f1/c2f1ef743d376d33abead09219b998ab049d5f83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 6 rooms. The establishment features vario...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772340347224" Longitude="11.248922510225" StarRating="3" HotelCode="88880|hotel_unicorno" HotelName="Unicorno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Fossi 27, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/0c/3e0cfc5bb9ea04d63a9857622bd6e2eaa88f4b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is pleasantly situated on a street full of antique shops in the heart of Florence, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.96" OriginalAmount="150.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777244931131" Longitude="11.252145767212" StarRating="3" HotelCode="37312|22820|Bed &amp; Breakfast" HotelName="Galileo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 22/a, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f1/40f14b777ca78d3e48600981473a0244c6b1b6aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the pulsing city centre of Florence and provides an ideal b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778972397029" Longitude="11.250284314156" StarRating="2" HotelCode="913249|arco_antico" HotelName="Arco Antico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 107, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/50/22508b29b070348a02d0fca6edda5fb43838a2a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.80189196" Longitude="11.25350746" StarRating="0" HotelCode="720874|armonie_di_villa_incontri" HotelName="Villa Incontri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Incontri 4</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/94/d69459dd232b5ee6d71478f2c5bbe64fd4054efd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.94" OriginalAmount="152.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784698" Longitude="11.281851" StarRating="2" HotelCode="82582|211446|Bed &amp; Breakfast" HotelName="Ungherese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovan Battista Amici 8, 50131 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/68/da6873ff25a71823e8b35772ee13cc0231e7a814.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.06" OriginalAmount="153" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77218059" Longitude="11.25577766" StarRating="2" HotelCode="484634|200968" HotelName="Hotel Villani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Oche 11, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/56585/2356585/1.jpg?f=14938122</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.07" OriginalAmount="153.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.783596802237" Longitude="11.253342032433" StarRating="3" HotelCode="337457|17161|Bed &amp; Breakfast" HotelName="Hotel La Fortezza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Milton 95, 50129 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/e6/6ae626dc028103c0981356fc5e91a6a6e56c62fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Florence, just 50 m from the Fortezza da Basso. Links to the p...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772366313453" Longitude="11.257915198803" StarRating="3" HotelCode="913219|la_residenza_del_proconsolo" HotelName="La Residenza del Proconsolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Proconsolo 18, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/04/9a044fdd8190196463da80f6f83e3a42a85b4d41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77586893" Longitude="11.25275373" StarRating="0" HotelCode="583495|il_mercato_centrale_bb" HotelName="Il Mercato Centrale B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'Antonino 38, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cf/a5cfcf5ea4c41a1df61bdfe1c47641cb99542b1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77666575" Longitude="11.225185" StarRating="4" HotelCode="901887|riva_lofts_florence" HotelName="Riva Lofts Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccio Bandinelli 98, 50142 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/9c/a29cdab3d083038a04601b9ec62a93affed5c307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.33" OriginalAmount="155.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7773888" Longitude="11.25783978" StarRating="4" HotelCode="582532|625251|Bed &amp; Breakfast" HotelName="Residenza Conte Di Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 42, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/23/cc233248af4afe62b5f31fcb7ba1596baba21258.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.12" OriginalAmount="156" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776178" Longitude="11.268005" StarRating="3" HotelCode="100017|54164" HotelName="Villa Liana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Alfieri 18, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/ce/c5ce4143f09bbaf331977653d920cde2806a6b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77986969" Longitude="11.24529116" StarRating="3" HotelCode="346022|hotel_luxor_florence" HotelName="Hotel Luxor Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 71, 50144 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2c/832c3cf02623dadf66274c58a833c668299293d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777564961511" Longitude="11.25496275723" StarRating="2" HotelCode="913296|hotel_guelfa_2" HotelName="Guelfa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Guelfa 28, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/81/5181d1a92d1e4fc699bb4f5bfcc1f1475a2061f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.16" OriginalAmount="158" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.793859" Longitude="11.210463" StarRating="4" HotelCode="116837|55524" HotelName="Cosmopolitan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Baracca 187, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f9/1e/f91e022157d017e8ebccc8fe41edd17e9a0a8107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.16" OriginalAmount="158.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781499459843" Longitude="11.298877894879" StarRating="4" HotelCode="32808|best_western_hotel_villa_gabriele_dannunzio" HotelName="Hotel Villa Gabriele D'Annunzio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gabriele D'annunzio 141 A/B, 50135 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/d9/3ed9417c469444ccff54cd568d09c560d9c71839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies less than 4 km from the town centre and is situated within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.18" OriginalAmount="159" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.797708" Longitude="11.242179" StarRating="4" HotelCode="16440|15722" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Morgagni, 19, 50134 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/0a/700a028ee624a611ce497c04a3d68ceb4534e622.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location just 3 km from the centre of Florence, which can easily be rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77287611697" Longitude="11.253977464174" StarRating="2" HotelCode="153494|relais_del_duomo" HotelName="Relais Del Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/f1/1af1730233c6615f6b24f7a9800e3021ffcea5d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772546288899" Longitude="11.262449842658" StarRating="2" HotelCode="393511|palazzo_graziani" HotelName="B&amp;B Palazzo Graziani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Pinti 13, 50121 Firenze, Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4f4a9a2ca31d8f6b5569ae15306e67fa3e4ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.49" OriginalAmount="159.30" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|19727" HotelName="UNAHOTELS Vittoria Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA PISANA 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/2/7/19727_71e14a71417.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 84 rooms a reception and a restaurant. The establishment also offers a car park and an indoor car park. SITUATION: Florence It is in. ROOM: The rooms a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76312" Longitude="11.272457" StarRating="3" HotelCode="116867|hotel_david" HotelName="David" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Michelangelo 1, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/38/bd38090c424c3c487f330509fde17ea6f3981b0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78726351" Longitude="11.28474856" StarRating="3" HotelCode="432941|dimora_salviati" HotelName="Dimora Salviati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza T. A. Edison 12, 50133 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/37/6637eca282ed99c91045aabf46f0998f1bb3cce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7727915" Longitude="11.23725144" StarRating="0" HotelCode="573149|la_fonderia_firenze" HotelName="La Fonderia Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Fonderia 65A, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/0f/090fa082a3432ec4853f7047244bac3f880a5e23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.04" OriginalAmount="161.80" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|22332" HotelName="La Fortezza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIALE MILTON 95</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/3/2/22332_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2002, has 4 floors, 38 rooms, 7 single rooms and 31 double rooms. It has a reception, a safety deposit box service, a currency exchange service, a TV room and lifts. The establishment offers guests internet, a car park, room service and a laundry service. SITUATION: It is inFlorence the heart of Fortezza da Basso 50 metres away, clients have close to the establishment, clients can find public transport services, 100 metres away from the establishment, guests can find bars, 200 metres away from the establishment, you can find shops. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, satellite or cable TV, a radio and internet (available for a fee), They also have a mini-bar, a double bed, central heating and a safe (available for a fee). PAYMENT METHODS: Customers can pay using Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.24" OriginalAmount="162.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769265405156" Longitude="11.274992823601" StarRating="3" HotelCode="34690|hotel_jane" HotelName="Jane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 56/58, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/75/697581e0715797a60b35e39aa1b2a11f219d0e88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally yet quietly located in the centre of the tourist area, close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.08" OriginalAmount="163.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77696" Longitude="11.251861" StarRating="4" HotelCode="10492|5843|Bed &amp; Breakfast" HotelName="Atlantic Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 10, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d2/12d26c5de4a2a45e7be4a4a62fdc91cfa8028a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historical centre of Florence. This hotel is also located close to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.28" OriginalAmount="164" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7690174805" Longitude="11.271315515041" StarRating="3" HotelCode="32469|15875" HotelName="B&amp;B Hotel Firenze City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giovanni Amendola 34, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b7/e0b7e42047c2725beaa77e1190871bb9cc2ad2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a fabulous location in the historical centre of Santa Croce and is the id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.30" OriginalAmount="165" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777578243876" Longitude="11.25268151157" StarRating="3" HotelCode="82617|235987" HotelName="Hotel Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 102/r, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/b9/61b9242c5a368921a4c145104508ca4c74a18b44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77425602" Longitude="11.25319626" StarRating="0" HotelCode="765592|residenza_d_epoca_la_basilica" HotelName="Residenza D Epoca La Basilica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conti 6 Rosso, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e9/eae96d03c4ea4e2ad7271ce267e617e3c6c0b1e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.32" OriginalAmount="166" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.758114" Longitude="11.245548" StarRating="4" HotelCode="19188|5324" HotelName="Hotel Villa Carlotta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Michele di Lando 3, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/56/92564a75f0625fcf998cbc8d51a5089a436d9ca3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historic, city hotel is located close to the town centre of Florence (just 1 km away)....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776104" Longitude="11.260434" StarRating="3" HotelCode="46120|le_due_fontane" HotelName="Le Due Fontane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Santissima Annunziata 14, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/65/276553c23e96addbfdb266226e2811361b124800.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77067712" Longitude="11.23327308" StarRating="2" HotelCode="566462|firenze_2000_hotel" HotelName="Youth Firenze 2000" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Central Heating,Meeting Room,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Viale Raffaello Sanzio 16, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f2/1df285daa155e2cf8d4c43533c2359acd27e5308.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Youth Firenze 2000 is located just few minutes away from the historic areas of San Frediano and Sant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776835" Longitude="11.250115" StarRating="2" HotelCode="116723|albergo_bijoux_bb" HotelName="Bijou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Elevator,Internet,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9a/139adaabaa3bc98b9dfb1de15260c127b5844f88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bijou is located on the 3rd floor of an old building in the heart of the historical center...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="172.82" OriginalAmount="169.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766249564366" Longitude="11.284560263157" StarRating="4" HotelCode="29452|1267909|Bed &amp; Breakfast" HotelName="Columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>L.Arno Cristoforo Colombo 22/a, 50136 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/15/9e155739206d537eabbc4e4a60c5e2d883e3c629.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Florence, 1500 m from the Piazza Santa Croce.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775831" Longitude="11.245249" StarRating="2" HotelCode="188948|la_locandiera" HotelName="La Locandiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 48, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a0/3ca071352cf8093cfb928e8781e0b5bc34ad0243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778081557619" Longitude="11.253379583359" StarRating="3" HotelCode="913255|locanda_dei_guelfi" HotelName="Locanda dei Guelfi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 45, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a3/a2a364387c42f1883b3d54c45c8ff65bc916af58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.76" OriginalAmount="170.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770389" Longitude="11.255286" StarRating="3" HotelCode="96803|1845976|Bed &amp; Breakfast" HotelName="Axial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calzaiuoli, 11, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/de/15deda2eec4b9d2a1f69839527a21e791e832f32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly city hotel enjoys an excellent location on the 1st floor of a historic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.42" OriginalAmount="171" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78011691253" Longitude="11.244549751282" StarRating="3" HotelCode="117208|55522" HotelName="Leonardo Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Monaco, 12, 50144 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/d8/a5d856326d1c02f494f25889832d67a86479024d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778523" Longitude="11.24511" StarRating="3" HotelCode="34058|hotel_arcadia_11" HotelName="Arcadia Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alamanni 35, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/31/0931a393d173ad9ce7c14acf2a7da0164ff31282.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family friendly city hotel is located just 2 blocks from the central train station of Santa Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.47" OriginalAmount="171.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776175891361" Longitude="11.250643730164" StarRating="3" HotelCode="174426|1377542|Bed &amp; Breakfast" HotelName="Alinari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari,15, 50123 Firenze, Italien</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/1c/5a1cdc2538395d91487b4b0920c15c1cc97e7e25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.44" OriginalAmount="172" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7684451796" Longitude="11.253871079317" StarRating="3" HotelCode="148798|55564" HotelName="Hermitage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Marzio 1, Piazza del Pesce, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f5/e0f5ae6e7933ae6ee5c9deddcef30e800e4245dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.46" OriginalAmount="173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77295204" Longitude="11.23690642" StarRating="3" HotelCode="536680|bb_mia_palace" HotelName="Mia Palace B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fonderia 8, 50142 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/a8/95a8400bcdfd7dd0f22636e6050288eb9fd620f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.48" OriginalAmount="174" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.743367223161" Longitude="11.283887028694" StarRating="4" HotelCode="31166|56751" HotelName="Conference Florentia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Agnelli 33, 50126 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f6/71f6cc33b403ad5cab8be5ecd664bf6096c1e959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of Florence around 5 km from the lively centre of the city wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773515797325" Longitude="11.254870891571" StarRating="1" HotelCode="186861|duomo_view_bb" HotelName="Duomo View Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Giovanni 6, 50123  Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4b/a44bd9ad64c975f724f38b1192c1341db630ebb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Florence Cathedral with stunning views over the monuments. With such a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.52" OriginalAmount="176" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77654047093" Longitude="11.251778304577" StarRating="2" HotelCode="186862|32284" HotelName="Hotel Anna's" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 56, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/2f/3a2f962faabb643d9c4fe191ca4b3403a400acbe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 350 m from Santa Maria Novella Station, in Florence's historic centre. Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.52" OriginalAmount="176.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.764835" Longitude="11.260562" StarRating="3" HotelCode="117639|hotel_silla" HotelName="Silla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Renai 5, 50100 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9a/089ab79e9214b5f143a3066366f95cf40cb6b56b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the left bank of the River Arno, a few minutes' walk from the historical ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.08" OriginalAmount="176.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776876" Longitude="11.250323" StarRating="2" HotelCode="80249|199670|Bed &amp; Breakfast" HotelName="Lombardi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 8, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7d/db7d1fb459bd4c9353d4df2b8141864805130d24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777837542769" Longitude="11.244855523109" StarRating="4" HotelCode="95014|hotel_embassy" HotelName="Embassy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo da Diacceto, 8, Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/0e/d60e8f0fa941509bbd51c737d123726f478660fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773190613118" Longitude="11.243747082924" StarRating="2" HotelCode="165973|patrizia_hotel" HotelName="Dedo Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 7, Santa Maria Novella, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/c1/bec155c6f59e0a3967e7c131b62728126ab39249.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Florence. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772243" Longitude="11.248974" StarRating="3" HotelCode="907141|residenza_fiorentina" HotelName="Residenza Fiorentina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via de'Fossi, 12, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/ba/69ba261bc331eff7663b4d3022cf5bc3e67a9ee9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.37" OriginalAmount="178.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.762514902108" Longitude="11.317216157913" StarRating="4" HotelCode="161563|1285359|Bed &amp; Breakfast" HotelName="Mulino di Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Villamagna 119, 50126 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/69/df6915440a71ab3ce120de5c0ccebb7b70e002ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the historical centre and it is built directly on the bank of the Arno...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.58" OriginalAmount="179" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770368" Longitude="11.255278" StarRating="2" HotelCode="888134|55899" HotelName="Maxim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 11, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/919333559194ee2f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel lies in the main street of the city, Via dei Calzaiuoli, which directly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776577" Longitude="11.250402" StarRating="2" HotelCode="143484|hotel_angelica" HotelName="Angelica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/3b/4b3bd8da23a8abd20a73f1c1073a0e387e647d22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776737668818" Longitude="11.254981909259" StarRating="2" HotelCode="91559|hotel_collodi_firenze" HotelName="Collodi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddea 6, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/e9/d6e9732413b5029962ebb2f5048ea8c20fb91496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773902" Longitude="11.243112" StarRating="3" HotelCode="901651|hotel_magenta" HotelName="Magenta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 40, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/d3/3ed3db00706a027f42652716f9805de83486ece5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.49" OriginalAmount="180.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773426334785" Longitude="11.244946515241" StarRating="4" HotelCode="34711|1331509|Bed &amp; Breakfast" HotelName="Hotel Palazzo Ognissanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Maso Finiguerra 12r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/df/2edf9e171353bc8e3323e0d3a55b193cf116e916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its central position, it is a short walk away from the Ponte Vecchio, the Teatro Comunale,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.62" OriginalAmount="181" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78071085" Longitude="11.25913134" StarRating="3" HotelCode="548318|211973" HotelName="B&amp;B Residenza San Gallo 79" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Gallo 79, San Lorenzo, San Marco, Santissima Annunziata, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/62/a5621d728750e4054be1409f0b80547c957c3008.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.62" OriginalAmount="181" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77533706" Longitude="11.2458074" StarRating="3" HotelCode="484921|182372" HotelName="Home Boutique Santa Maria Novella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scala 67, 50125 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d7/b7d726354ffc6318b3d829f6da1bec6e717d6dc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.52" OriginalAmount="181.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777639" Longitude="11.249777" StarRating="3" HotelCode="130224|4880174|Bed &amp; Breakfast" HotelName="Desiree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 20, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5a/e8/5ae8deed918d159934bbd3d6b9def106bf7a8e58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773415" Longitude="11.253637" StarRating="3" HotelCode="152366|il_perseo" HotelName="Perseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dè Cerretani 1, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/82/90828f6e44fb19c031c93712924e75bd462d2976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.92" OriginalAmount="182.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770533097589" Longitude="11.259414553642" StarRating="4" HotelCode="98954|2097145|Bed &amp; Breakfast" HotelName="Borghese Palace Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 174/r, 50143 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fc/cd/fccd6543add3ff4eeba4f7271b2c726f5463e640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773774203808" Longitude="11.251730736641" StarRating="3" HotelCode="14612|hotel_martelli" HotelName="Hotel Martelli Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 8, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/50/2650079d9e027b0783aa4452c0a1a1a6f3f1a8df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel enjoys a wonderful central location between Florence's cathedral and main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77757803382" Longitude="11.24964594841" StarRating="2" HotelCode="63991|hotel_stella_mary" HotelName="Lilium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, 50123 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/1e/7e1e2b4fa8d3338152c8050b6b4c704286b1b900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the central train station, S. Maria Novella (only 3 minutes by foot), ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77054957" Longitude="11.27266229" StarRating="0" HotelCode="947031|bb_the_attico" HotelName="B&amp;B The Attico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Vincenzo Gioberti 78N, 50121 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a4/bfa4f80a4639069d60859b08f2b8fb849104b959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.82" OriginalAmount="183.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777585511717" Longitude="11.24965004158" StarRating="3" HotelCode="116954|125312|Bed &amp; Breakfast" HotelName="Astrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 17, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/d4/e9d4c749f138eac79bdfdf9f907015168882749c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;There are many breath-taking sights within a few minutes' walk of this hotel's front door. It is jus...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.36" OriginalAmount="183.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772662" Longitude="11.255265" StarRating="3" HotelCode="77736|219123|Bed &amp; Breakfast" HotelName="Bigallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo degli Adimari 2, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/27/6927df66312d31929b85ba686e3fbebe55486196.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.68" OriginalAmount="184.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774310836007" Longitude="11.251925826073" StarRating="4" HotelCode="24254|residenza_castiglioni" HotelName="Residenza Castiglioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50100 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/10/4f101309b22c6011f052e647a511f33892ef9548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.11" OriginalAmount="184.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781303" Longitude="11.258667" StarRating="3" HotelCode="47446|169097|Bed &amp; Breakfast" HotelName="Cimabue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bonifacio Lupi 7, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/ae/56ae34d07c522ce902b69cb3038c4a114fed6db5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near to the heart of the city, in one of the oldest areas of the historical ce...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7756" Longitude="11.2564" StarRating="3" HotelCode="25626|hotel_gioia" HotelName="Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour, 25, 50129 Florenz, Italia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/58/3758ccbb4d343e93c50c1472b1145bf38fafbf53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.62" OriginalAmount="185.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757125947379" Longitude="11.312548841278" StarRating="4" HotelCode="60999|138201|Bed &amp; Breakfast" HotelName="Villa Olmi Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Country House,Club Resort,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Olmi 4-6, 50012 Bagno a Ripoli</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/33/023340684cd0606fed65cf84f03da9157acfade2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the Firenze Sud exit on the A1 motorway, this charming club resort is the ideal spot ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776953" Longitude="11.250283" StarRating="3" HotelCode="116613|annabella_hotel_in_florence" HotelName="Annabella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/81/3d817d0b55fb28b033e0aa03c0cecbc4c6aaade3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.74" OriginalAmount="187" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778852171512" Longitude="11.245042899342" StarRating="4" HotelCode="326635|183125" HotelName="MH Florence Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 37, Toscana, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/83/5b83f484b69cad4f211144fc0191474fd1ec9257.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.74" OriginalAmount="187" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78212326" Longitude="11.25317934" StarRating="3" HotelCode="727522|286058" HotelName="The Student Hotel Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Viale Spartaco Lavagnini  70-72, 50129 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/c9/67c985ecf77fe58363c4e827afe8e6f270afaa62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78390275948" Longitude="11.272635161877" StarRating="2" HotelCode="164371|hotel_emma" HotelName="Emma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Pacinotti, 20, 50131 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/05/5b05164b203b2a5810c3c691175a1a8592e35b42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.78" OriginalAmount="189" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780757909103" Longitude="11.254821270704" StarRating="3" HotelCode="56963|29790" HotelName="Donatello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 23, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/c3/a7c3a61db9f60d79ed0a17716c0f844addee1e62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a peaceful location in the centre of Florence, near famous sights such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.78" OriginalAmount="189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77455198" Longitude="11.25827007" StarRating="0" HotelCode="731943|dei_servi_apartment" HotelName="Canto Dei Servi B&amp;b" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Servi 19, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ed/6ced9028a44cc2686b93bf41e5531bd8c07ebc8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.80" OriginalAmount="190.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769197" Longitude="11.253055" StarRating="3" HotelCode="154247|hotel_torre_guelfa" HotelName="Torre Guelfa Palazzo Acciaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo Santi Apostoli 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/db/48db1497f1a908d68ea669d857bf1fb753046d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.82" OriginalAmount="191" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780688" Longitude="11.255036" StarRating="3" HotelCode="14356|20522" HotelName="Malaspina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 24, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/30/9630c789ccac79f3531acd985d8f866f729907a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a genuine Florentine-style building that dates back to the 19th century, this pleasant cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.82" OriginalAmount="191.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754388" Longitude="11.245862" StarRating="3" HotelCode="65032|hotel_villa_betania" HotelName="Villa Betania" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale del Poggio Imperiale 23, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/45/b745aa3660a69003b10826a10882df9ccd65e976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77722" Longitude="11.249863" StarRating="3" HotelCode="10726|hotel_beatrice" HotelName="Beatrice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/47/0e47174ed075dbb288eddd7f03088e4cb2248fde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.81447243" Longitude="11.2340998" StarRating="0" HotelCode="967945|bb_palazzi" HotelName="B&amp;B Palazzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuliano Ricci 12/B, 50141 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/0c/8d0c1c4af559893e372ab71c752742754c93adc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="196.59" OriginalAmount="192.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781267215679" Longitude="11.262182593346" StarRating="3" HotelCode="11615|HZF|Bed &amp; Breakfast" HotelName="De La Pace, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lamarmora 28</AddressLine>
          </AddressLines>
          <PostalCode>055577576</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b0/3bb0d439410b260b38d8f1961e28af7b9c084565.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the historical centre in a 19th century building, this hotel is ideally base...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776722" Longitude="11.251544" StarRating="3" HotelCode="14286|hotel_machiavelli_palace" HotelName="Machiavelli Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 10, 50133 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/e4/e5e457b6032e461527f56ed06ce4c6f72cf11b1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the historic centre of Florence. Famous sightseeing attractions, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769234" Longitude="11.274771" StarRating="2" HotelCode="52598|hotel_orcagna" HotelName="Orcagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Orcagna 57, 50121 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/36/8e365471a231e71e0e0d395636962199a362bc79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally located directly in the tourist centre just a short distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778343" Longitude="11.253083" StarRating="3" HotelCode="188943|hotel_boston_6" HotelName="Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 68, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c6/7dc6b0fdfe6451261d0f3a22a88dcebd759db0fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.55" OriginalAmount="194.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778999509325" Longitude="11.25392138958" StarRating="3" HotelCode="34673|17159|Bed &amp; Breakfast" HotelName="Caravaggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Indipendenza 5, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/02/2502b402b93f0d87167505fbab69ef4f0b6acf19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed in a palace that dates back to the 19th century and lies in a convenient locati...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.92" OriginalAmount="196.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7766" Longitude="11.257024" StarRating="3" HotelCode="117106|hotel_il_guelfo_bianco_2" HotelName="Il Guelfo Bianco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 29, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e6/f8e66042bb78763c4681f6a5e567d18109b2bdb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.46" OriginalAmount="196.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774209671505" Longitude="11.239138750804" StarRating="3" HotelCode="91548|292397|Bed &amp; Breakfast" HotelName="Lungarno Vespucci 50" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Amerigo Vespucci 50, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/f6/0bf6f7fbf2dde4147ce76862d5be97d6a146485d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.96" OriginalAmount="198" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766108" Longitude="11.272155" StarRating="4" HotelCode="14676|1294" HotelName="Grand Hotel Mediterraneo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno del Tempio 44, 50121 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/cf/91cfc2dc1a9799a3cb796f6bbd44c6c9cb10b1ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city and conference hotel is situated within a few minutes walk of the beach Florenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.98" OriginalAmount="199" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774986" Longitude="11.246147" StarRating="3" HotelCode="79711|95761" HotelName="Boccaccio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 59, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/27/b127eff469e54249f25a5a267251d2cbf6f6ed6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.98" OriginalAmount="199" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776207" Longitude="11.25068" StarRating="3" HotelCode="259862|26505" HotelName="Hotel Cosimo de'Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fratelli Alinari 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ae/a1ae6d7a36600aec14614ee03ac311ccb54d8d15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located 300 metres from Santa Maria Novella station and 10 minutes' walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77983681" Longitude="11.25981061" StarRating="0" HotelCode="622598|boutique_hotel_hugo" HotelName="Boutique Hotel Hugo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 66, 50129 Firenze, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/54/4c/544c7f002956af93303a9706b4ee86ee1425154b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773513" Longitude="11.252702" StarRating="4" HotelCode="19261|hotel_laurus_al_duomo" HotelName="Hotel Laurus al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Cerretani 54/R, 50123 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2b/06/2b06b7acdd5f72eb539a17145d5bccfaf62e0ca9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Florence. It is just a few minutes walk from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.745019213937" Longitude="11.217307816062" StarRating="4" HotelCode="80332|marignolle_relais_and_charme" HotelName="Marignolle Relais &amp; Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Quirichino 16, 50124 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4a/bd4ad401196dbeac1a7d89b482242a99c1d58c08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780587493766" Longitude="11.257457882166" StarRating="0" HotelCode="913313|mr_my_resort" HotelName="Mr. My Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Ruote 14A, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/cf/c8cfc572c0dca66cb967b3bd1dfa72172fb6109c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.08" OriginalAmount="204" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776849853442" Longitude="11.250268220901" StarRating="4" HotelCode="172172|19658" HotelName="Hotel Albani Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 12, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/ab/3fab87ab95735d330e0d7cabd90ab1e667bd49b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Florence, this hotel lies within a short distance of many of the city's top ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.89" OriginalAmount="204.79" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|22260" HotelName="Palazzo Ognissanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA MASO FINIGUERRA 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/0/22260_d87230e1428.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, has 4 floors and 44 rooms. It has a lobby, a lift, a reception, a safety deposit box service and a currency exchange service. Guests can find a cafÃ©, a restaurant, a bar, conference facilities and internet. The establishment offers guests a car park, a medical care service, room service and a laundry service. SITUATION: This hotel the Ponte Vecchio, the Teatro Comunale, Via de' Tournabuoni and Via della Vigna Nuova it is close to nearby, you will find shops, the historic centre, the Congress Centre and Santa Maria Novella the Railway Station of it is situated 5 kilometres away from Florence Airport. ROOM: Customers can find cosy, soundproofed rooms with a hairdryer, They have a direct line telephone, satellite or cable TV, internet, a mini-bar, a king-size bed, heating, an air-conditioning system, a safety deposit box and a balcony or terrace. OBSERVATIONS: Nearby, there is a car park (for a fee). PAYMENT METHODS: The establishment accepts Visa, Mastercard and Diners Club. OTHERS: Near the establishment, guests have available to them restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.10" OriginalAmount="205" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77208387" Longitude="11.27123197" StarRating="2" HotelCode="428260|89806" HotelName="My Forte Relais de Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Concierge,Fitness Centre,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Viale Antonio Gramsci 16/3, Lungarno del Tempio, 50132 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/09/2e09b672ec263aa5a33b83e36685fa1cd9a327b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Florence (Historic Center - Downtown), My Forte Relais ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769896833622" Longitude="11.256721615791" StarRating="2" HotelCode="913217|residenza_depoca_in_piazza_della_signoria" HotelName="In Piazza della Signoria - Residenza d'Epoca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Magazzini 2, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c2/03c21a801d0cdf20d6c799dd6c9c26a7a36e5112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774464" Longitude="11.238454" StarRating="2" HotelCode="77909|hotel_casa_del_lago" HotelName="Casa Del Lago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lungarno Vespucci 58, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/97/1e97e52ee12557fb245d839cbf138e1d7a059835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779048" Longitude="11.243627" StarRating="3" HotelCode="79279|hotel_golf" HotelName="Golf Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli, 56, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/60/70604338535bf542df7a6e6c8f9642d9e9832911.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is an elegant establishment located in Florence, just a 10-minute walk from Santa Maria No...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771462" Longitude="11.253449" StarRating="3" HotelCode="395139|hotel_pendini" HotelName="Pendini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Strozzi 2, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/72/307220c8ee9a6f3761bcdd3212934c35d5de02a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.16" OriginalAmount="208.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774666" Longitude="11.241347" StarRating="4" HotelCode="259651|hotel_kraft" HotelName="Kraft" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 07/10/2026" 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 Solferino 2, 50123 Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/14/d0143ca4b96c70f0a0b19e5122dbec30ac4993f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys wonderful surroundings, in the quiet, residential area of the historical centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.18" OriginalAmount="209" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781748" Longitude="11.256982" StarRating="3" HotelCode="91550|32288" HotelName="Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Ruote 50-54, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/86/f78670cbbd9295fea1dc6565738fbdf60a1b78ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="214.66" OriginalAmount="210.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773522576019" Longitude="11.250215917826" StarRating="4" HotelCode="902015|WUA|Bed &amp; Breakfast" HotelName="Rosso23" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Novella 23</AddressLine>
          </AddressLines>
          <PostalCode>05527730199</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e8/97e82c4ae1d7e17e57a33b23d6f4e86def5103d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.22" OriginalAmount="211" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.789006" Longitude="11.251646" StarRating="3" HotelCode="153500|56569" HotelName="Relais Firenze Stibbert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaello Lambruschini 39, 50134 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/dd/c6ddf3808f632117cdb0b3fe200fd0ce5f074c1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.22" OriginalAmount="211.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.754485337301" Longitude="11.25850385837" StarRating="3" HotelCode="317610|villa_agape" HotelName="Art Hotel Villa Agape" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Torre del Gallo 8, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2f/832f0c5f7cb28d234d77ef32dcbd6cefd125fd3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774301152287" Longitude="11.251974105835" StarRating="3" HotelCode="913244|alloro_bb" HotelName="Alloro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a8/62a82fb748555a980a30a5c3ad1e7e933b438359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7764891" Longitude="11.25097094" StarRating="3" HotelCode="776617|aurum_firenze" HotelName="Aurum Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 8/a, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/b5/d6b51c3f7dec0d5fbca20d497ba26c3c5bf969ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77678" Longitude="11.251425" StarRating="3" HotelCode="20233|hotel_sempione" HotelName="The Market Urban Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 15, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/d0/2ed0d5c56b6d86dd1ead2dd2783465a97c4826a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776663933627" Longitude="11.2551176548" StarRating="3" HotelCode="11169|hotel_botticelli" HotelName="Botticelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddea, 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/02/3602f5f7833631abc02892ff35d980261ec3e6dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the old market, San Lorenzo, in the heart of central Florence, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.28" OriginalAmount="214.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775338" Longitude="11.251849" StarRating="4" HotelCode="167650|hotel_art_atelier" HotelName="Art Atelier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dell'Amorino 20, Firenze 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/63/29635041d3e0553254ed581561e9d329a354b3a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the train station of Santa Maria Novella, which is within 5 minutes' walk,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.30" OriginalAmount="215.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77078321" Longitude="11.30682126" StarRating="3" HotelCode="556773|duchess_boutique_de_charme" HotelName="Duchess Hotel De Charme B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Guarlone 26, 50135 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/90/7090a21438e0f8ffdd75534cdce8224dac922572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Florence. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="220.68" OriginalAmount="216.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.780955435362" Longitude="11.255367100239" StarRating="3" HotelCode="16488|YDN|Bed &amp; Breakfast" HotelName="Rapallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S.Caterina d'Alessandria 7</AddressLine>
          </AddressLines>
          <PostalCode>055470385</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/2d/922d46346dfeff96e3894d4d3934265c12c25bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Florence. The Uffizi Gallery and Michelangelo's David a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="221.69" OriginalAmount="217.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773489650928" Longitude="11.251402795315" StarRating="3" HotelCode="15673|PAF|Bed &amp; Breakfast" HotelName="Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Banchi 2</AddressLine>
          </AddressLines>
          <PostalCode>055268505</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b6/1b/b61bbf1da93a5ad7c0e83d31e138dbd6ad2a45ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the centre of Florence, this hotel is close to various shopping streets in the old town ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.36" OriginalAmount="218" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775296550309" Longitude="11.246433309887" StarRating="4" HotelCode="47540|7956" HotelName="Hotel Club Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina da Siena 11, Zona Santa Maria Novella, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/51/6451ccce81d3c8e11a6f6bca420086f8e0076b2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located within a few minutes walk of the historical main square and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.40" OriginalAmount="220" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7768592" Longitude="11.25002899" StarRating="0" HotelCode="583862|235879" HotelName="Eco Urban B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fiume 5, 50123 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/5c/f45cf9e690c3cdb4328e565aa83d6b410267afdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772313051239" Longitude="11.25125259161" StarRating="4" HotelCode="11647|hotel_de_la_ville_5" HotelName="De La Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Antinori 1, Via Tornabuoni, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/46/bb46095b215f650167b505618d03731a304de28a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is wonderfully located in the centre of Florence. It is located right next to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.40" OriginalAmount="220.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778827152379" Longitude="11.256225407124" StarRating="4" HotelCode="318231|room_mate_luca" HotelName="Room Mate Luca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXVII Aprile 3, 50129 Florencia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bd/56bd76bfeff9c0254ca9a8fe26b7b3c6538c471d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the lively city of Florence, with countless shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="224.94" OriginalAmount="220.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77657" Longitude="11.251313" StarRating="3" HotelCode="10363|3019563|Bed &amp; Breakfast" HotelName="Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 8/A, 50123 Florence, Italia</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/557d9fb796edd877/64/64f39611b183a07e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located directly beside the railway station Santa Maria Novella. The most im...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.42" OriginalAmount="221" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778132" Longitude="11.253041" StarRating="2" HotelCode="277516|55727" HotelName="Sette Angeli Rooms Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Central Heating,Internet,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 31, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/46/8746766de3b4d1a8ce3a840e654bff9fdf77aa47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sette Angeli Rooms is located in a historical building just a 5-minute walk from the train station o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.81" OriginalAmount="221.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774217" Longitude="11.242529" StarRating="4" HotelCode="69856|292532|Bed &amp; Breakfast" HotelName="Executive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Curtatone 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4c/c04c5721df3f7e5bcaf086159a724cac7534e27a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.44" OriginalAmount="222.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77549" Longitude="11.239123" StarRating="3" HotelCode="10315|hotel_ariele" HotelName="Ariele" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 11, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f7/c4f79b1031e0367b796441142b0a04ecafda6aa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.46" OriginalAmount="223" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774342796828" Longitude="11.255679055566" StarRating="3" HotelCode="385660|180075" HotelName="B&amp;B Le Stanze del Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli 8, 50129 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3e/973ec4c1ec602ee1ef5da37d1faaebc743729064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.755877" Longitude="11.251326" StarRating="4" HotelCode="81108|park_palace" HotelName="Park Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Galileo 5, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8c/7b8c5f2b427e7a0d600307bf7da768c6045c5084.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7749831" Longitude="11.2628895" StarRating="3" HotelCode="314432|residenza_il_villino" HotelName="Residenza il Villino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pergola 53, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/08/c3084fc64c7c44785a2d892bd98f899e690171ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.48" OriginalAmount="224" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.79717" Longitude="11.244651" StarRating="2" HotelCode="145518|324197" HotelName="Hotel Careggi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taddeo Alderotti 43, 50139 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/48/4b48df68f73f1269c4eb4bea99f60a71df66c28e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.50" OriginalAmount="225" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78420641" Longitude="11.2650413" StarRating="3" HotelCode="737741|324200" HotelName="Messori Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Giacomini 25, 50132 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/43/4443b52799b32cf31364e9361b0c451ed7b48ca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76918485" Longitude="11.23981957" StarRating="4" HotelCode="548373|horto_convento" HotelName="Hotel Horto Convento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ludovico Ariosto 13, 50124 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f9/c7f9ef2f81fb5f841c8f934ccae7efae44347acc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76578445" Longitude="11.24457932" StarRating="0" HotelCode="629504|ottantotto_firenze" HotelName="Ottantotto Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Serragli 88, Santo Spirito, 50124 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/f8/ebf8db47829e47aeedb5cfea5470ccd1c29fa4ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="231.48" OriginalAmount="226.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767485360804" Longitude="11.252548098564" StarRating="3" HotelCode="19262|1126492|Bed &amp; Breakfast" HotelName="Pitti Palace al Ponte Vecchio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo San Jacopo 3, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/8a/5f8a69807668925708df3535612d8514b6751c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Florence hotel is located close to the Ponte Vecchio and is about 100 m from the Palazzo Pitti ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775645" Longitude="11.252371" StarRating="2" HotelCode="52591|hotel_accademia_5" HotelName="Accademia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 7, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/43/6643ff4d0abed3801d16451ecefe530409e056d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="236.75" OriginalAmount="232.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777507898885" Longitude="11.252439141105" StarRating="4" HotelCode="470005|CBA560200|Bed &amp; Breakfast" HotelName="Glance Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 23, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/55/c855167d1a5af413c4dccde6b2b31910ecae696f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768073226794" Longitude="11.257220506668" StarRating="3" HotelCode="913223|fiorino" HotelName="Fiorino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Osteria del Guanto 6, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a5/13a5826a0cf83c6cc186e3a447061a890a68d21e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.84" OriginalAmount="233.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774684626424" Longitude="11.250767111778" StarRating="4" HotelCode="12985|5820|Bed &amp; Breakfast" HotelName="Baglioni Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Unità Italiana 6, Firenze, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cb/3f/cb3f04509b6333c020e6bd91f9fb77fe2766fc43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Florence just a few minutes walk from Santa Maria Novella...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.68" OriginalAmount="234" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776608" Longitude="11.237872" StarRating="4" HotelCode="18200|15804" HotelName="Michelangelo Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 2, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/4f/244f286ebd22867f9f7fe4bb0245cc8d0d50dd40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of Florence, this hotel is situated close to the Piazza del Duomo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="238.91" OriginalAmount="234.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.784293721699" Longitude="11.259352220664" StarRating="4" HotelCode="64866|2710460|Bed &amp; Breakfast" HotelName="Hotel Boutique Palazzo Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenzo Il Magnifico 25, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/8f/848f41e50d4262269b6c0e1426cdd25a950783fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet and convenient location just outside the historical centre of Florence. Al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.72" OriginalAmount="236" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774375" Longitude="11.251966" StarRating="3" HotelCode="99725|212092" HotelName="Burchianti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 8, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/19/8b19593f1b56a586e2c0c7f5014de14761e85a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.72" OriginalAmount="236" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773894" Longitude="11.250949" StarRating="2" HotelCode="80850|616" HotelName="Nizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via del Giglio 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f2/14f238015fb1cffc6410e4719d84fccca64d38ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.74" OriginalAmount="237.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768926445407" Longitude="11.25501036644" StarRating="3" HotelCode="91546|uffizi_house" HotelName="Relais Uffizi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chiasso del Buco 16, Chiasso de' Baroncelli, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/0e/170e5aae0837285e6b2172373dd0884e1b9ee531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="242.75" OriginalAmount="237.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776385" Longitude="11.246233" StarRating="4" HotelCode="30108|1199047|Bed &amp; Breakfast" HotelName="Hotel Diplomat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 9, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/2d/0b2d23600459d1fe0e9688ed4faac4c4ce9c0d7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally situated in front of Santa Maria Novella train station and is a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.76" OriginalAmount="238" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765960949922" Longitude="11.28487944603" StarRating="5" HotelCode="20866|55105" HotelName="Ville sull'Arno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno C. Colombo 1/3/5, 50136 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ca/00ca42734c2509e4a36ee6b23c31e29513f45076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the right bank of the river Arno, only 20 minutes from the historical city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="243.37" OriginalAmount="238.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775804046961" Longitude="11.245214939117" StarRating="4" HotelCode="27722|1869041|Bed &amp; Breakfast" HotelName="Adler Cavalieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Scala 40, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a6/33a6785c5cca0df43bf4d3db2eb157ed6f1a1b35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive up-market hotel is situated within the historic centre of Florence. The various shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.78" OriginalAmount="239" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77609957" Longitude="11.24970916" StarRating="3" HotelCode="546914|211929" HotelName="7 Florence B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Della Stazione 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/aa/8caae765a8e09e5fb68c01f883bfa5eae3aeb2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773304" Longitude="11.242232" StarRating="4" HotelCode="81234|hotel_principe_3" HotelName="Principe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno A. Vespucci 34, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a8/d6a8436efca4f7721e8442e8105f9ab261f8d1dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775841" Longitude="11.252583" StarRating="3" HotelCode="79218|hotel_globus" HotelName="Globus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Antonino 24, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/49/7c499daf5562c40da2c8d98811e0251d73a55aa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76794211" Longitude="11.26141212" StarRating="3" HotelCode="483136|813421|Bed &amp; Breakfast" HotelName="La Maison du Sage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Magliabechi 7, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ce/b1ced18f12df18a6b38a1a7da5b1c0b04b83ac51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.84" OriginalAmount="242" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77949" Longitude="11.244693" StarRating="2" HotelCode="900114|56239" HotelName="Il Marzocco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli, 78, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/b4/47b47db1694a30f63c4551c84a50923f66c74381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated less than 200 metres from the Fortezza da Basso and the Palazzo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.84" OriginalAmount="242" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766915" Longitude="11.268015" StarRating="4" HotelCode="148953|33910" HotelName="Home Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Piave 3, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911a1f08920780ec83c1d28b865ba9afa909a75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774698" Longitude="11.250155" StarRating="3" HotelCode="91555|lombardia_2" HotelName="Lombardia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 19, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/09/6909fdf4a28ee043bf84cd78b8399dc6df28dda3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774232" Longitude="11.247521" StarRating="3" HotelCode="145618|casa_howard" HotelName="Casa Howard Florence Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 18, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/90/2f903953c7256d4713fb227c77eb5ba060b42b52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775066512173" Longitude="11.252803657278" StarRating="3" HotelCode="337266|hotel_palazzo_benci" HotelName="Hotel Palazzo Benci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Madonna degli Aldobrandini 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/7e/447eec87ab9f7097d3a29ca50638b66a91ebacdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.92" OriginalAmount="246" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773308" Longitude="11.248704" StarRating="2" HotelCode="117699|56047" HotelName="Tourist House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 1, (Piazza Santa Maria Novella), 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/17/0c170d784c4c205706b4d22262f2c69cc3899bd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="252.31" OriginalAmount="247.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774334076931" Longitude="11.250032186508" StarRating="3" HotelCode="408853|1817742|Bed &amp; Breakfast" HotelName="Domus Florentiae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Avelli, 2, 50123 Florence, Tuscany</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/07/6f0750ef58efe60b851b208091ef6f9688d05171.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.00" OriginalAmount="250" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775483" Longitude="11.25395" StarRating="4" HotelCode="88879|343025" HotelName="Solo Experience Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Canto dei Nelli 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/11/1011ef139ec23765b864a1b2d8bedd80960d2732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly historical hotel is situated at the heart of Florence, just a 10-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76942727" Longitude="11.26530176" StarRating="3" HotelCode="446452|hotel_la_casa_di_morfeo" HotelName="Hotel La Casa di Morfeo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 51, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c33f30cce728e7e901e71473d939289dc030bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.759778290769" Longitude="11.226308424268" StarRating="5" HotelCode="260134|villa_tolomei_hotel__resort" HotelName="Villa Tolomei Hotel &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Maria a Marignolle 10, 50124 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/52/f152159d9a5273f7769037f8e2072da3eb4f8a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.04" OriginalAmount="252" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77599247" Longitude="11.25301248" StarRating="3" HotelCode="545918|177837" HotelName="B&amp;b Lorenzo De' Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Sant'Antonino 34, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/8d/038d2af73da1d737ac0f0b158b655e6148c57436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773875" Longitude="11.24496" StarRating="4" HotelCode="10935|15622" HotelName="Grand Hotel Adriatico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Maso Finiguerra 9, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/cd/4fcd1d486376c6adbc5abfd9279d562d163a969b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern up-market hotel overlooks the Via Maso Finiguerra. Ideally situated in Florence, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778068" Longitude="11.244303" StarRating="4" HotelCode="14177|2964" HotelName="Londra" 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,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopo Da Diacceto 16-20, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/49/f149211eaa4303f781bd440be141ccff4da7592b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the business and historical centre of Florence just a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.06" OriginalAmount="253" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772798" Longitude="11.249608" StarRating="4" HotelCode="16907|2192" HotelName="Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza S.Maria Novella 8, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/b8/d6b83a009633ea32b72d6496ad0bbc40f2c5d79f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from the Cathedral of Santa Maria del Fiore (Duomo) with the Giot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766400842501" Longitude="11.267435938658" StarRating="5" HotelCode="16820|best_western_hotel_river_2" HotelName="River Hotel &amp; Spa Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno della Zecca Vecchia 18, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/26/672623fae47241667706d0f5e086d3585d35567f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, family-run hotel is housed in an age-old palazzo that dates back to the 19th century a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.27" OriginalAmount="253.21" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|290278" HotelName="Horto Convento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ludovico Ariosto 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/0/2/7/8/290278_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.18" OriginalAmount="259" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777903879912" Longitude="11.250912297514" StarRating="3" HotelCode="337456|659" HotelName="Porta Faenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Faenza 77n, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d5/93d55e8ea45a295263a131114696ba02bd7a45d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally situated Public transport departs from stops in the immediat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.22" OriginalAmount="261" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7763468" Longitude="11.245633872387" StarRating="4" HotelCode="546105|212197" HotelName="Joy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orti Oricellari 30, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8c/7b8c63f18ce86392ae66b47243acb05f21e3650a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.22" OriginalAmount="261" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776739476122" Longitude="11.250706830723" StarRating="4" HotelCode="317213|180055" HotelName="Mercure Firenze Centro" 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 Nazionale 21/23 R, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c1/b3c1ac54f13792233c01620e3e429b59e8b1a7af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778631555692" Longitude="11.257805228233" StarRating="4" HotelCode="23090|orto_de_medici_hotel" HotelName="Hotel Orto de' Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Gallo 30, 50129 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/08/290861121f73394dd3de5865c4ea9ee0c89210a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.54" OriginalAmount="262.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778835867068" Longitude="11.253823488951" StarRating="4" HotelCode="77942|124768|Bed &amp; Breakfast" HotelName="Palazzo Castri 1874" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza dell'Indipendenza 7, 50129 Firenze, Toscana</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/6e/4b6e6b9687466f0f3e1fc2f462c59c5ad405634c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Florence, just 200 m from the main train station Santa ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.28" OriginalAmount="264" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775982" Longitude="11.246695" StarRating="4" HotelCode="200884|2185" HotelName="Hotel Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Alamanni 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/bf/7dbff834a844b1d3a3783e21bb281ca8091c54e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city’s attractions are just on the doorstep of this hotel in Florence’s city centre. Santa Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.34" OriginalAmount="267" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.776580945095" Longitude="11.260159863876" StarRating="3" HotelCode="117234|55760" HotelName="Loggiato Dei Serviti" 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>Piazza SS. Annunziata 3, 50100 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/09/0a09beaf4e5cbc7810c681b3ab71fd7ffc168f6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.34" OriginalAmount="267.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.765915456907" Longitude="11.24848220734" StarRating="1" HotelCode="936640|soprarno_suites" HotelName="Soprarno Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Maggio 35, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/dc/b5dcf65571c3d2f8e9621f95115c832fccaf2073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.36" OriginalAmount="268.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="983155|palazzo_dei_conti_residenza_depoca" HotelName="Palazzo dei Conti Residenza d'Epoca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 5, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e3ef2cc774f79d629354f1077bd4b13adbe2ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="274.64" OriginalAmount="269.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769188" Longitude="11.251654" StarRating="4" HotelCode="10823|CAG713000|Bed &amp; Breakfast" HotelName="Berchielli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Acciaiuoli 14, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/cd/95cd303ce4fb30f2808f7bb20c91442d49399afc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, right by Arno and only 400 m away from the city centre and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774426" Longitude="11.247303" StarRating="3" HotelCode="172162|alba_palace_hotel" HotelName="Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala, 22/38r, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ed/a4ed31cc313e7f7150261db9ff556433cec17cdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the historical centre of Florence, only a few minutes walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.44" OriginalAmount="272" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775505" Longitude="11.251859" StarRating="3" HotelCode="116815|212095" HotelName="Hotel City Florenz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Antonino 18, 50122 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1c/4d1c0dde8ae4f33d5502a9018b37a2571970c4ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.46" OriginalAmount="273.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773769" Longitude="11.248194" StarRating="4" HotelCode="10251|hotel_palazzo_dal_borgo" HotelName="Palazzo dal Borgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 02/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, Via della Scala, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c6/dfc6ae52b5fe229882841983454640d4621fa72f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Florence's historic centre, in one of the oldest streets, Via d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.50" OriginalAmount="275" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772382" Longitude="11.255342" StarRating="2" HotelCode="116840|55495" HotelName="Costantini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Calzaiuoli 13, Duomo, 50122 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/72/6b72846bcbdbf1954ea0e7406ce2d5a609a3f8e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Pisa (PSA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.50" OriginalAmount="275" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.78085793" Longitude="11.2606567" StarRating="4" HotelCode="37235|15584" HotelName="Athenaeum Personal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 88, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ff/ff00854fc862a17c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is wonderfully located in the centre of Florence. Public transport links, restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.52" OriginalAmount="276.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769797130574" Longitude="11.25024155308" StarRating="2" HotelCode="384448|palazzo_alfieri" HotelName="Palazzo Alfieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno Corsini 2, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/46/964632dbd22dfed2155344d208ca5b52665efff9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.56" OriginalAmount="278" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.777310412611" Longitude="11.239209573578" StarRating="4" HotelCode="725700|286056" HotelName="The Moon Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Babysitting,Bar,Boutique,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fratelli Rosselli 14, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b4/1bb46ed8cc6a4e8d1a22e41a9688f35cdf5635a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At The Moon you can enjoy Florence at 360 degrees, Art, Music, Works, Nature, Wellness, Business. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771935372357" Longitude="11.25285923481" StarRating="4" HotelCode="337455|strozzi_palace_hotel" HotelName="Strozzi Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Vecchietti 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87238d39449f3ddacb00ace97938acef8fe578.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive superior hotel lies within the historic centre of Florence. The various shopping fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="284.10" OriginalAmount="278.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.779447" Longitude="11.2552" StarRating="4" HotelCode="47299|CAJ397500|Bed &amp; Breakfast" HotelName="Hotel Cellai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via 27 Aprile 14, 52/R, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/fa/28faa88f59c1bdd3c8b6588cd0b99603dee9b660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally situated about 300 m from the lively city centre and its many shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.58" OriginalAmount="279.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.778061" Longitude="11.253612" StarRating="3" HotelCode="68904|hotel_basilea" HotelName="Basilea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Guelfa 41, 50129 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/fd/69fd3d69b5bbb4ad2e564bf0143401a55986a4fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.47" OriginalAmount="287.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771547038506" Longitude="11.257928609848" StarRating="4" HotelCode="47284|145840|Bed &amp; Breakfast" HotelName="Grand Hotel Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/10/2026" 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 del Proconsolo 3, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/32/a0327c5e8af75eef866847e8de5ce2b3f97b9118.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historical heart of Florence, in an ancient street between the Piazza d...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.84" OriginalAmount="292" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771351" Longitude="11.251258" StarRating="4" HotelCode="76430|31016" HotelName="Room Mate Isabella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tornabuoni 13, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/a0/c6a069d71ebed841c32c79c9017615e4b0a6ba5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the most important characteristics of a hotel is its location, and this hotel occupies the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774475459018" Longitude="11.25030040741" StarRating="3" HotelCode="33063|hotel_bonciani_palazzo_pitti_broccardi" HotelName="Bonciani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 17, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/8a/5d8a526b1b9735d8db4d9be270e64001d674c071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in the historical centre of Florence. It is only a few minutes' wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="301.08" OriginalAmount="295.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773829" Longitude="11.253012" StarRating="4" HotelCode="116800|2167840|Bed &amp; Breakfast" HotelName="Hotel Centrale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/72/167200c6b81bf2311fa8c792bb7fea093e82f503.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.94" OriginalAmount="297" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77960372301" Longitude="11.237138807774" StarRating="4" HotelCode="63269|19052" HotelName="AC Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luciano Bausi 5, 50144 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/04/c704a9dca591343ce960fd46140cf185b75f38b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near to Firenze Porta al Prato train station. It is also within easy reach of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770117638323" Longitude="11.253014802933" StarRating="3" HotelCode="913263|davanzati" HotelName="Davanzati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Porta Rossa 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/51/825129c3b6f9cc8bbcd1e8036426840eb89bec3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.30" OriginalAmount="306.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7682272138" Longitude="11.254146695137" StarRating="4" HotelCode="26069|15702|Bed &amp; Breakfast" HotelName="Degli Orafi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lungarno Archibusieri 4, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/37/5137849aeef88b3a3099728cd77b59189f58852c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located directly by River Arno and only a few minutes from the famous Ponte...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773478030304" Longitude="11.248374581337" StarRating="4" HotelCode="47929|croce_di_malta_hotel" HotelName="Hotel Croce di Malta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 7, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/27/6a271b7e2e1c97afd49ce7ffd328f1c24339eb43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the historical centre of Florence and is housed within a former...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.88" OriginalAmount="307.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.782292" Longitude="11.26029" StarRating="4" HotelCode="32464|5739|Bed &amp; Breakfast" HotelName="Palazzo Ricasoli Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Mantellate 2, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/dc/60dc3ca6285fc802997111efa9ba77cab1f27d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally, with restaurants, bars, nightclubs, train and bus stations...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="321.82" OriginalAmount="315.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766608873987" Longitude="11.263390487102" StarRating="4" HotelCode="15942|1633639|Bed &amp; Breakfast" HotelName="Plaza Hotel Lucchesi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno della Zecca Vecchia 38, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/c5/58c5b5a66509611b0c97315af15ca8bb3fa4ec4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Florence is a city to visit on foot and the hotel is certainly the ideal place to start from for a t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="324.52" OriginalAmount="318.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775110705915" Longitude="11.240767836571" StarRating="4" HotelCode="10185|1202775|Bed &amp; Breakfast" HotelName="NH Firenze Anglo American" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 9, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7764/a_7764_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is centrally yet quietly situated between Lugarno and Borgognissanti. Many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76505321" Longitude="11.24789286" StarRating="0" HotelCode="764184|casa_botticelli" HotelName="Casa Botticelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Felice 8, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/42/b4422a3bfdf3553ffbbf10f0f3f2fac102ae3358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.00" OriginalAmount="327.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773618446032" Longitude="11.252004951239" StarRating="3" HotelCode="899446|803388|Bed &amp; Breakfast" HotelName="Hotel La Gioconda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panzani 2, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/7b/bf7b5a78b9964542da66721047665e026d2f21d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel has an excellent position in Florence, from which to visit the city on ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.66" OriginalAmount="333" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770571834902" Longitude="11.251275390387" StarRating="1" HotelCode="913257|57052" HotelName="Hotel Scoti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Tornabuoni 7, Firenze 50123</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/97/d0970fad163094a3b60b234af858e04f8430df3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="341.05" OriginalAmount="334.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.7673" Longitude="11.2579" StarRating="3" HotelCode="31185|BZ7|Bed &amp; Breakfast" HotelName="Balestri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Mentana 7</AddressLine>
          </AddressLines>
          <PostalCode>0552398042</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e5/67e5eacd286143f6b4fb50612be00f4041e629f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, located in the city centre of Florence, lies on the banks of the River Arno, only about ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769793210083" Longitude="11.250780522823" StarRating="4" HotelCode="39430|antica_torre_di_via_tornabuoni_1" HotelName="Residenza d'Epoca Antica Torre di Via Tornabuoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Tornabuoni 1, 50122 Firenze, Elba &amp; Umbria</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/48/164809b4927849a4f43158789bd672bbab9fda88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built on Medieval foundations, this hotel is situated on the Via dei Tornabuoni and affords views ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.74" OriginalAmount="337" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770901578543" Longitude="11.247910141612" StarRating="2" HotelCode="384447|62363" HotelName="Leone Blu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Carlo Goldoni 2, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/e5/94e5bbe6426e182b7b52cc2e9efaa6f3a5cf2a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772171" Longitude="11.24926" StarRating="4" HotelCode="117534|al_palazzo_del_marchese_di_camugliano" HotelName="Al Palazzo del Marchese di Camugliano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="luxurious historic hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Moro 15, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/45/cd454839940d1a9c6e71ad9f786ec53ef166fc26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.78" OriginalAmount="339" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774056605757" Longitude="11.250152995008" StarRating="4" HotelCode="345694|62426" HotelName="Garibaldi Blu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Novella 21, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/d1/94d1b90abfb607a0312a6fde591041cc98460d31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.84" OriginalAmount="342" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774235069927" Longitude="11.247298450985" StarRating="4" HotelCode="16836|15736" HotelName="Rivoli Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scala 33, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f6/e4f692224e32f056f6944eeb6ea807efcfc6ec19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel originates from the renovation of an old 14th Century Franciscan Monastery. Come and disco...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.92" OriginalAmount="346.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76368867" Longitude="11.270179" StarRating="0" HotelCode="951379|fornace_suite" HotelName="Fornace Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fornace 3, 50125 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/b5/75b582d2bd34f67518b81114f88c132eb5a0eb73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.06" OriginalAmount="353" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770846869108" Longitude="11.25144302845" StarRating="4" HotelCode="337458|177781" HotelName="Hotel Milu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Tornabuoni 8, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f1/17f115a1f21fe3ca1058b0dd32107e4de89f2ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fusing old world elegance with modern design, the hotel is located in the heart of Florence on the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.06" OriginalAmount="353.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.766197265208" Longitude="11.247323155403" StarRating="3" HotelCode="913273|hotel_palazzo_guadagni" HotelName="Palazzo Guadagni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santo Spirito 9, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/31/21314958cef615d8e8a3bf0c728c3733de36458f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.08" OriginalAmount="354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76565746" Longitude="11.24394683" StarRating="3" HotelCode="432742|adastra_suites" HotelName="AdAstra Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Campuccio 53, 50125 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/be/3dbe7c59b82b6b3ea851b326746a20336222c3ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.24" OriginalAmount="362.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774354247291" Longitude="11.253138097284" StarRating="4" HotelCode="936098|firenze_number_nine" HotelName="Firenze Number Nine Hotel &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Conti 9, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5a/845a1fd36e8beef8778e53329e335ccf70f05e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.38" OriginalAmount="369" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775608440385" Longitude="11.237152218819" StarRating="4" HotelCode="318232|18775" HotelName="NH Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Veneto 4a, 50123 Florenz, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/11/47112c46407d457c90590a118b8162a4a6986a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in front of Cascine Park, very close to the heart of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="385.56" OriginalAmount="378" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="956591|414216" HotelName="Arte' Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Cavour 14, Historical Center, 50129 Florence, Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a4/5ca450762dc0f51b49005c84517ada6d5813fa8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393.72" OriginalAmount="386" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.781069020935" Longitude="11.261485608004" StarRating="3" HotelCode="320097|61048" HotelName="WOW Florence Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 18 B, 50121 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/481328/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769316484226" Longitude="11.257544682209" StarRating="5" HotelCode="10932|bernini_palace" HotelName="Bernini Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Firenze 29, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/2d/cb2dfd7697aa7acb0f4bb98f817087b7f93a0804.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is steeped in history and located in the centre of Florence near to the Piazza Della Sign...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.82" OriginalAmount="391" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771331081184" Longitude="11.256689429283" StarRating="3" HotelCode="35331|4268" HotelName="Albergo Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza dei Donati 4, Via del Corso, 50122 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/19/77192cf9140dc4ccd3f82130a1dfae4c6eba9dbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of Florence. Nightclubs, restaurants, bars and links to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.90" OriginalAmount="395" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771097" Longitude="11.251249" StarRating="4" HotelCode="154239|201049" HotelName="Tornabuoni Suites Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tornabuoni 9, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ac/9bac7c60d144b3dde446efdac4afd141677e68e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.48" OriginalAmount="397.53" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|166572" HotelName="Firenze Number Nine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conti 9/31R</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/5/7/2/166572_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique establishment and has WiFi, (free of charge). SITUATION: This establishment, is next to los MÃ©dici the Chapel is situated in Florence the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775304147653" Longitude="11.241280667189" StarRating="5" HotelCode="14987|montebello_splendid_hotel" HotelName="Montebello Splendid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 14, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/af/9baf722a866640741d294885b404be5f1c69a4f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, luxury class hotel is located in the centre of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773979651872" Longitude="11.249050498009" StarRating="4" HotelCode="13040|grand_hotel_minerva" HotelName="Grand Hotel Minerva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 16, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/2d/eb2d0bb64a918fe0e4647fe12752048c265eeef0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a wonderful central position at the heart of historic Florence, this city hotel lies on the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="406.98" OriginalAmount="399" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773507" Longitude="11.252296" StarRating="4" HotelCode="17707|28383" HotelName="Hotel Cerretani Firenze - MGallery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via de Cerretani 68, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/cc/a8cc4888f9920124b212a751ef314409ebad084c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="412.08" OriginalAmount="404" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775344350011" Longitude="11.268097819349" StarRating="5" HotelCode="16535|28321" HotelName="Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" 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>Piazza Massimo D’Azeglio 3, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/32/97323b9f8a183e3883cb9855d451a1bdd98c947d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located directly on a park and is only a few minutes away from the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="415.93" OriginalAmount="407.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77072111" Longitude="11.25523454" StarRating="4" HotelCode="952360|CBQ224100|Bed &amp; Breakfast" HotelName="Corte Calzaiuoli Elegant Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Calzaiuoli 3, 50122 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/90/52908be0d2152340dfab62288d7850761380188c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.89" OriginalAmount="418.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768976" Longitude="11.253311" StarRating="4" HotelCode="12968|184426|Bed &amp; Breakfast" HotelName="Gallery Hotel Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dell 'Oro 5, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/28/58281c364cdef54b6b3d6919360617086ab9450e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Florence.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="436.51" OriginalAmount="427.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774199" Longitude="11.251554" StarRating="4" HotelCode="10403|8838|Bed &amp; Breakfast" HotelName="Palazzo Gaddi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 06/10/2026" 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 del Giglio 9, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/6b/0b6b58a6521dc3f8b14a4d2f82087b6b3f25f0f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located in the tourist centre of Florence. Numerous attractions such as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.73" OriginalAmount="431.11" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|72116" HotelName="Fh55  Calzaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Calzaiuoli 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/1/1/6/72116_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Via Calzaiuolil, a 2-minute walk away from la Catedral de Florencia, close to tourist points of interest. Is situated in the commercial area. 10 minutes walk away, guests can find Las GalerÃ­as de arte Uffizi and la Accademia. FACILITIES: This establishment has WiFi (free of charge), a reading room with newspapers and magazines. ROOM: The rooms have an air-conditioning system, a television, a mini-bar and a bathroom with a hairdryer. Some rooms have beautiful views. MEALS: The establishment offers a buffet breakfast and breakfast room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.78" OriginalAmount="439" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773390875548" Longitude="11.250118017197" StarRating="4" HotelCode="33475|5774" HotelName="Hotel Santa Maria Novella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 1, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/16/0b161d42bd3765bf09e2b09c86dee51861b76dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Florence and therefore allows easy access to all the sights of inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.80" OriginalAmount="440.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773371" Longitude="11.250079" StarRating="4" HotelCode="151588|hotel_lorologio" HotelName="L'Orologio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 24, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/82/e282125bd18b6f27d8766261644f95db1206bfc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.90" OriginalAmount="445.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767456306322" Longitude="11.251385360956" StarRating="5" HotelCode="913276|ponte_vecchio_suites__spa" HotelName="Ponte Vecchio Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via De' Belfredelli 9, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741ad6d02b07b23a9a70b9157ca905c22432c4d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.94" OriginalAmount="447" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775" Longitude="11.2527" StarRating="0" HotelCode="975868|491300" HotelName="Hotel Calimala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Calimala 2, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f2/10f28d30534e3dcf622769e4f01eb698fb67ff8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.98" OriginalAmount="449.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771299922632" Longitude="11.25541813475" StarRating="4" HotelCode="11338|hotel_calzaiuoli" HotelName="Hotel Calzaiuoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calzaiuoli 6, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/26/4126b07c5145ea0a32c0d58ab4b66a601e305e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.06" OriginalAmount="453.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.76985" Longitude="11.25744" StarRating="5" HotelCode="188952|san_firenze_suites_spa" HotelName="San Firenze Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Jacuzzi,Kitchen,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Firenze 3/A, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/41/1541c3b05332fb3a03b53278237605c1fc5013fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.22" OriginalAmount="461" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.774710288116" Longitude="11.255845203996" StarRating="4" HotelCode="12530|391636" HotelName="Hotel Spadai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Martelli 10, 50129 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/48/9a483bd7864740394a3bd100df4822f3245efe03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying an inner city location, this hotel lies some 3 km from the centre of Florence and the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="492.98" OriginalAmount="483.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770499202419" Longitude="11.25400185585" StarRating="4" HotelCode="32806|5730|Bed &amp; Breakfast" HotelName="Pierre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Lamberti 5, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/814a5b836f6cd6e8d598b3502ddd4ec0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in a historical quarter of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.78" OriginalAmount="489.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770219324424" Longitude="11.252003610134" StarRating="4" HotelCode="15995|nh_porta_rossa" HotelName="NH Collection Firenze Porta Rossa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Porta Rossa 19, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/6a/6d6af0dbd593c8a2e02a3898bb599220e1e8e448.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is perfectly located in the pedestrianised historical centre, just a few steps ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="524.28" OriginalAmount="514.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.763693" Longitude="11.233098666667" StarRating="4" HotelCode="117693|hotel_torre_di_bellosguardo" HotelName="Torre di Bellosguardo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Meeting Room,Parking,Pets allowed,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/a0/27a0c425a31733051ffbea0c643bc88e526f7038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Torre di Bellosguardo in Florence (Oltrarno), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.36" OriginalAmount="518.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.775846654249" Longitude="11.242135763168" StarRating="5" HotelCode="41835|grand_hotel_villa_medici__a_sina_hotel" HotelName="Sina Villa Medici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Il Prato 42, 50123 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/94/fa948ec8a9de822d8414c0564e49524b5420e2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a quiet location at the heart of Florence, this prestigious hotel is just a short walk from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.62" OriginalAmount="531.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77077936" Longitude="11.2540044" StarRating="2" HotelCode="605313|cavalieri_palace_luxury_residences" HotelName="Cavalieri Palace Luxury Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Cavalieri 2, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/65/a1652f2bfa246d82f3dbb96fc68299f50ff21c5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="544.69" OriginalAmount="534.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771694237669" Longitude="11.256185173988" StarRating="4" HotelCode="11242|5844|Bed &amp; Breakfast" HotelName="Brunelleschi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Elisabetta 3, 50122 Florence, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/1e/e61e293f0e58c303fb03b9953d6fc932c113637b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a historical, Renaissance-style building at the heart of traditional Florence, this hotel ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.96" OriginalAmount="548.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.773719" Longitude="11.257467" StarRating="0" HotelCode="117376|palazzo_niccolini_al_duomo" HotelName="Palazzo Niccolini al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Servi 2, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/4e/ab4e0309e069e07ad4d553f1f21540d2bedb3dec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="645.48" OriginalAmount="632.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.757381" Longitude="11.247522" StarRating="5" HotelCode="13057|1532866|Bed &amp; Breakfast" HotelName="Villa Cora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Machiavelli 18, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/8c/538cdc587040c8f46fffa019ba8ab0ddfd47becf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tradition-rich hotel is situated in the most exclusive district of Florence where guests may en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="666.06" OriginalAmount="653" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.787888" Longitude="11.297183" StarRating="5" HotelCode="149924|56527" HotelName="Il Salviatino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía del Salviatino 21, Fiesole, Firenze 50137</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f7/f9f70e57de29e13e30f9380daf5ac1fb96e6d59d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is difficult to find a better location in Florence. The city centre with its famous Duomo is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="680.32" OriginalAmount="666.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.767985095688" Longitude="11.251628100872" StarRating="5" HotelCode="57980|1610662|Bed &amp; Breakfast" HotelName="Hotel Lungarno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borgo San Jacopo 14, 50125 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/da/ddda6eec5cb788a074c5f3c69106894efcfeba6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="692.31" OriginalAmount="678.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769966561511" Longitude="11.26255273819" StarRating="5" HotelCode="130261|1457857|Bed &amp; Breakfast" HotelName="Relais Santa Croce" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ghibellina 87, 50122 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/zz/fdad7b25e44be38310b6865ef18f7cfaeb1630f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Florence. The nearest airport is Florenz (FLR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="763.94" OriginalAmount="748.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771808703308" Longitude="11.252346136542" StarRating="5" HotelCode="13274|7312|Bed &amp; Breakfast" HotelName="Helvetia &amp;  Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 07/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pescioni 2, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/f6/cff6ed79bff6ccdb42d0f28cc9c489993310594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located in the historic centre of Florence. The Duomo is just 3 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.12" OriginalAmount="749.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771569" Longitude="11.252854" StarRating="5" HotelCode="130422|120635|Bed &amp; Breakfast" HotelName="Palazzo Vecchietti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 01/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Strozzi, 4, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c2/5dc2c08d82110bbdbf345784c1e6f3cf989bae03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is housed in a historical palace called Palazzo Vecchietti, just steps away from Pia...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="781.20" OriginalAmount="765.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.769817" Longitude="11.250906" StarRating="4" HotelCode="91560|1077835|Bed &amp; Breakfast" HotelName="Tornabuoni Beacci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via de’ Tornabuoni 3, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/6a/7d6aaaa596782a15816e9d33e13ffb35a8cca253.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Florence, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.20" OriginalAmount="810.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77288150188" Longitude="11.249627172947" StarRating="5" HotelCode="31402|jk_place_firenze" HotelName="J.K.Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria Novella 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/32/07327f088eaec637d8ee9c5d6cf61447f81f70c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Florence, this comfortable hotel lies close to the city centre just 500 m from the neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="892.50" OriginalAmount="875" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.770405" Longitude="11.251998" StarRating="5" HotelCode="148277|19053" HotelName="Golden Tower Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Strozzi 11/r, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/5c/d05ceef8958b6effec2dcd89456fec8be8dfbb7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the ideal venue for a perfect stay between Via Tornabuoni and Piazza Strozzi. It is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1257.66" OriginalAmount="1233" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.77187629929" Longitude="11.245700418949" StarRating="5" HotelCode="18544|35245" HotelName="The Westin Excelsior, Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ognissanti 3, 50123 Firenze, Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/59/2459f785f62f22202fd80b50afbc185bf898f34c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and historical hotel is situated close to Florence city centre. Florence's cathedral ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1285.20" OriginalAmount="1260" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771967" Longitude="11.264865" StarRating="4" HotelCode="91552|23696" HotelName="The J and J Historic House Hotel Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Mezzo 20, 50121 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/1f/301f2af8c5020a92ef01e74139ead3e83f7b5a4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet area less than a 10-minute walk from the cathedral and the busy sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1367.82" OriginalAmount="1341" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.772135832983" Longitude="11.245021820068" StarRating="5" HotelCode="40084|35244" HotelName="The St. Regis Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ognissanti 1, 50123 Florenz</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/fa/81fa7d15a31c39426e3063e17a59ffa1085cfbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historical centre, on the beautiful Arno River. From the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1374.27" OriginalAmount="1347.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.771841436469" Longitude="11.254742145538" StarRating="5" HotelCode="17284|1826493|Bed &amp; Breakfast" HotelName="Hotel Savoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" 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 della Repubblica 7, 50123 Firenze</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/d9/ebd91c8d1acc36cda82b7948ba497365d79c1845.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its central location, the hotel provides an ideal point of departure for guests wishing to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1425.96" OriginalAmount="1398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="43.768751" Longitude="11.252792" StarRating="4" HotelCode="267141|portrait_firenze" HotelName="Portrait Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungarno degli Acciaiuoli 4, 50123 Florence</AddressLine>
          </AddressLines>
          <CityName>Florence</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/3b/1b3bfa8e33d6cdd1e9f27f667a0b279ebb66fc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Florence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1650.34" OriginalAmount="1617.98" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|15743" HotelName="Grand Adriatico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA MASO FINIGUERRA 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/4/3/15743_2e802b01538.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 114 rooms, a lobby, a reception, a bar, a lift, an Ã  la carte restaurant with air-conditioning and with air-conditioning. The establishment also offers an indoor car park and a car park. SITUATION: This modern hotel is in via Maso Finiguerra it is in the historic centre of Florence. In the surrounding area, clients have monuments, exhibitions, conference centres and the Teatro Comunale Theatre. Nearby, you will find Santa Maria Novella Station. 200 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: Clients can use a gym. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool,Golf,Kitchen,Conference Hall,Bicycle Rental,Lounge,Garden,Diet Meals,LCD/Projector,Library,Luggage Storage,Parking,24 Hour Power Supply,Meeting Room,Pets allowed,24 Hour Front Desk,24 Hour Room Service,Babysitting,Concierge,Dry Cleaning,Elevator,Fitness Centre,Housekeeping,Boutique,Printer,Wake-up Call Service</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,HOTEL,COUNTRY HOUSE,CLUB RESORT,VILLAGE,SPA HOTEL,AIRPORT HOTEL,LUXURIOUS HISTORIC HOTEL,ECO HOTEL,GUESTHOUSE,HOSTEL,BED AND BREAKFASTS,GUEST HOUSES,BED AND BREAKFAST,BOUTIQUE HOTEL,GUEST HOUSE,APARTMENT,APARTHOTEL</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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d76e6d1a-540c-42f2-a376-a91851ae653d|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="d76e6d1a-540c-42f2-a376-a91851ae653d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11757" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-05T00:00:00" End="2026-05-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.rcf@gmail.com" Password="Shikha0111$" RequestedCurrency="GBP" ClientNationality="IN" 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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d76e6d1a-540c-42f2-a376-a91851ae653d|TravcoSearch|successfull supplier interation||Travco|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d76e6d1a-540c-42f2-a376-a91851ae653d|TravellandaSearch|successfull supplier interation||Travellanda|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d76e6d1a-540c-42f2-a376-a91851ae653d|MikiSearch|successfull supplier interation||Miki|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d76e6d1a-540c-42f2-a376-a91851ae653d|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="2026-03-25T09:54:09.4773186+00:00" Version="0" EchoToken="Search" TransactionIdentifier="d76e6d1a-540c-42f2-a376-a91851ae653d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="282.49" OriginalAmount="276.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.061789" Longitude="8.301509" StarRating="2" HotelCode="229289|4733245" HotelName="Jugendherberge Luzern" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Garden,Internet,Laundry,Library,Meeting Room,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sedelstrasse 12, 6004 Luzern, Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/ba/06bae479094b297e0eeacbd33a83474ad6ffac0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Youth Hostel Luzern in Lucerne, you'll be minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="424.47" OriginalAmount="416.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.05284782" Longitude="8.30430438" StarRating="0" HotelCode="737979|3893495" HotelName="Barabas Hotel Luzern" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lowengraben 16 &amp; 18, 6004 Luzern, Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/15/6015e3d0e50eaa1e59ddabd49eed3b2699576ac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="449.29" OriginalAmount="440.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.043417" Longitude="8.311371" StarRating="1" HotelCode="147429|2544625" HotelName="ibis budget Luzern City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kellerstrasse 6, 6005 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/40/b44071b15b7f0e0ae1a3ae9ff90d7c8b5d2ebce6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Lucerne.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="468.24" OriginalAmount="459.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.023776174426" Longitude="8.2990899682045" StarRating="2" HotelCode="108511|1087918" HotelName="ibis Kriens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Industriestrasse 13, 6010 Kriens, Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/33/d533e21000407659f480d457fd02957d51fd49e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lucerne. The nearest airport is Basel - EuroAirport Swiss (BSL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="597.58" OriginalAmount="585.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.051908" Longitude="8.30572" StarRating="3" HotelCode="80288|752825" HotelName="Magic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kornmarkt / Brandgässli 1, 6004 Luzern 5</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/3c/643c7902914fa4dd6f86a8c83548eed2cf8fac32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Lucerne.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="632.16" OriginalAmount="619.76" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|526703" HotelName="Hitrental Allmend Comfort Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>Zihlmattweg 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/7/0/3/526703_fe3b8ae1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="764.73" OriginalAmount="749.74" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|9963" HotelName="Ibis Styles Luzern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FRIEDENSTRASSE 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/6/3/9963_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 110 standard rooms, 12 single rooms and 95 double rooms. In the establishment entrance, guests will find a lobby with a lift, a reception with safety deposit boxes and a currency exchange service. It has a cafÃ©, an Ã  la carte restaurant, a conference room, internet, an oudooor car park and an indoor car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment is situated in the city centre, just a few steps away from the leisure areas entertainment. 100 metres away, there is a public transport stop. Is 33 kilometres from a ski resort. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, fitted carpets, a central heating system, a king-size bed and a safety deposit box. FACILITIES: 22 kilometres away from the establishment, guests can find a chair-lift. It is 33 kilometres away from a ski resort. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="768.45" OriginalAmount="753.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.049261" Longitude="8.308461" StarRating="3" HotelCode="88543|464165" HotelName="Alpina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frankenstrasse 6, CH-6003 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c5/87c5732740b941a6edf30271d42d68707c103f4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lucerne. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="780.66" OriginalAmount="765.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.05561732" Longitude="8.32276492" StarRating="0" HotelCode="371434|704224" HotelName="Hotel Beau Séjour au Lac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Haldenstrasse 53, CH- 6006 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/68/72682c2f541d1567d96cacca6dcbfe506db3bed0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="800.29" OriginalAmount="784.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.049811" Longitude="8.308947" StarRating="4" HotelCode="22161|464265" HotelName="Hotel Monopol Luzern" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pilatusstrasse 1, beim Bahnhof, 6003 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/88/538863e064a5284e789a5e8d722abb65203ac4fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre; only just a few minutes walk from Vierwa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="811.79" OriginalAmount="795.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.056733" Longitude="8.311789" StarRating="3" HotelCode="31431|25954" HotelName="ibis Styles Luzern City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/05/2026" 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>Friedenstrasse 8, 6004 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c13025b4baa378deac0f4bbf3dc961c60935a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the city just a few minutes' walk from various entertainment venues ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="834.74" OriginalAmount="818.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.0552603" Longitude="8.3127276" StarRating="4" HotelCode="108510|1432768" HotelName="Rebstock" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/05/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>St. Leodegarstrasse 3, 6006 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/eb/f5ebfb4ace4a042b94cfc70ace081fd048976fb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Lucerne.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="867.48" OriginalAmount="850.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.048139252976" Longitude="8.3055447041988" StarRating="4" HotelCode="31238|464185" HotelName="Astoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pilatusstrasse 29, 6002 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/a3/75a3028bf127c25166fca3d786120762388a1470.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Lucerne, this hotel lies close to the Chapel Bridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="980.57" OriginalAmount="961.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.050316758009" Longitude="8.3031019300595" StarRating="4" HotelCode="160288|752845" HotelName="Hotel Wilden Mann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bahnhofstrasse 30, 6003 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/69/c8693a2519dc021d27fa10d409b6017b6a828254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is snuggled amidst the picturesque Old Town of Lucerne, just 600 m from the main train sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="981.43" OriginalAmount="962.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.048005" Longitude="8.313913" StarRating="4" HotelCode="57273|84260" HotelName="Radisson Blu Hotel Lucerne" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lakefront Centre, Inseliquai 12, 6005 Lucerne</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/08/f8083cb7413d697b9047392f63711984fb6c7b49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to the railway station and the Old Town, the hotel is adjacent to the new congress centre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1038.89" OriginalAmount="1018.52" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|9947" HotelName="The Luzern, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>SEMPACHERSTRASSE 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/4/7/9947_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2000, modern, elegant, has 5 floors and 25 elegant suites. In the entrance, guests are offered an inviting hall with a reception. Guests can enjoy an Asian and international cuisine restaurant and a bar. There are many services available at the establishment, including room service and a car park. SITUATION: This hotel is in the centre of Lucerne. It is near the KapellbrÃ¼cke Bridge. 200 metres away, there is a public transport stop. ROOM: The smart, spacious rooms have a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1046.71" OriginalAmount="1026.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.047979336567" Longitude="8.3077937364578" StarRating="5" HotelCode="29654|2056365" HotelName="The Hotel Lucerne, Autograph Collection" 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>Sempacherstrasse 14, 6002 Lucerne, Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ff/34ff4bbcc1a001a51599529d4e94f5fb1ced2113.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre of Lucerne, close to the Chapel Bridge. Links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1112.68" OriginalAmount="1090.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.050231829217" Longitude="8.3077581971884" StarRating="4" HotelCode="29655|752785" HotelName="AMERON Luzern Hotel Flora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seidenhofstrasse 5, 6002 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/e5/91e53d3ef838060dbc85af9c62d967ad73452661.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Lucerne and close to the famous Chapel Bridge. Links to the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1134.69" OriginalAmount="1112.44" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|30414" HotelName="Radisson Blu , Lucerne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>INSELIQUAI (LAKEFRONT CENTRE) 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/1/4/30414_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a restaurant, a bar, a sauna, a steam bath, a relaxation room, a lift, a conference room, a laundry service and WiFi. SITUATION: It is inLucerne Lake it is 300 metres away from Lucerne the Art Museum the railway station ,Picasso Samlung It is 700 metres away from it is situated 700 kilometres away from Messe ConvenciÃ³n the centre of. ROOM: The rooms have an air-conditioning system, a safe, a mini-bar, a direct line telephone, a satellite television, WiFi and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1218.97" OriginalAmount="1195.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.04799235" Longitude="8.30408175" StarRating="3" HotelCode="131525|1939375" HotelName="Hotel Anker am Pilatusplatz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Pilatusstrasse 36, nahe Bahnhof Luzern, Zentrum, 6003 Luzern, Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/ca/97/ca97baf418d2a8c9827ca66a1e72d284b9749112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Lucerne.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1230.10" OriginalAmount="1205.98" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|9959" HotelName="Monopol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>PILATUSSTRASSE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/5/9/9959_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 6 floors, 72 rooms, lifts, a hairdresser's, a bar, a restaurant and an indoor car park (for a fee). SITUATION: This inviting hotel and it is in the city centre. A few minutes walk away, you can find the promenade. It is near Lake Lucerne. 100 metres away, there is a public transport stop. It is a few minutes walk away from the central station. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1232.33" OriginalAmount="1208.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.049061275943" Longitude="8.3068710565567" StarRating="4" HotelCode="31242|464275" HotelName="Renaissance Luzern Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pilatusstrasse 15, 6002 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/8d/8a8dfdf12719947d210306942831349bbab9acd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of Lucerne close to the Chapel Bridge. It is just 100 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1243.62" OriginalAmount="1219.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.042792302134" Longitude="8.3501860499382" StarRating="4" HotelCode="13287|1089698" HotelName="Hermitage Seehotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seeburgstrasse 72, 6000 Luzern 15</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/5f/2e5fe5434f8eef8528481e664f1cd9fcfabc3507.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lucerne. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1251.34" OriginalAmount="1226.80" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|35911" HotelName="Cascada Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bundesplatz 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/1/1/35911_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This stylish hotel rooms, has 65 rooms, 2 rooms adapted for people with reduced mobility, non-smoking rooms, a car park and an indoor car park. The establishment boasts meeting rooms, banquet halls, Bolero the restaurant Caramba the bar You are also offered a safety deposit box service, room service and WiFi. SITUATION: This hotel is in a central area, is 5 minutes away from the train station, the historic centre and the Congress Centre. ROOM: The modern rooms, have a bathroom with a shower, a hairdryer, a television, a radio, a direct line telephone, a safe, internet and a mini-bar. OTHERS: Clients have at their disposalBolero the restaurant Caramba the bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1385.79" OriginalAmount="1358.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.046145289538" Longitude="8.3094526827335" StarRating="4" HotelCode="18644|79550" HotelName="Hotel Cascada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 27/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bundesplatz 18, 6003 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/06/75060b29121b228bfa27ba93e3e799f8f899781f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Boutique Hotel is centrally located in the trendy Lucerne Neustadt district, within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1403.84" OriginalAmount="1376.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.056484396442" Longitude="8.3196169137955" StarRating="4" HotelCode="10345|CAF505000" HotelName="Art Deco Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/04/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adligenswilerstrasse 22, 6002 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/3f/553fee30d9e2aa625b97dcafd78ece8e64f7c1a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel enjoys a unique location upon a hillside overlooking the centre of Lucerne. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1454.82" OriginalAmount="1426.29" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|9955" HotelName="Central Luzern" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>MORGARTENSTRASSE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/5/5/9955_5aba2481438.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2000. It has 5 floors and 46 rooms. Some of the facilities that the establishment offers to guests include a bar, a restaurant and 2 conference rooms. For an additional charge you can use a public car park. SITUATION: This family-owned hotel is in the city centre, is close to Lucerne Lake 100 metres away, there is a public transport stop, nearby, you will find the central station. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and a safe (available for a fee). FACILITIES: The establishment boasts a sunbathing terrace and a gym. At an extra cost a sauna and a solarium.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1489.80" OriginalAmount="1460.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.049233" Longitude="8.307863" StarRating="4" HotelCode="22162|829925" HotelName="Hotel Central" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/05/2026" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Morgartenstrasse 4, Neustadt, 6003 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/b6/4db6af7693a4d29f1f8e3f65faa6ddd20021ea0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This familial hotel is close to the centre of Lucerne just a few minutes walk from the promenade bes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1587.21" OriginalAmount="1556.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.051646479814" Longitude="8.2949065595245" StarRating="4" HotelCode="131617|1534018" HotelName="Hotel Château Gütsch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kanonenstrasse, 6003 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/99/eb99d54156fe561e0171c394a33dc0a69ae7adcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Lucerne. The nearest airport is Bissau (BXO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1595.09" OriginalAmount="1563.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.05591531" Longitude="8.3118393" StarRating="4" HotelCode="430931|3894275" HotelName="Top City Center Lion Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Löwenstrasse 12, 6005 Lucerne</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a5/7da5e8a58b496316fd1b25e6f6b8a3a5bf69ca71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Lucerne.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1628.61" OriginalAmount="1596.68" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|9962" HotelName="Grand National" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>HALDENSTRASSE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/6/2/9962_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1871, renovated in 2001, has 4 floors, 37 rooms and 12 suites. In the entrance, you can find a smart hall, lifts, a cafÃ©, a bar, 3 restaurants and 9 conference rooms. SITUATION: Is situated in a historic building, was built in the 19th century, is in Lucerne the centre of nearby, you will find KapellbrÃ¼cke the bridge It is nearVierwaldstÃ¤tter the Promenade of the central train station, 100 metres away, there is a public transport stop. ROOM: The comfortable, smart rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: Outdoors, clients can enjoy a swimming pool and a sunbathing terrace. Clients have access to a covered pool, a sauna and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1634.55" OriginalAmount="1602.50" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|19613" HotelName="Des Balances" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>WEINMARKT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/1/3/19613_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1836, has 80 rooms and 5 floors. In the entrance, guests are offered a cosy hall with a reception, a lift and a bar. Guests also have access to an Ã  la carte restaurant, near the establishment, you can find a public car park. SITUATION: This hotel is in Lucerne the historic centre of it is near Reuss the river near the establishment, you will find a public transport stop. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1678.44" OriginalAmount="1645.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.051535764246" Longitude="8.3045482635498" StarRating="4" HotelCode="11717|464215" HotelName="Hotel des Balances" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weinmarkt, 6004 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/db/c4dbbde242959344c7ab6995a914b9aa48ee7a3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular and highly traditional hotel lies in the old town of Lucerne directly besides the River...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1997.48" OriginalAmount="1958.31" MarkupRule="2.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|197875" HotelName="Chateau Guetsch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>KANONENSTRASSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/8/7/5/197875_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2110.25" OriginalAmount="2068.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="47.054343" Longitude="8.310159" StarRating="5" HotelCode="25957|6397" HotelName="Schweizerhof Luzern" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schweizerhofquai, 6002 Luzern</AddressLine>
          </AddressLines>
          <CityName>Lucerne</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/87/9f87953d0c65dac9d3f1ae03f72ebcc4ad67239f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Lucerne, this hotel lies within a few paces of the famous Lion Monument.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access,Central Heating,Designated Smoking Area,Massage Centre,Sauna,Bicycle Rental,Currency Exchange,Golf,Nightclub,Shopping Arcade,Lounge,Spa,Garden,Library,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,HOSTELS</PropertyType>
  </Filter>
</HotelSearchRS>||True